You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by mi...@apache.org on 2007/04/11 01:52:01 UTC

svn commit: r527341 - in /incubator/openjpa/branches/0.9.7-incubating: openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/sql/ openjpa-kernel/src/main/java/org/apache/openjpa/conf/ openjpa-kernel/src/main/java/org/apache/openjpa/enhance/ openjpa-kernel...

Author: mikedd
Date: Tue Apr 10 16:52:00 2007
New Revision: 527341

URL: http://svn.apache.org/viewvc?view=rev&rev=527341
Log:
adding license to java files

Modified:
    incubator/openjpa/branches/0.9.7-incubating/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/sql/H2Dictionary.java
    incubator/openjpa/branches/0.9.7-incubating/openjpa-kernel/src/main/java/org/apache/openjpa/conf/BrokerValue.java
    incubator/openjpa/branches/0.9.7-incubating/openjpa-kernel/src/main/java/org/apache/openjpa/enhance/Reflection.java
    incubator/openjpa/branches/0.9.7-incubating/openjpa-kernel/src/main/java/org/apache/openjpa/kernel/FinalizingBrokerImpl.java

Modified: incubator/openjpa/branches/0.9.7-incubating/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/sql/H2Dictionary.java
URL: http://svn.apache.org/viewvc/incubator/openjpa/branches/0.9.7-incubating/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/sql/H2Dictionary.java?view=diff&rev=527341&r1=527340&r2=527341
==============================================================================
--- incubator/openjpa/branches/0.9.7-incubating/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/sql/H2Dictionary.java (original)
+++ incubator/openjpa/branches/0.9.7-incubating/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/sql/H2Dictionary.java Tue Apr 10 16:52:00 2007
@@ -1,3 +1,18 @@
+/*
+ * Copyright 2006 The Apache Software 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.
+ */
 package org.apache.openjpa.jdbc.sql;
 
 import java.math.BigDecimal;

Modified: incubator/openjpa/branches/0.9.7-incubating/openjpa-kernel/src/main/java/org/apache/openjpa/conf/BrokerValue.java
URL: http://svn.apache.org/viewvc/incubator/openjpa/branches/0.9.7-incubating/openjpa-kernel/src/main/java/org/apache/openjpa/conf/BrokerValue.java?view=diff&rev=527341&r1=527340&r2=527341
==============================================================================
--- incubator/openjpa/branches/0.9.7-incubating/openjpa-kernel/src/main/java/org/apache/openjpa/conf/BrokerValue.java (original)
+++ incubator/openjpa/branches/0.9.7-incubating/openjpa-kernel/src/main/java/org/apache/openjpa/conf/BrokerValue.java Tue Apr 10 16:52:00 2007
@@ -1,3 +1,18 @@
+/*
+ * Copyright 2006 The Apache Software 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.
+ */
 package org.apache.openjpa.conf;
 
 import org.apache.openjpa.lib.conf.PluginValue;

Modified: incubator/openjpa/branches/0.9.7-incubating/openjpa-kernel/src/main/java/org/apache/openjpa/enhance/Reflection.java
URL: http://svn.apache.org/viewvc/incubator/openjpa/branches/0.9.7-incubating/openjpa-kernel/src/main/java/org/apache/openjpa/enhance/Reflection.java?view=diff&rev=527341&r1=527340&r2=527341
==============================================================================
--- incubator/openjpa/branches/0.9.7-incubating/openjpa-kernel/src/main/java/org/apache/openjpa/enhance/Reflection.java (original)
+++ incubator/openjpa/branches/0.9.7-incubating/openjpa-kernel/src/main/java/org/apache/openjpa/enhance/Reflection.java Tue Apr 10 16:52:00 2007
@@ -1,3 +1,18 @@
+/*
+ * Copyright 2006 The Apache Software 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.
+ */
 package org.apache.openjpa.enhance;
 
 import java.lang.reflect.AccessibleObject;

Modified: incubator/openjpa/branches/0.9.7-incubating/openjpa-kernel/src/main/java/org/apache/openjpa/kernel/FinalizingBrokerImpl.java
URL: http://svn.apache.org/viewvc/incubator/openjpa/branches/0.9.7-incubating/openjpa-kernel/src/main/java/org/apache/openjpa/kernel/FinalizingBrokerImpl.java?view=diff&rev=527341&r1=527340&r2=527341
==============================================================================
--- incubator/openjpa/branches/0.9.7-incubating/openjpa-kernel/src/main/java/org/apache/openjpa/kernel/FinalizingBrokerImpl.java (original)
+++ incubator/openjpa/branches/0.9.7-incubating/openjpa-kernel/src/main/java/org/apache/openjpa/kernel/FinalizingBrokerImpl.java Tue Apr 10 16:52:00 2007
@@ -1,3 +1,18 @@
+/*
+ * Copyright 2006 The Apache Software 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.
+ */
 package org.apache.openjpa.kernel;
 
 /**