Repository: isis Updated Branches: refs/heads/release-1.11.0-RC1 [created] 4850872d5
ISIS-1243: adding missing license files Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/00cee42c Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/00cee42c Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/00cee42c Branch: refs/heads/release-1.11.0-RC1 Commit: 00cee42c6c47fd6447db8f7314268a94712ea2c2 Parents: 66775cd Author: Dan Haywood <d...@haywood-associates.co.uk> Authored: Tue Dec 29 09:27:43 2015 +0000 Committer: Dan Haywood <d...@haywood-associates.co.uk> Committed: Tue Dec 29 09:27:43 2015 +0000 ---------------------------------------------------------------------- .../services/i18n/po/PoWriterTest_escape.java | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/isis/blob/00cee42c/core/runtime/src/test/java/org/apache/isis/core/runtime/services/i18n/po/PoWriterTest_escape.java ---------------------------------------------------------------------- diff --git a/core/runtime/src/test/java/org/apache/isis/core/runtime/services/i18n/po/PoWriterTest_escape.java b/core/runtime/src/test/java/org/apache/isis/core/runtime/services/i18n/po/PoWriterTest_escape.java index 6a36321..042af96 100644 --- a/core/runtime/src/test/java/org/apache/isis/core/runtime/services/i18n/po/PoWriterTest_escape.java +++ b/core/runtime/src/test/java/org/apache/isis/core/runtime/services/i18n/po/PoWriterTest_escape.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.runtime.services.i18n.po; import org.junit.Test;