jicarilla-suf/suf-components/compatibility/src/java/org/apache/avalon/excalibur/cli AbstractParserControl.java,1.1.1.1,1.2 CLArgsParser.java,1.1.1.1,1.2 CLOption.java,1.1.1.1,1.2 CLOptionDescriptor.java,1.1.1.1,1.2 CLUtil.java,1.1.1.1,1.2 ParserControl.java,1.1.1.1,1.2 Token.java,1.1.1.1,1.2
Leo Simons <[email protected]> Sun, 11 Apr 2004 20:54:57 +0000
| Newsgroups | gmane.comp.java.jicarilla.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/jicarilla/jicarilla-suf/suf-components/compatibility/src/java/org/apache/avalon/excalibur/cli In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24597/suf-components/compatibility/src/java/org/apache/avalon/excalibur/cli Modified Files: AbstractParserControl.java CLArgsParser.java CLOption.java CLOptionDescriptor.java CLUtil.java ParserControl.java Token.java Log Message: Add "we modified stuff" disclaimer as required by license Index: CLOption.java =================================================================== RCS file: /cvsroot/jicarilla/jicarilla-suf/suf-components/compatibility/src/java/org/apache/avalon/excalibur/cli/CLOption.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- CLOption.java 10 Apr 2004 14:40:37 -0000 1.1.1.1 +++ CLOption.java 11 Apr 2004 20:54:55 -0000 1.2 @@ -13,6 +13,27 @@ * * See the License for the specific language governing permissions and * limitations under the License. + * + * ==================================================================== + * + * This file has been modified from the original file as it was + * distributed by The Apache Software Foundation. These modifications + * are + * + * copyright (c) 2004 Leo Simons + * + * These modifications are 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. */ package org.apache.avalon.excalibur.cli; Index: ParserControl.java =================================================================== RCS file: /cvsroot/jicarilla/jicarilla-suf/suf-components/compatibility/src/java/org/apache/avalon/excalibur/cli/ParserControl.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- ParserControl.java 10 Apr 2004 14:40:37 -0000 1.1.1.1 +++ ParserControl.java 11 Apr 2004 20:54:55 -0000 1.2 @@ -13,6 +13,27 @@ * * See the License for the specific language governing permissions and * limitations under the License. + * + * ==================================================================== + * + * This file has been modified from the original file as it was + * distributed by The Apache Software Foundation. These modifications + * are + * + * copyright (c) 2004 Leo Simons + * + * These modifications are 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. */ package org.apache.avalon.excalibur.cli; Index: CLUtil.java =================================================================== RCS file: /cvsroot/jicarilla/jicarilla-suf/suf-components/compatibility/src/java/org/apache/avalon/excalibur/cli/CLUtil.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- CLUtil.java 10 Apr 2004 14:40:37 -0000 1.1.1.1 +++ CLUtil.java 11 Apr 2004 20:54:55 -0000 1.2 @@ -13,6 +13,27 @@ * * See the License for the specific language governing permissions and * limitations under the License. + * + * ==================================================================== + * + * This file has been modified from the original file as it was + * distributed by The Apache Software Foundation. These modifications + * are + * + * copyright (c) 2004 Leo Simons + * + * These modifications are 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. */ package org.apache.avalon.excalibur.cli; Index: AbstractParserControl.java =================================================================== RCS file: /cvsroot/jicarilla/jicarilla-suf/suf-components/compatibility/src/java/org/apache/avalon/excalibur/cli/AbstractParserControl.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- AbstractParserControl.java 10 Apr 2004 14:40:37 -0000 1.1.1.1 +++ AbstractParserControl.java 11 Apr 2004 20:54:55 -0000 1.2 @@ -13,6 +13,27 @@ * * See the License for the specific language governing permissions and * limitations under the License. + * + * ==================================================================== + * + * This file has been modified from the original file as it was + * distributed by The Apache Software Foundation. These modifications + * are + * + * copyright (c) 2004 Leo Simons + * + * These modifications are 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. */ package org.apache.avalon.excalibur.cli; Index: Token.java =================================================================== RCS file: /cvsroot/jicarilla/jicarilla-suf/suf-components/compatibility/src/java/org/apache/avalon/excalibur/cli/Token.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- Token.java 10 Apr 2004 14:40:37 -0000 1.1.1.1 +++ Token.java 11 Apr 2004 20:54:55 -0000 1.2 @@ -13,6 +13,27 @@ * * See the License for the specific language governing permissions and * limitations under the License. + * + * ==================================================================== + * + * This file has been modified from the original file as it was + * distributed by The Apache Software Foundation. These modifications + * are + * + * copyright (c) 2004 Leo Simons + * + * These modifications are 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. */ package org.apache.avalon.excalibur.cli; Index: CLArgsParser.java =================================================================== RCS file: /cvsroot/jicarilla/jicarilla-suf/suf-components/compatibility/src/java/org/apache/avalon/excalibur/cli/CLArgsParser.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- CLArgsParser.java 10 Apr 2004 14:40:37 -0000 1.1.1.1 +++ CLArgsParser.java 11 Apr 2004 20:54:55 -0000 1.2 @@ -13,6 +13,27 @@ * * See the License for the specific language governing permissions and * limitations under the License. + * + * ==================================================================== + * + * This file has been modified from the original file as it was + * distributed by The Apache Software Foundation. These modifications + * are + * + * copyright (c) 2004 Leo Simons + * + * These modifications are 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. */ package org.apache.avalon.excalibur.cli; Index: CLOptionDescriptor.java =================================================================== RCS file: /cvsroot/jicarilla/jicarilla-suf/suf-components/compatibility/src/java/org/apache/avalon/excalibur/cli/CLOptionDescriptor.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- CLOptionDescriptor.java 10 Apr 2004 14:40:37 -0000 1.1.1.1 +++ CLOptionDescriptor.java 11 Apr 2004 20:54:55 -0000 1.2 @@ -13,6 +13,27 @@ * * See the License for the specific language governing permissions and * limitations under the License. + * + * ==================================================================== + * + * This file has been modified from the original file as it was + * distributed by The Apache Software Foundation. These modifications + * are + * + * copyright (c) 2004 Leo Simons + * + * These modifications are 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. */ package org.apache.avalon.excalibur.cli; ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click