Author: jleroux
Date: Wed May 23 09:54:19 2018
New Revision: 1832091
URL:
http://svn.apache.org/viewvc?rev=1832091&view=revLog:
Adds a missing ASL2 header. It could be that we don't want one there but then
I let Michael decide and put a line in the RAT exclude file. I finally did
because I thought that maybe this file will be enhanced
Modified:
ofbiz/ofbiz-framework/trunk/docs/asciidoc/resource/source.java
Modified: ofbiz/ofbiz-framework/trunk/docs/asciidoc/resource/source.java
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/docs/asciidoc/resource/source.java?rev=1832091&r1=1832090&r2=1832091&view=diff==============================================================================
--- ofbiz/ofbiz-framework/trunk/docs/asciidoc/resource/source.java (original)
+++ ofbiz/ofbiz-framework/trunk/docs/asciidoc/resource/source.java Wed May 23 09:54:19 2018
@@ -1 +1,20 @@
+/*******************************************************************************
+ * 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.
+ *******************************************************************************/
+
System.out.println("Hello");
\ No newline at end of file