Changeset 846
- Timestamp:
- 01/23/07 12:36:55 (6 years ago)
- Location:
- ohand/branches/private/omoko
- Files:
-
- 7 edited
-
ChangeLog (modified) (1 diff)
-
src/contacts-contact-pane.c (modified) (1 diff)
-
src/contacts-contact-pane.h (modified) (1 diff)
-
src/contacts-groups-editor.c (modified) (1 diff)
-
src/contacts-groups-editor.h (modified) (1 diff)
-
src/contacts-omoko.c (modified) (1 diff)
-
src/contacts-omoko.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ohand/branches/private/omoko/ChangeLog
r845 r846 1 2007-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 1 12 2007-01-19 Thomas Wood <thomas@openedhand.com> 2 13 -
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 1 21 #include <string.h> 2 22 #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 1 21 #ifndef _CONTACTS_CONTACT_PANE 2 22 #define _CONTACTS_CONTACT_PANE -
ohand/branches/private/omoko/src/contacts-groups-editor.c
r845 r846 1 1 /* 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 4 5 * 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 8 7 * it under the terms of the GNU General Public License as published by 9 8 * the Free Software Foundation; either version 2 of the License, or 10 9 * (at your option) any later version. 11 10 * 12 * Contactsis distributed in the hope that it will be useful,11 * This program is distributed in the hope that it will be useful, 13 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 14 * GNU General Public License for more details. 16 15 * 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. 21 19 */ 22 20 -
ohand/branches/private/omoko/src/contacts-groups-editor.h
r845 r846 1 1 /* 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 4 5 * 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 8 7 * it under the terms of the GNU General Public License as published by 9 8 * the Free Software Foundation; either version 2 of the License, or 10 9 * (at your option) any later version. 11 10 * 12 * contactsis distributed in the hope that it will be useful,11 * This program is distributed in the hope that it will be useful, 13 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 14 * GNU General Public License for more details. 16 15 * 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. 21 19 */ 22 20 -
ohand/branches/private/omoko/src/contacts-omoko.c
r845 r846 1 1 /* 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 4 5 * 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 8 7 * it under the terms of the GNU General Public License as published by 9 8 * the Free Software Foundation; either version 2 of the License, or 10 9 * (at your option) any later version. 11 10 * 12 * Contactsis distributed in the hope that it will be useful,11 * This program is distributed in the hope that it will be useful, 13 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 14 * GNU General Public License for more details. 16 15 * 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. 21 19 */ 20 22 21 23 22 #include "contacts-callbacks-ui.h" -
ohand/branches/private/omoko/src/contacts-omoko.h
r844 r846 1 1 /* 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 4 5 * 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 8 7 * it under the terms of the GNU General Public License as published by 9 8 * the Free Software Foundation; either version 2 of the License, or 10 9 * (at your option) any later version. 11 10 * 12 * contactsis distributed in the hope that it will be useful,11 * This program is distributed in the hope that it will be useful, 13 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 14 * GNU General Public License for more details. 16 15 * 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. 21 19 */ 20 22 21 23 22 #include <string.h>
Note: See TracChangeset
for help on using the changeset viewer.
