Headers

Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/90e4fe8a
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/90e4fe8a
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/90e4fe8a

Branch: refs/heads/tomee-1.7.x
Commit: 90e4fe8a7fabeb12f3340552423d4545fb137f7c
Parents: bbc61e0
Author: Jonathan Gallimore <[email protected]>
Authored: Tue Jul 26 18:53:08 2016 +0200
Committer: Jonathan Gallimore <[email protected]>
Committed: Tue Jul 26 18:56:17 2016 +0200

----------------------------------------------------------------------
 .../org/superbiz/injection/jpa/MoviesDirect.java   | 16 ++++++++++++++++
 .../java/org/superbiz/injection/jpa/MoviesXA.java  | 17 +++++++++++++++++
 .../org/superbiz/injection/jpa/MoviesXATest.java   | 16 ++++++++++++++++
 3 files changed, 49 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/90e4fe8a/examples/xa-datasource/src/main/java/org/superbiz/injection/jpa/MoviesDirect.java
----------------------------------------------------------------------
diff --git 
a/examples/xa-datasource/src/main/java/org/superbiz/injection/jpa/MoviesDirect.java
 
b/examples/xa-datasource/src/main/java/org/superbiz/injection/jpa/MoviesDirect.java
index 3d2a1b0..22646b0 100644
--- 
a/examples/xa-datasource/src/main/java/org/superbiz/injection/jpa/MoviesDirect.java
+++ 
b/examples/xa-datasource/src/main/java/org/superbiz/injection/jpa/MoviesDirect.java
@@ -1,3 +1,19 @@
+/**
+ * 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
+ * <p/>
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * <p/>
+ * 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.superbiz.injection.jpa;
 
 import javax.annotation.Resource;

http://git-wip-us.apache.org/repos/asf/tomee/blob/90e4fe8a/examples/xa-datasource/src/main/java/org/superbiz/injection/jpa/MoviesXA.java
----------------------------------------------------------------------
diff --git 
a/examples/xa-datasource/src/main/java/org/superbiz/injection/jpa/MoviesXA.java 
b/examples/xa-datasource/src/main/java/org/superbiz/injection/jpa/MoviesXA.java
index d506285..05a384d 100644
--- 
a/examples/xa-datasource/src/main/java/org/superbiz/injection/jpa/MoviesXA.java
+++ 
b/examples/xa-datasource/src/main/java/org/superbiz/injection/jpa/MoviesXA.java
@@ -1,3 +1,20 @@
+/**
+ * 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
+ * <p/>
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * <p/>
+ * 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.superbiz.injection.jpa;
 
 import javax.annotation.Resource;

http://git-wip-us.apache.org/repos/asf/tomee/blob/90e4fe8a/examples/xa-datasource/src/test/java/org/superbiz/injection/jpa/MoviesXATest.java
----------------------------------------------------------------------
diff --git 
a/examples/xa-datasource/src/test/java/org/superbiz/injection/jpa/MoviesXATest.java
 
b/examples/xa-datasource/src/test/java/org/superbiz/injection/jpa/MoviesXATest.java
index f396c82..995a8cb 100644
--- 
a/examples/xa-datasource/src/test/java/org/superbiz/injection/jpa/MoviesXATest.java
+++ 
b/examples/xa-datasource/src/test/java/org/superbiz/injection/jpa/MoviesXATest.java
@@ -1,3 +1,19 @@
+/**
+ * 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
+ * <p/>
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * <p/>
+ * 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.superbiz.injection.jpa;
 
 import org.apache.openejb.jee.EjbJar;

Reply via email to