summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2022-11-15 10:28:36 +0100
committerMarcus Meissner <marcus@jet.franken.de>2022-11-15 10:28:54 +0100
commit8a9a45a49bfaf8f91421d714393d49fa05871e4b (patch)
tree56ee2a24f2cac28b3945cce8718ed636ede5599f
parent330fcdd1ab8320e3557e58b1c7613ecda45ce2bc (diff)
downloadlibmtp-8a9a45a49bfaf8f91421d714393d49fa05871e4b.tar.gz
merge over previously missing copyright headers from chrome libmtp fork
-rw-r--r--doc/examples.h20
-rw-r--r--doc/mainpage.h20
-rwxr-xr-xexamples/evolution-sync.sh17
3 files changed, 57 insertions, 0 deletions
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 <triad@df.lth.se>
+ *
+ * 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,4 +1,24 @@
/**
+ *
+ * Copyright (C) 2006 Linus Walleij <triad@df.lth.se>
+ *
+ * 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
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 <triad@df.lth.se>
+#
+# 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.