You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by da...@apache.org on 2006/08/09 03:36:46 UTC

svn commit: r429914 - in /db/derby/code/trunk/java/engine/org/apache/derby/iapi/sql/depend: Dependency.java DependencyManager.java Dependent.java Provider.java ProviderInfo.java ProviderList.java

Author: davidvc
Date: Tue Aug  8 18:36:46 2006
New Revision: 429914

URL: http://svn.apache.org/viewvc?rev=429914&view=rev
Log:
DERBY-1377: (Partial) - Dag's changes to iapi/sql/depend

Modified:
    db/derby/code/trunk/java/engine/org/apache/derby/iapi/sql/depend/Dependency.java
    db/derby/code/trunk/java/engine/org/apache/derby/iapi/sql/depend/DependencyManager.java
    db/derby/code/trunk/java/engine/org/apache/derby/iapi/sql/depend/Dependent.java
    db/derby/code/trunk/java/engine/org/apache/derby/iapi/sql/depend/Provider.java
    db/derby/code/trunk/java/engine/org/apache/derby/iapi/sql/depend/ProviderInfo.java
    db/derby/code/trunk/java/engine/org/apache/derby/iapi/sql/depend/ProviderList.java

Modified: db/derby/code/trunk/java/engine/org/apache/derby/iapi/sql/depend/Dependency.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/iapi/sql/depend/Dependency.java?rev=429914&r1=429913&r2=429914&view=diff
==============================================================================
--- db/derby/code/trunk/java/engine/org/apache/derby/iapi/sql/depend/Dependency.java (original)
+++ db/derby/code/trunk/java/engine/org/apache/derby/iapi/sql/depend/Dependency.java Tue Aug  8 18:36:46 2006
@@ -2,11 +2,12 @@
 
    Derby - Class org.apache.derby.iapi.sql.depend.Dependency
 
-   Copyright 1997, 2004 The Apache Software Foundation or its licensors, as applicable.
-
-   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
+   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
 

Modified: db/derby/code/trunk/java/engine/org/apache/derby/iapi/sql/depend/DependencyManager.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/iapi/sql/depend/DependencyManager.java?rev=429914&r1=429913&r2=429914&view=diff
==============================================================================
--- db/derby/code/trunk/java/engine/org/apache/derby/iapi/sql/depend/DependencyManager.java (original)
+++ db/derby/code/trunk/java/engine/org/apache/derby/iapi/sql/depend/DependencyManager.java Tue Aug  8 18:36:46 2006
@@ -2,11 +2,12 @@
 
    Derby - Class org.apache.derby.iapi.sql.depend.DependencyManager
 
-   Copyright 1997, 2004 The Apache Software Foundation or its licensors, as applicable.
-
-   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
+   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
 

Modified: db/derby/code/trunk/java/engine/org/apache/derby/iapi/sql/depend/Dependent.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/iapi/sql/depend/Dependent.java?rev=429914&r1=429913&r2=429914&view=diff
==============================================================================
--- db/derby/code/trunk/java/engine/org/apache/derby/iapi/sql/depend/Dependent.java (original)
+++ db/derby/code/trunk/java/engine/org/apache/derby/iapi/sql/depend/Dependent.java Tue Aug  8 18:36:46 2006
@@ -2,11 +2,12 @@
 
    Derby - Class org.apache.derby.iapi.sql.depend.Dependent
 
-   Copyright 1997, 2004 The Apache Software Foundation or its licensors, as applicable.
-
-   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
+   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
 

Modified: db/derby/code/trunk/java/engine/org/apache/derby/iapi/sql/depend/Provider.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/iapi/sql/depend/Provider.java?rev=429914&r1=429913&r2=429914&view=diff
==============================================================================
--- db/derby/code/trunk/java/engine/org/apache/derby/iapi/sql/depend/Provider.java (original)
+++ db/derby/code/trunk/java/engine/org/apache/derby/iapi/sql/depend/Provider.java Tue Aug  8 18:36:46 2006
@@ -2,11 +2,12 @@
 
    Derby - Class org.apache.derby.iapi.sql.depend.Provider
 
-   Copyright 1997, 2004 The Apache Software Foundation or its licensors, as applicable.
-
-   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
+   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
 

Modified: db/derby/code/trunk/java/engine/org/apache/derby/iapi/sql/depend/ProviderInfo.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/iapi/sql/depend/ProviderInfo.java?rev=429914&r1=429913&r2=429914&view=diff
==============================================================================
--- db/derby/code/trunk/java/engine/org/apache/derby/iapi/sql/depend/ProviderInfo.java (original)
+++ db/derby/code/trunk/java/engine/org/apache/derby/iapi/sql/depend/ProviderInfo.java Tue Aug  8 18:36:46 2006
@@ -2,11 +2,12 @@
 
    Derby - Class org.apache.derby.iapi.sql.depend.ProviderInfo
 
-   Copyright 1998, 2004 The Apache Software Foundation or its licensors, as applicable.
-
-   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
+   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
 

Modified: db/derby/code/trunk/java/engine/org/apache/derby/iapi/sql/depend/ProviderList.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/iapi/sql/depend/ProviderList.java?rev=429914&r1=429913&r2=429914&view=diff
==============================================================================
--- db/derby/code/trunk/java/engine/org/apache/derby/iapi/sql/depend/ProviderList.java (original)
+++ db/derby/code/trunk/java/engine/org/apache/derby/iapi/sql/depend/ProviderList.java Tue Aug  8 18:36:46 2006
@@ -2,11 +2,12 @@
 
    Derby - Class org.apache.derby.iapi.sql.depend.ProviderList
 
-   Copyright 1999, 2005 The Apache Software Foundation or its licensors, as applicable.
-
-   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
+   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