svn commit: r562300 [5/5] - in /db/ojb/branches/OJB_1_0_RELEASE/src: java/org/apache/ojb/jdo/ java/org/apache/ojb/jdo/jdoql/ java/org/apache/ojb/jdo/spi/ java/org/apache/ojb/odmg/ java/org/apache/ojb/odmg/collections/ java/org/apache/ojb/odmg/link/ jav...
[email protected] Fri, 03 Aug 2007 00:24:47 -0000
| Newsgroups | gmane.comp.jakarta.ojb.devel |
|---|---|
| Message-ID | <[email protected]> |
Modified: db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/states/PersistentNewDeleted.java URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/states/PersistentNewDeleted.java?view=diff&rev=562300&r1=562299&r2=562300 ============================================================================== --- db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/states/PersistentNewDeleted.java (original) +++ db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/states/PersistentNewDeleted.java Thu Aug 2 17:24:40 2007 @@ -1,19 +1,24 @@ package org.apache.ojb.otm.states; -/* Copyright 2003-2005 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. +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. */ + /** * this state represents new objects which have been mrked for deletion during tx Modified: db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/states/State.java URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/states/State.java?view=diff&rev=562300&r1=562299&r2=562300 ============================================================================== --- db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/states/State.java (original) +++ db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/states/State.java Thu Aug 2 17:24:40 2007 @@ -1,19 +1,24 @@ package org.apache.ojb.otm.states; -/* Copyright 2003-2005 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. +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. */ + import org.apache.ojb.broker.util.ObjectModification; Modified: db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/states/Transient.java URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/states/Transient.java?view=diff&rev=562300&r1=562299&r2=562300 ============================================================================== --- db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/states/Transient.java (original) +++ db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/states/Transient.java Thu Aug 2 17:24:40 2007 @@ -1,19 +1,24 @@ package org.apache.ojb.otm.states; -/* Copyright 2003-2005 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. +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. */ + /** * this state represents new objects not made persistent yet Modified: db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/swizzle/CopySwizzling.java URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/swizzle/CopySwizzling.java?view=diff&rev=562300&r1=562299&r2=562300 ============================================================================== --- db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/swizzle/CopySwizzling.java (original) +++ db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/swizzle/CopySwizzling.java Thu Aug 2 17:24:40 2007 @@ -1,19 +1,24 @@ package org.apache.ojb.otm.swizzle; -/* Copyright 2003-2005 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. +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. */ + import java.lang.reflect.Array; import java.util.Collection; Modified: db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/swizzle/NoSwizzling.java URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/swizzle/NoSwizzling.java?view=diff&rev=562300&r1=562299&r2=562300 ============================================================================== --- db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/swizzle/NoSwizzling.java (original) +++ db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/swizzle/NoSwizzling.java Thu Aug 2 17:24:40 2007 @@ -1,19 +1,24 @@ package org.apache.ojb.otm.swizzle; -/* Copyright 2003-2005 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. +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. */ + import org.apache.ojb.broker.PersistenceBroker; import org.apache.ojb.broker.cache.ObjectCache; Modified: db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/swizzle/Swizzling.java URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/swizzle/Swizzling.java?view=diff&rev=562300&r1=562299&r2=562300 ============================================================================== --- db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/swizzle/Swizzling.java (original) +++ db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/swizzle/Swizzling.java Thu Aug 2 17:24:40 2007 @@ -1,19 +1,24 @@ package org.apache.ojb.otm.swizzle; -/* Copyright 2003-2005 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. +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. */ + import org.apache.ojb.broker.PersistenceBroker; Modified: db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/transaction/LocalTransactionFactory.java URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/transaction/LocalTransactionFactory.java?view=diff&rev=562300&r1=562299&r2=562300 ============================================================================== --- db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/transaction/LocalTransactionFactory.java (original) +++ db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/transaction/LocalTransactionFactory.java Thu Aug 2 17:24:40 2007 @@ -1,19 +1,24 @@ package org.apache.ojb.otm.transaction; -/* Copyright 2003-2005 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. +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. */ + import org.apache.ojb.broker.PBKey; import org.apache.ojb.otm.OTMConnection; Modified: db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/transaction/ManagedTransactionFactory.java URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/transaction/ManagedTransactionFactory.java?view=diff&rev=562300&r1=562299&r2=562300 ============================================================================== --- db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/transaction/ManagedTransactionFactory.java (original) +++ db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/transaction/ManagedTransactionFactory.java Thu Aug 2 17:24:40 2007 @@ -1,19 +1,24 @@ package org.apache.ojb.otm.transaction; -/* Copyright 2003-2005 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. +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. */ + import java.util.HashMap; Modified: db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/transaction/TransactionFactory.java URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/transaction/TransactionFactory.java?view=diff&rev=562300&r1=562299&r2=562300 ============================================================================== --- db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/transaction/TransactionFactory.java (original) +++ db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/transaction/TransactionFactory.java Thu Aug 2 17:24:40 2007 @@ -1,19 +1,24 @@ package org.apache.ojb.otm.transaction; -/* Copyright 2003-2005 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. +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. */ + import org.apache.ojb.broker.PBKey; import org.apache.ojb.otm.OTMConnection; Modified: db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/transaction/TransactionFactoryException.java URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/transaction/TransactionFactoryException.java?view=diff&rev=562300&r1=562299&r2=562300 ============================================================================== --- db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/transaction/TransactionFactoryException.java (original) +++ db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/transaction/TransactionFactoryException.java Thu Aug 2 17:24:40 2007 @@ -1,19 +1,24 @@ package org.apache.ojb.otm.transaction; -/* Copyright 2003-2005 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. +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. */ + import org.apache.ojb.otm.core.TransactionException; Modified: db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/soda/ConstraintImpl.java URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/soda/ConstraintImpl.java?view=diff&rev=562300&r1=562299&r2=562300 ============================================================================== --- db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/soda/ConstraintImpl.java (original) +++ db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/soda/ConstraintImpl.java Thu Aug 2 17:24:40 2007 @@ -1,19 +1,24 @@ package org.apache.ojb.soda; -/* Copyright 2002-2005 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. +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. */ + import org.odbms.Constraint; Modified: db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/soda/ObjectContainerImpl.java URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/soda/ObjectContainerImpl.java?view=diff&rev=562300&r1=562299&r2=562300 ============================================================================== --- db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/soda/ObjectContainerImpl.java (original) +++ db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/soda/ObjectContainerImpl.java Thu Aug 2 17:24:40 2007 @@ -1,19 +1,24 @@ package org.apache.ojb.soda; -/* Copyright 2002-2005 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. +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. */ + import org.odbms.ObjectContainer; import org.odbms.Query; Modified: db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/soda/ObjectSetImpl.java URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/soda/ObjectSetImpl.java?view=diff&rev=562300&r1=562299&r2=562300 ============================================================================== --- db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/soda/ObjectSetImpl.java (original) +++ db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/soda/ObjectSetImpl.java Thu Aug 2 17:24:40 2007 @@ -1,19 +1,24 @@ package org.apache.ojb.soda; -/* Copyright 2002-2005 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. +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. */ + import java.util.Collection; import java.util.Iterator; Modified: db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/soda/QueryImpl.java URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/soda/QueryImpl.java?view=diff&rev=562300&r1=562299&r2=562300 ============================================================================== --- db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/soda/QueryImpl.java (original) +++ db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/soda/QueryImpl.java Thu Aug 2 17:24:40 2007 @@ -1,19 +1,24 @@ package org.apache.ojb.soda; -/* Copyright 2002-2005 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. +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. */ + import java.io.Serializable; Modified: db/ojb/branches/OJB_1_0_RELEASE/src/java/org/odbms/Constraint.java URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/java/org/odbms/Constraint.java?view=diff&rev=562300&r1=562299&r2=562300 ============================================================================== --- db/ojb/branches/OJB_1_0_RELEASE/src/java/org/odbms/Constraint.java (original) +++ db/ojb/branches/OJB_1_0_RELEASE/src/java/org/odbms/Constraint.java Thu Aug 2 17:24:40 2007 @@ -1,19 +1,24 @@ package org.odbms; -/* Copyright 2002-2005 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. +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. */ + /** * constraint for a single query node. Modified: db/ojb/branches/OJB_1_0_RELEASE/src/java/org/odbms/ObjectContainer.java URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/java/org/odbms/ObjectContainer.java?view=diff&rev=562300&r1=562299&r2=562300 ============================================================================== --- db/ojb/branches/OJB_1_0_RELEASE/src/java/org/odbms/ObjectContainer.java (original) +++ db/ojb/branches/OJB_1_0_RELEASE/src/java/org/odbms/ObjectContainer.java Thu Aug 2 17:24:40 2007 @@ -1,19 +1,24 @@ package org.odbms; -/* Copyright 2002-2005 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. +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. */ + /** * database engine interface. Modified: db/ojb/branches/OJB_1_0_RELEASE/src/java/org/odbms/ObjectSet.java URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/java/org/odbms/ObjectSet.java?view=diff&rev=562300&r1=562299&r2=562300 ============================================================================== --- db/ojb/branches/OJB_1_0_RELEASE/src/java/org/odbms/ObjectSet.java (original) +++ db/ojb/branches/OJB_1_0_RELEASE/src/java/org/odbms/ObjectSet.java Thu Aug 2 17:24:40 2007 @@ -1,19 +1,24 @@ package org.odbms; -/* Copyright 2002-2005 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. +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. */ + /** * query resultset. Modified: db/ojb/branches/OJB_1_0_RELEASE/src/java/org/odbms/Query.java URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/java/org/odbms/Query.java?view=diff&rev=562300&r1=562299&r2=562300 ============================================================================== --- db/ojb/branches/OJB_1_0_RELEASE/src/java/org/odbms/Query.java (original) +++ db/ojb/branches/OJB_1_0_RELEASE/src/java/org/odbms/Query.java Thu Aug 2 17:24:40 2007 @@ -1,19 +1,24 @@ package org.odbms; -/* Copyright 2002-2005 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. +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. */ + /** * handle to a query graph and reference to a specific node. Modified: db/ojb/branches/OJB_1_0_RELEASE/src/java/org/odmg/DArray.java URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/java/org/odmg/DArray.java?view=diff&rev=562300&r1=562299&r2=562300 ============================================================================== --- db/ojb/branches/OJB_1_0_RELEASE/src/java/org/odmg/DArray.java (original) +++ db/ojb/branches/OJB_1_0_RELEASE/src/java/org/odmg/DArray.java Thu Aug 2 17:24:40 2007 @@ -1,19 +1,24 @@ package org.odmg; -/* Copyright 2004-2005 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. +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. */ + /** Modified: db/ojb/branches/OJB_1_0_RELEASE/src/jca/org/apache/ojb/otm/connector/JCAKit.java URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/jca/org/apache/ojb/otm/connector/JCAKit.java?view=diff&rev=562300&r1=562299&r2=562300 ============================================================================== --- db/ojb/branches/OJB_1_0_RELEASE/src/jca/org/apache/ojb/otm/connector/JCAKit.java (original) +++ db/ojb/branches/OJB_1_0_RELEASE/src/jca/org/apache/ojb/otm/connector/JCAKit.java Thu Aug 2 17:24:40 2007 @@ -1,19 +1,24 @@ package org.apache.ojb.otm.connector; -/* Copyright 2003-2005 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. +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. */ + import org.apache.ojb.broker.Identity; import org.apache.ojb.broker.PBKey; Modified: db/ojb/branches/OJB_1_0_RELEASE/src/jca/org/apache/ojb/otm/connector/OTMConnectionEventListener.java URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/jca/org/apache/ojb/otm/connector/OTMConnectionEventListener.java?view=diff&rev=562300&r1=562299&r2=562300 ============================================================================== --- db/ojb/branches/OJB_1_0_RELEASE/src/jca/org/apache/ojb/otm/connector/OTMConnectionEventListener.java (original) +++ db/ojb/branches/OJB_1_0_RELEASE/src/jca/org/apache/ojb/otm/connector/OTMConnectionEventListener.java Thu Aug 2 17:24:40 2007 @@ -1,19 +1,24 @@ package org.apache.ojb.otm.connector; -/* Copyright 2003-2005 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. +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. */ + import javax.resource.spi.ConnectionEvent; import javax.resource.spi.ConnectionEventListener; Modified: db/ojb/branches/OJB_1_0_RELEASE/src/jca/org/apache/ojb/otm/connector/OTMConnectionManager.java URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/jca/org/apache/ojb/otm/connector/OTMConnectionManager.java?view=diff&rev=562300&r1=562299&r2=562300 ============================================================================== --- db/ojb/branches/OJB_1_0_RELEASE/src/jca/org/apache/ojb/otm/connector/OTMConnectionManager.java (original) +++ db/ojb/branches/OJB_1_0_RELEASE/src/jca/org/apache/ojb/otm/connector/OTMConnectionManager.java Thu Aug 2 17:24:40 2007 @@ -1,19 +1,24 @@ package org.apache.ojb.otm.connector; -/* Copyright 2003-2005 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. +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. */ + import javax.resource.ResourceException; import javax.resource.spi.ConnectionManager; Modified: db/ojb/branches/OJB_1_0_RELEASE/src/jca/org/apache/ojb/otm/connector/OTMConnectionMetaData.java URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/jca/org/apache/ojb/otm/connector/OTMConnectionMetaData.java?view=diff&rev=562300&r1=562299&r2=562300 ============================================================================== --- db/ojb/branches/OJB_1_0_RELEASE/src/jca/org/apache/ojb/otm/connector/OTMConnectionMetaData.java (original) +++ db/ojb/branches/OJB_1_0_RELEASE/src/jca/org/apache/ojb/otm/connector/OTMConnectionMetaData.java Thu Aug 2 17:24:40 2007 @@ -1,19 +1,24 @@ package org.apache.ojb.otm.connector; -/* Copyright 2003-2005 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. +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. */ + import javax.resource.ResourceException; import javax.resource.spi.ManagedConnectionMetaData; Modified: db/ojb/branches/OJB_1_0_RELEASE/src/jca/org/apache/ojb/otm/connector/OTMConnectionRequestInfo.java URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/jca/org/apache/ojb/otm/connector/OTMConnectionRequestInfo.java?view=diff&rev=562300&r1=562299&r2=562300 ============================================================================== --- db/ojb/branches/OJB_1_0_RELEASE/src/jca/org/apache/ojb/otm/connector/OTMConnectionRequestInfo.java (original) +++ db/ojb/branches/OJB_1_0_RELEASE/src/jca/org/apache/ojb/otm/connector/OTMConnectionRequestInfo.java Thu Aug 2 17:24:40 2007 @@ -1,19 +1,24 @@ package org.apache.ojb.otm.connector; -/* Copyright 2003-2005 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. +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. */ + import org.apache.ojb.broker.PBKey; import org.apache.ojb.broker.PersistenceBrokerFactory; Modified: db/ojb/branches/OJB_1_0_RELEASE/src/jca/org/apache/ojb/otm/connector/OTMConnectionRuntimeException.java URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/jca/org/apache/ojb/otm/connector/OTMConnectionRuntimeException.java?view=diff&rev=562300&r1=562299&r2=562300 ============================================================================== --- db/ojb/branches/OJB_1_0_RELEASE/src/jca/org/apache/ojb/otm/connector/OTMConnectionRuntimeException.java (original) +++ db/ojb/branches/OJB_1_0_RELEASE/src/jca/org/apache/ojb/otm/connector/OTMConnectionRuntimeException.java Thu Aug 2 17:24:40 2007 @@ -2,20 +2,25 @@ import org.apache.ojb.broker.OJBRuntimeException; -/* Copyright 2003-2005 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. +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. */ + /** * Modified: db/ojb/branches/OJB_1_0_RELEASE/src/jca/org/apache/ojb/otm/connector/OTMJCAConnection.java URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/jca/org/apache/ojb/otm/connector/OTMJCAConnection.java?view=diff&rev=562300&r1=562299&r2=562300 ============================================================================== --- db/ojb/branches/OJB_1_0_RELEASE/src/jca/org/apache/ojb/otm/connector/OTMJCAConnection.java (original) +++ db/ojb/branches/OJB_1_0_RELEASE/src/jca/org/apache/ojb/otm/connector/OTMJCAConnection.java Thu Aug 2 17:24:40 2007 @@ -1,19 +1,24 @@ package org.apache.ojb.otm.connector; -/* Copyright 2003-2005 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. +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. */ + import org.apache.ojb.broker.Identity; import org.apache.ojb.broker.cache.ObjectCache; Modified: db/ojb/branches/OJB_1_0_RELEASE/src/jca/org/apache/ojb/otm/connector/OTMJCAManagedConnection.java URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/jca/org/apache/ojb/otm/connector/OTMJCAManagedConnection.java?view=diff&rev=562300&r1=562299&r2=562300 ============================================================================== --- db/ojb/branches/OJB_1_0_RELEASE/src/jca/org/apache/ojb/otm/connector/OTMJCAManagedConnection.java (original) +++ db/ojb/branches/OJB_1_0_RELEASE/src/jca/org/apache/ojb/otm/connector/OTMJCAManagedConnection.java Thu Aug 2 17:24:40 2007 @@ -1,19 +1,24 @@ package org.apache.ojb.otm.connector; -/* Copyright 2003-2005 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. +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. */ + import org.apache.ojb.broker.PBKey; import org.apache.ojb.otm.OTMConnection; Modified: db/ojb/branches/OJB_1_0_RELEASE/src/jca/org/apache/ojb/otm/connector/OTMJCAManagedConnectionFactory.java URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/jca/org/apache/ojb/otm/connector/OTMJCAManagedConnectionFactory.java?view=diff&rev=562300&r1=562299&r2=562300 ============================================================================== --- db/ojb/branches/OJB_1_0_RELEASE/src/jca/org/apache/ojb/otm/connector/OTMJCAManagedConnectionFactory.java (original) +++ db/ojb/branches/OJB_1_0_RELEASE/src/jca/org/apache/ojb/otm/connector/OTMJCAManagedConnectionFactory.java Thu Aug 2 17:24:40 2007 @@ -1,19 +1,24 @@ package org.apache.ojb.otm.connector; -/* Copyright 2003-2005 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. +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. */ + import org.apache.ojb.broker.PBKey; import org.apache.ojb.otm.Kit; Modified: db/ojb/branches/OJB_1_0_RELEASE/src/jca/org/apache/ojb/otm/connector/Util.java URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/jca/org/apache/ojb/otm/connector/Util.java?view=diff&rev=562300&r1=562299&r2=562300 ============================================================================== --- db/ojb/branches/OJB_1_0_RELEASE/src/jca/org/apache/ojb/otm/connector/Util.java (original) +++ db/ojb/branches/OJB_1_0_RELEASE/src/jca/org/apache/ojb/otm/connector/Util.java Thu Aug 2 17:24:40 2007 @@ -1,19 +1,24 @@ package org.apache.ojb.otm.connector; -/* Copyright 2003-2005 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. +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. */ + /** * Modified: db/ojb/branches/OJB_1_0_RELEASE/src/jdori/org/apache/ojb/jdori/sql/Helper.java URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/jdori/org/apache/ojb/jdori/sql/Helper.java?view=diff&rev=562300&r1=562299&r2=562300 ============================================================================== --- db/ojb/branches/OJB_1_0_RELEASE/src/jdori/org/apache/ojb/jdori/sql/Helper.java (original) +++ db/ojb/branches/OJB_1_0_RELEASE/src/jdori/org/apache/ojb/jdori/sql/Helper.java Thu Aug 2 17:24:40 2007 @@ -12,20 +12,25 @@ import com.sun.jdori.model.jdo.JDOClass; import com.sun.jdori.model.jdo.JDOModel; -/* Copyright 2003-2005 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. +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. */ + /** * @author Thomas Mahler Modified: db/ojb/branches/OJB_1_0_RELEASE/src/jdori/org/apache/ojb/jdori/sql/OjbExtent.java URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/jdori/org/apache/ojb/jdori/sql/OjbExtent.java?view=diff&rev=562300&r1=562299&r2=562300 ============================================================================== --- db/ojb/branches/OJB_1_0_RELEASE/src/jdori/org/apache/ojb/jdori/sql/OjbExtent.java (original) +++ db/ojb/branches/OJB_1_0_RELEASE/src/jdori/org/apache/ojb/jdori/sql/OjbExtent.java Thu Aug 2 17:24:40 2007 @@ -1,18 +1,23 @@ package org.apache.ojb.jdori.sql; -/* Copyright 2002-2005 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. +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. */ + import java.util.ArrayList; import java.util.Collection; Modified: db/ojb/branches/OJB_1_0_RELEASE/src/jdori/org/apache/ojb/jdori/sql/OjbFieldManager.java URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/jdori/org/apache/ojb/jdori/sql/OjbFieldManager.java?view=diff&rev=562300&r1=562299&r2=562300 ============================================================================== --- db/ojb/branches/OJB_1_0_RELEASE/src/jdori/org/apache/ojb/jdori/sql/OjbFieldManager.java (original) +++ db/ojb/branches/OJB_1_0_RELEASE/src/jdori/org/apache/ojb/jdori/sql/OjbFieldManager.java Thu Aug 2 17:24:40 2007 @@ -1,18 +1,23 @@ package org.apache.ojb.jdori.sql; -/* Copyright 2002-2005 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. +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. */ + import javax.jdo.spi.PersistenceCapable; Modified: db/ojb/branches/OJB_1_0_RELEASE/src/jdori/org/apache/ojb/jdori/sql/OjbStoreConnector.java URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/jdori/org/apache/ojb/jdori/sql/OjbStoreConnector.java?view=diff&rev=562300&r1=562299&r2=562300 ============================================================================== --- db/ojb/branches/OJB_1_0_RELEASE/src/jdori/org/apache/ojb/jdori/sql/OjbStoreConnector.java (original) +++ db/ojb/branches/OJB_1_0_RELEASE/src/jdori/org/apache/ojb/jdori/sql/OjbStoreConnector.java Thu Aug 2 17:24:40 2007 @@ -1,18 +1,23 @@ package org.apache.ojb.jdori.sql; -/* Copyright 2002-2005 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. +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. */ + import javax.jdo.JDODataStoreException; import javax.jdo.JDOUserException; Modified: db/ojb/branches/OJB_1_0_RELEASE/src/jdori/org/apache/ojb/jdori/sql/OjbStoreFatalInternalException.java URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/jdori/org/apache/ojb/jdori/sql/OjbStoreFatalInternalException.java?view=diff&rev=562300&r1=562299&r2=562300 ============================================================================== --- db/ojb/branches/OJB_1_0_RELEASE/src/jdori/org/apache/ojb/jdori/sql/OjbStoreFatalInternalException.java (original) +++ db/ojb/branches/OJB_1_0_RELEASE/src/jdori/org/apache/ojb/jdori/sql/OjbStoreFatalInternalException.java Thu Aug 2 17:24:40 2007 @@ -1,18 +1,23 @@ package org.apache.ojb.jdori.sql; -/* Copyright 2002-2005 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. +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. */ + import javax.jdo.JDOFatalInternalException; Modified: db/ojb/branches/OJB_1_0_RELEASE/src/jdori/org/apache/ojb/jdori/sql/OjbStoreManager.java URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/jdori/org/apache/ojb/jdori/sql/OjbStoreManager.java?view=diff&rev=562300&r1=562299&r2=562300 ============================================================================== --- db/ojb/branches/OJB_1_0_RELEASE/src/jdori/org/apache/ojb/jdori/sql/OjbStoreManager.java (original) +++ db/ojb/branches/OJB_1_0_RELEASE/src/jdori/org/apache/ojb/jdori/sql/OjbStoreManager.java Thu Aug 2 17:24:40 2007 @@ -1,18 +1,23 @@ package org.apache.ojb.jdori.sql; -/* Copyright 2002-2005 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. +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. */ + import java.util.BitSet; import java.util.Iterator; Modified: db/ojb/branches/OJB_1_0_RELEASE/src/jdori/org/apache/ojb/jdori/sql/OjbStorePMF.java URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/jdori/org/apache/ojb/jdori/sql/OjbStorePMF.java?view=diff&rev=562300&r1=562299&r2=562300 ============================================================================== --- db/ojb/branches/OJB_1_0_RELEASE/src/jdori/org/apache/ojb/jdori/sql/OjbStorePMF.java (original) +++ db/ojb/branches/OJB_1_0_RELEASE/src/jdori/org/apache/ojb/jdori/sql/OjbStorePMF.java Thu Aug 2 17:24:40 2007 @@ -1,18 +1,23 @@ package org.apache.ojb.jdori.sql; -/* Copyright 2002-2005 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. +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. */ + import java.util.HashMap; import java.util.Properties;