killbill-aplcache

Code review: Add missing header for tenplate file and rely on

11/19/2015 8:58:42 PM

Details

util/pom.xml 1(+0 -1)

diff --git a/util/pom.xml b/util/pom.xml
index 9227cf8..1d45b8b 100644
--- a/util/pom.xml
+++ b/util/pom.xml
@@ -272,7 +272,6 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>templating-maven-plugin</artifactId>
-                <version>1.0-alpha-3</version>
                 <executions>
                     <execution>
                         <id>generate-verion-class</id>
diff --git a/util/src/main/java-templates/KillbillVersions.java b/util/src/main/java-templates/KillbillVersions.java
index 023546c..7eb9aef 100644
--- a/util/src/main/java-templates/KillbillVersions.java
+++ b/util/src/main/java-templates/KillbillVersions.java
@@ -1,3 +1,21 @@
+/*
+ * Copyright 2015 Groupon, Inc
+ * Copyright 2015 The Billing Project, LLC
+ *
+ * The Billing Project 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.killbill.billing.util.nodes;
 
 public final class KillbillVersions {