diff --git a/hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/CarModel.java b/hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/CarModel.java index b072dd0de4..eae089e017 100644 --- a/hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/CarModel.java +++ b/hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/CarModel.java @@ -1,4 +1,26 @@ -//$Id$ +/* + * Hibernate, Relational Persistence for Idiomatic Java + * + * Copyright (c) 2010 by Red Hat Inc and/or its affiliates or by + * third-party contributors as indicated by either @author tags or express + * copyright attribution statements applied by the authors. All + * third-party contributions are distributed under license by Red Hat Inc. + * + * This copyrighted material is made available to anyone wishing to use, modify, + * copy, or redistribute it subject to the terms and conditions of the GNU + * Lesser General Public License, as published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License + * for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this distribution; if not, write to: + * Free Software Foundation, Inc. + * 51 Franklin Street, Fifth Floor + * Boston, MA 02110-1301 USA + */ package org.hibernate.test.annotations.xml.ejb3; import java.util.Date; diff --git a/hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Company.java b/hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Company.java index 1ce1c7c6be..fc4c7c6f3b 100644 --- a/hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Company.java +++ b/hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Company.java @@ -21,7 +21,6 @@ * 51 Franklin Street, Fifth Floor * Boston, MA 02110-1301 USA */ - package org.hibernate.test.annotations.xml.ejb3; import java.util.HashMap; import java.util.Map; diff --git a/hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlElementCollectionTest.java b/hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlElementCollectionTest.java index fbba5902f7..7a2f8f7acf 100644 --- a/hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlElementCollectionTest.java +++ b/hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlElementCollectionTest.java @@ -21,7 +21,6 @@ * 51 Franklin Street, Fifth Floor * Boston, MA 02110-1301 USA */ - package org.hibernate.test.annotations.xml.ejb3; import javax.persistence.Access; diff --git a/hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlOneToOneTest.java b/hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlOneToOneTest.java index 65081e516e..39a290c323 100644 --- a/hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlOneToOneTest.java +++ b/hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlOneToOneTest.java @@ -21,7 +21,6 @@ * 51 Franklin Street, Fifth Floor * Boston, MA 02110-1301 USA */ - package org.hibernate.test.annotations.xml.ejb3; import javax.persistence.Access; diff --git a/hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlTestCase.java b/hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlTestCase.java index 375422e1fa..3999887670 100644 --- a/hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlTestCase.java +++ b/hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlTestCase.java @@ -21,7 +21,6 @@ * 51 Franklin Street, Fifth Floor * Boston, MA 02110-1301 USA */ - package org.hibernate.test.annotations.xml.ejb3; import java.io.InputStream; diff --git a/hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Entity1.java b/hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Entity1.java index 41b259e56f..a1278b5634 100644 --- a/hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Entity1.java +++ b/hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Entity1.java @@ -21,7 +21,6 @@ * 51 Franklin Street, Fifth Floor * Boston, MA 02110-1301 USA */ - package org.hibernate.test.annotations.xml.ejb3; diff --git a/hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Entity2.java b/hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Entity2.java index d9aff30f64..d5953f60ff 100644 --- a/hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Entity2.java +++ b/hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Entity2.java @@ -21,7 +21,6 @@ * 51 Franklin Street, Fifth Floor * Boston, MA 02110-1301 USA */ - package org.hibernate.test.annotations.xml.ejb3; import java.util.List; diff --git a/hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Entity3.java b/hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Entity3.java index 25a0958294..29d28ccc5e 100644 --- a/hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Entity3.java +++ b/hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Entity3.java @@ -21,7 +21,6 @@ * 51 Franklin Street, Fifth Floor * Boston, MA 02110-1301 USA */ - package org.hibernate.test.annotations.xml.ejb3; import java.util.Map; diff --git a/hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Light.java b/hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Light.java index 4180eb2b30..27ba847e9f 100644 --- a/hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Light.java +++ b/hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Light.java @@ -1,7 +1,28 @@ -//$Id$ +/* + * Hibernate, Relational Persistence for Idiomatic Java + * + * Copyright (c) 2011 by Red Hat Inc and/or its affiliates or by + * third-party contributors as indicated by either @author tags or express + * copyright attribution statements applied by the authors. All + * third-party contributions are distributed under license by Red Hat Inc. + * + * This copyrighted material is made available to anyone wishing to use, modify, + * copy, or redistribute it subject to the terms and conditions of the GNU + * Lesser General Public License, as published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License + * for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this distribution; if not, write to: + * Free Software Foundation, Inc. + * 51 Franklin Street, Fifth Floor + * Boston, MA 02110-1301 USA + */ package org.hibernate.test.annotations.xml.ejb3; - /** * @author Emmanuel Bernard */ diff --git a/hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Lighter.java b/hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Lighter.java index 9826be5aa4..cca00b47ea 100644 --- a/hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Lighter.java +++ b/hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Lighter.java @@ -1,7 +1,28 @@ -//$Id$ +/* + * Hibernate, Relational Persistence for Idiomatic Java + * + * Copyright (c) 2011 by Red Hat Inc and/or its affiliates or by + * third-party contributors as indicated by either @author tags or express + * copyright attribution statements applied by the authors. All + * third-party contributions are distributed under license by Red Hat Inc. + * + * This copyrighted material is made available to anyone wishing to use, modify, + * copy, or redistribute it subject to the terms and conditions of the GNU + * Lesser General Public License, as published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License + * for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this distribution; if not, write to: + * Free Software Foundation, Inc. + * 51 Franklin Street, Fifth Floor + * Boston, MA 02110-1301 USA + */ package org.hibernate.test.annotations.xml.ejb3; - /** * @author Emmanuel Bernard */ diff --git a/hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Manufacturer.java b/hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Manufacturer.java index 305f15a207..cbd9a42a87 100644 --- a/hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Manufacturer.java +++ b/hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Manufacturer.java @@ -1,5 +1,28 @@ -//$Id$ +/* + * Hibernate, Relational Persistence for Idiomatic Java + * + * Copyright (c) 2011 by Red Hat Inc and/or its affiliates or by + * third-party contributors as indicated by either @author tags or express + * copyright attribution statements applied by the authors. All + * third-party contributions are distributed under license by Red Hat Inc. + * + * This copyrighted material is made available to anyone wishing to use, modify, + * copy, or redistribute it subject to the terms and conditions of the GNU + * Lesser General Public License, as published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License + * for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this distribution; if not, write to: + * Free Software Foundation, Inc. + * 51 Franklin Street, Fifth Floor + * Boston, MA 02110-1301 USA + */ package org.hibernate.test.annotations.xml.ejb3; + import java.util.HashSet; import java.util.Set; import javax.persistence.Entity; diff --git a/hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Model.java b/hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Model.java index 100ce77042..838c3e03aa 100644 --- a/hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Model.java +++ b/hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Model.java @@ -1,7 +1,28 @@ -//$Id$ +/* + * Hibernate, Relational Persistence for Idiomatic Java + * + * Copyright (c) 2011 by Red Hat Inc and/or its affiliates or by + * third-party contributors as indicated by either @author tags or express + * copyright attribution statements applied by the authors. All + * third-party contributions are distributed under license by Red Hat Inc. + * + * This copyrighted material is made available to anyone wishing to use, modify, + * copy, or redistribute it subject to the terms and conditions of the GNU + * Lesser General Public License, as published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License + * for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this distribution; if not, write to: + * Free Software Foundation, Inc. + * 51 Franklin Street, Fifth Floor + * Boston, MA 02110-1301 USA + */ package org.hibernate.test.annotations.xml.ejb3; - /** * @author Emmanuel Bernard */ diff --git a/hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/VicePresident.java b/hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/VicePresident.java index a1e0ddd5df..568463ac0f 100644 --- a/hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/VicePresident.java +++ b/hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/VicePresident.java @@ -21,10 +21,8 @@ * 51 Franklin Street, Fifth Floor * Boston, MA 02110-1301 USA */ - package org.hibernate.test.annotations.xml.ejb3; - public class VicePresident { int id; String name;