You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by pl...@apache.org on 2017/03/11 23:32:49 UTC

incubator-tamaya-extensions git commit: [TAMAYA-244] Added missing license header to CombinedConfigurationTest.java.

Repository: incubator-tamaya-extensions
Updated Branches:
  refs/heads/master 2ab6ceedd -> feaa76538


[TAMAYA-244] Added missing license header to CombinedConfigurationTest.java.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/commit/feaa7653
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/tree/feaa7653
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/diff/feaa7653

Branch: refs/heads/master
Commit: feaa765386954c80ff1a819c0854d6891e348852
Parents: 2ab6cee
Author: Oliver B. Fischer <pl...@apache.org>
Authored: Sun Mar 12 00:31:57 2017 +0100
Committer: Oliver B. Fischer <pl...@apache.org>
Committed: Sun Mar 12 00:31:57 2017 +0100

----------------------------------------------------------------------
 .../functions/CombinedConfigurationTest.java      | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/feaa7653/modules/functions/src/test/java/org/apache/tamaya/functions/CombinedConfigurationTest.java
----------------------------------------------------------------------
diff --git a/modules/functions/src/test/java/org/apache/tamaya/functions/CombinedConfigurationTest.java b/modules/functions/src/test/java/org/apache/tamaya/functions/CombinedConfigurationTest.java
index 1e17d7d..585e1f7 100644
--- a/modules/functions/src/test/java/org/apache/tamaya/functions/CombinedConfigurationTest.java
+++ b/modules/functions/src/test/java/org/apache/tamaya/functions/CombinedConfigurationTest.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.functions;
 
 import org.apache.tamaya.ConfigOperator;