diff options
author | niko <niko> | 2012-05-25 09:56:48 (GMT) |
---|---|---|
committer | niko <niko> | 2012-05-25 09:56:48 (GMT) |
commit | e0869b6560736ad81b7f17e33b43ce07578c4658 (patch) | |
tree | 9b4fa4c58aa60b751d16479321db23a6aef3a6be /src | |
parent | ee08d9d1d312aa2940930bc6f6d7d5fc08b3bf19 (diff) | |
download | synckolab-e0869b6560736ad81b7f17e33b43ce07578c4658.tar.gz |
update license
Diffstat (limited to 'src')
-rw-r--r-- | src/chrome/content/synckolab/addressbook.js | 6 | ||||
-rw-r--r-- | src/chrome/content/synckolab/addressbookTools.js | 6 | ||||
-rw-r--r-- | src/chrome/content/synckolab/calendar.js | 6 | ||||
-rw-r--r-- | src/chrome/content/synckolab/calendarTools.js | 6 | ||||
-rw-r--r-- | src/chrome/content/synckolab/config.js | 4 | ||||
-rw-r--r-- | src/chrome/content/synckolab/settings.js | 3 | ||||
-rw-r--r-- | src/chrome/content/synckolab/synckolab.js | 4 | ||||
-rw-r--r-- | src/chrome/content/synckolab/tools.js | 7 | ||||
-rw-r--r-- | src/chrome/content/synckolab/tools/kolab.js | 5 | ||||
-rw-r--r-- | src/chrome/content/synckolab/tools/text.js | 4 | ||||
-rw-r--r-- | src/chrome/content/synckolab/wndConfig.js | 4 | ||||
-rw-r--r-- | src/chrome/license.txt | 3 |
12 files changed, 40 insertions, 18 deletions
diff --git a/src/chrome/content/synckolab/addressbook.js b/src/chrome/content/synckolab/addressbook.js index b365e3d..34ab689 100644 --- a/src/chrome/content/synckolab/addressbook.js +++ b/src/chrome/content/synckolab/addressbook.js @@ -12,8 +12,10 @@ * for the specific language governing rights and limitations under the * License. * - * Contributor(s): Niko Berger <niko.berger@corinis.com> - * Steven D Miller (Copart) <stevendm@rellims.com> + * Copyright (c) Niko Berger 2005-2012 + * Copyright (c) Kolab Systems 2012 + * Author: Niko Berger <berger(at)kolabsys.com> + * Contributor(s): Steven D Miller (Copart) <stevendm(at)rellims.com> * * * Alternatively, the contents of this file may be used under the terms of diff --git a/src/chrome/content/synckolab/addressbookTools.js b/src/chrome/content/synckolab/addressbookTools.js index 56b7c3b..94a6ee7 100644 --- a/src/chrome/content/synckolab/addressbookTools.js +++ b/src/chrome/content/synckolab/addressbookTools.js @@ -11,8 +11,10 @@ * for the specific language governing rights and limitations under the * License. * - * Contributor(s): Niko Berger <niko.berger@corinis.com> - * Steven D Miller (Copart) <stevendm@rellims.com> + * Copyright (c) Niko Berger 2005-2012 + * Copyright (c) Kolab Systems 2012 + * Author: Niko Berger <berger(at)kolabsys.com> + * Contributor(s): Steven D Miller (Copart) <stevendm(at)rellims.com> * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or diff --git a/src/chrome/content/synckolab/calendar.js b/src/chrome/content/synckolab/calendar.js index 52d7ff2..e4faa89 100644 --- a/src/chrome/content/synckolab/calendar.js +++ b/src/chrome/content/synckolab/calendar.js @@ -12,8 +12,10 @@ * for the specific language governing rights and limitations under the * License. * - * Contributor(s): Niko Berger <niko.berger@corinis.com> - * Andreas Gungl <a.gungl@gmx.de> + * Copyright (c) Niko Berger 2005-2012 + * Copyright (c) Kolab Systems 2012 + * Author: Niko Berger <niko.berger(at)corinis.com> + * Contributor(s): Andreas Gungl <a.gungl(at)gmx.de> * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or diff --git a/src/chrome/content/synckolab/calendarTools.js b/src/chrome/content/synckolab/calendarTools.js index e21c489..3bbfd23 100644 --- a/src/chrome/content/synckolab/calendarTools.js +++ b/src/chrome/content/synckolab/calendarTools.js @@ -11,8 +11,10 @@ * for the specific language governing rights and limitations under the * License. * - * Contributor(s): Niko Berger <niko.berger@corinis.com> - * Andreas Gungl <a.gungl@gmx.de> + * Copyright (c) Niko Berger 2005-2012 + * Copyright (c) Kolab Systems 2012 + * Author: Niko Berger <niko.berger(at)corinis.com> + * Contributor(s): Andreas Gungl <a.gungl(at)gmx.de> * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or diff --git a/src/chrome/content/synckolab/config.js b/src/chrome/content/synckolab/config.js index bd4d37b..85a7d0d 100644 --- a/src/chrome/content/synckolab/config.js +++ b/src/chrome/content/synckolab/config.js @@ -12,7 +12,9 @@ * for the specific language governing rights and limitations under the * License. * - * Contributor(s): Niko Berger <niko.berger(at)corinis.com> + * Copyright (c) Kolab Systems 2012 + * Author: Niko Berger <berger(at)kolabsys.com> + * * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or diff --git a/src/chrome/content/synckolab/settings.js b/src/chrome/content/synckolab/settings.js index b0639ea..5ec1c8e 100644 --- a/src/chrome/content/synckolab/settings.js +++ b/src/chrome/content/synckolab/settings.js @@ -11,7 +11,8 @@ * for the specific language governing rights and limitations under the * License. * - * Contributor(s): Niko Berger <niko.berger(at)corinis.com> + * Copyright (c) Niko Berger 2005-2012 + * Author: Niko Berger <niko.berger(at)corinis.com> * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or diff --git a/src/chrome/content/synckolab/synckolab.js b/src/chrome/content/synckolab/synckolab.js index 21b66e4..a366d78 100644 --- a/src/chrome/content/synckolab/synckolab.js +++ b/src/chrome/content/synckolab/synckolab.js @@ -11,7 +11,9 @@ * for the specific language governing rights and limitations under the * License. * - * Contributor(s): Niko Berger <niko.berger(at)corinis.com> + * Copyright (c) Niko Berger 2005-2012 + * Copyright (c) Kolab Systems 2012 + * Author: Niko Berger <niko.berger(at)corinis.com> * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or diff --git a/src/chrome/content/synckolab/tools.js b/src/chrome/content/synckolab/tools.js index b423d03..a09c475 100644 --- a/src/chrome/content/synckolab/tools.js +++ b/src/chrome/content/synckolab/tools.js @@ -10,9 +10,10 @@ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. - * - * Contributor(s): Niko Berger <niko.berger(at)corinis.com> - * Andreas Gungl <a.gungl(at)gmx.de> + * + * Copyright (c) Niko Berger 2005-2012 + * Author: Niko Berger <niko.berger(at)corinis.com> + * Contributor(s): Andreas Gungl <a.gungl(at)gmx.de> * Arsen Stasic <arsen.stasic(at)wu-wien.ac.at> * * Alternatively, the contents of this file may be used under the terms of diff --git a/src/chrome/content/synckolab/tools/kolab.js b/src/chrome/content/synckolab/tools/kolab.js index 6d5186c..c7f9889 100644 --- a/src/chrome/content/synckolab/tools/kolab.js +++ b/src/chrome/content/synckolab/tools/kolab.js @@ -11,8 +11,9 @@ * for the specific language governing rights and limitations under the * License. * - * Contributor(s): Niko Berger <niko.berger@corinis.com> - * Andreas Gungl <a.gungl@gmx.de> + * Copyright (c) Niko Berger 2005-2012 + * Author: Niko Berger <niko.berger(at)corinis.com> + * Contributor(s): Andreas Gungl <a.gungl@gmx.de> * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or diff --git a/src/chrome/content/synckolab/tools/text.js b/src/chrome/content/synckolab/tools/text.js index acf31b3..3c084e7 100644 --- a/src/chrome/content/synckolab/tools/text.js +++ b/src/chrome/content/synckolab/tools/text.js @@ -11,7 +11,9 @@ * for the specific language governing rights and limitations under the * License. * - * Contributor(s): Niko Berger <niko.berger@corinis.com> + * Copyright (c) Niko Berger 2005-2012 + * Author: Niko Berger <niko.berger(at)corinis.com> + * Contributor(s): * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or diff --git a/src/chrome/content/synckolab/wndConfig.js b/src/chrome/content/synckolab/wndConfig.js index 47a8dd7..9b56bf1 100644 --- a/src/chrome/content/synckolab/wndConfig.js +++ b/src/chrome/content/synckolab/wndConfig.js @@ -11,7 +11,9 @@ * for the specific language governing rights and limitations under the * License. * - * Contributor(s): Niko Berger <niko.berger(at)corinis.com> + * Copyright (c) Kolab Systems 2012 + * Author: Niko Berger <berger@kolabsys.com> + * Contributor(s): * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or diff --git a/src/chrome/license.txt b/src/chrome/license.txt index 45f04c2..bdb8a41 100644 --- a/src/chrome/license.txt +++ b/src/chrome/license.txt @@ -10,6 +10,9 @@ WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the
License.
+Copyright (c) Niko Berger 2005-2012
+Copyright (c) Kolab Systems 2012
+
Alternatively, the contents of this file may be used under the terms of
either the GNU General Public License Version 2 or later (the "GPL"), or
the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|