Repository: deltaspike Updated Branches: refs/heads/master 13e1d4d0d -> 5865f8cbf
DELTASPIKE-699 - Fixed missing header Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/5865f8cb Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/5865f8cb Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/5865f8cb Branch: refs/heads/master Commit: 5865f8cbf113001b518862be6c90f986a374ef7a Parents: 13e1d4d Author: Rafael Benevides <[email protected]> Authored: Wed Sep 10 11:45:32 2014 -0300 Committer: Rafael Benevides <[email protected]> Committed: Wed Sep 10 11:45:32 2014 -0300 ---------------------------------------------------------------------- .../deltaspike/data/test/domain/SuperSimple.java | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/deltaspike/blob/5865f8cb/deltaspike/modules/data/impl/src/test/java/org/apache/deltaspike/data/test/domain/SuperSimple.java ---------------------------------------------------------------------- diff --git a/deltaspike/modules/data/impl/src/test/java/org/apache/deltaspike/data/test/domain/SuperSimple.java b/deltaspike/modules/data/impl/src/test/java/org/apache/deltaspike/data/test/domain/SuperSimple.java index bbf1ea7..9e6752f 100644 --- a/deltaspike/modules/data/impl/src/test/java/org/apache/deltaspike/data/test/domain/SuperSimple.java +++ b/deltaspike/modules/data/impl/src/test/java/org/apache/deltaspike/data/test/domain/SuperSimple.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.deltaspike.data.test.domain; import javax.persistence.MappedSuperclass;
