Repository: isis Updated Branches: refs/heads/master d37fa6a47 -> 4c856ab78
ISIS-1470: adds 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/8b4eac15 Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/8b4eac15 Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/8b4eac15 Branch: refs/heads/master Commit: 8b4eac15c336fe7121be35d2e50d68035785de19 Parents: 28b9a25 Author: Dan Haywood <[email protected]> Authored: Wed Oct 26 22:06:29 2016 +0100 Committer: Dan Haywood <[email protected]> Committed: Wed Oct 26 22:06:29 2016 +0100 ---------------------------------------------------------------------- ...daLocalDateTimeValueSemanticsProviderTest.java | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/isis/blob/8b4eac15/core/metamodel/src/test/java/org/apache/isis/core/metamodel/facets/value/datetimejodalocal/JodaLocalDateTimeValueSemanticsProviderTest.java ---------------------------------------------------------------------- diff --git a/core/metamodel/src/test/java/org/apache/isis/core/metamodel/facets/value/datetimejodalocal/JodaLocalDateTimeValueSemanticsProviderTest.java b/core/metamodel/src/test/java/org/apache/isis/core/metamodel/facets/value/datetimejodalocal/JodaLocalDateTimeValueSemanticsProviderTest.java index 8354a02..5086210 100644 --- a/core/metamodel/src/test/java/org/apache/isis/core/metamodel/facets/value/datetimejodalocal/JodaLocalDateTimeValueSemanticsProviderTest.java +++ b/core/metamodel/src/test/java/org/apache/isis/core/metamodel/facets/value/datetimejodalocal/JodaLocalDateTimeValueSemanticsProviderTest.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.metamodel.facets.value.datetimejodalocal; import org.jmock.Expectations;
