Repository: incubator-freemarker-online-tester
Updated Branches:
  refs/heads/master 6e99e846b -> b96fa9c2d


Added missing copyright headers


Project: 
http://git-wip-us.apache.org/repos/asf/incubator-freemarker-online-tester/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-freemarker-online-tester/commit/ef795028
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-freemarker-online-tester/tree/ef795028
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-freemarker-online-tester/diff/ef795028

Branch: refs/heads/master
Commit: ef795028c2067a008582e66704a572c3eb8dbed2
Parents: 6e99e84
Author: ddekany <ddek...@apache.org>
Authored: Thu Feb 8 20:53:11 2018 +0100
Committer: ddekany <ddek...@apache.org>
Committed: Thu Feb 8 20:53:11 2018 +0100

----------------------------------------------------------------------
 .../dropwizard/FreeMarkerOnlineTester.java      | 20 +++++++++++++++++++-
 .../FreeMarkerOnlineTesterConfiguration.java    | 20 +++++++++++++++++++-
 .../onlinetester/resources/ResourceTest.java    | 19 +++++++++++++++++++
 3 files changed, 57 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker-online-tester/blob/ef795028/src/main/java/org/apache/freemarker/onlinetester/dropwizard/FreeMarkerOnlineTester.java
----------------------------------------------------------------------
diff --git 
a/src/main/java/org/apache/freemarker/onlinetester/dropwizard/FreeMarkerOnlineTester.java
 
b/src/main/java/org/apache/freemarker/onlinetester/dropwizard/FreeMarkerOnlineTester.java
index a9ddc91..40dab6e 100644
--- 
a/src/main/java/org/apache/freemarker/onlinetester/dropwizard/FreeMarkerOnlineTester.java
+++ 
b/src/main/java/org/apache/freemarker/onlinetester/dropwizard/FreeMarkerOnlineTester.java
@@ -1,5 +1,23 @@
-package org.apache.freemarker.onlinetester.dropwizard;
+/*
+ * 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.apache.freemarker.onlinetester.dropwizard;
 
 import java.util.Map;
 

http://git-wip-us.apache.org/repos/asf/incubator-freemarker-online-tester/blob/ef795028/src/main/java/org/apache/freemarker/onlinetester/dropwizard/FreeMarkerOnlineTesterConfiguration.java
----------------------------------------------------------------------
diff --git 
a/src/main/java/org/apache/freemarker/onlinetester/dropwizard/FreeMarkerOnlineTesterConfiguration.java
 
b/src/main/java/org/apache/freemarker/onlinetester/dropwizard/FreeMarkerOnlineTesterConfiguration.java
index f7eae4c..b29622c 100644
--- 
a/src/main/java/org/apache/freemarker/onlinetester/dropwizard/FreeMarkerOnlineTesterConfiguration.java
+++ 
b/src/main/java/org/apache/freemarker/onlinetester/dropwizard/FreeMarkerOnlineTesterConfiguration.java
@@ -1,5 +1,23 @@
-package org.apache.freemarker.onlinetester.dropwizard;
+/*
+ * 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.apache.freemarker.onlinetester.dropwizard;
 
 import java.util.Map;
 

http://git-wip-us.apache.org/repos/asf/incubator-freemarker-online-tester/blob/ef795028/src/test/java/org/apache/freemarker/onlinetester/resources/ResourceTest.java
----------------------------------------------------------------------
diff --git 
a/src/test/java/org/apache/freemarker/onlinetester/resources/ResourceTest.java 
b/src/test/java/org/apache/freemarker/onlinetester/resources/ResourceTest.java
index 4872cbf..f3d02f5 100644
--- 
a/src/test/java/org/apache/freemarker/onlinetester/resources/ResourceTest.java
+++ 
b/src/test/java/org/apache/freemarker/onlinetester/resources/ResourceTest.java
@@ -1,3 +1,22 @@
+/*
+ * 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.apache.freemarker.onlinetester.resources;
 
 import org.apache.freemarker.onlinetester.services.FreeMarkerService;

Reply via email to