svn commit: r961406 - in /lenya/branches/BRANCH_2_1_X/src: java/org/apache/lenya/cms/cocoon/source/ java/org/apache/lenya/cms/repository/ modules-core/observation/java/test/org/apache/lenya/cms/observation/ modules/lucene/java/src/org/apache/cocoon/com...

[email protected]
Newsgroups gmane.comp.cms.lenya.cvs
Message-ID <[email protected]>
Author: rfrovarp
Date: Wed Jul  7 15:27:43 2010
New Revision: 961406

URL: http://svn.apache.org/viewvc?rev=961406&view=rev
Log:
Add missing licenses

Modified:
    lenya/branches/BRANCH_2_1_X/src/java/org/apache/lenya/cms/cocoon/source/AggregatingSource.java
    lenya/branches/BRANCH_2_1_X/src/java/org/apache/lenya/cms/repository/ContentHolder.java
    lenya/branches/BRANCH_2_1_X/src/modules-core/observation/java/test/org/apache/lenya/cms/observation/TestListener.java
    lenya/branches/BRANCH_2_1_X/src/modules/lucene/java/src/org/apache/cocoon/components/search/components/Searcher.java
    lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree2/SaxTreeBuilder.java

Modified: lenya/branches/BRANCH_2_1_X/src/java/org/apache/lenya/cms/cocoon/source/AggregatingSource.java
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/java/org/apache/lenya/cms/cocoon/source/AggregatingSource.java?rev=961406&r1=961405&r2=961406&view=diff
==============================================================================
--- lenya/branches/BRANCH_2_1_X/src/java/org/apache/lenya/cms/cocoon/source/AggregatingSource.java (original)
+++ lenya/branches/BRANCH_2_1_X/src/java/org/apache/lenya/cms/cocoon/source/AggregatingSource.java Wed Jul  7 15:27:43 2010
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ *
+ */
+
 package org.apache.lenya.cms.cocoon.source;
 
 import java.io.ByteArrayInputStream;

Modified: lenya/branches/BRANCH_2_1_X/src/java/org/apache/lenya/cms/repository/ContentHolder.java
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/java/org/apache/lenya/cms/repository/ContentHolder.java?rev=961406&r1=961405&r2=961406&view=diff
==============================================================================
--- lenya/branches/BRANCH_2_1_X/src/java/org/apache/lenya/cms/repository/ContentHolder.java (original)
+++ lenya/branches/BRANCH_2_1_X/src/java/org/apache/lenya/cms/repository/ContentHolder.java Wed Jul  7 15:27:43 2010
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ *
+ */
+
 package org.apache.lenya.cms.repository;
 
 import java.io.InputStream;

Modified: lenya/branches/BRANCH_2_1_X/src/modules-core/observation/java/test/org/apache/lenya/cms/observation/TestListener.java
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/modules-core/observation/java/test/org/apache/lenya/cms/observation/TestListener.java?rev=961406&r1=961405&r2=961406&view=diff
==============================================================================
--- lenya/branches/BRANCH_2_1_X/src/modules-core/observation/java/test/org/apache/lenya/cms/observation/TestListener.java (original)
+++ lenya/branches/BRANCH_2_1_X/src/modules-core/observation/java/test/org/apache/lenya/cms/observation/TestListener.java Wed Jul  7 15:27:43 2010
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ *
+ */
+
 /**
  * 
  */
@@ -34,4 +52,4 @@ public class TestListener implements Rep
         this.removed = false;
     }
 
-}
\ No newline at end of file
+}

Modified: lenya/branches/BRANCH_2_1_X/src/modules/lucene/java/src/org/apache/cocoon/components/search/components/Searcher.java
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/modules/lucene/java/src/org/apache/cocoon/components/search/components/Searcher.java?rev=961406&r1=961405&r2=961406&view=diff
==============================================================================
--- lenya/branches/BRANCH_2_1_X/src/modules/lucene/java/src/org/apache/cocoon/components/search/components/Searcher.java (original)
+++ lenya/branches/BRANCH_2_1_X/src/modules/lucene/java/src/org/apache/cocoon/components/search/components/Searcher.java Wed Jul  7 15:27:43 2010
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ *
+ */
+
 package org.apache.cocoon.components.search.components;
 
 import org.apache.cocoon.ProcessingException;

Modified: lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree2/SaxTreeBuilder.java
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree2/SaxTreeBuilder.java?rev=961406&r1=961405&r2=961406&view=diff
==============================================================================
--- lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree2/SaxTreeBuilder.java (original)
+++ lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree2/SaxTreeBuilder.java Wed Jul  7 15:27:43 2010
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ *
+ */
+
 package org.apache.lenya.cms.site.tree2;
 
 import org.apache.avalon.framework.logger.AbstractLogEnabled;
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.