Index: examples/evolution-sync.sh =================================================================== --- examples/evolution-sync.sh (revision 148712) +++ examples/evolution-sync.sh (working copy) @@ -1,4 +1,21 @@ #!/bin/bash +# +# Copyright (C) 2006 Linus Walleij +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the +# Free Software Foundation, Inc., 59 Temple Place - Suite 330, +# Boston, MA 02111-1307, USA. # Example evolution synchronization script by Nicolas Tetreault, # modified by Linus Walleij. Index: src/ptp-pack.c =================================================================== --- src/ptp-pack.c (revision 149246) +++ src/ptp-pack.c (working copy) @@ -1,3 +1,27 @@ +/* ptp-pack.c + * + * Copyright (C) 2001-2004 Mariusz Woloszyn + * Copyright (C) 2003-2012 Marcus Meissner + * Copyright (C) 2006-2008 Linus Walleij + * Copyright (C) 2007 Tero Saarni + * Copyright (C) 2009 Axel Waggershauser + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. + */ + /* currently this file is included into ptp.c */ #ifdef HAVE_ICONV Index: ltmain.sh =================================================================== --- ltmain.sh (revision 148712) +++ ltmain.sh (working copy) @@ -1,4 +1,3 @@ - # libtool (GNU libtool) 2.4.2 # Written by Gordon Matzigkeit , 1996 Index: doc/examples.h =================================================================== --- doc/examples.h (revision 148712) +++ doc/examples.h (working copy) @@ -1,3 +1,23 @@ +/** + * + * Copyright (C) 2006 Linus Walleij + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. + */ + /* * List examples here... */ Index: doc/mainpage.h =================================================================== --- doc/mainpage.h (revision 148712) +++ doc/mainpage.h (working copy) @@ -1,4 +1,24 @@ /** + * + * Copyright (C) 2006 Linus Walleij + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. + */ + +/** * \mainpage The official libmtp documentation * * \section Introduction