Repository: isis Updated Branches: refs/heads/master f0c7eaa71 -> c0eaed947
ISIS-1540: adds missing license Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/f3cb1786 Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/f3cb1786 Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/f3cb1786 Branch: refs/heads/master Commit: f3cb17861087106db19c0b8f6f6b2f86b9bcc444 Parents: e8d2662 Author: Dan Haywood <d...@haywood-associates.co.uk> Authored: Sat Dec 10 15:07:44 2016 +0000 Committer: Dan Haywood <d...@haywood-associates.co.uk> Committed: Sat Dec 10 15:07:44 2016 +0000 ---------------------------------------------------------------------- .../IsisConfigurationDefault_safe_Test.java | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/isis/blob/f3cb1786/core/metamodel/src/test/java/org/apache/isis/core/commons/config/IsisConfigurationDefault_safe_Test.java ---------------------------------------------------------------------- diff --git a/core/metamodel/src/test/java/org/apache/isis/core/commons/config/IsisConfigurationDefault_safe_Test.java b/core/metamodel/src/test/java/org/apache/isis/core/commons/config/IsisConfigurationDefault_safe_Test.java index 14b1f02..17204cb 100644 --- a/core/metamodel/src/test/java/org/apache/isis/core/commons/config/IsisConfigurationDefault_safe_Test.java +++ b/core/metamodel/src/test/java/org/apache/isis/core/commons/config/IsisConfigurationDefault_safe_Test.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.isis.core.commons.config; import org.junit.Test;