Repository: incubator-tamaya-sandbox Updated Branches: refs/heads/master d43cef4cc -> b813e7b15
TAMAYA-200: Fix licensing issue, introduce compilation problems. Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/commit/b813e7b1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/tree/b813e7b1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/diff/b813e7b1 Branch: refs/heads/master Commit: b813e7b1505dbe4880a84f6f9cf7efadd6e95a89 Parents: d43cef4 Author: Phil Ottlinger <[email protected]> Authored: Sun Oct 1 22:59:54 2017 +0200 Committer: Phil Ottlinger <[email protected]> Committed: Sun Oct 1 22:59:54 2017 +0200 ---------------------------------------------------------------------- .../org/apache/tamaya/osgi/OSGIBasicTests.java | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/b813e7b1/osgi/common/src/test/java/org/apache/tamaya/osgi/OSGIBasicTests.java ---------------------------------------------------------------------- diff --git a/osgi/common/src/test/java/org/apache/tamaya/osgi/OSGIBasicTests.java b/osgi/common/src/test/java/org/apache/tamaya/osgi/OSGIBasicTests.java index e175535..95317b0 100644 --- a/osgi/common/src/test/java/org/apache/tamaya/osgi/OSGIBasicTests.java +++ b/osgi/common/src/test/java/org/apache/tamaya/osgi/OSGIBasicTests.java @@ -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.apache.tamaya.osgi; import static org.junit.Assert.*;
