Blob Blame History Raw
Index: plexus-components/trunk/plexus-cli/src/main/java/org/codehaus/plexus/tools/cli/AbstractCli.java
===================================================================
diff -u -N -r7725 -r8335
--- plexus-components/trunk/plexus-cli/src/main/java/org/codehaus/plexus/tools/cli/AbstractCli.java	(.../AbstractCli.java)	(revision 7725)
+++ plexus-components/trunk/plexus-cli/src/main/java/org/codehaus/plexus/tools/cli/AbstractCli.java	(.../AbstractCli.java)	(revision 8335)
@@ -1,5 +1,21 @@
 package org.codehaus.plexus.tools.cli;
 
+/*
+ * Copyright 2006 The Codehaus 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.
+ */
+
 import org.apache.commons.cli.CommandLine;
 import org.apache.commons.cli.CommandLineParser;
 import org.apache.commons.cli.GnuParser;
@@ -23,7 +39,7 @@
 
 /**
  * @author jason van zyl
- * @version $Id: AbstractCli.java 7025 2007-10-27 00:36:10Z jvanzyl $
+ * @version $Id: AbstractCli.java 8335 2009-08-12 13:55:32Z bentmann $
  * @noinspection UseOfSystemOutOrSystemErr,ACCESS_STATIC_VIA_INSTANCE
  */
 public abstract class AbstractCli
Index: plexus-components/trunk/plexus-cli/src/main/java/org/codehaus/plexus/tools/cli/Cli.java
===================================================================
diff -u -N -r7725 -r8335
--- plexus-components/trunk/plexus-cli/src/main/java/org/codehaus/plexus/tools/cli/Cli.java	(.../Cli.java)	(revision 7725)
+++ plexus-components/trunk/plexus-cli/src/main/java/org/codehaus/plexus/tools/cli/Cli.java	(.../Cli.java)	(revision 8335)
@@ -1,5 +1,21 @@
 package org.codehaus.plexus.tools.cli;
 
+/*
+ * Copyright 2006 The Codehaus 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.
+ */
+
 import org.codehaus.plexus.PlexusContainer;
 import org.apache.commons.cli.Options;
 import org.apache.commons.cli.CommandLine;
Index: plexus-components/trunk/plexus-cli/src/test/java/org/codehaus/plexus/tools/cli/CliTest.java
===================================================================
diff -u -N -r7725 -r8335
--- plexus-components/trunk/plexus-cli/src/test/java/org/codehaus/plexus/tools/cli/CliTest.java	(.../CliTest.java)	(revision 7725)
+++ plexus-components/trunk/plexus-cli/src/test/java/org/codehaus/plexus/tools/cli/CliTest.java	(.../CliTest.java)	(revision 8335)
@@ -1,5 +1,21 @@
 package org.codehaus.plexus.tools.cli;
 
+/*
+ * Copyright 2006 The Codehaus 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.
+ */
+
 import org.codehaus.plexus.PlexusTestCase;
 import org.codehaus.plexus.util.FileUtils;
 
Index: plexus-components/trunk/plexus-cli/src/test/java/org/codehaus/plexus/tools/cli/TestCli.java
===================================================================
diff -u -N -r7725 -r8335
--- plexus-components/trunk/plexus-cli/src/test/java/org/codehaus/plexus/tools/cli/TestCli.java	(.../TestCli.java)	(revision 7725)
+++ plexus-components/trunk/plexus-cli/src/test/java/org/codehaus/plexus/tools/cli/TestCli.java	(.../TestCli.java)	(revision 8335)
@@ -1,5 +1,21 @@
 package org.codehaus.plexus.tools.cli;
 
+/*
+ * Copyright 2006 The Codehaus 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.
+ */
+
 import org.codehaus.plexus.PlexusContainer;
 import org.codehaus.plexus.util.FileUtils;
 import org.apache.commons.cli.Options;