You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by ge...@apache.org on 2006/03/20 20:10:28 UTC

svn commit: r387282 - in /incubator/harmony/enhanced/jchevm/libjc: lock.c thread.c

Author: geirm
Date: Mon Mar 20 11:10:27 2006
New Revision: 387282

URL: http://svn.apache.org/viewcvs?rev=387282&view=rev
Log:
added notice requested by SableVM

Modified:
    incubator/harmony/enhanced/jchevm/libjc/lock.c
    incubator/harmony/enhanced/jchevm/libjc/thread.c

Modified: incubator/harmony/enhanced/jchevm/libjc/lock.c
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/jchevm/libjc/lock.c?rev=387282&r1=387281&r2=387282&view=diff
==============================================================================
--- incubator/harmony/enhanced/jchevm/libjc/lock.c (original)
+++ incubator/harmony/enhanced/jchevm/libjc/lock.c Mon Mar 20 11:10:27 2006
@@ -16,6 +16,40 @@
  *  limitations under the License.
  *
  * $Id$
+ * 
+ * Portions of this file were derived from code of the SableVM project
+ * that had the following notice : 
+ * 
+ * Copyright (C) 2000-2006 by
+ *  Etienne M. Gagnon <eg...@sablevm.org>
+ *  Grzegorz B. Prokopski <ga...@debian.org>
+ *  Christopher J. F. Pickett <cp...@cs.mcgill.ca>
+ *       All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions are met:
+ * 
+ *  1. Redistributions of source code must retain the above copyright
+ *     notice, this list of conditions and the following disclaimer.
+ *  2. Redistributions in binary form must reproduce the above copyright
+ *     notice, this list of conditions and the following disclaimer in the
+ *     documentation and/or other materials provided with the distribution.
+ *  3. The name of the author may not be used to endorse or promote
+ *     products derived from this software without specific prior written
+ *     permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+ * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ * DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
+ * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+ * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+ * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+ * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
+ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ * POSSIBILITY OF SUCH DAMAGE.
+ * 
  */
 
 #include "libjc.h"

Modified: incubator/harmony/enhanced/jchevm/libjc/thread.c
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/jchevm/libjc/thread.c?rev=387282&r1=387281&r2=387282&view=diff
==============================================================================
--- incubator/harmony/enhanced/jchevm/libjc/thread.c (original)
+++ incubator/harmony/enhanced/jchevm/libjc/thread.c Mon Mar 20 11:10:27 2006
@@ -16,6 +16,40 @@
  *  limitations under the License.
  *
  * $Id$
+ * 
+ * Portions of this file were derived from code of the SableVM project
+ * that had the following notice : 
+ * 
+ * Copyright (C) 2000-2006 by
+ *  Etienne M. Gagnon <eg...@sablevm.org>
+ *  Grzegorz B. Prokopski <ga...@debian.org>
+ *  Christopher J. F. Pickett <cp...@cs.mcgill.ca>
+ *       All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions are met:
+ * 
+ *  1. Redistributions of source code must retain the above copyright
+ *     notice, this list of conditions and the following disclaimer.
+ *  2. Redistributions in binary form must reproduce the above copyright
+ *     notice, this list of conditions and the following disclaimer in the
+ *     documentation and/or other materials provided with the distribution.
+ *  3. The name of the author may not be used to endorse or promote
+ *     products derived from this software without specific prior written
+ *     permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+ * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ * DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
+ * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+ * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+ * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+ * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
+ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ * POSSIBILITY OF SUCH DAMAGE.
+ * 
  */
 
 #include "libjc.h"