diff --git a/common/content/services.js b/common/content/services.js index 9d980146..fa0d8ff0 100644 --- a/common/content/services.js +++ b/common/content/services.js @@ -1,9 +1,23 @@ /***** BEGIN LICENSE BLOCK ***** {{{ - Copyright © 2008-2009 by Kris Maglione - Distributable under the terms of the MIT license, which allows - for sublicensing under any compatible license, including the MPL, - GPL, and MPL. Anyone who changes this file is welcome to relicense - it under any or all of those licenseses. + Copyright ©2008-2009 by Kris Maglione + + Permission is hereby granted, free of charge, to any person obtaining a + copy of this software and associated documentation files (the "Software"), + to deal in the Software without restriction, including without limitation + the rights to use, copy, modify, merge, publish, distribute, sublicense, + and/or sell copies of the Software, and to permit persons to whom the + Software is furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + DEALINGS IN THE SOFTWARE. }}} ***** END LICENSE BLOCK *****/ /** @scope modules */ diff --git a/common/content/style.js b/common/content/style.js index 0d6847f4..1181f1c2 100644 --- a/common/content/style.js +++ b/common/content/style.js @@ -1,10 +1,23 @@ /***** BEGIN LICENSE BLOCK ***** {{{ - Copyright © 2008-2009 by Kris Maglione + Copyright ©2008-2009 by Kris Maglione - Distributable under the terms of the MIT license, which allows - for sublicensing under any compatible license, including the MPL, - GPL, and MPL. Anyone who changes this file is welcome to relicense - it under any or all of those licenseses. + Permission is hereby granted, free of charge, to any person obtaining a + copy of this software and associated documentation files (the "Software"), + to deal in the Software without restriction, including without limitation + the rights to use, copy, modify, merge, publish, distribute, sublicense, + and/or sell copies of the Software, and to permit persons to whom the + Software is furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + DEALINGS IN THE SOFTWARE. }}} ***** END LICENSE BLOCK *****/ /** @scope modules */ diff --git a/common/content/template.js b/common/content/template.js index ae0ff09d..afb4774e 100644 --- a/common/content/template.js +++ b/common/content/template.js @@ -1,9 +1,23 @@ /***** BEGIN LICENSE BLOCK ***** {{{ - Copyright © 2008-2009 by Kris Maglione - Distributable under the terms of the MIT license, which allows - for sublicensing under any compatible license, including the MPL, - GPL, and MPL. Anyone who changes this file is welcome to relicense - it under any or all of those licenseses. + Copyright ©2008-2009 by Kris Maglione + + Permission is hereby granted, free of charge, to any person obtaining a + copy of this software and associated documentation files (the "Software"), + to deal in the Software without restriction, including without limitation + the rights to use, copy, modify, merge, publish, distribute, sublicense, + and/or sell copies of the Software, and to permit persons to whom the + Software is furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + DEALINGS IN THE SOFTWARE. }}} ***** END LICENSE BLOCK *****/ /** @scope modules */ diff --git a/common/modules/storage.jsm b/common/modules/storage.jsm index 0ccfdd72..337c7eb7 100755 --- a/common/modules/storage.jsm +++ b/common/modules/storage.jsm @@ -1,9 +1,23 @@ /***** BEGIN LICENSE BLOCK ***** {{{ - Copyright © 2008-2009 by Kris Maglione - Distributable under the terms of the MIT license, which allows - for sublicensing under any compatible license, including the MPL, - GPL, and MPL. Anyone who changes this file is welcome to relicense - it under any or all of those licenseses. + Copyright ©2008-2009 by Kris Maglione + + Permission is hereby granted, free of charge, to any person obtaining a + copy of this software and associated documentation files (the "Software"), + to deal in the Software without restriction, including without limitation + the rights to use, copy, modify, merge, publish, distribute, sublicense, + and/or sell copies of the Software, and to permit persons to whom the + Software is furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + DEALINGS IN THE SOFTWARE. }}} ***** END LICENSE BLOCK *****/ var EXPORTED_SYMBOLS = ["storage", "Timer"]; diff --git a/muttator/components/chrome-data.js b/muttator/components/chrome-data.js index 74dc57a2..6b9f194c 100644 --- a/muttator/components/chrome-data.js +++ b/muttator/components/chrome-data.js @@ -5,8 +5,25 @@ * * By Kris Maglione, ideas from Ed Anuff's nsChromeExtensionHandler. * - * Licenced under the MIT License, which allows for sublicensing - * under any compatible license, including the GNU GPL and the MPL. + * ©2008-2009 Kris Maglione + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + * DEALINGS IN THE SOFTWARE. */ Components.utils.import("resource://gre/modules/XPCOMUtils.jsm"); diff --git a/vimperator/components/chrome-data.js b/vimperator/components/chrome-data.js index 74dc57a2..6b9f194c 100644 --- a/vimperator/components/chrome-data.js +++ b/vimperator/components/chrome-data.js @@ -5,8 +5,25 @@ * * By Kris Maglione, ideas from Ed Anuff's nsChromeExtensionHandler. * - * Licenced under the MIT License, which allows for sublicensing - * under any compatible license, including the GNU GPL and the MPL. + * ©2008-2009 Kris Maglione + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + * DEALINGS IN THE SOFTWARE. */ Components.utils.import("resource://gre/modules/XPCOMUtils.jsm"); diff --git a/xulmus/components/chrome-data.js b/xulmus/components/chrome-data.js index 74dc57a2..6b9f194c 100644 --- a/xulmus/components/chrome-data.js +++ b/xulmus/components/chrome-data.js @@ -5,8 +5,25 @@ * * By Kris Maglione, ideas from Ed Anuff's nsChromeExtensionHandler. * - * Licenced under the MIT License, which allows for sublicensing - * under any compatible license, including the GNU GPL and the MPL. + * ©2008-2009 Kris Maglione + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + * DEALINGS IN THE SOFTWARE. */ Components.utils.import("resource://gre/modules/XPCOMUtils.jsm");