diff -u8pdNr 1.0/chrome/content/ccd-overlay.xul 1.1/chrome/content/ccd-overlay.xul
--- 1.0/chrome/content/ccd-overlay.xul	2012-01-22 22:19:49 +0000
+++ 1.1/chrome/content/ccd-overlay.xul	2012-08-25 16:04:14 +0000
@@ -1,44 +1,12 @@
 <?xml version="1.0"?>
-<!-- ***** BEGIN LICENSE BLOCK *****
-   - Version: MPL 1.1/GPL 2.0/LGPL 2.1
-   -
-   - The contents of this file are subject to the Mozilla Public License Version
-   - 1.1 (the "License"); you may not use this file except in compliance with
-   - the License. You may obtain a copy of the License at
-   - http://www.mozilla.org/MPL/
-   -
-   - Software distributed under the License is distributed on an "AS IS" basis,
-   - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
-   - for the specific language governing rights and limitations under the
-   - License.
-   -
-   - The Original Code is Custom Calendar Defaults code.
-   -
-   - The Initial Developer of the Original Code is
-   -   Robert Brand <mozrob@googlemail.com>.
-   - Portions created by the Initial Developer are Copyright (C) 2012
-   - the Initial Developer. All Rights Reserved.
-   -
-   - 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
-   - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
-   - in which case the provisions of the GPL or the LGPL are applicable instead
-   - of those above. If you wish to allow use of your version of this file only
-   - under the terms of either the GPL or the LGPL, and not to allow others to
-   - use your version of this file under the terms of the MPL, indicate your
-   - decision by deleting the provisions above and replace them with the notice
-   - and other provisions required by the LGPL or the GPL. If you do not delete
-   - the provisions above, a recipient may use your version of this file under
-   - the terms of any one of the MPL, the GPL or the LGPL.
-   -
-   - ***** END LICENSE BLOCK ***** -->
+<!-- This Source Code Form is subject to the terms of the Mozilla Public
+   - License, v. 2.0. If a copy of the MPL was not distributed with this
+   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
 <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
 
 <overlay id="customcalendardefaults-overlay"
          xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
   <script type="application/javascript"
           src="chrome://customcalendardefaults/content/customcalendardefaults.js"/>
 
 </overlay>
diff -u8pdNr 1.0/chrome/content/ccd-prefs.js 1.1/chrome/content/ccd-prefs.js
--- 1.0/chrome/content/ccd-prefs.js	2012-01-22 19:06:54 +0000
+++ 1.1/chrome/content/ccd-prefs.js	2012-08-25 16:03:30 +0000
@@ -1,43 +1,11 @@
-/* ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0/LGPL 2.1
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Custom Calendar Defaults.
- *
- * The Initial Developer of the Original Code is
- *   Robert Brand <mozrob@googlemail.com>.
- * Portions created by the Initial Developer are Copyright (C) 2011
- * the Initial Developer. All Rights Reserved.
- *
- * 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
- * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
- * in which case the provisions of the GPL or the LGPL are applicable instead
- * of those above. If you wish to allow use of your version of this file only
- * under the terms of either the GPL or the LGPL, and not to allow others to
- * use your version of this file under the terms of the MPL, indicate your
- * decision by deleting the provisions above and replace them with the notice
- * and other provisions required by the GPL or the LGPL. If you do not delete
- * the provisions above, a recipient may use your version of this file under
- * the terms of any one of the MPL, the GPL or the LGPL.
- *
- * ***** END LICENSE BLOCK ***** */
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 
 let gPrefBranch = Components.classes["@mozilla.org/preferences-service;1"]
                             .getService(Components.interfaces.nsIPrefBranch);
 
 var bundle = srGetStrBundle("chrome://customcalendardefaults/locale/ccd-prefs.properties");
 
 function toggleEventUI() {
   var ccdCheckEventPrivacy = document.getElementById("ccdCheckEventPrivacy");
diff -u8pdNr 1.0/chrome/content/ccd-prefs.xul 1.1/chrome/content/ccd-prefs.xul
--- 1.0/chrome/content/ccd-prefs.xul	2011-10-21 21:32:36 +0000
+++ 1.1/chrome/content/ccd-prefs.xul	2012-08-25 16:03:55 +0000
@@ -1,44 +1,12 @@
 <?xml version="1.0"?>
-<!-- ***** BEGIN LICENSE BLOCK *****
-   - Version: MPL 1.1/GPL 2.0/LGPL 2.1
-   -
-   - The contents of this file are subject to the Mozilla Public License Version
-   - 1.1 (the "License"); you may not use this file except in compliance with
-   - the License. You may obtain a copy of the License at
-   - http://www.mozilla.org/MPL/
-   -
-   - Software distributed under the License is distributed on an "AS IS" basis,
-   - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
-   - for the specific language governing rights and limitations under the
-   - License.
-   -
-   - The Original Code is Custom Calendar Defaults code.
-   -
-   - The Initial Developer of the Original Code is
-   - Robert Brand <mozrob@googlemail.com>.
-   - Portions created by the Initial Developer are Copyright (C) 2011
-   - the Initial Developer. All Rights Reserved.
-   -
-   - 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
-   - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
-   - in which case the provisions of the GPL or the LGPL are applicable instead
-   - of those above. If you wish to allow use of your version of this file only
-   - under the terms of either the GPL or the LGPL, and not to allow others to
-   - use your version of this file under the terms of the MPL, indicate your
-   - decision by deleting the provisions above and replace them with the notice
-   - and other provisions required by the LGPL or the GPL. If you do not delete
-   - the provisions above, a recipient may use your version of this file under
-   - the terms of any one of the MPL, the GPL or the LGPL.
-   -
-   - ***** END LICENSE BLOCK ***** -->
+<!-- This Source Code Form is subject to the terms of the Mozilla Public
+   - License, v. 2.0. If a copy of the MPL was not distributed with this
+   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
 <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
 
 <!DOCTYPE dialog SYSTEM "chrome://customcalendardefaults/locale/ccd-prefs.dtd">
  
 <prefwindow id="ccd-prefs"
      title="&customcalendardefaults.preferences.title;"
      xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  
diff -u8pdNr 1.0/chrome/content/customcalendardefaults.js 1.1/chrome/content/customcalendardefaults.js
--- 1.0/chrome/content/customcalendardefaults.js	2012-02-05 22:02:05 +0000
+++ 1.1/chrome/content/customcalendardefaults.js	2012-08-25 16:04:33 +0000
@@ -1,43 +1,11 @@
-/* ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0/LGPL 2.1
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Custom Calendar Defaults.
- *
- * The Initial Developer of the Original Code is
- *   Robert Brand <mozrob@googlemail.com>.
- * Portions created by the Initial Developer are Copyright (C) 2012
- * the Initial Developer. All Rights Reserved.
- *
- * 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
- * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
- * in which case the provisions of the GPL or the LGPL are applicable instead
- * of those above. If you wish to allow use of your version of this file only
- * under the terms of either the GPL or the LGPL, and not to allow others to
- * use your version of this file under the terms of the MPL, indicate your
- * decision by deleting the provisions above and replace them with the notice
- * and other provisions required by the GPL or the LGPL. If you do not delete
- * the provisions above, a recipient may use your version of this file under
- * the terms of any one of the MPL, the GPL or the LGPL.
- *
- * ***** END LICENSE BLOCK ***** */
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 
 /*******************************
 * Get custom default settings  *
 *******************************/
 
 function setCustomCalendarDefaults(aItem) {
     var prefService = Components.classes["@mozilla.org/preferences-service;1"]
                        .getService(Components.interfaces.nsIPrefService);
diff -u8pdNr 1.0/chrome/locale/de/ccd-prefs.dtd 1.1/chrome/locale/de/ccd-prefs.dtd
--- 1.0/chrome/locale/de/ccd-prefs.dtd	2011-11-21 20:38:24 +0000
+++ 1.1/chrome/locale/de/ccd-prefs.dtd	2012-08-25 16:05:34 +0000
@@ -1,8 +1,12 @@
+<!-- This Source Code Form is subject to the terms of the Mozilla Public
+   - License, v. 2.0. If a copy of the MPL was not distributed with this
+   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
+
 <!ENTITY customcalendardefaults.preferences.title "Custom Calendar Defaults - Einstellungen">
 <!ENTITY customcalendardefaults.preferences.prefspane.label "Custom Calendar Defaults - Einstellungen">
 <!ENTITY customcalendardefaults.preferences.events.title "Standardeinstellungen für Termine">
 <!ENTITY customcalendardefaults.preferences.ccdEventStatus.accesskey "">
 <!ENTITY customcalendardefaults.preferences.ccdEventStatus "Status">
 <!ENTITY customcalendardefaults.preferences.ccdEventStatusNone "Nicht angegeben">
 <!ENTITY customcalendardefaults.preferences.ccdEventStatusTentative "Vorläufig">
 <!ENTITY customcalendardefaults.preferences.ccdEventStatusConfirmed "Bestätigt">
diff -u8pdNr 1.0/chrome/locale/de/ccd-prefs.properties 1.1/chrome/locale/de/ccd-prefs.properties
--- 1.0/chrome/locale/de/ccd-prefs.properties	2011-11-21 21:07:18 +0000
+++ 1.1/chrome/locale/de/ccd-prefs.properties	2012-08-25 16:05:52 +0000
@@ -1,8 +1,12 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
 extensions.customcalendardefaults@nadelundhirn.de.description=Voreinstellungen für Termine und Aufgaben anpassen
 preferencesLabel=Einstellungen…
 eventPriorityNone.label=Nicht angegeben
 eventPriorityLow.label=Niedrig
 eventPriorityHigh.label=Hoch
 eventPriorityNormal.label=Normal
 eventStatusNone.label=Nicht angegeben
 eventStatusTentative.label=Vorläufig
diff -u8pdNr 1.0/chrome/locale/en-US/ccd-prefs.dtd 1.1/chrome/locale/en-US/ccd-prefs.dtd
--- 1.0/chrome/locale/en-US/ccd-prefs.dtd	2011-11-21 20:38:34 +0000
+++ 1.1/chrome/locale/en-US/ccd-prefs.dtd	2012-08-25 16:06:19 +0000
@@ -1,8 +1,12 @@
+<!-- This Source Code Form is subject to the terms of the Mozilla Public
+   - License, v. 2.0. If a copy of the MPL was not distributed with this
+   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
+
 <!ENTITY customcalendardefaults.preferences.title "Custom Calendar Defaults - Preferences">
 <!ENTITY customcalendardefaults.preferences.prefspane.label "Custom Calendar Defaults - Preferences">
 <!ENTITY customcalendardefaults.preferences.events.title "Default settings for events">
 <!ENTITY customcalendardefaults.preferences.ccdEventStatus.accesskey "">
 <!ENTITY customcalendardefaults.preferences.ccdEventStatus "Status">
 <!ENTITY customcalendardefaults.preferences.ccdEventStatusNone "Not specified">
 <!ENTITY customcalendardefaults.preferences.ccdEventStatusTentative "Tentative">
 <!ENTITY customcalendardefaults.preferences.ccdEventStatusConfirmed "Confirmed">
diff -u8pdNr 1.0/chrome/locale/en-US/ccd-prefs.properties 1.1/chrome/locale/en-US/ccd-prefs.properties
--- 1.0/chrome/locale/en-US/ccd-prefs.properties	2011-11-21 21:07:54 +0000
+++ 1.1/chrome/locale/en-US/ccd-prefs.properties	2012-08-25 16:06:02 +0000
@@ -1,8 +1,12 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
 extensions.customcalendardefaults@nadelundhirn.de.description=Set custom default values for new events and tasks
 preferencesLabel=Einstellungen…
 eventPriorityNone.label=Not specified
 eventPriorityLow.label=Low
 eventPriorityHigh.label=High
 eventPriorityNormal.label=Normal
 eventStatusNone.label=Not specified
 eventStatusTentative.label=Tentative
diff -u8pdNr 1.0/defaults/preferences/customcalendardefaults.js 1.1/defaults/preferences/customcalendardefaults.js
--- 1.0/defaults/preferences/customcalendardefaults.js	2011-11-21 20:19:54 +0000
+++ 1.1/defaults/preferences/customcalendardefaults.js	2012-08-25 16:07:22 +0000
@@ -1,8 +1,12 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
 pref("extensions.customcalendardefaults.event.status", "");
 pref("extensions.customcalendardefaults.event.privacy", false);
 pref("extensions.customcalendardefaults.event.privacy.state", "");
 pref("extensions.customcalendardefaults.event.priority", "0");
 pref("extensions.customcalendardefaults.event.showTimeAs", false);
 pref("extensions.customcalendardefaults.event.showTimeAs.state", "");
 pref("extensions.customcalendardefaults.task.status", "");
 pref("extensions.customcalendardefaults.task.privacy", false);
diff -u8pdNr 1.0/install.rdf 1.1/install.rdf
--- 1.0/install.rdf	2012-03-18 08:56:03 +0000
+++ 1.1/install.rdf	2012-08-25 16:12:42 +0000
@@ -1,56 +1,59 @@
 <?xml version="1.0"?>
+<!-- This Source Code Form is subject to the terms of the Mozilla Public
+   - License, v. 2.0. If a copy of the MPL was not distributed with this
+   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
 
 <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
      xmlns:em="http://www.mozilla.org/2004/em-rdf#">
 
   <Description about="urn:mozilla:install-manifest">
     <em:name>Custom Calendar Defaults</em:name>
     <em:id>customcalendardefaults@nadelundhirn.de</em:id>
-    <em:version>1.0</em:version>
+    <em:version>1.1</em:version>
 
     <em:localized>
       <Description>
         <em:locale>de-DE</em:locale>
         <em:name>Custom Calendar Defaults</em:name>
         <em:creator>Robert Brand</em:creator>
         <em:description>Voreinstellungen für Termine und Aufgaben anpassen</em:description>
-        <em:homepageURL>http://www.nadelundhirn.de/wp/tag/customcalendardefaults/</em:homepageURL>
+        <em:homepageURL>http://www.nadelundhirn.de/wp/tag/custom-calendar-defaults/</em:homepageURL>
       </Description>
     </em:localized>
     <em:description>Custommize default settings for new tasks and events</em:description>
     <em:creator>Robert Brand</em:creator>
-    <em:homepageURL>http://www.nadelundhirn.de/wp/tag/customcalendardefaults/</em:homepageURL>
+    <em:homepageURL>http://www.nadelundhirn.de/wp/tag/custom-calendar-defaults/</em:homepageURL>
     <em:optionsURL>chrome://customcalendardefaults/content/ccd-prefs.xul</em:optionsURL>
 	<em:updateURL>http://www.nadelundhirn.de/krams/exten/customcalendardefaults/update.rdf</em:updateURL>
 	<em:updateKey>MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC0aEUGwdymA73OVxwnZK4y6GkkP6t260QkoOOE1v+SoSC4bz8Xjqdmgb9Bs0YZNqQrB1VlvkMoAF3mnf5h/8vd2s43VverhrqXBxYehZmFiwL11f84vwPV5HsRfTwFlSgAOufY/d7/6DOoZkbhXR2/0QMxkscWtbIK0NpCZ3FCEQIDAQAB</em:updateKey>
 
     <!-- Thunderbird -->
     <em:targetApplication>
       <Description>
         <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
         <em:minVersion>10.0a1</em:minVersion>
-        <em:maxVersion>11.*</em:maxVersion>
+        <em:maxVersion>15.*</em:maxVersion>
       </Description>
     </em:targetApplication>
     
     <!-- SeaMonkey -->
     <em:targetApplication>
       <Description>
         <em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
         <em:minVersion>2.7a1</em:minVersion>
-        <em:maxVersion>2.8.*</em:maxVersion>
+        <em:maxVersion>2.12.*</em:maxVersion>
       </Description>
     </em:targetApplication>
 
     <em:requires>
       <Description>
         <!-- Lightning (also Sunbird via extension stub) -->
         <em:id>{e2fda1a4-762b-4020-b5ad-a41df1933103}</em:id>
         <em:minVersion>1.2</em:minVersion>
-        <em:maxVersion>1.3.*</em:maxVersion>
+        <em:maxVersion>1.7.*</em:maxVersion>
       </Description>
     </em:requires>
 
   </Description>
 
 </RDF>
