| OLD | NEW |
| 1 Index: examples/evolution-sync.sh | 1 Index: examples/evolution-sync.sh |
| 2 =================================================================== | 2 =================================================================== |
| 3 --- examples/evolution-sync.sh (revision 148712) | 3 --- examples/evolution-sync.sh (revision 148712) |
| 4 +++ examples/evolution-sync.sh (working copy) | 4 +++ examples/evolution-sync.sh (working copy) |
| 5 @@ -1,4 +1,21 @@ | 5 @@ -1,4 +1,21 @@ |
| 6 #!/bin/bash | 6 #!/bin/bash |
| 7 +# | 7 +# |
| 8 +# Copyright (C) 2006 Linus Walleij <triad@df.lth.se> | 8 +# Copyright (C) 2006 Linus Walleij <triad@df.lth.se> |
| 9 +# | 9 +# |
| 10 +# This library is free software; you can redistribute it and/or | 10 +# This library is free software; you can redistribute it and/or |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 + * | 49 + * |
| 50 + * You should have received a copy of the GNU Lesser General Public | 50 + * You should have received a copy of the GNU Lesser General Public |
| 51 + * License along with this library; if not, write to the | 51 + * License along with this library; if not, write to the |
| 52 + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 52 + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 53 + * Boston, MA 02111-1307, USA. | 53 + * Boston, MA 02111-1307, USA. |
| 54 + */ | 54 + */ |
| 55 + | 55 + |
| 56 /* currently this file is included into ptp.c */ | 56 /* currently this file is included into ptp.c */ |
| 57 | 57 |
| 58 #ifdef HAVE_ICONV | 58 #ifdef HAVE_ICONV |
| 59 Index: src/gphoto2-sync.sh | |
| 60 =================================================================== | |
| 61 --- src/gphoto2-sync.sh (revision 148712) | |
| 62 +++ src/gphoto2-sync.sh (working copy) | |
| 63 @@ -1,4 +1,22 @@ | |
| 64 #!/bin/sh | |
| 65 +# | |
| 66 +# Copyright (C) 2006-2007 Linus Walleij <triad@df.lth.se> | |
| 67 +# | |
| 68 +# This library is free software; you can redistribute it and/or | |
| 69 +# modify it under the terms of the GNU Lesser General Public | |
| 70 +# License as published by the Free Software Foundation; either | |
| 71 +# version 2 of the License, or (at your option) any later version. | |
| 72 +# | |
| 73 +# This library is distributed in the hope that it will be useful, | |
| 74 +# but WITHOUT ANY WARRANTY; without even the implied warranty of | |
| 75 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |
| 76 +# Lesser General Public License for more details. | |
| 77 +# | |
| 78 +# You should have received a copy of the GNU Lesser General Public | |
| 79 +# License along with this library; if not, write to the | |
| 80 +# Free Software Foundation, Inc., 59 Temple Place - Suite 330, | |
| 81 +# Boston, MA 02111-1307, USA. | |
| 82 + | |
| 83 #set -e | |
| 84 | |
| 85 srcdir=`dirname $0` | |
| 86 Index: ltmain.sh | 59 Index: ltmain.sh |
| 87 =================================================================== | 60 =================================================================== |
| 88 --- ltmain.sh (revision 148712) | 61 --- ltmain.sh (revision 148712) |
| 89 +++ ltmain.sh (working copy) | 62 +++ ltmain.sh (working copy) |
| 90 @@ -1,4 +1,3 @@ | 63 @@ -1,4 +1,3 @@ |
| 91 - | 64 - |
| 92 # libtool (GNU libtool) 2.4.2 | 65 # libtool (GNU libtool) 2.4.2 |
| 93 # Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 | 66 # Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 |
| 94 | 67 |
| 95 Index: doc/examples.h | 68 Index: doc/examples.h |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 142 + * You should have received a copy of the GNU Lesser General Public | 115 + * You should have received a copy of the GNU Lesser General Public |
| 143 + * License along with this library; if not, write to the | 116 + * License along with this library; if not, write to the |
| 144 + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 117 + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 145 + * Boston, MA 02111-1307, USA. | 118 + * Boston, MA 02111-1307, USA. |
| 146 + */ | 119 + */ |
| 147 + | 120 + |
| 148 +/** | 121 +/** |
| 149 * \mainpage The official libmtp documentation | 122 * \mainpage The official libmtp documentation |
| 150 * | 123 * |
| 151 * \section Introduction | 124 * \section Introduction |
| OLD | NEW |