jford 2004/03/18 07:46:54
Modified: . maven.xml quick_build.bat jetspeed2.checkstyle
project.xml checkstyle.xml GETTING-STARTED.html
eclipseASF20Template.xml
Log:
Added Apache License 2.0
Revision Changes Path
1.39 +15 -0 jakarta-jetspeed-2/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed-2/maven.xml,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- maven.xml 14 Mar 2004 23:17:08 -0000 1.38
+++ maven.xml 18 Mar 2004 15:46:54 -0000 1.39
@@ -1,3 +1,18 @@
+<!--
+Copyright 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="java:jar"
xmlns:j="jelly:core"
xmlns:maven="jelly:maven"
1.4 +15 -0 jakarta-jetspeed-2/quick_build.bat
Index: quick_build.bat
===================================================================
RCS file: /home/cvs/jakarta-jetspeed-2/quick_build.bat,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- quick_build.bat 11 Mar 2004 15:11:58 -0000 1.3
+++ quick_build.bat 18 Mar 2004 15:46:54 -0000 1.4
@@ -4,6 +4,21 @@
@rem
@echo off
+
+REM Copyright 2004 The Apache Software Foundation
+REM
+REM Licensed under the Apache License, Version 2.0 (the "License");
+REM you may not use this file except in compliance with the License.
+REM You may obtain a copy of the License at
+REM
+REM http://www.apache.org/licenses/LICENSE-2.0
+REM
+REM Unless required by applicable law or agreed to in writing, software
+REM distributed under the License is distributed on an "AS IS" BASIS,
+REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+REM See the License for the specific language governing permissions and
+REM limitations under the License.
+
set _JETSPEED_HOME=.
echo "JETSPEED_HOME:" %_JETSPEED_HOME%
1.2 +15 -0 jakarta-jetspeed-2/jetspeed2.checkstyle
Index: jetspeed2.checkstyle
===================================================================
RCS file: /home/cvs/jakarta-jetspeed-2/jetspeed2.checkstyle,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- jetspeed2.checkstyle 28 Jul 2003 23:46:33 -0000 1.1
+++ jetspeed2.checkstyle 18 Mar 2004 15:46:54 -0000 1.2
@@ -1,4 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Copyright 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.
+-->
<!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.1//EN"
"http://www.puppycrawl.com/dtds/configuration_1_1.dtd">
<module name="Checker">
<module name="TreeWalker">
1.8 +23 -0 jakarta-jetspeed-2/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed-2/project.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- project.xml 6 Mar 2004 20:32:30 -0000 1.7
+++ project.xml 18 Mar 2004 15:46:54 -0000 1.8
@@ -1,5 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Copyright 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>
<pomVersion>3</pomVersion>
<id>jetspeed2</id>
@@ -98,6 +112,15 @@
<name>David Le Strat</name>
<id>dls</id>
<email>[EMAIL PROTECTED]</email>
+ <roles>
+ <role>Java Developer</role>
+ </roles>
+ </developer>
+
+ <developer>
+ <name>Jeremy Ford</name>
+ <id>jford</id>
+ <email>[EMAIL PROTECTED]</email>
<roles>
<role>Java Developer</role>
</roles>
1.2 +15 -0 jakarta-jetspeed-2/checkstyle.xml
Index: checkstyle.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed-2/checkstyle.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- checkstyle.xml 16 Mar 2004 05:28:59 -0000 1.1
+++ checkstyle.xml 18 Mar 2004 15:46:54 -0000 1.2
@@ -1,4 +1,19 @@
<?xml version="1.0"?>
+<!--
+Copyright 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.
+-->
<!DOCTYPE module PUBLIC
"-//Puppy Crawl//DTD Check Configuration 1.1//EN"
"http://www.puppycrawl.com/dtds/configuration_1_1.dtd">
1.10 +15 -0 jakarta-jetspeed-2/GETTING-STARTED.html
Index: GETTING-STARTED.html
===================================================================
RCS file: /home/cvs/jakarta-jetspeed-2/GETTING-STARTED.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- GETTING-STARTED.html 14 Mar 2004 15:01:29 -0000 1.9
+++ GETTING-STARTED.html 18 Mar 2004 15:46:54 -0000 1.10
@@ -1,3 +1,18 @@
+<!--
+Copyright 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.
+-->
<html>
<head>
<title>Getting Started with Jetspeed-2</title>
1.2 +16 -0 jakarta-jetspeed-2/eclipseASF20Template.xml
Index: eclipseASF20Template.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed-2/eclipseASF20Template.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- eclipseASF20Template.xml 5 Mar 2004 22:17:10 -0000 1.1
+++ eclipseASF20Template.xml 18 Mar 2004 15:46:54 -0000 1.2
@@ -1,4 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Copyright 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.
+-->
+
<templates><template name="ASF-lic-2.0" description="ASF Liscence 2.0"
context="java" enabled="true">/*
* Copyright 2000-2001,2004 The Apache Software Foundation.
*
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]