minor: add missing license headers

Project: http://git-wip-us.apache.org/repos/asf/zest-java/repo
Commit: http://git-wip-us.apache.org/repos/asf/zest-java/commit/a7d76c63
Tree: http://git-wip-us.apache.org/repos/asf/zest-java/tree/a7d76c63
Diff: http://git-wip-us.apache.org/repos/asf/zest-java/diff/a7d76c63

Branch: refs/heads/develop
Commit: a7d76c6302f761d370f2dd1b5011fdbabb1ccb59
Parents: 57abd7d
Author: Paul Merlin <[email protected]>
Authored: Tue Nov 22 12:02:00 2016 +0100
Committer: Paul Merlin <[email protected]>
Committed: Tue Nov 22 12:02:00 2016 +0100

----------------------------------------------------------------------
 .../composite/InterfaceDefaultMethodsTest.java     | 17 +++++++++++++++++
 .../composite/InterfaceStaticMethodsTest.java      | 17 +++++++++++++++++
 2 files changed, 34 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zest-java/blob/a7d76c63/core/runtime/src/test/java/org/apache/zest/runtime/composite/InterfaceDefaultMethodsTest.java
----------------------------------------------------------------------
diff --git 
a/core/runtime/src/test/java/org/apache/zest/runtime/composite/InterfaceDefaultMethodsTest.java
 
b/core/runtime/src/test/java/org/apache/zest/runtime/composite/InterfaceDefaultMethodsTest.java
index 4e3c873..1bb3919 100644
--- 
a/core/runtime/src/test/java/org/apache/zest/runtime/composite/InterfaceDefaultMethodsTest.java
+++ 
b/core/runtime/src/test/java/org/apache/zest/runtime/composite/InterfaceDefaultMethodsTest.java
@@ -1,3 +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.
+ */
 package org.apache.zest.runtime.composite;
 
 import org.apache.zest.api.constraint.ConstraintViolationException;

http://git-wip-us.apache.org/repos/asf/zest-java/blob/a7d76c63/core/runtime/src/test/java/org/apache/zest/runtime/composite/InterfaceStaticMethodsTest.java
----------------------------------------------------------------------
diff --git 
a/core/runtime/src/test/java/org/apache/zest/runtime/composite/InterfaceStaticMethodsTest.java
 
b/core/runtime/src/test/java/org/apache/zest/runtime/composite/InterfaceStaticMethodsTest.java
index 12afc55..76b5b1f 100644
--- 
a/core/runtime/src/test/java/org/apache/zest/runtime/composite/InterfaceStaticMethodsTest.java
+++ 
b/core/runtime/src/test/java/org/apache/zest/runtime/composite/InterfaceStaticMethodsTest.java
@@ -1,3 +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.
+ */
 package org.apache.zest.runtime.composite;
 
 import org.apache.zest.api.common.UseDefaults;

Reply via email to