Changeset 846


Ignore:
Timestamp:
01/23/07 12:36:55 (6 years ago)
Author:
thomas
Message:

Add OpenMoko? copyright/license header comments

Location:
ohand/branches/private/omoko
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • ohand/branches/private/omoko/ChangeLog

    r845 r846  
     12007-01-23  Thomas Wood  <thomas@openedhand.com> 
     2 
     3        * src/contacts-contact-pane.c: 
     4        * src/contacts-contact-pane.h: 
     5        * src/contacts-groups-editor.c: 
     6        * src/contacts-groups-editor.h: 
     7        * src/contacts-omoko.c: 
     8        * src/contacts-omoko.h: 
     9 
     10        Add OpenMoko copyright/license header comments 
     11 
    1122007-01-19  Thomas Wood  <thomas@openedhand.com> 
    213 
  • ohand/branches/private/omoko/src/contacts-contact-pane.c

    r845 r846  
     1/* 
     2 * Copyright (C) 2006-2007 by OpenMoko, Inc. 
     3 * Written by OpenedHand Ltd <info@openedhand.com> 
     4 * All Rights Reserved 
     5 * 
     6 * This program is free software; you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
     8 * the Free Software Foundation; either version 2 of the License, or 
     9 * (at your option) any later version. 
     10 * 
     11 * This program is distributed in the hope that it will be useful, 
     12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14 * GNU General Public License for more details. 
     15 * 
     16 * You should have received a copy of the GNU General Public License along 
     17 * with this program; if not, write to the Free Software Foundation, Inc., 
     18 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 
     19 */ 
     20 
    121#include <string.h> 
    222#include <gtk/gtk.h> 
  • ohand/branches/private/omoko/src/contacts-contact-pane.h

    r842 r846  
     1/* 
     2 * Copyright (C) 2006-2007 by OpenMoko, Inc. 
     3 * Written by OpenedHand Ltd <info@openedhand.com> 
     4 * All Rights Reserved 
     5 * 
     6 * This program is free software; you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
     8 * the Free Software Foundation; either version 2 of the License, or 
     9 * (at your option) any later version. 
     10 * 
     11 * This program is distributed in the hope that it will be useful, 
     12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14 * GNU General Public License for more details. 
     15 * 
     16 * You should have received a copy of the GNU General Public License along 
     17 * with this program; if not, write to the Free Software Foundation, Inc., 
     18 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 
     19 */ 
     20 
    121#ifndef _CONTACTS_CONTACT_PANE 
    222#define _CONTACTS_CONTACT_PANE 
  • ohand/branches/private/omoko/src/contacts-groups-editor.c

    r845 r846  
    11/* 
    2  * contacts-omoko-editor.c 
    3  * This file is part of Contacts 
     2 * Copyright (C) 2006-2007 by OpenMoko, Inc. 
     3 * Written by OpenedHand Ltd <info@openedhand.com> 
     4 * All Rights Reserved 
    45 * 
    5  * Copyright (C) 2006 - OpenedHand Ltd 
    6  * 
    7  * Contacts is free software; you can redistribute it and/or modify 
     6 * This program is free software; you can redistribute it and/or modify 
    87 * it under the terms of the GNU General Public License as published by 
    98 * the Free Software Foundation; either version 2 of the License, or 
    109 * (at your option) any later version. 
    1110 * 
    12  * Contacts is distributed in the hope that it will be useful, 
     11 * This program is distributed in the hope that it will be useful, 
    1312 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1413 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    1514 * GNU General Public License for more details. 
    1615 * 
    17  * You should have received a copy of the GNU General Public License 
    18  * along with Contacts; if not, write to the Free Software 
    19  * Foundation, Inc., 51 Franklin St, Fifth Floor,  
    20  * Boston, MA  02110-1301  USA 
     16 * You should have received a copy of the GNU General Public License along 
     17 * with this program; if not, write to the Free Software Foundation, Inc., 
     18 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 
    2119 */ 
    2220 
  • ohand/branches/private/omoko/src/contacts-groups-editor.h

    r845 r846  
    11/* 
    2  * contacts-groups-editor.h 
    3  * This file is part of contacts 
     2 * Copyright (C) 2006-2007 by OpenMoko, Inc. 
     3 * Written by OpenedHand Ltd <info@openedhand.com> 
     4 * All Rights Reserved 
    45 * 
    5  * Copyright (C) 2006 - OpenedHand Ltd 
    6  * 
    7  * contacts is free software; you can redistribute it and/or modify 
     6 * This program is free software; you can redistribute it and/or modify 
    87 * it under the terms of the GNU General Public License as published by 
    98 * the Free Software Foundation; either version 2 of the License, or 
    109 * (at your option) any later version. 
    1110 * 
    12  * contacts is distributed in the hope that it will be useful, 
     11 * This program is distributed in the hope that it will be useful, 
    1312 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1413 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    1514 * GNU General Public License for more details. 
    1615 * 
    17  * You should have received a copy of the GNU General Public License 
    18  * along with contacts; if not, write to the Free Software 
    19  * Foundation, Inc., 51 Franklin St, Fifth Floor,  
    20  * Boston, MA  02110-1301  USA 
     16 * You should have received a copy of the GNU General Public License along 
     17 * with this program; if not, write to the Free Software Foundation, Inc., 
     18 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 
    2119 */ 
    2220 
  • ohand/branches/private/omoko/src/contacts-omoko.c

    r845 r846  
    11/* 
    2  * contacts-omoko.c 
    3  * This file is part of Contacts 
     2 * Copyright (C) 2006-2007 by OpenMoko, Inc. 
     3 * Written by OpenedHand Ltd <info@openedhand.com> 
     4 * All Rights Reserved 
    45 * 
    5  * Copyright (C) 2006 - OpenedHand Ltd 
    6  * 
    7  * Contacts is free software; you can redistribute it and/or modify 
     6 * This program is free software; you can redistribute it and/or modify 
    87 * it under the terms of the GNU General Public License as published by 
    98 * the Free Software Foundation; either version 2 of the License, or 
    109 * (at your option) any later version. 
    1110 * 
    12  * Contacts is distributed in the hope that it will be useful, 
     11 * This program is distributed in the hope that it will be useful, 
    1312 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1413 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    1514 * GNU General Public License for more details. 
    1615 * 
    17  * You should have received a copy of the GNU General Public License 
    18  * along with Contacts; if not, write to the Free Software 
    19  * Foundation, Inc., 51 Franklin St, Fifth Floor,  
    20  * Boston, MA  02110-1301  USA 
     16 * You should have received a copy of the GNU General Public License along 
     17 * with this program; if not, write to the Free Software Foundation, Inc., 
     18 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 
    2119 */ 
     20 
    2221 
    2322#include "contacts-callbacks-ui.h" 
  • ohand/branches/private/omoko/src/contacts-omoko.h

    r844 r846  
    11/* 
    2  * contacts-omoko.h 
    3  * This file is part of contacts 
     2 * Copyright (C) 2006-2007 by OpenMoko, Inc. 
     3 * Written by OpenedHand Ltd <info@openedhand.com> 
     4 * All Rights Reserved 
    45 * 
    5  * Copyright (C) 2006 - OpenedHand Ltd 
    6  * 
    7  * contacts is free software; you can redistribute it and/or modify 
     6 * This program is free software; you can redistribute it and/or modify 
    87 * it under the terms of the GNU General Public License as published by 
    98 * the Free Software Foundation; either version 2 of the License, or 
    109 * (at your option) any later version. 
    1110 * 
    12  * contacts is distributed in the hope that it will be useful, 
     11 * This program is distributed in the hope that it will be useful, 
    1312 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1413 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    1514 * GNU General Public License for more details. 
    1615 * 
    17  * You should have received a copy of the GNU General Public License 
    18  * along with contacts; if not, write to the Free Software 
    19  * Foundation, Inc., 51 Franklin St, Fifth Floor,  
    20  * Boston, MA  02110-1301  USA 
     16 * You should have received a copy of the GNU General Public License along 
     17 * with this program; if not, write to the Free Software Foundation, Inc., 
     18 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 
    2119 */ 
     20 
    2221 
    2322#include <string.h> 
Note: See TracChangeset for help on using the changeset viewer.