gdamour     2004/03/10 02:00:38

  Modified:    sandbox/twiddle maven.xml project.xml
               sandbox/twiddle/src/conf twiddle.properties
               sandbox/twiddle/src/etc twiddle-configuration-binding.xml
               sandbox/twiddle/src/java/org/apache/geronimo/twiddle
                        Twiddle.java
               sandbox/twiddle/src/java/org/apache/geronimo/twiddle/cli
                        Main.java
               sandbox/twiddle/src/java/org/apache/geronimo/twiddle/command
                        AbstractCommand.java Command.java
                        CommandContainer.java CommandContext.java
                        CommandException.java CommandExecutor.java
                        CommandFactory.java CommandInfo.java
                        CommandNotFoundException.java
                        CommandPathParser.java Environment.java
               sandbox/twiddle/src/java/org/apache/geronimo/twiddle/commands
                        DumpPropertiesCommand.java ExitCommand.java
               sandbox/twiddle/src/java/org/apache/geronimo/twiddle/config
                        ConfigurationException.java
                        ConfigurationReader.java Configurator.java
               sandbox/twiddle/src/java/org/apache/geronimo/twiddle/console
                        AbstractConsole.java Completer.java Console.java
                        ConsoleFactory.java History.java IOContext.java
                        InteractiveConsole.java TransientHistory.java
               sandbox/twiddle/src/java/org/apache/geronimo/twiddle/console/java
                        Console.java
               sandbox/twiddle/src/java/org/apache/geronimo/twiddle/util
                        HelpFormatter.java
               sandbox/twiddle/src/schema twiddle-configuration.xsd
               sandbox/twiddle/src/test/org/apache/geronimo/twiddle/command
                        CommandContainerTest.java CommandFactoryTest.java
                        CommandPathParserTest.java TestCommand.java
               sandbox/twiddle/src/test/org/apache/geronimo/twiddle/config
                        ConfigurationTest.java test1.xml
               sandbox/twiddle/src/test/org/apache/geronimo/twiddle/console
                        TransientHistoryTest.java
               sandbox/twiddle/xdocs navigation.xml
  Added:       sandbox/twiddle NOTICE.txt
  Log:
  Reporters: David Jencks, Dain Sundstrom.
  
  Copyright range fix subsequent to the License migration 1.1 => 2.0.
  
  Revision  Changes    Path
  1.3       +18 -1     incubator-geronimo/sandbox/twiddle/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/sandbox/twiddle/maven.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- maven.xml 29 Jan 2004 03:38:36 -0000      1.2
  +++ maven.xml 10 Mar 2004 10:00:36 -0000      1.3
  @@ -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.7       +18 -1     incubator-geronimo/sandbox/twiddle/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/sandbox/twiddle/project.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- project.xml       24 Feb 2004 15:01:12 -0000      1.6
  +++ project.xml       10 Mar 2004 10:00:36 -0000      1.7
  @@ -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/twiddle/NOTICE.txt
  
  Index: NOTICE.txt
  ===================================================================
  This product includes software developed by
  The Apache Software Foundation (http://www.apache.org/).
  
  
  
  
  1.3       +18 -1     
incubator-geronimo/sandbox/twiddle/src/conf/twiddle.properties
  
  Index: twiddle.properties
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/sandbox/twiddle/src/conf/twiddle.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- twiddle.properties        11 Feb 2004 03:14:11 -0000      1.2
  +++ twiddle.properties        10 Mar 2004 10:00:37 -0000      1.3
  @@ -1,4 +1,21 @@
   ##
  +##
  +##   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.
  +##
  +
  +##
   ## Twiddle Default Properties
   ##
   ## $Revision$ $Date$
  
  
  
  1.2       +18 -1     
incubator-geronimo/sandbox/twiddle/src/etc/twiddle-configuration-binding.xml
  
  Index: twiddle-configuration-binding.xml
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/sandbox/twiddle/src/etc/twiddle-configuration-binding.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- twiddle-configuration-binding.xml 23 Jan 2004 02:57:16 -0000      1.1
  +++ twiddle-configuration-binding.xml 10 Mar 2004 10:00:37 -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.3       +2 -2      
incubator-geronimo/sandbox/twiddle/src/java/org/apache/geronimo/twiddle/Twiddle.java
  
  Index: Twiddle.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/sandbox/twiddle/src/java/org/apache/geronimo/twiddle/Twiddle.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Twiddle.java      25 Feb 2004 09:59:17 -0000      1.2
  +++ Twiddle.java      10 Mar 2004 10:00:37 -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/twiddle/src/java/org/apache/geronimo/twiddle/cli/Main.java
  
  Index: Main.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/sandbox/twiddle/src/java/org/apache/geronimo/twiddle/cli/Main.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Main.java 25 Feb 2004 09:59:17 -0000      1.2
  +++ Main.java 10 Mar 2004 10:00:37 -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/twiddle/src/java/org/apache/geronimo/twiddle/command/AbstractCommand.java
  
  Index: AbstractCommand.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/sandbox/twiddle/src/java/org/apache/geronimo/twiddle/command/AbstractCommand.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- AbstractCommand.java      25 Feb 2004 09:59:17 -0000      1.2
  +++ AbstractCommand.java      10 Mar 2004 10:00:37 -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/twiddle/src/java/org/apache/geronimo/twiddle/command/Command.java
  
  Index: Command.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/sandbox/twiddle/src/java/org/apache/geronimo/twiddle/command/Command.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Command.java      25 Feb 2004 09:59:17 -0000      1.2
  +++ Command.java      10 Mar 2004 10:00:37 -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/twiddle/src/java/org/apache/geronimo/twiddle/command/CommandContainer.java
  
  Index: CommandContainer.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/sandbox/twiddle/src/java/org/apache/geronimo/twiddle/command/CommandContainer.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- CommandContainer.java     25 Feb 2004 09:59:17 -0000      1.2
  +++ CommandContainer.java     10 Mar 2004 10:00:37 -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/twiddle/src/java/org/apache/geronimo/twiddle/command/CommandContext.java
  
  Index: CommandContext.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/sandbox/twiddle/src/java/org/apache/geronimo/twiddle/command/CommandContext.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- CommandContext.java       25 Feb 2004 09:59:17 -0000      1.2
  +++ CommandContext.java       10 Mar 2004 10:00:37 -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/twiddle/src/java/org/apache/geronimo/twiddle/command/CommandException.java
  
  Index: CommandException.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/sandbox/twiddle/src/java/org/apache/geronimo/twiddle/command/CommandException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- CommandException.java     25 Feb 2004 09:59:17 -0000      1.2
  +++ CommandException.java     10 Mar 2004 10:00:37 -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/twiddle/src/java/org/apache/geronimo/twiddle/command/CommandExecutor.java
  
  Index: CommandExecutor.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/sandbox/twiddle/src/java/org/apache/geronimo/twiddle/command/CommandExecutor.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- CommandExecutor.java      25 Feb 2004 09:59:17 -0000      1.2
  +++ CommandExecutor.java      10 Mar 2004 10:00:37 -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/twiddle/src/java/org/apache/geronimo/twiddle/command/CommandFactory.java
  
  Index: CommandFactory.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/sandbox/twiddle/src/java/org/apache/geronimo/twiddle/command/CommandFactory.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- CommandFactory.java       25 Feb 2004 09:59:17 -0000      1.2
  +++ CommandFactory.java       10 Mar 2004 10:00:37 -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/twiddle/src/java/org/apache/geronimo/twiddle/command/CommandInfo.java
  
  Index: CommandInfo.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/sandbox/twiddle/src/java/org/apache/geronimo/twiddle/command/CommandInfo.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- CommandInfo.java  25 Feb 2004 09:59:17 -0000      1.2
  +++ CommandInfo.java  10 Mar 2004 10:00:37 -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/twiddle/src/java/org/apache/geronimo/twiddle/command/CommandNotFoundException.java
  
  Index: CommandNotFoundException.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/sandbox/twiddle/src/java/org/apache/geronimo/twiddle/command/CommandNotFoundException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- CommandNotFoundException.java     25 Feb 2004 09:59:17 -0000      1.2
  +++ CommandNotFoundException.java     10 Mar 2004 10:00:37 -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/twiddle/src/java/org/apache/geronimo/twiddle/command/CommandPathParser.java
  
  Index: CommandPathParser.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/sandbox/twiddle/src/java/org/apache/geronimo/twiddle/command/CommandPathParser.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- CommandPathParser.java    25 Feb 2004 09:59:17 -0000      1.2
  +++ CommandPathParser.java    10 Mar 2004 10:00:37 -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/twiddle/src/java/org/apache/geronimo/twiddle/command/Environment.java
  
  Index: Environment.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/sandbox/twiddle/src/java/org/apache/geronimo/twiddle/command/Environment.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Environment.java  25 Feb 2004 09:59:17 -0000      1.2
  +++ Environment.java  10 Mar 2004 10:00:37 -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/twiddle/src/java/org/apache/geronimo/twiddle/commands/DumpPropertiesCommand.java
  
  Index: DumpPropertiesCommand.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/sandbox/twiddle/src/java/org/apache/geronimo/twiddle/commands/DumpPropertiesCommand.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- DumpPropertiesCommand.java        25 Feb 2004 09:59:17 -0000      1.2
  +++ DumpPropertiesCommand.java        10 Mar 2004 10:00:38 -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/twiddle/src/java/org/apache/geronimo/twiddle/commands/ExitCommand.java
  
  Index: ExitCommand.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/sandbox/twiddle/src/java/org/apache/geronimo/twiddle/commands/ExitCommand.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ExitCommand.java  25 Feb 2004 09:59:17 -0000      1.2
  +++ ExitCommand.java  10 Mar 2004 10:00:38 -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/twiddle/src/java/org/apache/geronimo/twiddle/config/ConfigurationException.java
  
  Index: ConfigurationException.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/sandbox/twiddle/src/java/org/apache/geronimo/twiddle/config/ConfigurationException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ConfigurationException.java       25 Feb 2004 09:59:17 -0000      1.2
  +++ ConfigurationException.java       10 Mar 2004 10:00:38 -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/twiddle/src/java/org/apache/geronimo/twiddle/config/ConfigurationReader.java
  
  Index: ConfigurationReader.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/sandbox/twiddle/src/java/org/apache/geronimo/twiddle/config/ConfigurationReader.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ConfigurationReader.java  25 Feb 2004 09:59:17 -0000      1.2
  +++ ConfigurationReader.java  10 Mar 2004 10:00:38 -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/twiddle/src/java/org/apache/geronimo/twiddle/config/Configurator.java
  
  Index: Configurator.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/sandbox/twiddle/src/java/org/apache/geronimo/twiddle/config/Configurator.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Configurator.java 25 Feb 2004 09:59:17 -0000      1.2
  +++ Configurator.java 10 Mar 2004 10:00:38 -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/twiddle/src/java/org/apache/geronimo/twiddle/console/AbstractConsole.java
  
  Index: AbstractConsole.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/sandbox/twiddle/src/java/org/apache/geronimo/twiddle/console/AbstractConsole.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- AbstractConsole.java      25 Feb 2004 09:59:17 -0000      1.2
  +++ AbstractConsole.java      10 Mar 2004 10:00:38 -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/twiddle/src/java/org/apache/geronimo/twiddle/console/Completer.java
  
  Index: Completer.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/sandbox/twiddle/src/java/org/apache/geronimo/twiddle/console/Completer.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Completer.java    25 Feb 2004 09:59:17 -0000      1.2
  +++ Completer.java    10 Mar 2004 10:00:38 -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/twiddle/src/java/org/apache/geronimo/twiddle/console/Console.java
  
  Index: Console.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/sandbox/twiddle/src/java/org/apache/geronimo/twiddle/console/Console.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Console.java      25 Feb 2004 09:59:17 -0000      1.2
  +++ Console.java      10 Mar 2004 10:00:38 -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/twiddle/src/java/org/apache/geronimo/twiddle/console/ConsoleFactory.java
  
  Index: ConsoleFactory.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/sandbox/twiddle/src/java/org/apache/geronimo/twiddle/console/ConsoleFactory.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ConsoleFactory.java       25 Feb 2004 09:59:17 -0000      1.2
  +++ ConsoleFactory.java       10 Mar 2004 10:00:38 -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/twiddle/src/java/org/apache/geronimo/twiddle/console/History.java
  
  Index: History.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/sandbox/twiddle/src/java/org/apache/geronimo/twiddle/console/History.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- History.java      25 Feb 2004 09:59:17 -0000      1.2
  +++ History.java      10 Mar 2004 10:00:38 -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/twiddle/src/java/org/apache/geronimo/twiddle/console/IOContext.java
  
  Index: IOContext.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/sandbox/twiddle/src/java/org/apache/geronimo/twiddle/console/IOContext.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- IOContext.java    25 Feb 2004 09:59:17 -0000      1.2
  +++ IOContext.java    10 Mar 2004 10:00:38 -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/twiddle/src/java/org/apache/geronimo/twiddle/console/InteractiveConsole.java
  
  Index: InteractiveConsole.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/sandbox/twiddle/src/java/org/apache/geronimo/twiddle/console/InteractiveConsole.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- InteractiveConsole.java   25 Feb 2004 09:59:17 -0000      1.2
  +++ InteractiveConsole.java   10 Mar 2004 10:00:38 -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/twiddle/src/java/org/apache/geronimo/twiddle/console/TransientHistory.java
  
  Index: TransientHistory.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/sandbox/twiddle/src/java/org/apache/geronimo/twiddle/console/TransientHistory.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TransientHistory.java     25 Feb 2004 09:59:17 -0000      1.2
  +++ TransientHistory.java     10 Mar 2004 10:00:38 -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/twiddle/src/java/org/apache/geronimo/twiddle/console/java/Console.java
  
  Index: Console.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/sandbox/twiddle/src/java/org/apache/geronimo/twiddle/console/java/Console.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Console.java      25 Feb 2004 09:59:17 -0000      1.2
  +++ Console.java      10 Mar 2004 10:00:38 -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/twiddle/src/java/org/apache/geronimo/twiddle/util/HelpFormatter.java
  
  Index: HelpFormatter.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/sandbox/twiddle/src/java/org/apache/geronimo/twiddle/util/HelpFormatter.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- HelpFormatter.java        25 Feb 2004 09:59:17 -0000      1.2
  +++ HelpFormatter.java        10 Mar 2004 10:00:38 -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/twiddle/src/schema/twiddle-configuration.xsd
  
  Index: twiddle-configuration.xsd
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/sandbox/twiddle/src/schema/twiddle-configuration.xsd,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- twiddle-configuration.xsd 23 Jan 2004 02:57:17 -0000      1.1
  +++ twiddle-configuration.xsd 10 Mar 2004 10:00:38 -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.3       +2 -2      
incubator-geronimo/sandbox/twiddle/src/test/org/apache/geronimo/twiddle/command/CommandContainerTest.java
  
  Index: CommandContainerTest.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/sandbox/twiddle/src/test/org/apache/geronimo/twiddle/command/CommandContainerTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- CommandContainerTest.java 25 Feb 2004 09:59:17 -0000      1.2
  +++ CommandContainerTest.java 10 Mar 2004 10:00:38 -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/twiddle/src/test/org/apache/geronimo/twiddle/command/CommandFactoryTest.java
  
  Index: CommandFactoryTest.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/sandbox/twiddle/src/test/org/apache/geronimo/twiddle/command/CommandFactoryTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- CommandFactoryTest.java   25 Feb 2004 09:59:17 -0000      1.2
  +++ CommandFactoryTest.java   10 Mar 2004 10:00:38 -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/twiddle/src/test/org/apache/geronimo/twiddle/command/CommandPathParserTest.java
  
  Index: CommandPathParserTest.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/sandbox/twiddle/src/test/org/apache/geronimo/twiddle/command/CommandPathParserTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- CommandPathParserTest.java        25 Feb 2004 09:59:17 -0000      1.2
  +++ CommandPathParserTest.java        10 Mar 2004 10:00:38 -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/twiddle/src/test/org/apache/geronimo/twiddle/command/TestCommand.java
  
  Index: TestCommand.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/sandbox/twiddle/src/test/org/apache/geronimo/twiddle/command/TestCommand.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TestCommand.java  25 Feb 2004 09:59:17 -0000      1.2
  +++ TestCommand.java  10 Mar 2004 10:00:38 -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/twiddle/src/test/org/apache/geronimo/twiddle/config/ConfigurationTest.java
  
  Index: ConfigurationTest.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/sandbox/twiddle/src/test/org/apache/geronimo/twiddle/config/ConfigurationTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ConfigurationTest.java    25 Feb 2004 09:59:18 -0000      1.2
  +++ ConfigurationTest.java    10 Mar 2004 10:00:38 -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/twiddle/src/test/org/apache/geronimo/twiddle/config/test1.xml
  
  Index: test1.xml
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/sandbox/twiddle/src/test/org/apache/geronimo/twiddle/config/test1.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- test1.xml 23 Jan 2004 02:57:17 -0000      1.1
  +++ test1.xml 10 Mar 2004 10:00:38 -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.3       +2 -2      
incubator-geronimo/sandbox/twiddle/src/test/org/apache/geronimo/twiddle/console/TransientHistoryTest.java
  
  Index: TransientHistoryTest.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/sandbox/twiddle/src/test/org/apache/geronimo/twiddle/console/TransientHistoryTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TransientHistoryTest.java 25 Feb 2004 09:59:18 -0000      1.2
  +++ TransientHistoryTest.java 10 Mar 2004 10:00:38 -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/twiddle/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/sandbox/twiddle/xdocs/navigation.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- navigation.xml    23 Jan 2004 02:57:17 -0000      1.1
  +++ navigation.xml    10 Mar 2004 10:00:38 -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$ -->
   
  
  
  

Reply via email to