svn commit: r1747344 - /ofbiz/trunk/framework/start/src/org/ofbiz/base/start/AdminServer.java

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

svn commit: r1747344 - /ofbiz/trunk/framework/start/src/org/ofbiz/base/start/AdminServer.java

pranayp
Author: pranayp
Date: Wed Jun  8 04:09:23 2016
New Revision: 1747344

URL: http://svn.apache.org/viewvc?rev=1747344&view=rev
Log:
[OFBIZ-7214] No functional changes, adding missing license header.
 
 Thanks Pierre Smits for reporting.

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

Modified: ofbiz/trunk/framework/start/src/org/ofbiz/base/start/AdminServer.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/start/src/org/ofbiz/base/start/AdminServer.java?rev=1747344&r1=1747343&r2=1747344&view=diff
==============================================================================
--- ofbiz/trunk/framework/start/src/org/ofbiz/base/start/AdminServer.java (original)
+++ ofbiz/trunk/framework/start/src/org/ofbiz/base/start/AdminServer.java Wed Jun  8 04:09:23 2016
@@ -1,3 +1,21 @@
+/*******************************************************************************
+ * 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.
+ *******************************************************************************/
 package org.ofbiz.base.start;
 
 import java.io.BufferedReader;