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 rh...@apache.org on 2006/08/08 20:54:02 UTC

svn commit: r429771 - in /db/derby/code/trunk/java/shared/org/apache/derby/shared/common/error: ExceptionSeverity.java ExceptionUtil.java

Author: rhillegas
Date: Tue Aug  8 11:54:02 2006
New Revision: 429771

URL: http://svn.apache.org/viewvc?rev=429771&view=rev
Log:
DERBY-1377: Rototill java/shared/org/apache/derby/shared/common/error/

Modified:
    db/derby/code/trunk/java/shared/org/apache/derby/shared/common/error/ExceptionSeverity.java
    db/derby/code/trunk/java/shared/org/apache/derby/shared/common/error/ExceptionUtil.java

Modified: db/derby/code/trunk/java/shared/org/apache/derby/shared/common/error/ExceptionSeverity.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/shared/org/apache/derby/shared/common/error/ExceptionSeverity.java?rev=429771&r1=429770&r2=429771&view=diff
==============================================================================
--- db/derby/code/trunk/java/shared/org/apache/derby/shared/common/error/ExceptionSeverity.java (original)
+++ db/derby/code/trunk/java/shared/org/apache/derby/shared/common/error/ExceptionSeverity.java Tue Aug  8 11:54:02 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/shared/org/apache/derby/shared/common/error/ExceptionUtil.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/shared/org/apache/derby/shared/common/error/ExceptionUtil.java?rev=429771&r1=429770&r2=429771&view=diff
==============================================================================
--- db/derby/code/trunk/java/shared/org/apache/derby/shared/common/error/ExceptionUtil.java (original)
+++ db/derby/code/trunk/java/shared/org/apache/derby/shared/common/error/ExceptionUtil.java Tue Aug  8 11:54:02 2006
@@ -1,11 +1,12 @@
 /*
    Derby - Class org.apache.derby.common.error.ExceptionUtil
  
-   Copyright 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