[Pkg-privacy-commits] [xul-ext-monkeysphere] 51/296: add copyright info to xul-ext files

Ximin Luo infinity0 at moszumanska.debian.org
Mon Aug 24 07:39:24 UTC 2015


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch debian
in repository xul-ext-monkeysphere.

commit 34737c5b61a404eecd836eb0a9107578d8df5649
Author: Jameson Rollins <jrollins at finestructure.net>
Date:   Wed Jan 13 13:30:29 2010 -0500

    add copyright info to xul-ext files
---
 chrome/content/dialog_status.js  | 16 ++++++++++++++++
 chrome/content/dialog_status.xul | 20 ++++++++++++++++++++
 chrome/content/initialize.xul    | 18 ++++++++++++++++++
 chrome/content/statusbar.js      | 16 ++++++++++++++++
 chrome/content/statusbar.xul     | 18 ++++++++++++++++++
 install.rdf                      | 18 ++++++++++++++++++
 6 files changed, 106 insertions(+)

diff --git a/chrome/content/dialog_status.js b/chrome/content/dialog_status.js
index 44ea6ec..9be1299 100644
--- a/chrome/content/dialog_status.js
+++ b/chrome/content/dialog_status.js
@@ -1,3 +1,19 @@
+// Monkeysphere XUL extension
+// Copyright © 2010 Jameson Rollins <jrollins at finestructure.net>
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
 var root_prefs = Components.classes["@mozilla.org/preferences-service;1"].getService(Components.interfaces.nsIPrefBranch);
 
 monkeysphere.status.form = function() {
diff --git a/chrome/content/dialog_status.xul b/chrome/content/dialog_status.xul
index a2beb7c..a2ea233 100644
--- a/chrome/content/dialog_status.xul
+++ b/chrome/content/dialog_status.xul
@@ -1,5 +1,25 @@
 <?xml version="1.0"?>
+
+<!--
+Monkeysphere XUL extension
+Copyright © 2010 Jameson Rollins <jrollins at finestructure.net>
+
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program.  If not, see <http://www.gnu.org/licenses/>.
+-->
+
 <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
+
 <!DOCTYPE prefwindow SYSTEM "chrome://monkeysphere/locale/dialogs.dtd">
 
 <window id="monkeysphere-results" 
diff --git a/chrome/content/initialize.xul b/chrome/content/initialize.xul
index ac4b73b..bbe89c4 100644
--- a/chrome/content/initialize.xul
+++ b/chrome/content/initialize.xul
@@ -1,5 +1,23 @@
 <?xml version="1.0"?>
 
+<!--
+Monkeysphere XUL extension
+Copyright © 2010 Jameson Rollins <jrollins at finestructure.net>
+
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program.  If not, see <http://www.gnu.org/licenses/>.
+-->
+
 <overlay id="validation-agent-init"
   xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
 
diff --git a/chrome/content/statusbar.js b/chrome/content/statusbar.js
index 38b0b72..cb90906 100644
--- a/chrome/content/statusbar.js
+++ b/chrome/content/statusbar.js
@@ -1,3 +1,19 @@
+// Monkeysphere XUL extension
+// Copyright © 2010 Jameson Rollins <jrollins at finestructure.net>
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
 // note: when debugging, it is useful to open this dialogs as
 // windows for firebug console, etc
 
diff --git a/chrome/content/statusbar.xul b/chrome/content/statusbar.xul
index 2d4a2ba..9600e89 100644
--- a/chrome/content/statusbar.xul
+++ b/chrome/content/statusbar.xul
@@ -1,5 +1,23 @@
 <?xml version="1.0"?>
 
+<!--
+Monkeysphere XUL extension
+Copyright © 2010 Jameson Rollins <jrollins at finestructure.net>
+
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program.  If not, see <http://www.gnu.org/licenses/>.
+-->
+
 <overlay id="monkeysphere-statusbar"
 	 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
 
diff --git a/install.rdf b/install.rdf
index 79cad46..e925af9 100644
--- a/install.rdf
+++ b/install.rdf
@@ -1,5 +1,23 @@
 <?xml version="1.0"?>
 
+<!--
+Monkeysphere XUL extension
+Copyright © 2010 Jameson Rollins <jrollins at finestructure.net>
+
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program.  If not, see <http://www.gnu.org/licenses/>.
+-->
+
 <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
      xmlns:em="http://www.mozilla.org/2004/em-rdf#">
   

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/xul-ext-monkeysphere.git



More information about the Pkg-privacy-commits mailing list