summaryrefslogtreecommitdiff
path: root/examples/evolution-sync.sh
diff options
context:
space:
mode:
Diffstat (limited to 'examples/evolution-sync.sh')
-rwxr-xr-xexamples/evolution-sync.sh17
1 files changed, 17 insertions, 0 deletions
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.