You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by gr...@apache.org on 2006/11/12 02:15:22 UTC

svn commit: r473842 - in /lenya/branches/BRANCH_1_2_X/src: java/org/apache/lenya/ac/cifs/ java/org/apache/lenya/ac/impl/ java/org/apache/lenya/ac/ldap/ java/org/apache/lenya/cms/authoring/ java/org/apache/lenya/cms/cocoon/generation/ webapp/lenya/pubs/...

Author: gregor
Date: Sat Nov 11 17:15:20 2006
New Revision: 473842

URL: http://svn.apache.org/viewvc?view=rev&rev=473842
Log:
more ASF header changes

Modified:
    lenya/branches/BRANCH_1_2_X/src/java/org/apache/lenya/ac/cifs/CIFSUser.java
    lenya/branches/BRANCH_1_2_X/src/java/org/apache/lenya/ac/impl/AnonymousAuthenticator.java
    lenya/branches/BRANCH_1_2_X/src/java/org/apache/lenya/ac/impl/DefaultAccessController.java
    lenya/branches/BRANCH_1_2_X/src/java/org/apache/lenya/ac/impl/UserAuthenticator.java
    lenya/branches/BRANCH_1_2_X/src/java/org/apache/lenya/ac/ldap/LDAPUser.java
    lenya/branches/BRANCH_1_2_X/src/java/org/apache/lenya/cms/authoring/UploadHelper.java
    lenya/branches/BRANCH_1_2_X/src/java/org/apache/lenya/cms/cocoon/generation/Configuration.java
    lenya/branches/BRANCH_1_2_X/src/java/org/apache/lenya/cms/cocoon/generation/ProxyGenerator.java
    lenya/branches/BRANCH_1_2_X/src/java/org/apache/lenya/cms/cocoon/generation/SiteTreeGenerator.java
    lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/config/ac/passwd/edit.rml
    lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/config/ac/passwd/visit.rml
    lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/lenya/content/authoring/create.xsp
    lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/config/ac/passwd/edit.rml   (contents, props changed)
    lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/config/ac/passwd/review.rml   (contents, props changed)
    lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/config/ac/passwd/visit.rml
    lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/lenya/content/search/search-and-results.xsp
    lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/lenya/resources/i18n/cmsui_pt.xml
    lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/lenya/xslt/search/searchfixer.xsl
    lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/usecase-search.xmap
    lenya/branches/BRANCH_1_2_X/src/webapp/lenya/resources/i18n/cmsui_pt.xml
    lenya/branches/BRANCH_1_2_X/src/webapp/lenya/resources/i18n/cmsui_ru.xml
    lenya/branches/BRANCH_1_2_X/src/webapp/lenya/resources/javascript/validation.xml
    lenya/branches/BRANCH_1_2_X/src/webapp/lenya/resources/javascript/wait.js
    lenya/branches/BRANCH_1_2_X/src/webapp/lenya/resources/menu/menu.js   (contents, props changed)

Modified: lenya/branches/BRANCH_1_2_X/src/java/org/apache/lenya/ac/cifs/CIFSUser.java
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_1_2_X/src/java/org/apache/lenya/ac/cifs/CIFSUser.java?view=diff&rev=473842&r1=473841&r2=473842
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/java/org/apache/lenya/ac/cifs/CIFSUser.java (original)
+++ lenya/branches/BRANCH_1_2_X/src/java/org/apache/lenya/ac/cifs/CIFSUser.java Sat Nov 11 17:15:20 2006
@@ -1,8 +1,10 @@
 /*
- * Copyright 1999-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
+ * 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
  * 
@@ -167,4 +169,4 @@
          return (String)defaultProperties.get(DOMAIN);
      }
 
-}
\ No newline at end of file
+}

Modified: lenya/branches/BRANCH_1_2_X/src/java/org/apache/lenya/ac/impl/AnonymousAuthenticator.java
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_1_2_X/src/java/org/apache/lenya/ac/impl/AnonymousAuthenticator.java?view=diff&rev=473842&r1=473841&r2=473842
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/java/org/apache/lenya/ac/impl/AnonymousAuthenticator.java (original)
+++ lenya/branches/BRANCH_1_2_X/src/java/org/apache/lenya/ac/impl/AnonymousAuthenticator.java Sat Nov 11 17:15:20 2006
@@ -1,8 +1,10 @@
 /*
- * Copyright 1999-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
+ * 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
  * 
@@ -76,4 +78,4 @@
         }
         return authenticated;
     }
-}
\ No newline at end of file
+}

Modified: lenya/branches/BRANCH_1_2_X/src/java/org/apache/lenya/ac/impl/DefaultAccessController.java
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_1_2_X/src/java/org/apache/lenya/ac/impl/DefaultAccessController.java?view=diff&rev=473842&r1=473841&r2=473842
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/java/org/apache/lenya/ac/impl/DefaultAccessController.java (original)
+++ lenya/branches/BRANCH_1_2_X/src/java/org/apache/lenya/ac/impl/DefaultAccessController.java Sat Nov 11 17:15:20 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-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
+ * 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
  * 
@@ -53,7 +54,7 @@
 
 /**
  * Default access controller implementation.
- * @version $Id: DefaultAccessController.java,v 1.9 2004/08/16 16:34:06 andreas Exp $
+ * @version $Id$
  */
 public class DefaultAccessController extends AbstractLogEnabled implements AccessController,
         Configurable, Serviceable, Disposable, ItemManagerListener {
@@ -456,4 +457,4 @@
         getPolicyManager().accreditableRemoved(getAccreditableManager(), (Accreditable) item);
     }
 
-}
\ No newline at end of file
+}

Modified: lenya/branches/BRANCH_1_2_X/src/java/org/apache/lenya/ac/impl/UserAuthenticator.java
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_1_2_X/src/java/org/apache/lenya/ac/impl/UserAuthenticator.java?view=diff&rev=473842&r1=473841&r2=473842
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/java/org/apache/lenya/ac/impl/UserAuthenticator.java (original)
+++ lenya/branches/BRANCH_1_2_X/src/java/org/apache/lenya/ac/impl/UserAuthenticator.java Sat Nov 11 17:15:20 2006
@@ -1,8 +1,10 @@
 /*
- * Copyright 1999-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
+ * 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
  * 
@@ -25,7 +27,7 @@
 
 /**
  * User authenticator.
- * @version $Id: UserAuthenticator.java,v 1.6 2004/08/16 16:34:06 andreas Exp $
+ * @version $Id$
  */
 public class UserAuthenticator extends AbstractLogEnabled implements Authenticator {
 
@@ -100,4 +102,4 @@
         return authenticated;
     }
 
-}
\ No newline at end of file
+}

Modified: lenya/branches/BRANCH_1_2_X/src/java/org/apache/lenya/ac/ldap/LDAPUser.java
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_1_2_X/src/java/org/apache/lenya/ac/ldap/LDAPUser.java?view=diff&rev=473842&r1=473841&r2=473842
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/java/org/apache/lenya/ac/ldap/LDAPUser.java (original)
+++ lenya/branches/BRANCH_1_2_X/src/java/org/apache/lenya/ac/ldap/LDAPUser.java Sat Nov 11 17:15:20 2006
@@ -1,8 +1,10 @@
 /*
- * Copyright 1999-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
+ * 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
  * 

Modified: lenya/branches/BRANCH_1_2_X/src/java/org/apache/lenya/cms/authoring/UploadHelper.java
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_1_2_X/src/java/org/apache/lenya/cms/authoring/UploadHelper.java?view=diff&rev=473842&r1=473841&r2=473842
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/java/org/apache/lenya/cms/authoring/UploadHelper.java (original)
+++ lenya/branches/BRANCH_1_2_X/src/java/org/apache/lenya/cms/authoring/UploadHelper.java Sat Nov 11 17:15:20 2006
@@ -1,10 +1,18 @@
 /*
- * Copyright 1999-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.
+ * 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.
  */
 
 /* $Id$ */

Modified: lenya/branches/BRANCH_1_2_X/src/java/org/apache/lenya/cms/cocoon/generation/Configuration.java
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_1_2_X/src/java/org/apache/lenya/cms/cocoon/generation/Configuration.java?view=diff&rev=473842&r1=473841&r2=473842
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/java/org/apache/lenya/cms/cocoon/generation/Configuration.java (original)
+++ lenya/branches/BRANCH_1_2_X/src/java/org/apache/lenya/cms/cocoon/generation/Configuration.java Sat Nov 11 17:15:20 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-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
+ * 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
  * 
@@ -114,4 +115,4 @@
      */
     public static void register() {
     }
-}
\ No newline at end of file
+}

Modified: lenya/branches/BRANCH_1_2_X/src/java/org/apache/lenya/cms/cocoon/generation/ProxyGenerator.java
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_1_2_X/src/java/org/apache/lenya/cms/cocoon/generation/ProxyGenerator.java?view=diff&rev=473842&r1=473841&r2=473842
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/java/org/apache/lenya/cms/cocoon/generation/ProxyGenerator.java (original)
+++ lenya/branches/BRANCH_1_2_X/src/java/org/apache/lenya/cms/cocoon/generation/ProxyGenerator.java Sat Nov 11 17:15:20 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-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
+ * 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
  * 

Modified: lenya/branches/BRANCH_1_2_X/src/java/org/apache/lenya/cms/cocoon/generation/SiteTreeGenerator.java
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_1_2_X/src/java/org/apache/lenya/cms/cocoon/generation/SiteTreeGenerator.java?view=diff&rev=473842&r1=473841&r2=473842
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/java/org/apache/lenya/cms/cocoon/generation/SiteTreeGenerator.java (original)
+++ lenya/branches/BRANCH_1_2_X/src/java/org/apache/lenya/cms/cocoon/generation/SiteTreeGenerator.java Sat Nov 11 17:15:20 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-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
+ * 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
  * 
@@ -213,4 +214,4 @@
             return new TimeStampValidity(((LastModified) sitetree).getLastModified());
         }
     }
-}
\ No newline at end of file
+}

Modified: lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/config/ac/passwd/edit.rml
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/config/ac/passwd/edit.rml?view=diff&rev=473842&r1=473841&r2=473842
==============================================================================
Binary files - no diff available.

Modified: lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/config/ac/passwd/visit.rml
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/config/ac/passwd/visit.rml?view=diff&rev=473842&r1=473841&r2=473842
==============================================================================
Binary files - no diff available.

Modified: lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/lenya/content/authoring/create.xsp
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/lenya/content/authoring/create.xsp?view=diff&rev=473842&r1=473841&r2=473842
==============================================================================
Binary files - no diff available.

Modified: lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/config/ac/passwd/edit.rml
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/config/ac/passwd/edit.rml?view=diff&rev=473842&r1=473841&r2=473842
==============================================================================
Binary files - no diff available.

Propchange: lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/config/ac/passwd/edit.rml
            ('svn:mime-type' removed)

Modified: lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/config/ac/passwd/review.rml
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/config/ac/passwd/review.rml?view=diff&rev=473842&r1=473841&r2=473842
==============================================================================
Binary files - no diff available.

Propchange: lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/config/ac/passwd/review.rml
            ('svn:mime-type' removed)

Modified: lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/config/ac/passwd/visit.rml
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/config/ac/passwd/visit.rml?view=diff&rev=473842&r1=473841&r2=473842
==============================================================================
Binary files - no diff available.

Modified: lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/lenya/content/search/search-and-results.xsp
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/lenya/content/search/search-and-results.xsp?view=diff&rev=473842&r1=473841&r2=473842
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/lenya/content/search/search-and-results.xsp (original)
+++ lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/lenya/content/search/search-and-results.xsp Sat Nov 11 17:15:20 2006
@@ -1,10 +1,11 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
-  Copyright 1999-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
+  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
 

Modified: lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/lenya/resources/i18n/cmsui_pt.xml
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/lenya/resources/i18n/cmsui_pt.xml?view=diff&rev=473842&r1=473841&r2=473842
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/lenya/resources/i18n/cmsui_pt.xml (original)
+++ lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/lenya/resources/i18n/cmsui_pt.xml Sat Nov 11 17:15:20 2006
@@ -1,10 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  Copyright 1999-2005 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
+  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
 

Modified: lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/lenya/xslt/search/searchfixer.xsl
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/lenya/xslt/search/searchfixer.xsl?view=diff&rev=473842&r1=473841&r2=473842
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/lenya/xslt/search/searchfixer.xsl (original)
+++ lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/lenya/xslt/search/searchfixer.xsl Sat Nov 11 17:15:20 2006
@@ -1,10 +1,11 @@
 <?xml version="1.0"?>
 <!--
-  Copyright 1999-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
+  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
 

Modified: lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/usecase-search.xmap
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/usecase-search.xmap?view=diff&rev=473842&r1=473841&r2=473842
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/usecase-search.xmap (original)
+++ lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/usecase-search.xmap Sat Nov 11 17:15:20 2006
@@ -1,10 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  Copyright 1999-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
+  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
 

Modified: lenya/branches/BRANCH_1_2_X/src/webapp/lenya/resources/i18n/cmsui_pt.xml
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/resources/i18n/cmsui_pt.xml?view=diff&rev=473842&r1=473841&r2=473842
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/webapp/lenya/resources/i18n/cmsui_pt.xml (original)
+++ lenya/branches/BRANCH_1_2_X/src/webapp/lenya/resources/i18n/cmsui_pt.xml Sat Nov 11 17:15:20 2006
@@ -1,10 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  Copyright 1999-2005 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
+  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
 
@@ -329,4 +330,4 @@
   <message key="lenya.rc.nocheckin">O recurso não pôde ser devolvido</message>
   <message key="Generic Exception">Excepção Genérica</message>
   <message key="Check the log files.">Verificar os ficheiros de log.</message>
-</catalogue>
\ No newline at end of file
+</catalogue>

Modified: lenya/branches/BRANCH_1_2_X/src/webapp/lenya/resources/i18n/cmsui_ru.xml
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/resources/i18n/cmsui_ru.xml?view=diff&rev=473842&r1=473841&r2=473842
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/webapp/lenya/resources/i18n/cmsui_ru.xml (original)
+++ lenya/branches/BRANCH_1_2_X/src/webapp/lenya/resources/i18n/cmsui_ru.xml Sat Nov 11 17:15:20 2006
@@ -1,10 +1,11 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
-  Copyright 1999-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
+  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
 
@@ -362,4 +363,4 @@
 <message key="Meta">Мета</message>
 
 <message key="Resource Type">Тип документа</message>
-</catalogue>
\ No newline at end of file
+</catalogue>

Modified: lenya/branches/BRANCH_1_2_X/src/webapp/lenya/resources/javascript/validation.xml
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/resources/javascript/validation.xml?view=diff&rev=473842&r1=473841&r2=473842
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/webapp/lenya/resources/javascript/validation.xml (original)
+++ lenya/branches/BRANCH_1_2_X/src/webapp/lenya/resources/javascript/validation.xml Sat Nov 11 17:15:20 2006
@@ -1,10 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  Copyright 1999-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
+  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
 

Modified: lenya/branches/BRANCH_1_2_X/src/webapp/lenya/resources/javascript/wait.js
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/resources/javascript/wait.js?view=diff&rev=473842&r1=473841&r2=473842
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/webapp/lenya/resources/javascript/wait.js (original)
+++ lenya/branches/BRANCH_1_2_X/src/webapp/lenya/resources/javascript/wait.js Sat Nov 11 17:15:20 2006
@@ -1,9 +1,10 @@
 /*
-* Copyright 1999-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
+* 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
 *

Modified: lenya/branches/BRANCH_1_2_X/src/webapp/lenya/resources/menu/menu.js
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/resources/menu/menu.js?view=diff&rev=473842&r1=473841&r2=473842
==============================================================================
Binary files - no diff available.

Propchange: lenya/branches/BRANCH_1_2_X/src/webapp/lenya/resources/menu/menu.js
            ('svn:mime-type' removed)



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org