summaryrefslogtreecommitdiff
path: root/roundcubemail/bin
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2012-01-18 11:10:46 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2012-01-18 11:10:46 +0000
commitd2b1ef26d86b6a9e01d810ab7287b71f4d1cf1b7 (patch)
tree458c91317cc03311a2748ab9ea02db8e8516c890 /roundcubemail/bin
parentcc8d9e2efc6d4edd71ec9ae3a30e624124be43d7 (diff)
Changed license to GNU GPLv3+ with exceptions for skins and plugins
git-svn-id: https://svn.roundcube.net/trunk@5787 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/bin')
-rwxr-xr-xroundcubemail/bin/cleandb.sh5
-rwxr-xr-xroundcubemail/bin/decrypt.sh5
-rwxr-xr-xroundcubemail/bin/dumpschema.sh5
-rwxr-xr-xroundcubemail/bin/exportgettext.sh2
-rwxr-xr-xroundcubemail/bin/importgettext.sh2
-rwxr-xr-xroundcubemail/bin/indexcontacts.sh5
-rwxr-xr-xroundcubemail/bin/installto.sh5
-rwxr-xr-xroundcubemail/bin/update.sh5
8 files changed, 26 insertions, 8 deletions
diff --git a/roundcubemail/bin/cleandb.sh b/roundcubemail/bin/cleandb.sh
index 978b17dfa..174cbb1f5 100755
--- a/roundcubemail/bin/cleandb.sh
+++ b/roundcubemail/bin/cleandb.sh
@@ -7,7 +7,10 @@
| |
| This file is part of the Roundcube Webmail client |
| Copyright (C) 2010, The Roundcube Dev Team |
- | Licensed under the GNU GPL |
+ | |
+ | Licensed under the GNU General Public License version 3 or |
+ | any later version with exceptions for skins & plugins. |
+ | See the README file for a full license statement. |
| |
| PURPOSE: |
| Finally remove all db records marked as deleted some time ago |
diff --git a/roundcubemail/bin/decrypt.sh b/roundcubemail/bin/decrypt.sh
index c1ddd1cf2..d257f9bb4 100755
--- a/roundcubemail/bin/decrypt.sh
+++ b/roundcubemail/bin/decrypt.sh
@@ -7,7 +7,10 @@
| |
| This file is part of the Roundcube Webmail client |
| Copyright (C) 2005-2009, The Roundcube Dev Team |
- | Licensed under the GNU GPL |
+ | |
+ | Licensed under the GNU General Public License version 3 or |
+ | any later version with exceptions for skins & plugins. |
+ | See the README file for a full license statement. |
| |
| PURPOSE: |
| Decrypt the encrypted parts of the HTTP Received: headers |
diff --git a/roundcubemail/bin/dumpschema.sh b/roundcubemail/bin/dumpschema.sh
index da1dffa72..e44b292a8 100755
--- a/roundcubemail/bin/dumpschema.sh
+++ b/roundcubemail/bin/dumpschema.sh
@@ -7,7 +7,10 @@
| |
| This file is part of the Roundcube Webmail client |
| Copyright (C) 2005-2009, The Roundcube Dev Team |
- | Licensed under the GNU GPL |
+ | |
+ | Licensed under the GNU General Public License version 3 or |
+ | any later version with exceptions for skins & plugins. |
+ | See the README file for a full license statement. |
| |
| PURPOSE: |
| Dumps database schema in XML format using MDB2_Schema |
diff --git a/roundcubemail/bin/exportgettext.sh b/roundcubemail/bin/exportgettext.sh
index 9319e6eb0..2b991fb94 100755
--- a/roundcubemail/bin/exportgettext.sh
+++ b/roundcubemail/bin/exportgettext.sh
@@ -232,4 +232,4 @@ function gettext_quote($str)
return rtrim($out);
}
-?> \ No newline at end of file
+?>
diff --git a/roundcubemail/bin/importgettext.sh b/roundcubemail/bin/importgettext.sh
index f16f637db..cc01c3382 100755
--- a/roundcubemail/bin/importgettext.sh
+++ b/roundcubemail/bin/importgettext.sh
@@ -192,4 +192,4 @@ function expand_langcode($lang)
}
-?> \ No newline at end of file
+?>
diff --git a/roundcubemail/bin/indexcontacts.sh b/roundcubemail/bin/indexcontacts.sh
index ba8fe8a21..3f1e8119a 100755
--- a/roundcubemail/bin/indexcontacts.sh
+++ b/roundcubemail/bin/indexcontacts.sh
@@ -7,7 +7,10 @@
| |
| This file is part of the Roundcube Webmail client |
| Copyright (C) 2011, The Roundcube Dev Team |
- | Licensed under the GNU GPL |
+ | |
+ | Licensed under the GNU General Public License version 3 or |
+ | any later version with exceptions for skins & plugins. |
+ | See the README file for a full license statement. |
| |
| PURPOSE: |
| Update the fulltext index for all contacts of the internal |
diff --git a/roundcubemail/bin/installto.sh b/roundcubemail/bin/installto.sh
index 47c959ad7..f3ab2ad6b 100755
--- a/roundcubemail/bin/installto.sh
+++ b/roundcubemail/bin/installto.sh
@@ -6,7 +6,10 @@
| |
| This file is part of the Roundcube Webmail client |
| Copyright (C) 2011, The Roundcube Dev Team |
- | Licensed under the GNU GPL |
+ | |
+ | Licensed under the GNU General Public License version 3 or |
+ | any later version with exceptions for skins & plugins. |
+ | See the README file for a full license statement. |
| |
| PURPOSE: |
| Update an existing Roundcube installation with files from |
diff --git a/roundcubemail/bin/update.sh b/roundcubemail/bin/update.sh
index 52ac63734..46874ebf8 100755
--- a/roundcubemail/bin/update.sh
+++ b/roundcubemail/bin/update.sh
@@ -6,7 +6,10 @@
| |
| This file is part of the Roundcube Webmail client |
| Copyright (C) 2010-2011, The Roundcube Dev Team |
- | Licensed under the GNU GPL |
+ | |
+ | Licensed under the GNU General Public License version 3 or |
+ | any later version with exceptions for skins & plugins. |
+ | See the README file for a full license statement. |
| |
| PURPOSE: |
| Check local configuration and database schema after upgrading |