Changeset 3015
- Timestamp:
- 09/19/07 18:26:24 (6 years ago)
- Location:
- trunk/src/target/OM-2007.2/libraries/libmokoui2
- Files:
-
- 3 edited
-
ChangeLog (modified) (1 diff)
-
libmokoui/moko-hint-entry.c (modified) (1 diff)
-
libmokoui/moko-hint-entry.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/target/OM-2007.2/libraries/libmokoui2/ChangeLog
r3013 r3015 1 2007-09-19 Thomas Wood <thomas@openedhand.com> 2 3 * libmokoui/moko-hint-entry.c: 4 * libmokoui/moko-hint-entry.h: 5 6 Relicense under LGPL 7 1 8 2007-09-19 Thomas Wood <thomas@openedhand.com> 2 9 -
trunk/src/target/OM-2007.2/libraries/libmokoui2/libmokoui/moko-hint-entry.c
r3011 r3015 5 5 * Copyright (C) 2007 OpenedHand Ltd 6 6 * 7 * This program is free software; you can redistribute it and/or modify it under 8 * the terms of the GNU General Public License as published by the Free Software 9 * Foundation; either version 2 of the License, or (at your option) any later 10 * version. 11 * 12 * This program is distributed in the hope that it will be useful, but WITHOUT 13 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 14 * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 15 * details. 16 * 17 * You should have received a copy of the GNU General Public License along with 18 * this program; if not, write to the Free Software Foundation, Inc., 51 19 * Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 7 * Relicensed with permission from GPL version 2 to LGPL version 2.1 8 * 9 * This library is free software; you can redistribute it and/or 10 * modify it under the terms of the GNU Lesser General Public 11 * License as published by the Free Software Foundation; either 12 * version 2.1 of the License, or (at your option) any later version. 13 * 14 * This library is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 * Lesser General Public License for more details. 18 * 19 * You should have received a copy of the GNU Lesser General Public 20 * License along with this library; if not, write to the Free Software 21 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 20 22 */ 21 23 -
trunk/src/target/OM-2007.2/libraries/libmokoui2/libmokoui/moko-hint-entry.h
r2978 r3015 6 6 * Copyright (C) 2007 OpenedHand Ltd 7 7 * 8 * This program is free software; you can redistribute it and/or modify it under 9 * the terms of the GNU General Public License as published by the Free Software 10 * Foundation; either version 2 of the License, or (at your option) any later 11 * version. 8 * Relicensed with permission from GPL version 2 to LGPL version 2.1 12 9 * 13 * This program is distributed in the hope that it will be useful, but WITHOUT14 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS15 * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more16 * details.10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 17 14 * 18 * You should have received a copy of the GNU General Public License along with 19 * this program; if not, write to the Free Software Foundation, Inc., 51 20 * Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 21 23 */ 22 24
Note: See TracChangeset
for help on using the changeset viewer.
