Author: andreas
Date: Thu Apr 2 10:37:18 2009
New Revision: 761241
URL: http://svn.apache.org/viewvc?rev=761241&view=rev
Log:
Adding missing license headers
Modified:
lenya/contributions/2_0_X/modules/atom/jx/assets.jx
lenya/contributions/2_0_X/modules/atom/jx/children.jx
lenya/contributions/2_0_X/modules/atom/jx/entry.jx
lenya/contributions/2_0_X/modules/atom/jx/lock.jx
lenya/contributions/2_0_X/modules/atom/jx/locks.jx
lenya/contributions/2_0_X/modules/atom/jx/message.jx
lenya/contributions/2_0_X/modules/atom/jx/serviceLinks.jx
lenya/contributions/2_0_X/modules/atom/jx/uuid2url.jx
lenya/contributions/2_0_X/modules/atom/jx/workspace.jx
Modified: lenya/contributions/2_0_X/modules/atom/jx/assets.jx
URL: http://svn.apache.org/viewvc/lenya/contributions/2_0_X/modules/atom/jx/assets.jx?rev=761241&r1=761240&r2=761241&view=diff
==============================================================================
--- lenya/contributions/2_0_X/modules/atom/jx/assets.jx (original)
+++ lenya/contributions/2_0_X/modules/atom/jx/assets.jx Thu Apr 2 10:37:18 2009
@@ -1,4 +1,20 @@
<?xml version="1.0"?>
+<!--
+ 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.
+-->
<collection xmlns="http://www.w3.org/2007/app"
xmlns:jx="http://apache.org/cocoon/templates/jx/1.0">
<jx:forEach var="mimeType" items="${view.getAssetMimeTypes()}">
Modified: lenya/contributions/2_0_X/modules/atom/jx/children.jx
URL: http://svn.apache.org/viewvc/lenya/contributions/2_0_X/modules/atom/jx/children.jx?rev=761241&r1=761240&r2=761241&view=diff
==============================================================================
--- lenya/contributions/2_0_X/modules/atom/jx/children.jx (original)
+++ lenya/contributions/2_0_X/modules/atom/jx/children.jx Thu Apr 2 10:37:18 2009
@@ -1,4 +1,20 @@
<?xml version="1.0"?>
+<!--
+ 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.
+-->
<collection xmlns="http://www.w3.org/2007/app"
xmlns:jx="http://apache.org/cocoon/templates/jx/1.0">
<jx:forEach var="doc" items="${view.getDocuments()}">
Modified: lenya/contributions/2_0_X/modules/atom/jx/entry.jx
URL: http://svn.apache.org/viewvc/lenya/contributions/2_0_X/modules/atom/jx/entry.jx?rev=761241&r1=761240&r2=761241&view=diff
==============================================================================
--- lenya/contributions/2_0_X/modules/atom/jx/entry.jx (original)
+++ lenya/contributions/2_0_X/modules/atom/jx/entry.jx Thu Apr 2 10:37:18 2009
@@ -1,4 +1,20 @@
<?xml version="1.0"?>
+<!--
+ 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.
+-->
<entry xmlns:jx="http://apache.org/cocoon/templates/jx/1.0"
xmlns="http://www.w3.org/2005/Atom"
xmlns:meta="http://apache.org/lenya/metadata/1.0">
Modified: lenya/contributions/2_0_X/modules/atom/jx/lock.jx
URL: http://svn.apache.org/viewvc/lenya/contributions/2_0_X/modules/atom/jx/lock.jx?rev=761241&r1=761240&r2=761241&view=diff
==============================================================================
--- lenya/contributions/2_0_X/modules/atom/jx/lock.jx (original)
+++ lenya/contributions/2_0_X/modules/atom/jx/lock.jx Thu Apr 2 10:37:18 2009
@@ -1,4 +1,20 @@
<?xml version="1.0"?>
+<!--
+ 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.
+-->
<entry xmlns="http://www.w3.org/2005/Atom"
xmlns:jx="http://apache.org/cocoon/templates/jx/1.0">
<jx:set var="document" value="${view.getDocument()}"/>
Modified: lenya/contributions/2_0_X/modules/atom/jx/locks.jx
URL: http://svn.apache.org/viewvc/lenya/contributions/2_0_X/modules/atom/jx/locks.jx?rev=761241&r1=761240&r2=761241&view=diff
==============================================================================
--- lenya/contributions/2_0_X/modules/atom/jx/locks.jx (original)
+++ lenya/contributions/2_0_X/modules/atom/jx/locks.jx Thu Apr 2 10:37:18 2009
@@ -1,4 +1,20 @@
<?xml version="1.0"?>
+<!--
+ 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.
+-->
<collection xmlns="http://www.w3.org/2007/app"
xmlns:jx="http://apache.org/cocoon/templates/jx/1.0">
<jx:set var="document" value="${view.getDocument()}"/>
Modified: lenya/contributions/2_0_X/modules/atom/jx/message.jx
URL: http://svn.apache.org/viewvc/lenya/contributions/2_0_X/modules/atom/jx/message.jx?rev=761241&r1=761240&r2=761241&view=diff
==============================================================================
--- lenya/contributions/2_0_X/modules/atom/jx/message.jx (original)
+++ lenya/contributions/2_0_X/modules/atom/jx/message.jx Thu Apr 2 10:37:18 2009
@@ -1,3 +1,19 @@
<?xml version="1.0"?>
+<!--
+ 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.
+-->
<jx:template xmlns:jx="http://apache.org/cocoon/templates/jx/1.0"
xmlns="http://www.w3.org/2005/Atom">${view.getMessage()}</jx:template>
Modified: lenya/contributions/2_0_X/modules/atom/jx/serviceLinks.jx
URL: http://svn.apache.org/viewvc/lenya/contributions/2_0_X/modules/atom/jx/serviceLinks.jx?rev=761241&r1=761240&r2=761241&view=diff
==============================================================================
--- lenya/contributions/2_0_X/modules/atom/jx/serviceLinks.jx (original)
+++ lenya/contributions/2_0_X/modules/atom/jx/serviceLinks.jx Thu Apr 2 10:37:18 2009
@@ -1,4 +1,20 @@
<?xml version="1.0"?>
+<!--
+ 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.
+-->
<head xmlns="http://www.w3.org/1999/xhtml"
xmlns:jx="http://apache.org/cocoon/templates/jx/1.0">
<jx:set var="pub" value="${parameters.getParameter('pub')}"/>
Modified: lenya/contributions/2_0_X/modules/atom/jx/uuid2url.jx
URL: http://svn.apache.org/viewvc/lenya/contributions/2_0_X/modules/atom/jx/uuid2url.jx?rev=761241&r1=761240&r2=761241&view=diff
==============================================================================
--- lenya/contributions/2_0_X/modules/atom/jx/uuid2url.jx (original)
+++ lenya/contributions/2_0_X/modules/atom/jx/uuid2url.jx Thu Apr 2 10:37:18 2009
@@ -1,2 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ 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.
+-->
<jx:template xmlns:jx="http://apache.org/cocoon/templates/jx/1.0">${parameters.getParameter('url')}</jx:template>
\ No newline at end of file
Modified: lenya/contributions/2_0_X/modules/atom/jx/workspace.jx
URL: http://svn.apache.org/viewvc/lenya/contributions/2_0_X/modules/atom/jx/workspace.jx?rev=761241&r1=761240&r2=761241&view=diff
==============================================================================
--- lenya/contributions/2_0_X/modules/atom/jx/workspace.jx (original)
+++ lenya/contributions/2_0_X/modules/atom/jx/workspace.jx Thu Apr 2 10:37:18 2009
@@ -1,4 +1,20 @@
<?xml version="1.0"?>
+<!--
+ 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.
+-->
<service xmlns="http://www.w3.org/2007/app"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:jx="http://apache.org/cocoon/templates/jx/1.0"
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.