From 8a9a45a49bfaf8f91421d714393d49fa05871e4b Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Tue, 15 Nov 2022 10:28:36 +0100 Subject: merge over previously missing copyright headers from chrome libmtp fork --- doc/examples.h | 20 ++++++++++++++++++++ doc/mainpage.h | 20 ++++++++++++++++++++ examples/evolution-sync.sh | 17 +++++++++++++++++ 3 files changed, 57 insertions(+) diff --git a/doc/examples.h b/doc/examples.h index 3e88ca4..d6dbbcd 100644 --- a/doc/examples.h +++ b/doc/examples.h @@ -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... */ diff --git a/doc/mainpage.h b/doc/mainpage.h index 19ef339..5e83263 100644 --- a/doc/mainpage.h +++ b/doc/mainpage.h @@ -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. + */ + /** * \mainpage The official libmtp documentation * diff --git a/examples/evolution-sync.sh b/examples/evolution-sync.sh index 53ca0b9..0c54a32 100755 --- a/examples/evolution-sync.sh +++ b/examples/evolution-sync.sh @@ -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. -- cgit v1.2.1