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:52:44 UTC

svn commit: r429922 - in /db/derby/code/trunk/java/engine/org/apache/derby/iapi/error: ExceptionSeverity.java PassThroughException.java PublicAPI.java StandardException.java

Author: davidvc
Date: Tue Aug  8 18:52:43 2006
New Revision: 429922

URL: http://svn.apache.org/viewvc?rev=429922&view=rev
Log:
DERBY-1377: (Partial) - Dag's mods to iapi/error

Modified:
    db/derby/code/trunk/java/engine/org/apache/derby/iapi/error/ExceptionSeverity.java
    db/derby/code/trunk/java/engine/org/apache/derby/iapi/error/PassThroughException.java
    db/derby/code/trunk/java/engine/org/apache/derby/iapi/error/PublicAPI.java
    db/derby/code/trunk/java/engine/org/apache/derby/iapi/error/StandardException.java

Modified: db/derby/code/trunk/java/engine/org/apache/derby/iapi/error/ExceptionSeverity.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/iapi/error/ExceptionSeverity.java?rev=429922&r1=429921&r2=429922&view=diff
==============================================================================
--- db/derby/code/trunk/java/engine/org/apache/derby/iapi/error/ExceptionSeverity.java (original)
+++ db/derby/code/trunk/java/engine/org/apache/derby/iapi/error/ExceptionSeverity.java Tue Aug  8 18:52:43 2006
@@ -2,11 +2,12 @@
 
    Derby - Class org.apache.derby.iapi.error.ExceptionSeverity
 
-   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/error/PassThroughException.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/iapi/error/PassThroughException.java?rev=429922&r1=429921&r2=429922&view=diff
==============================================================================
--- db/derby/code/trunk/java/engine/org/apache/derby/iapi/error/PassThroughException.java (original)
+++ db/derby/code/trunk/java/engine/org/apache/derby/iapi/error/PassThroughException.java Tue Aug  8 18:52:43 2006
@@ -2,11 +2,12 @@
 
    Derby - Class org.apache.derby.iapi.error.PassThroughException
 
-   Copyright 2000, 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/error/PublicAPI.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/iapi/error/PublicAPI.java?rev=429922&r1=429921&r2=429922&view=diff
==============================================================================
--- db/derby/code/trunk/java/engine/org/apache/derby/iapi/error/PublicAPI.java (original)
+++ db/derby/code/trunk/java/engine/org/apache/derby/iapi/error/PublicAPI.java Tue Aug  8 18:52:43 2006
@@ -2,11 +2,12 @@
 
    Derby - Class org.apache.derby.iapi.error.PublicAPI
 
-   Copyright 1999, 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/error/StandardException.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/iapi/error/StandardException.java?rev=429922&r1=429921&r2=429922&view=diff
==============================================================================
--- db/derby/code/trunk/java/engine/org/apache/derby/iapi/error/StandardException.java (original)
+++ db/derby/code/trunk/java/engine/org/apache/derby/iapi/error/StandardException.java Tue Aug  8 18:52:43 2006
@@ -2,11 +2,12 @@
 
    Derby - Class org.apache.derby.iapi.error.StandardException
 
-   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