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 11:00:23 UTC

cvs commit: incubator-geronimo/sandbox/activation/xdocs navigation.xml

gdamour     2004/03/10 02:00:23

  Modified:    sandbox/activation project.xml
               sandbox/activation/src/java/javax/activation
                        ActivationDataFlavor.java CommandInfo.java
                        CommandMap.java CommandObject.java
                        DataContentHandler.java
                        DataContentHandlerFactory.java DataHandler.java
                        DataSource.java FileDataSource.java
                        FileTypeMap.java MailcapCommandMap.java
                        MimeType.java MimeTypeParameterList.java
                        MimeTypeParseException.java
                        MimetypesFileTypeMap.java URLDataSource.java
                        UnsupportedDataTypeException.java
               sandbox/activation/src/test/javax/activation
                        MimeTypeParameterListTest.java MimeTypeTest.java
               sandbox/activation/xdocs navigation.xml
  Added:       sandbox/activation NOTICE.txt
  Log:
  Reporters: David Jencks, Dain Sundstrom.
  
  Copyright range fix subsequent to the License migration 1.1 => 2.0.
  
  Revision  Changes    Path
  1.2       +18 -1     incubator-geronimo/sandbox/activation/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/sandbox/activation/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml	29 Jan 2004 04:28:52 -0000	1.1
  +++ project.xml	10 Mar 2004 10:00:22 -0000	1.2
  @@ -1,4 +1,21 @@
   <?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.
  +-->
  +  
   
   <!-- $Revision$ $Date $ -->
   
  
  
  
  1.1                  incubator-geronimo/sandbox/activation/NOTICE.txt
  
  Index: NOTICE.txt
  ===================================================================
  This product includes software developed by
  The Apache Software Foundation (http://www.apache.org/).
  
  
  
  
  1.3       +2 -2      incubator-geronimo/sandbox/activation/src/java/javax/activation/ActivationDataFlavor.java
  
  Index: ActivationDataFlavor.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/sandbox/activation/src/java/javax/activation/ActivationDataFlavor.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ActivationDataFlavor.java	25 Feb 2004 09:59:01 -0000	1.2
  +++ ActivationDataFlavor.java	10 Mar 2004 10:00:22 -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/sandbox/activation/src/java/javax/activation/CommandInfo.java
  
  Index: CommandInfo.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/sandbox/activation/src/java/javax/activation/CommandInfo.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- CommandInfo.java	25 Feb 2004 09:59:01 -0000	1.2
  +++ CommandInfo.java	10 Mar 2004 10:00:22 -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/sandbox/activation/src/java/javax/activation/CommandMap.java
  
  Index: CommandMap.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/sandbox/activation/src/java/javax/activation/CommandMap.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- CommandMap.java	25 Feb 2004 09:59:01 -0000	1.2
  +++ CommandMap.java	10 Mar 2004 10:00:22 -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/sandbox/activation/src/java/javax/activation/CommandObject.java
  
  Index: CommandObject.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/sandbox/activation/src/java/javax/activation/CommandObject.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- CommandObject.java	25 Feb 2004 09:59:01 -0000	1.2
  +++ CommandObject.java	10 Mar 2004 10:00:22 -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/sandbox/activation/src/java/javax/activation/DataContentHandler.java
  
  Index: DataContentHandler.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/sandbox/activation/src/java/javax/activation/DataContentHandler.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- DataContentHandler.java	25 Feb 2004 09:59:01 -0000	1.2
  +++ DataContentHandler.java	10 Mar 2004 10:00:22 -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/sandbox/activation/src/java/javax/activation/DataContentHandlerFactory.java
  
  Index: DataContentHandlerFactory.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/sandbox/activation/src/java/javax/activation/DataContentHandlerFactory.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- DataContentHandlerFactory.java	25 Feb 2004 09:59:01 -0000	1.2
  +++ DataContentHandlerFactory.java	10 Mar 2004 10:00:22 -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/sandbox/activation/src/java/javax/activation/DataHandler.java
  
  Index: DataHandler.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/sandbox/activation/src/java/javax/activation/DataHandler.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- DataHandler.java	25 Feb 2004 09:59:01 -0000	1.2
  +++ DataHandler.java	10 Mar 2004 10:00:22 -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/sandbox/activation/src/java/javax/activation/DataSource.java
  
  Index: DataSource.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/sandbox/activation/src/java/javax/activation/DataSource.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- DataSource.java	25 Feb 2004 09:59:01 -0000	1.2
  +++ DataSource.java	10 Mar 2004 10:00:22 -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/sandbox/activation/src/java/javax/activation/FileDataSource.java
  
  Index: FileDataSource.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/sandbox/activation/src/java/javax/activation/FileDataSource.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- FileDataSource.java	25 Feb 2004 09:59:01 -0000	1.2
  +++ FileDataSource.java	10 Mar 2004 10:00:22 -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/sandbox/activation/src/java/javax/activation/FileTypeMap.java
  
  Index: FileTypeMap.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/sandbox/activation/src/java/javax/activation/FileTypeMap.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- FileTypeMap.java	25 Feb 2004 09:59:01 -0000	1.2
  +++ FileTypeMap.java	10 Mar 2004 10:00:22 -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/sandbox/activation/src/java/javax/activation/MailcapCommandMap.java
  
  Index: MailcapCommandMap.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/sandbox/activation/src/java/javax/activation/MailcapCommandMap.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- MailcapCommandMap.java	25 Feb 2004 09:59:01 -0000	1.2
  +++ MailcapCommandMap.java	10 Mar 2004 10:00:22 -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/sandbox/activation/src/java/javax/activation/MimeType.java
  
  Index: MimeType.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/sandbox/activation/src/java/javax/activation/MimeType.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- MimeType.java	25 Feb 2004 09:59:01 -0000	1.2
  +++ MimeType.java	10 Mar 2004 10:00:22 -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/sandbox/activation/src/java/javax/activation/MimeTypeParameterList.java
  
  Index: MimeTypeParameterList.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/sandbox/activation/src/java/javax/activation/MimeTypeParameterList.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- MimeTypeParameterList.java	25 Feb 2004 09:59:01 -0000	1.2
  +++ MimeTypeParameterList.java	10 Mar 2004 10:00:22 -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/sandbox/activation/src/java/javax/activation/MimeTypeParseException.java
  
  Index: MimeTypeParseException.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/sandbox/activation/src/java/javax/activation/MimeTypeParseException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- MimeTypeParseException.java	25 Feb 2004 09:59:01 -0000	1.2
  +++ MimeTypeParseException.java	10 Mar 2004 10:00:22 -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/sandbox/activation/src/java/javax/activation/MimetypesFileTypeMap.java
  
  Index: MimetypesFileTypeMap.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/sandbox/activation/src/java/javax/activation/MimetypesFileTypeMap.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- MimetypesFileTypeMap.java	25 Feb 2004 09:59:01 -0000	1.2
  +++ MimetypesFileTypeMap.java	10 Mar 2004 10:00:22 -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/sandbox/activation/src/java/javax/activation/URLDataSource.java
  
  Index: URLDataSource.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/sandbox/activation/src/java/javax/activation/URLDataSource.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- URLDataSource.java	25 Feb 2004 09:59:01 -0000	1.2
  +++ URLDataSource.java	10 Mar 2004 10:00:22 -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/sandbox/activation/src/java/javax/activation/UnsupportedDataTypeException.java
  
  Index: UnsupportedDataTypeException.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/sandbox/activation/src/java/javax/activation/UnsupportedDataTypeException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- UnsupportedDataTypeException.java	25 Feb 2004 09:59:01 -0000	1.2
  +++ UnsupportedDataTypeException.java	10 Mar 2004 10:00:22 -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/sandbox/activation/src/test/javax/activation/MimeTypeParameterListTest.java
  
  Index: MimeTypeParameterListTest.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/sandbox/activation/src/test/javax/activation/MimeTypeParameterListTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- MimeTypeParameterListTest.java	25 Feb 2004 09:59:01 -0000	1.2
  +++ MimeTypeParameterListTest.java	10 Mar 2004 10:00:23 -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/sandbox/activation/src/test/javax/activation/MimeTypeTest.java
  
  Index: MimeTypeTest.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/sandbox/activation/src/test/javax/activation/MimeTypeTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- MimeTypeTest.java	25 Feb 2004 09:59:01 -0000	1.2
  +++ MimeTypeTest.java	10 Mar 2004 10:00:23 -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.2       +18 -1     incubator-geronimo/sandbox/activation/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/sandbox/activation/xdocs/navigation.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- navigation.xml	29 Jan 2004 04:28:53 -0000	1.1
  +++ navigation.xml	10 Mar 2004 10:00:23 -0000	1.2
  @@ -1,4 +1,21 @@
   <?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.
  +-->
  +  
   
   <!-- $Revision$ $Date$ -->