# HG changeset patch # User Paul Boddie # Date 1460922888 -7200 # Node ID 280328be274121c07262c941d5343cbac1019cd6 # Parent c711fd637f8594605e1627bce9c8616f02e96dde Added copyright and licensing information. diff -r c711fd637f85 -r 280328be2741 docs/COPYING.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/COPYING.txt Sun Apr 17 21:54:48 2016 +0200 @@ -0,0 +1,19 @@ +Licence Agreement for fburl +--------------------------- + +Copyright (C) 2014, 2016 Paul Boddie + +In order to fit in with the licensing of the Calendar/Lightning/Icedove +calendar provider code, whose idioms were employed to write this software, +this work is licensed under the Mozilla Public License version 2.0. The +notice below applies to the following distributed files: + +chrome.manifest +chrome/content/fburl-overlay.js +chrome/content/fburl-overlay.xul +install.rdf +modules/fburl.js + +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 https://mozilla.org/MPL/2.0/. diff -r c711fd637f85 -r 280328be2741 modules/fburl.js --- a/modules/fburl.js Sun Sep 28 02:13:32 2014 +0200 +++ b/modules/fburl.js Sun Apr 17 21:54:48 2016 +0200 @@ -1,3 +1,12 @@ +/* FBURL provider extension, retrieving a free/busy URL from LDAP and + * presenting the resource's content to the free/busy mechanism. + * + * Copyright (C) 2014, 2016 Paul Boddie + * + * 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/. */ + var EXPORTED_SYMBOLS = [ "fburl" ]; const Cc = Components.classes;