jicarilla-suf/suf-components/compatibility/src/java/org/apache/avalon/excalibur/concurrent ConditionalEvent.java,1.1.1.1,1.2 DijkstraSemaphore.java,1.1.1.1,1.2 DjikstraSemaphore.java,1.1.1.1,1.2 Lock.java,1.1.1.1,1.2 Mutex.java,1.1.1.1,1.2 ReadWriteLock.java,1.1.1.1,1.2 Semaphore.java,1.1.1.1,1.2 Sync.java,1.1.1.1,1.2 ThreadBarrier.java,1.1.1.1,1.2
Leo Simons <[email protected]> Sun, 11 Apr 2004 20:54:59 +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/concurrent In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24597/suf-components/compatibility/src/java/org/apache/avalon/excalibur/concurrent Modified Files: ConditionalEvent.java DijkstraSemaphore.java DjikstraSemaphore.java Lock.java Mutex.java ReadWriteLock.java Semaphore.java Sync.java ThreadBarrier.java Log Message: Add "we modified stuff" disclaimer as required by license Index: Lock.java =================================================================== RCS file: /cvsroot/jicarilla/jicarilla-suf/suf-components/compatibility/src/java/org/apache/avalon/excalibur/concurrent/Lock.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- Lock.java 10 Apr 2004 14:40:37 -0000 1.1.1.1 +++ Lock.java 11 Apr 2004 20:54:56 -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.concurrent; Index: Semaphore.java =================================================================== RCS file: /cvsroot/jicarilla/jicarilla-suf/suf-components/compatibility/src/java/org/apache/avalon/excalibur/concurrent/Semaphore.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- Semaphore.java 10 Apr 2004 14:40:37 -0000 1.1.1.1 +++ Semaphore.java 11 Apr 2004 20:54:56 -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.concurrent; Index: ConditionalEvent.java =================================================================== RCS file: /cvsroot/jicarilla/jicarilla-suf/suf-components/compatibility/src/java/org/apache/avalon/excalibur/concurrent/ConditionalEvent.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- ConditionalEvent.java 10 Apr 2004 14:40:37 -0000 1.1.1.1 +++ ConditionalEvent.java 11 Apr 2004 20:54:56 -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.concurrent; Index: DijkstraSemaphore.java =================================================================== RCS file: /cvsroot/jicarilla/jicarilla-suf/suf-components/compatibility/src/java/org/apache/avalon/excalibur/concurrent/DijkstraSemaphore.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- DijkstraSemaphore.java 10 Apr 2004 14:40:37 -0000 1.1.1.1 +++ DijkstraSemaphore.java 11 Apr 2004 20:54:56 -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.concurrent; Index: Mutex.java =================================================================== RCS file: /cvsroot/jicarilla/jicarilla-suf/suf-components/compatibility/src/java/org/apache/avalon/excalibur/concurrent/Mutex.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- Mutex.java 10 Apr 2004 14:40:37 -0000 1.1.1.1 +++ Mutex.java 11 Apr 2004 20:54:56 -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.concurrent; Index: ReadWriteLock.java =================================================================== RCS file: /cvsroot/jicarilla/jicarilla-suf/suf-components/compatibility/src/java/org/apache/avalon/excalibur/concurrent/ReadWriteLock.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- ReadWriteLock.java 10 Apr 2004 14:40:37 -0000 1.1.1.1 +++ ReadWriteLock.java 11 Apr 2004 20:54:56 -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.concurrent; Index: DjikstraSemaphore.java =================================================================== RCS file: /cvsroot/jicarilla/jicarilla-suf/suf-components/compatibility/src/java/org/apache/avalon/excalibur/concurrent/DjikstraSemaphore.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- DjikstraSemaphore.java 10 Apr 2004 14:40:37 -0000 1.1.1.1 +++ DjikstraSemaphore.java 11 Apr 2004 20:54:56 -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.concurrent; Index: Sync.java =================================================================== RCS file: /cvsroot/jicarilla/jicarilla-suf/suf-components/compatibility/src/java/org/apache/avalon/excalibur/concurrent/Sync.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- Sync.java 10 Apr 2004 14:40:37 -0000 1.1.1.1 +++ Sync.java 11 Apr 2004 20:54:56 -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.concurrent; Index: ThreadBarrier.java =================================================================== RCS file: /cvsroot/jicarilla/jicarilla-suf/suf-components/compatibility/src/java/org/apache/avalon/excalibur/concurrent/ThreadBarrier.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- ThreadBarrier.java 10 Apr 2004 14:40:37 -0000 1.1.1.1 +++ ThreadBarrier.java 11 Apr 2004 20:54:56 -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.concurrent; ------------------------------------------------------- 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