You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by cr...@apache.org on 2004/03/14 07:46:24 UTC

svn commit: rev 9463 - in xml/forrest/trunk: etc src/forrestbar src/forrestbar/xpi src/forrestbar/xpi/content/forrestbar

Author: crossley
Date: Sat Mar 13 22:46:23 2004
New Revision: 9463

Modified:
   xml/forrest/trunk/etc/relicense-tree.txt
   xml/forrest/trunk/src/forrestbar/build.xml
   xml/forrest/trunk/src/forrestbar/xpi/content/forrestbar/contents.rdf
   xml/forrest/trunk/src/forrestbar/xpi/content/forrestbar/forrestbar.css
   xml/forrest/trunk/src/forrestbar/xpi/content/forrestbar/forrestbarOverlay.js
   xml/forrest/trunk/src/forrestbar/xpi/content/forrestbar/forrestbarOverlay.xul
   xml/forrest/trunk/src/forrestbar/xpi/install.js
Log:
Add Apache License 2.0 to src/forrestbar


Modified: xml/forrest/trunk/etc/relicense-tree.txt
==============================================================================
--- xml/forrest/trunk/etc/relicense-tree.txt	(original)
+++ xml/forrest/trunk/etc/relicense-tree.txt	Sat Mar 13 22:46:23 2004
@@ -183,10 +183,10 @@
 L    |   |   |               |-- multi
 L    |   |   |               `-- v10
 L    |   |   `-- resources
-     |   |-- forrestbar
-     |   |   `-- xpi
-     |   |       `-- content
-     |   |           `-- forrestbar
+L    |   |-- forrestbar
+L    |   |   `-- xpi
+L    |   |       `-- content
+L    |   |           `-- forrestbar
      |   |-- forrestbot
      |   |   |-- ant
      |   |   |-- bin

Modified: xml/forrest/trunk/src/forrestbar/build.xml
==============================================================================
--- xml/forrest/trunk/src/forrestbar/build.xml	(original)
+++ xml/forrest/trunk/src/forrestbar/build.xml	Sat Mar 13 22:46:23 2004
@@ -1,4 +1,19 @@
 <?xml version="1.0"?>
+<!--
+  Copyright 2002-2004 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
 <project default="forrestbar" basedir="../.." name="forrestbar">
 
   <description>Build script for the forrestbar</description>

Modified: xml/forrest/trunk/src/forrestbar/xpi/content/forrestbar/contents.rdf
==============================================================================
--- xml/forrest/trunk/src/forrestbar/xpi/content/forrestbar/contents.rdf	(original)
+++ xml/forrest/trunk/src/forrestbar/xpi/content/forrestbar/contents.rdf	Sat Mar 13 22:46:23 2004
@@ -1,4 +1,19 @@
 <?xml version="1.0"?>
+<!--
+  Copyright 2002-2004 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
 <RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:chrome="http://www.mozilla.org/rdf/chrome#">
    <RDF:Seq about="urn:mozilla:package:root">
       <RDF:li resource="urn:mozilla:package:forrestbar" />

Modified: xml/forrest/trunk/src/forrestbar/xpi/content/forrestbar/forrestbar.css
==============================================================================
--- xml/forrest/trunk/src/forrestbar/xpi/content/forrestbar/forrestbar.css	(original)
+++ xml/forrest/trunk/src/forrestbar/xpi/content/forrestbar/forrestbar.css	Sat Mar 13 22:46:23 2004
@@ -1,3 +1,18 @@
+/*
+* Copyright 2002-2004 The Apache Software Foundation
+*
+* Licensed under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
 *.forrestbar {
 	font-family: tahoma,verdana;
 	font-size: 11px;

Modified: xml/forrest/trunk/src/forrestbar/xpi/content/forrestbar/forrestbarOverlay.js
==============================================================================
--- xml/forrest/trunk/src/forrestbar/xpi/content/forrestbar/forrestbarOverlay.js	(original)
+++ xml/forrest/trunk/src/forrestbar/xpi/content/forrestbar/forrestbarOverlay.js	Sat Mar 13 22:46:23 2004
@@ -1,3 +1,18 @@
+/*
+* Copyright 2002-2004 The Apache Software Foundation
+*
+* Licensed under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
 
 function startforrestbar()
 {

Modified: xml/forrest/trunk/src/forrestbar/xpi/content/forrestbar/forrestbarOverlay.xul
==============================================================================
--- xml/forrest/trunk/src/forrestbar/xpi/content/forrestbar/forrestbarOverlay.xul	(original)
+++ xml/forrest/trunk/src/forrestbar/xpi/content/forrestbar/forrestbarOverlay.xul	Sat Mar 13 22:46:23 2004
@@ -1,4 +1,19 @@
 <?xml version="1.0"?>
+<!--
+  Copyright 2002-2004 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
 <?xml-stylesheet href="forrestbar.css" type="text/css"?>
 
 <overlay id="forrestbarOverlay" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

Modified: xml/forrest/trunk/src/forrestbar/xpi/install.js
==============================================================================
--- xml/forrest/trunk/src/forrestbar/xpi/install.js	(original)
+++ xml/forrest/trunk/src/forrestbar/xpi/install.js	Sat Mar 13 22:46:23 2004
@@ -1,3 +1,18 @@
+/*
+* Copyright 2002-2004 The Apache Software Foundation
+*
+* Licensed under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
 var err = initInstall("ForrestBar", "forrestbar", ""); 
 //alert("initInstall");
 addFile("forrestbar", "forrestbar.jar", getFolder("Chrome"),"");