jicarilla-suf/suf-components/compatibility/src/java/org/apache/avalon/excalibur/naming AbstractContext.java,1.2,1.3 AbstractLocalContext.java,1.2,1.3 AbstractNamespace.java,1.2,1.3 AbstractNamingEnumeration.java,1.2,1.3 AbstractURLContext.java,1.2,1.3 ArrayNamingEnumeration.java,1.2,1.3 DefaultNameParser.java,1.2,1.3 DefaultNamespace.java,1.1.1.1,1.2 Namespace.java,1.1.1.1,1.2 NamingProvider.java,1.1.1.1,1.2 RemoteContext.java,1.2,1.3 StandardNamespace.java,1.2,1.3
Leo Simons <[email protected]> Sun, 11 Apr 2004 20:55:00 +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/naming In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24597/suf-components/compatibility/src/java/org/apache/avalon/excalibur/naming Modified Files: AbstractContext.java AbstractLocalContext.java AbstractNamespace.java AbstractNamingEnumeration.java AbstractURLContext.java ArrayNamingEnumeration.java DefaultNameParser.java DefaultNamespace.java Namespace.java NamingProvider.java RemoteContext.java StandardNamespace.java Log Message: Add "we modified stuff" disclaimer as required by license Index: DefaultNameParser.java =================================================================== RCS file: /cvsroot/jicarilla/jicarilla-suf/suf-components/compatibility/src/java/org/apache/avalon/excalibur/naming/DefaultNameParser.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- DefaultNameParser.java 10 Apr 2004 22:50:55 -0000 1.2 +++ DefaultNameParser.java 11 Apr 2004 20:54:58 -0000 1.3 @@ -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.naming; Index: AbstractContext.java =================================================================== RCS file: /cvsroot/jicarilla/jicarilla-suf/suf-components/compatibility/src/java/org/apache/avalon/excalibur/naming/AbstractContext.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- AbstractContext.java 10 Apr 2004 22:50:55 -0000 1.2 +++ AbstractContext.java 11 Apr 2004 20:54:57 -0000 1.3 @@ -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.naming; Index: Namespace.java =================================================================== RCS file: /cvsroot/jicarilla/jicarilla-suf/suf-components/compatibility/src/java/org/apache/avalon/excalibur/naming/Namespace.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- Namespace.java 10 Apr 2004 14:40:37 -0000 1.1.1.1 +++ Namespace.java 11 Apr 2004 20:54:58 -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.naming; Index: StandardNamespace.java =================================================================== RCS file: /cvsroot/jicarilla/jicarilla-suf/suf-components/compatibility/src/java/org/apache/avalon/excalibur/naming/StandardNamespace.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- StandardNamespace.java 10 Apr 2004 22:50:55 -0000 1.2 +++ StandardNamespace.java 11 Apr 2004 20:54:58 -0000 1.3 @@ -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.naming; Index: AbstractURLContext.java =================================================================== RCS file: /cvsroot/jicarilla/jicarilla-suf/suf-components/compatibility/src/java/org/apache/avalon/excalibur/naming/AbstractURLContext.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- AbstractURLContext.java 10 Apr 2004 22:50:55 -0000 1.2 +++ AbstractURLContext.java 11 Apr 2004 20:54:58 -0000 1.3 @@ -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.naming; Index: NamingProvider.java =================================================================== RCS file: /cvsroot/jicarilla/jicarilla-suf/suf-components/compatibility/src/java/org/apache/avalon/excalibur/naming/NamingProvider.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- NamingProvider.java 10 Apr 2004 14:40:37 -0000 1.1.1.1 +++ NamingProvider.java 11 Apr 2004 20:54:58 -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.naming; Index: ArrayNamingEnumeration.java =================================================================== RCS file: /cvsroot/jicarilla/jicarilla-suf/suf-components/compatibility/src/java/org/apache/avalon/excalibur/naming/ArrayNamingEnumeration.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- ArrayNamingEnumeration.java 10 Apr 2004 22:50:55 -0000 1.2 +++ ArrayNamingEnumeration.java 11 Apr 2004 20:54:58 -0000 1.3 @@ -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.naming; Index: AbstractNamingEnumeration.java =================================================================== RCS file: /cvsroot/jicarilla/jicarilla-suf/suf-components/compatibility/src/java/org/apache/avalon/excalibur/naming/AbstractNamingEnumeration.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- AbstractNamingEnumeration.java 10 Apr 2004 22:50:55 -0000 1.2 +++ AbstractNamingEnumeration.java 11 Apr 2004 20:54:58 -0000 1.3 @@ -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.naming; Index: DefaultNamespace.java =================================================================== RCS file: /cvsroot/jicarilla/jicarilla-suf/suf-components/compatibility/src/java/org/apache/avalon/excalibur/naming/DefaultNamespace.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- DefaultNamespace.java 10 Apr 2004 14:40:37 -0000 1.1.1.1 +++ DefaultNamespace.java 11 Apr 2004 20:54:58 -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.naming; Index: AbstractNamespace.java =================================================================== RCS file: /cvsroot/jicarilla/jicarilla-suf/suf-components/compatibility/src/java/org/apache/avalon/excalibur/naming/AbstractNamespace.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- AbstractNamespace.java 10 Apr 2004 22:50:55 -0000 1.2 +++ AbstractNamespace.java 11 Apr 2004 20:54:58 -0000 1.3 @@ -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.naming; Index: AbstractLocalContext.java =================================================================== RCS file: /cvsroot/jicarilla/jicarilla-suf/suf-components/compatibility/src/java/org/apache/avalon/excalibur/naming/AbstractLocalContext.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- AbstractLocalContext.java 10 Apr 2004 22:50:55 -0000 1.2 +++ AbstractLocalContext.java 11 Apr 2004 20:54:58 -0000 1.3 @@ -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.naming; Index: RemoteContext.java =================================================================== RCS file: /cvsroot/jicarilla/jicarilla-suf/suf-components/compatibility/src/java/org/apache/avalon/excalibur/naming/RemoteContext.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- RemoteContext.java 10 Apr 2004 22:50:55 -0000 1.2 +++ RemoteContext.java 11 Apr 2004 20:54:58 -0000 1.3 @@ -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.naming; ------------------------------------------------------- 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