Repository: deltaspike Updated Branches: refs/heads/master cfd2c6f58 -> ce29f696b
DELTASPIKE-607 Missing license header. Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/ce29f696 Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/ce29f696 Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/ce29f696 Branch: refs/heads/master Commit: ce29f696b2a5216d80aab574798c7f2a9f68a73f Parents: cfd2c6f Author: Thomas Hug <thomas....@ctp.com> Authored: Tue May 27 08:30:45 2014 -0700 Committer: Thomas Hug <thomas....@ctp.com> Committed: Tue May 27 08:32:29 2014 -0700 ---------------------------------------------------------------------- .../handler/EntityManagerDelegateHandlerTest.java | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/deltaspike/blob/ce29f696/deltaspike/modules/data/impl/src/test/java/org/apache/deltaspike/data/impl/handler/EntityManagerDelegateHandlerTest.java ---------------------------------------------------------------------- diff --git a/deltaspike/modules/data/impl/src/test/java/org/apache/deltaspike/data/impl/handler/EntityManagerDelegateHandlerTest.java b/deltaspike/modules/data/impl/src/test/java/org/apache/deltaspike/data/impl/handler/EntityManagerDelegateHandlerTest.java index cc91b8e..b2648f6 100644 --- a/deltaspike/modules/data/impl/src/test/java/org/apache/deltaspike/data/impl/handler/EntityManagerDelegateHandlerTest.java +++ b/deltaspike/modules/data/impl/src/test/java/org/apache/deltaspike/data/impl/handler/EntityManagerDelegateHandlerTest.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.impl.handler; import static org.apache.deltaspike.data.test.util.TestDeployments.finalizeDeployment;