You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by gd...@apache.org on 2004/03/10 10:59:54 UTC

cvs commit: incubator-geronimo/specs/j2ee-jacc/xdocs navigation.xml

gdamour     2004/03/10 01:59:54

  Modified:    specs/j2ee-jacc project.xml
               specs/j2ee-jacc/src/java/javax/security/jacc
                        EJBMethodPermission.java
                        EJBMethodPermissionCollection.java
                        EJBRoleRefPermission.java HTTPMethodSpec.java
                        PolicyConfiguration.java
                        PolicyConfigurationFactory.java PolicyContext.java
                        PolicyContextException.java
                        PolicyContextHandler.java URLPatternSpec.java
                        WebResourcePermission.java
                        WebResourcePermissionCollection.java
                        WebRoleRefPermission.java
                        WebUserDataPermission.java
                        WebUserDataPermissionCollection.java
               specs/j2ee-jacc/src/test/javax/security/jacc
                        EJBMethodPermissionCollectionTest.java
                        EJBMethodPermissionTest.java
                        EJBRoleRefPermissionTest.java
                        WebResourcePermissionTest.java
                        WebRoleRefPermissionTest.java
                        WebUserDataPermissionTest.java
               specs/j2ee-jacc/xdocs navigation.xml
  Added:       specs/j2ee-jacc NOTICE.txt
  Log:
  Reporters: David Jencks, Dain Sundstrom.
  
  Copyright range fix subsequent to the License migration 1.1 => 2.0.
  
  Revision  Changes    Path
  1.6       +18 -1     incubator-geronimo/specs/j2ee-jacc/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-jacc/project.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- project.xml	19 Feb 2004 09:00:30 -0000	1.5
  +++ project.xml	10 Mar 2004 09:59:53 -0000	1.6
  @@ -1,4 +1,21 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!--
  +
  +    Copyright 2003-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.
  +-->
  +  
   
   <!-- $Id$ -->
   
  
  
  
  1.1                  incubator-geronimo/specs/j2ee-jacc/NOTICE.txt
  
  Index: NOTICE.txt
  ===================================================================
  This product includes software developed by
  The Apache Software Foundation (http://www.apache.org/).
  
  
  
  
  1.4       +2 -2      incubator-geronimo/specs/j2ee-jacc/src/java/javax/security/jacc/EJBMethodPermission.java
  
  Index: EJBMethodPermission.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-jacc/src/java/javax/security/jacc/EJBMethodPermission.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- EJBMethodPermission.java	25 Feb 2004 09:58:38 -0000	1.3
  +++ EJBMethodPermission.java	10 Mar 2004 09:59:53 -0000	1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.3       +2 -2      incubator-geronimo/specs/j2ee-jacc/src/java/javax/security/jacc/EJBMethodPermissionCollection.java
  
  Index: EJBMethodPermissionCollection.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-jacc/src/java/javax/security/jacc/EJBMethodPermissionCollection.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- EJBMethodPermissionCollection.java	25 Feb 2004 09:58:38 -0000	1.2
  +++ EJBMethodPermissionCollection.java	10 Mar 2004 09:59:53 -0000	1.3
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.4       +2 -2      incubator-geronimo/specs/j2ee-jacc/src/java/javax/security/jacc/EJBRoleRefPermission.java
  
  Index: EJBRoleRefPermission.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-jacc/src/java/javax/security/jacc/EJBRoleRefPermission.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- EJBRoleRefPermission.java	25 Feb 2004 09:58:38 -0000	1.3
  +++ EJBRoleRefPermission.java	10 Mar 2004 09:59:53 -0000	1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.3       +2 -2      incubator-geronimo/specs/j2ee-jacc/src/java/javax/security/jacc/HTTPMethodSpec.java
  
  Index: HTTPMethodSpec.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-jacc/src/java/javax/security/jacc/HTTPMethodSpec.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- HTTPMethodSpec.java	25 Feb 2004 09:58:38 -0000	1.2
  +++ HTTPMethodSpec.java	10 Mar 2004 09:59:53 -0000	1.3
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.3       +2 -2      incubator-geronimo/specs/j2ee-jacc/src/java/javax/security/jacc/PolicyConfiguration.java
  
  Index: PolicyConfiguration.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-jacc/src/java/javax/security/jacc/PolicyConfiguration.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- PolicyConfiguration.java	25 Feb 2004 09:58:38 -0000	1.2
  +++ PolicyConfiguration.java	10 Mar 2004 09:59:53 -0000	1.3
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.4       +2 -2      incubator-geronimo/specs/j2ee-jacc/src/java/javax/security/jacc/PolicyConfigurationFactory.java
  
  Index: PolicyConfigurationFactory.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-jacc/src/java/javax/security/jacc/PolicyConfigurationFactory.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- PolicyConfigurationFactory.java	25 Feb 2004 09:58:38 -0000	1.3
  +++ PolicyConfigurationFactory.java	10 Mar 2004 09:59:53 -0000	1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.4       +2 -2      incubator-geronimo/specs/j2ee-jacc/src/java/javax/security/jacc/PolicyContext.java
  
  Index: PolicyContext.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-jacc/src/java/javax/security/jacc/PolicyContext.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- PolicyContext.java	25 Feb 2004 09:58:38 -0000	1.3
  +++ PolicyContext.java	10 Mar 2004 09:59:53 -0000	1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.3       +2 -2      incubator-geronimo/specs/j2ee-jacc/src/java/javax/security/jacc/PolicyContextException.java
  
  Index: PolicyContextException.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-jacc/src/java/javax/security/jacc/PolicyContextException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- PolicyContextException.java	25 Feb 2004 09:58:38 -0000	1.2
  +++ PolicyContextException.java	10 Mar 2004 09:59:53 -0000	1.3
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.4       +2 -2      incubator-geronimo/specs/j2ee-jacc/src/java/javax/security/jacc/PolicyContextHandler.java
  
  Index: PolicyContextHandler.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-jacc/src/java/javax/security/jacc/PolicyContextHandler.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- PolicyContextHandler.java	25 Feb 2004 09:58:38 -0000	1.3
  +++ PolicyContextHandler.java	10 Mar 2004 09:59:53 -0000	1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.3       +2 -2      incubator-geronimo/specs/j2ee-jacc/src/java/javax/security/jacc/URLPatternSpec.java
  
  Index: URLPatternSpec.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-jacc/src/java/javax/security/jacc/URLPatternSpec.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- URLPatternSpec.java	25 Feb 2004 09:58:38 -0000	1.2
  +++ URLPatternSpec.java	10 Mar 2004 09:59:53 -0000	1.3
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.4       +2 -2      incubator-geronimo/specs/j2ee-jacc/src/java/javax/security/jacc/WebResourcePermission.java
  
  Index: WebResourcePermission.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-jacc/src/java/javax/security/jacc/WebResourcePermission.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- WebResourcePermission.java	25 Feb 2004 09:58:38 -0000	1.3
  +++ WebResourcePermission.java	10 Mar 2004 09:59:53 -0000	1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.3       +2 -2      incubator-geronimo/specs/j2ee-jacc/src/java/javax/security/jacc/WebResourcePermissionCollection.java
  
  Index: WebResourcePermissionCollection.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-jacc/src/java/javax/security/jacc/WebResourcePermissionCollection.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- WebResourcePermissionCollection.java	25 Feb 2004 09:58:38 -0000	1.2
  +++ WebResourcePermissionCollection.java	10 Mar 2004 09:59:53 -0000	1.3
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.3       +2 -2      incubator-geronimo/specs/j2ee-jacc/src/java/javax/security/jacc/WebRoleRefPermission.java
  
  Index: WebRoleRefPermission.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-jacc/src/java/javax/security/jacc/WebRoleRefPermission.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- WebRoleRefPermission.java	25 Feb 2004 09:58:38 -0000	1.2
  +++ WebRoleRefPermission.java	10 Mar 2004 09:59:53 -0000	1.3
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.4       +2 -2      incubator-geronimo/specs/j2ee-jacc/src/java/javax/security/jacc/WebUserDataPermission.java
  
  Index: WebUserDataPermission.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-jacc/src/java/javax/security/jacc/WebUserDataPermission.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- WebUserDataPermission.java	25 Feb 2004 09:58:38 -0000	1.3
  +++ WebUserDataPermission.java	10 Mar 2004 09:59:53 -0000	1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.3       +2 -2      incubator-geronimo/specs/j2ee-jacc/src/java/javax/security/jacc/WebUserDataPermissionCollection.java
  
  Index: WebUserDataPermissionCollection.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-jacc/src/java/javax/security/jacc/WebUserDataPermissionCollection.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- WebUserDataPermissionCollection.java	25 Feb 2004 09:58:38 -0000	1.2
  +++ WebUserDataPermissionCollection.java	10 Mar 2004 09:59:53 -0000	1.3
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.3       +2 -2      incubator-geronimo/specs/j2ee-jacc/src/test/javax/security/jacc/EJBMethodPermissionCollectionTest.java
  
  Index: EJBMethodPermissionCollectionTest.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-jacc/src/test/javax/security/jacc/EJBMethodPermissionCollectionTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- EJBMethodPermissionCollectionTest.java	25 Feb 2004 09:58:39 -0000	1.2
  +++ EJBMethodPermissionCollectionTest.java	10 Mar 2004 09:59:54 -0000	1.3
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.4       +2 -2      incubator-geronimo/specs/j2ee-jacc/src/test/javax/security/jacc/EJBMethodPermissionTest.java
  
  Index: EJBMethodPermissionTest.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-jacc/src/test/javax/security/jacc/EJBMethodPermissionTest.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- EJBMethodPermissionTest.java	25 Feb 2004 09:58:39 -0000	1.3
  +++ EJBMethodPermissionTest.java	10 Mar 2004 09:59:54 -0000	1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.3       +2 -2      incubator-geronimo/specs/j2ee-jacc/src/test/javax/security/jacc/EJBRoleRefPermissionTest.java
  
  Index: EJBRoleRefPermissionTest.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-jacc/src/test/javax/security/jacc/EJBRoleRefPermissionTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- EJBRoleRefPermissionTest.java	25 Feb 2004 09:58:39 -0000	1.2
  +++ EJBRoleRefPermissionTest.java	10 Mar 2004 09:59:54 -0000	1.3
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.3       +2 -2      incubator-geronimo/specs/j2ee-jacc/src/test/javax/security/jacc/WebResourcePermissionTest.java
  
  Index: WebResourcePermissionTest.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-jacc/src/test/javax/security/jacc/WebResourcePermissionTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- WebResourcePermissionTest.java	25 Feb 2004 09:58:39 -0000	1.2
  +++ WebResourcePermissionTest.java	10 Mar 2004 09:59:54 -0000	1.3
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.3       +2 -2      incubator-geronimo/specs/j2ee-jacc/src/test/javax/security/jacc/WebRoleRefPermissionTest.java
  
  Index: WebRoleRefPermissionTest.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-jacc/src/test/javax/security/jacc/WebRoleRefPermissionTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- WebRoleRefPermissionTest.java	25 Feb 2004 09:58:39 -0000	1.2
  +++ WebRoleRefPermissionTest.java	10 Mar 2004 09:59:54 -0000	1.3
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.3       +2 -2      incubator-geronimo/specs/j2ee-jacc/src/test/javax/security/jacc/WebUserDataPermissionTest.java
  
  Index: WebUserDataPermissionTest.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-jacc/src/test/javax/security/jacc/WebUserDataPermissionTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- WebUserDataPermissionTest.java	25 Feb 2004 09:58:39 -0000	1.2
  +++ WebUserDataPermissionTest.java	10 Mar 2004 09:59:54 -0000	1.3
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.3       +18 -1     incubator-geronimo/specs/j2ee-jacc/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-jacc/xdocs/navigation.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- navigation.xml	25 Nov 2003 05:30:27 -0000	1.2
  +++ navigation.xml	10 Mar 2004 09:59:54 -0000	1.3
  @@ -1,4 +1,21 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!--
  +
  +    Copyright 2003-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.
  +-->
  +  
   
   <!-- $Id$ -->