svn commit: r422334 - /incubator/ofbiz/trunk/framework/base/src/start/org/ofbiz/base/start/Classpath.java

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r422334 - /incubator/ofbiz/trunk/framework/base/src/start/org/ofbiz/base/start/Classpath.java

jonesde
Author: jonesde
Date: Sat Jul 15 18:45:06 2006
New Revision: 422334

URL: http://svn.apache.org/viewvc?rev=422334&view=rev
Log:
Changed to Apache2 header, with comment about origins of parts of the code which is fortunately from a compatible license

Modified:
    incubator/ofbiz/trunk/framework/base/src/start/org/ofbiz/base/start/Classpath.java

Modified: incubator/ofbiz/trunk/framework/base/src/start/org/ofbiz/base/start/Classpath.java
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/base/src/start/org/ofbiz/base/start/Classpath.java?rev=422334&r1=422333&r2=422334&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/base/src/start/org/ofbiz/base/start/Classpath.java (original)
+++ incubator/ofbiz/trunk/framework/base/src/start/org/ofbiz/base/start/Classpath.java Sat Jul 15 18:45:06 2006
@@ -1,9 +1,21 @@
-// ========================================================================
-// Copyright (c) 2002 Mort Bay Consulting (Australia) Pty. Ltd.
-// $Id: Classpath.java 5462 2005-08-05 18:35:48Z jonesde $
-// ========================================================================
+/*
+ * Copyright 2001-2006 The Apache Software Foundation
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may not
+ * use this file except in compliance with the License. You may obtain a copy of
+ * the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ * License for the specific language governing permissions and limitations
+ * under the License.
+ */
+
+// NOTE: Portions Originally Copyright 2002 Mort Bay Consulting (Australia) Pty. Ltd. (this was taken from a code base released under the Apache License, though no header was on this file)
 
-//package org.mortbay.start;
 package org.ofbiz.base.start;
 
 import java.io.File;
@@ -17,7 +29,6 @@
 
 /**
  * Class to handle CLASSPATH construction
- * @author Jan Hlavat
  */
 public class Classpath {