diff --git a/annotations/src/main/javadoc/jdstyle.css b/annotations/src/main/javadoc/jdstyle.css deleted file mode 100644 index 819d52f8de..0000000000 --- a/annotations/src/main/javadoc/jdstyle.css +++ /dev/null @@ -1,117 +0,0 @@ -/* Javadoc style sheet */ - -/* Define colors, fonts and other style attributes here to override the defaults */ - -/* Page background color */ -body { font-family: Arial; - background-color: white; - font-size: 10pt; - } -td { font-family: Arial; - font-size: 10pt; - } -/* Table colors */ -.TableHeadingColor { background: #F4F4F4 } -.TableSubHeadingColor { background: #F4F4F4 } -.TableRowColor { background: #FFFFFF } - -/* Font used in left-hand frame lists */ -.FrameTitleFont { font-size: normal; font-family: Arial } -.FrameHeadingFont { font-size: normal; font-family: Arial } -.FrameItemFont { font-size: normal; font-family: Arial } - -/* Example of smaller, sans-serif font in frames */ -/* .FrameItemFont { font-size: 10pt; font-family: Helvetica, Arial, sans-serif } */ - -/* Navigation bar fonts and colors */ -.NavBarCell1 { background-color:#F4F4F4;} -.NavBarCell1Rev { background-color:silver;} - -.NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;} -.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;} - -.NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;} -.NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;} - -A { - color: #003399; -} - -A:active { - color: #003399; -} - -A:visited { - color: #888888; -} - -P, OL, UL, LI, DL, DT, DD, BLOCKQUOTE { - color: #000000; -} - -TD, TH, SPAN { - color: #000000; -} - -BLOCKQUOTE { - margin-right: 0px; -} - - -/*H1, H2, H3, H4, H5, H6 { - color: #000000; - font-weight:500; - margin-top:10px; - padding-top:15px; -} - -H1 { font-size: 150%; } -H2 { font-size: 140%; } -H3 { font-size: 110%; font-weight: bold; } -H4 { font-size: 110%; font-weight: bold;} -H5 { font-size: 100%; font-style: italic; } -H6 { font-size: 100%; font-style: italic; }*/ - -TT { -font-size: 90%; - font-family: "Courier New", Courier, monospace; - color: #000000; -} - -PRE { -font-size: 90%; - padding: 5px; - border-style: solid; - border-width: 1px; - border-color: #CCCCCC; - background-color: #F4F4F4; -} - -UL, OL, LI { - list-style: disc; -} - -HR { - width: 100%; - height: 1px; - background-color: #CCCCCC; - border-width: 0px; - padding: 0px; - color: #CCCCCC; -} - -.variablelist { - padding-top: 10; - padding-bottom:10; - margin:0; -} - -.itemizedlist, UL { - padding-top: 0; - padding-bottom:0; - margin:0; -} - -.term { - font-weight:bold; -} diff --git a/annotations/src/main/javadoc/package.html b/annotations/src/main/javadoc/package.html deleted file mode 100644 index c8b7661f42..0000000000 --- a/annotations/src/main/javadoc/package.html +++ /dev/null @@ -1 +0,0 @@ - diff --git a/core/src/main/java/org/hibernate/AnnotationException.java b/core/src/main/java/org/hibernate/AnnotationException.java index 65ea91c806..876ee7cce1 100644 --- a/core/src/main/java/org/hibernate/AnnotationException.java +++ b/core/src/main/java/org/hibernate/AnnotationException.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/AccessType.java b/core/src/main/java/org/hibernate/annotations/AccessType.java index 833717fa56..dbe399ed33 100644 --- a/core/src/main/java/org/hibernate/annotations/AccessType.java +++ b/core/src/main/java/org/hibernate/annotations/AccessType.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/Any.java b/core/src/main/java/org/hibernate/annotations/Any.java index 5a2adb55f3..01444e0be2 100644 --- a/core/src/main/java/org/hibernate/annotations/Any.java +++ b/core/src/main/java/org/hibernate/annotations/Any.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/AnyMetaDef.java b/core/src/main/java/org/hibernate/annotations/AnyMetaDef.java index fa169491c9..e02d93b84f 100644 --- a/core/src/main/java/org/hibernate/annotations/AnyMetaDef.java +++ b/core/src/main/java/org/hibernate/annotations/AnyMetaDef.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/AnyMetaDefs.java b/core/src/main/java/org/hibernate/annotations/AnyMetaDefs.java index 3f1a2cd72e..822d176131 100644 --- a/core/src/main/java/org/hibernate/annotations/AnyMetaDefs.java +++ b/core/src/main/java/org/hibernate/annotations/AnyMetaDefs.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/BatchSize.java b/core/src/main/java/org/hibernate/annotations/BatchSize.java index dd92dc9c92..86686ca43d 100644 --- a/core/src/main/java/org/hibernate/annotations/BatchSize.java +++ b/core/src/main/java/org/hibernate/annotations/BatchSize.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/Cache.java b/core/src/main/java/org/hibernate/annotations/Cache.java index 0d2a0168e7..c66764a344 100644 --- a/core/src/main/java/org/hibernate/annotations/Cache.java +++ b/core/src/main/java/org/hibernate/annotations/Cache.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/CacheConcurrencyStrategy.java b/core/src/main/java/org/hibernate/annotations/CacheConcurrencyStrategy.java index 0b10706a39..015ea24a11 100644 --- a/core/src/main/java/org/hibernate/annotations/CacheConcurrencyStrategy.java +++ b/core/src/main/java/org/hibernate/annotations/CacheConcurrencyStrategy.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/CacheModeType.java b/core/src/main/java/org/hibernate/annotations/CacheModeType.java index 7c292c4894..f364f36adf 100644 --- a/core/src/main/java/org/hibernate/annotations/CacheModeType.java +++ b/core/src/main/java/org/hibernate/annotations/CacheModeType.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/Cascade.java b/core/src/main/java/org/hibernate/annotations/Cascade.java index 4fed854f58..892cff394e 100644 --- a/core/src/main/java/org/hibernate/annotations/Cascade.java +++ b/core/src/main/java/org/hibernate/annotations/Cascade.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/CascadeType.java b/core/src/main/java/org/hibernate/annotations/CascadeType.java index 0fb831c5fa..ecf7683970 100644 --- a/core/src/main/java/org/hibernate/annotations/CascadeType.java +++ b/core/src/main/java/org/hibernate/annotations/CascadeType.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/Check.java b/core/src/main/java/org/hibernate/annotations/Check.java index 411994cf96..ca52611429 100644 --- a/core/src/main/java/org/hibernate/annotations/Check.java +++ b/core/src/main/java/org/hibernate/annotations/Check.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/CollectionId.java b/core/src/main/java/org/hibernate/annotations/CollectionId.java index 7c92771fee..44add36425 100644 --- a/core/src/main/java/org/hibernate/annotations/CollectionId.java +++ b/core/src/main/java/org/hibernate/annotations/CollectionId.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/CollectionOfElements.java b/core/src/main/java/org/hibernate/annotations/CollectionOfElements.java index 1c014b422c..758cd78025 100644 --- a/core/src/main/java/org/hibernate/annotations/CollectionOfElements.java +++ b/core/src/main/java/org/hibernate/annotations/CollectionOfElements.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/Columns.java b/core/src/main/java/org/hibernate/annotations/Columns.java index c858663218..3a180e59fe 100644 --- a/core/src/main/java/org/hibernate/annotations/Columns.java +++ b/core/src/main/java/org/hibernate/annotations/Columns.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/DiscriminatorFormula.java b/core/src/main/java/org/hibernate/annotations/DiscriminatorFormula.java index c6b895b533..6bb8954281 100644 --- a/core/src/main/java/org/hibernate/annotations/DiscriminatorFormula.java +++ b/core/src/main/java/org/hibernate/annotations/DiscriminatorFormula.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/Entity.java b/core/src/main/java/org/hibernate/annotations/Entity.java index a64f805de6..4c32019092 100644 --- a/core/src/main/java/org/hibernate/annotations/Entity.java +++ b/core/src/main/java/org/hibernate/annotations/Entity.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/Fetch.java b/core/src/main/java/org/hibernate/annotations/Fetch.java index f09313e55e..b811d6e434 100644 --- a/core/src/main/java/org/hibernate/annotations/Fetch.java +++ b/core/src/main/java/org/hibernate/annotations/Fetch.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/FetchMode.java b/core/src/main/java/org/hibernate/annotations/FetchMode.java index a015bec672..a6477b7ce1 100644 --- a/core/src/main/java/org/hibernate/annotations/FetchMode.java +++ b/core/src/main/java/org/hibernate/annotations/FetchMode.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/FetchProfile.java b/core/src/main/java/org/hibernate/annotations/FetchProfile.java index 9e186f52ed..f93d1022c7 100644 --- a/core/src/main/java/org/hibernate/annotations/FetchProfile.java +++ b/core/src/main/java/org/hibernate/annotations/FetchProfile.java @@ -1,11 +1,10 @@ -// $Id$ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 @@ -22,6 +21,9 @@ * 51 Franklin Street, Fifth Floor * Boston, MA 02110-1301 USA */ + +// $Id$ + package org.hibernate.annotations; import java.lang.annotation.Retention; diff --git a/core/src/main/java/org/hibernate/annotations/FetchProfiles.java b/core/src/main/java/org/hibernate/annotations/FetchProfiles.java index e3182b6673..70662a4ccd 100644 --- a/core/src/main/java/org/hibernate/annotations/FetchProfiles.java +++ b/core/src/main/java/org/hibernate/annotations/FetchProfiles.java @@ -1,11 +1,10 @@ -// $Id$ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2010, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 @@ -22,6 +21,9 @@ * 51 Franklin Street, Fifth Floor * Boston, MA 02110-1301 USA */ + +// $Id$ + package org.hibernate.annotations; import java.lang.annotation.Retention; diff --git a/core/src/main/java/org/hibernate/annotations/Filter.java b/core/src/main/java/org/hibernate/annotations/Filter.java index 58a416fa8a..3b9d3b8f49 100644 --- a/core/src/main/java/org/hibernate/annotations/Filter.java +++ b/core/src/main/java/org/hibernate/annotations/Filter.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/FilterDef.java b/core/src/main/java/org/hibernate/annotations/FilterDef.java index 96420052f1..2db4ade40b 100644 --- a/core/src/main/java/org/hibernate/annotations/FilterDef.java +++ b/core/src/main/java/org/hibernate/annotations/FilterDef.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/FilterDefs.java b/core/src/main/java/org/hibernate/annotations/FilterDefs.java index 10eebedf1a..996d6c633b 100644 --- a/core/src/main/java/org/hibernate/annotations/FilterDefs.java +++ b/core/src/main/java/org/hibernate/annotations/FilterDefs.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/FilterJoinTable.java b/core/src/main/java/org/hibernate/annotations/FilterJoinTable.java index e817fdec34..c223ad5d40 100644 --- a/core/src/main/java/org/hibernate/annotations/FilterJoinTable.java +++ b/core/src/main/java/org/hibernate/annotations/FilterJoinTable.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/FilterJoinTables.java b/core/src/main/java/org/hibernate/annotations/FilterJoinTables.java index 66d6a64adf..299a04364d 100644 --- a/core/src/main/java/org/hibernate/annotations/FilterJoinTables.java +++ b/core/src/main/java/org/hibernate/annotations/FilterJoinTables.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/Filters.java b/core/src/main/java/org/hibernate/annotations/Filters.java index 8b29900470..99567d7a76 100644 --- a/core/src/main/java/org/hibernate/annotations/Filters.java +++ b/core/src/main/java/org/hibernate/annotations/Filters.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/FlushModeType.java b/core/src/main/java/org/hibernate/annotations/FlushModeType.java index 04217da6e6..c17c19358d 100644 --- a/core/src/main/java/org/hibernate/annotations/FlushModeType.java +++ b/core/src/main/java/org/hibernate/annotations/FlushModeType.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/ForceDiscriminator.java b/core/src/main/java/org/hibernate/annotations/ForceDiscriminator.java index 0973c26cf9..23fa9f61cc 100644 --- a/core/src/main/java/org/hibernate/annotations/ForceDiscriminator.java +++ b/core/src/main/java/org/hibernate/annotations/ForceDiscriminator.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/ForeignKey.java b/core/src/main/java/org/hibernate/annotations/ForeignKey.java index b5ae3a0c2f..5234018a06 100644 --- a/core/src/main/java/org/hibernate/annotations/ForeignKey.java +++ b/core/src/main/java/org/hibernate/annotations/ForeignKey.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/Formula.java b/core/src/main/java/org/hibernate/annotations/Formula.java index 334d3f3309..774dca5bab 100644 --- a/core/src/main/java/org/hibernate/annotations/Formula.java +++ b/core/src/main/java/org/hibernate/annotations/Formula.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/Generated.java b/core/src/main/java/org/hibernate/annotations/Generated.java index b2a0ad6830..5f941e9bb1 100644 --- a/core/src/main/java/org/hibernate/annotations/Generated.java +++ b/core/src/main/java/org/hibernate/annotations/Generated.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/GenerationTime.java b/core/src/main/java/org/hibernate/annotations/GenerationTime.java index 58200544b8..fee1690cd2 100644 --- a/core/src/main/java/org/hibernate/annotations/GenerationTime.java +++ b/core/src/main/java/org/hibernate/annotations/GenerationTime.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/GenericGenerator.java b/core/src/main/java/org/hibernate/annotations/GenericGenerator.java index baf58d905a..bc67710384 100644 --- a/core/src/main/java/org/hibernate/annotations/GenericGenerator.java +++ b/core/src/main/java/org/hibernate/annotations/GenericGenerator.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/GenericGenerators.java b/core/src/main/java/org/hibernate/annotations/GenericGenerators.java index 7725af4afa..9c7e316e8e 100644 --- a/core/src/main/java/org/hibernate/annotations/GenericGenerators.java +++ b/core/src/main/java/org/hibernate/annotations/GenericGenerators.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/Immutable.java b/core/src/main/java/org/hibernate/annotations/Immutable.java index bd31b1a221..6b138625a8 100644 --- a/core/src/main/java/org/hibernate/annotations/Immutable.java +++ b/core/src/main/java/org/hibernate/annotations/Immutable.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/Index.java b/core/src/main/java/org/hibernate/annotations/Index.java index b2864cc238..971f25a58e 100644 --- a/core/src/main/java/org/hibernate/annotations/Index.java +++ b/core/src/main/java/org/hibernate/annotations/Index.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/IndexColumn.java b/core/src/main/java/org/hibernate/annotations/IndexColumn.java index 9a639e06cc..1e124b85cc 100644 --- a/core/src/main/java/org/hibernate/annotations/IndexColumn.java +++ b/core/src/main/java/org/hibernate/annotations/IndexColumn.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/JoinColumnOrFormula.java b/core/src/main/java/org/hibernate/annotations/JoinColumnOrFormula.java index 53fb0f4463..035d39f016 100644 --- a/core/src/main/java/org/hibernate/annotations/JoinColumnOrFormula.java +++ b/core/src/main/java/org/hibernate/annotations/JoinColumnOrFormula.java @@ -1,29 +1,26 @@ /* - * Hibernate, Relational Persistence for Idiomatic Java - * - * Copyright (c) 2009, Red Hat, Inc. and/or its affiliates or third- - * party contributors as indicated by the @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 - */ + * Hibernate, Relational Persistence for Idiomatic Java + * + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as + * indicated by the @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.annotations; diff --git a/core/src/main/java/org/hibernate/annotations/JoinColumnsOrFormulas.java b/core/src/main/java/org/hibernate/annotations/JoinColumnsOrFormulas.java index e8aed4e6bd..ad8376514b 100644 --- a/core/src/main/java/org/hibernate/annotations/JoinColumnsOrFormulas.java +++ b/core/src/main/java/org/hibernate/annotations/JoinColumnsOrFormulas.java @@ -1,29 +1,26 @@ /* - * Hibernate, Relational Persistence for Idiomatic Java - * - * Copyright (c) 2009, Red Hat, Inc. and/or its affiliates or third- - * party contributors as indicated by the @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 - */ + * Hibernate, Relational Persistence for Idiomatic Java + * + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as + * indicated by the @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.annotations; diff --git a/core/src/main/java/org/hibernate/annotations/JoinFormula.java b/core/src/main/java/org/hibernate/annotations/JoinFormula.java index 0ba3a68e74..77e8db0c5e 100644 --- a/core/src/main/java/org/hibernate/annotations/JoinFormula.java +++ b/core/src/main/java/org/hibernate/annotations/JoinFormula.java @@ -1,29 +1,26 @@ /* - * Hibernate, Relational Persistence for Idiomatic Java - * - * Copyright (c) 2009, Red Hat, Inc. and/or its affiliates or third- - * party contributors as indicated by the @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 - */ + * Hibernate, Relational Persistence for Idiomatic Java + * + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as + * indicated by the @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.annotations; diff --git a/core/src/main/java/org/hibernate/annotations/LazyCollection.java b/core/src/main/java/org/hibernate/annotations/LazyCollection.java index 600fdc803b..7a75d0949b 100644 --- a/core/src/main/java/org/hibernate/annotations/LazyCollection.java +++ b/core/src/main/java/org/hibernate/annotations/LazyCollection.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/LazyCollectionOption.java b/core/src/main/java/org/hibernate/annotations/LazyCollectionOption.java index bfd4289768..774aa78cf9 100644 --- a/core/src/main/java/org/hibernate/annotations/LazyCollectionOption.java +++ b/core/src/main/java/org/hibernate/annotations/LazyCollectionOption.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/LazyToOne.java b/core/src/main/java/org/hibernate/annotations/LazyToOne.java index e43e6396a1..ca0cc5a191 100644 --- a/core/src/main/java/org/hibernate/annotations/LazyToOne.java +++ b/core/src/main/java/org/hibernate/annotations/LazyToOne.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/LazyToOneOption.java b/core/src/main/java/org/hibernate/annotations/LazyToOneOption.java index 5fc3e5528b..7b36e8d8ea 100644 --- a/core/src/main/java/org/hibernate/annotations/LazyToOneOption.java +++ b/core/src/main/java/org/hibernate/annotations/LazyToOneOption.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/Loader.java b/core/src/main/java/org/hibernate/annotations/Loader.java index 9c96dd0e8a..799a8a9028 100644 --- a/core/src/main/java/org/hibernate/annotations/Loader.java +++ b/core/src/main/java/org/hibernate/annotations/Loader.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/ManyToAny.java b/core/src/main/java/org/hibernate/annotations/ManyToAny.java index 9fe7501a0d..3a08e5b92c 100644 --- a/core/src/main/java/org/hibernate/annotations/ManyToAny.java +++ b/core/src/main/java/org/hibernate/annotations/ManyToAny.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/MapKey.java b/core/src/main/java/org/hibernate/annotations/MapKey.java index 60710c28f3..6aa42dbf69 100644 --- a/core/src/main/java/org/hibernate/annotations/MapKey.java +++ b/core/src/main/java/org/hibernate/annotations/MapKey.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/MapKeyManyToMany.java b/core/src/main/java/org/hibernate/annotations/MapKeyManyToMany.java index 9029b6378b..50a998a3bf 100644 --- a/core/src/main/java/org/hibernate/annotations/MapKeyManyToMany.java +++ b/core/src/main/java/org/hibernate/annotations/MapKeyManyToMany.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/MetaValue.java b/core/src/main/java/org/hibernate/annotations/MetaValue.java index 935e840b27..dc07e0b5eb 100644 --- a/core/src/main/java/org/hibernate/annotations/MetaValue.java +++ b/core/src/main/java/org/hibernate/annotations/MetaValue.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/NamedNativeQueries.java b/core/src/main/java/org/hibernate/annotations/NamedNativeQueries.java index 2fb0e82a28..eaf240faf3 100644 --- a/core/src/main/java/org/hibernate/annotations/NamedNativeQueries.java +++ b/core/src/main/java/org/hibernate/annotations/NamedNativeQueries.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/NamedNativeQuery.java b/core/src/main/java/org/hibernate/annotations/NamedNativeQuery.java index 7498abe698..9ec2940c3d 100644 --- a/core/src/main/java/org/hibernate/annotations/NamedNativeQuery.java +++ b/core/src/main/java/org/hibernate/annotations/NamedNativeQuery.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/NamedQueries.java b/core/src/main/java/org/hibernate/annotations/NamedQueries.java index 72a9c436bd..d83716d836 100644 --- a/core/src/main/java/org/hibernate/annotations/NamedQueries.java +++ b/core/src/main/java/org/hibernate/annotations/NamedQueries.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/NamedQuery.java b/core/src/main/java/org/hibernate/annotations/NamedQuery.java index 75ea08d445..84895b4690 100644 --- a/core/src/main/java/org/hibernate/annotations/NamedQuery.java +++ b/core/src/main/java/org/hibernate/annotations/NamedQuery.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/NaturalId.java b/core/src/main/java/org/hibernate/annotations/NaturalId.java index bed28f8be8..9c4812d1e8 100644 --- a/core/src/main/java/org/hibernate/annotations/NaturalId.java +++ b/core/src/main/java/org/hibernate/annotations/NaturalId.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/NotFound.java b/core/src/main/java/org/hibernate/annotations/NotFound.java index 4e68b637ac..f99f050e5e 100644 --- a/core/src/main/java/org/hibernate/annotations/NotFound.java +++ b/core/src/main/java/org/hibernate/annotations/NotFound.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/NotFoundAction.java b/core/src/main/java/org/hibernate/annotations/NotFoundAction.java index 5762c753c3..1ce8838b57 100644 --- a/core/src/main/java/org/hibernate/annotations/NotFoundAction.java +++ b/core/src/main/java/org/hibernate/annotations/NotFoundAction.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/OnDelete.java b/core/src/main/java/org/hibernate/annotations/OnDelete.java index ed27d215fa..94c768f9e3 100644 --- a/core/src/main/java/org/hibernate/annotations/OnDelete.java +++ b/core/src/main/java/org/hibernate/annotations/OnDelete.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/OnDeleteAction.java b/core/src/main/java/org/hibernate/annotations/OnDeleteAction.java index 78b0adf095..7e806ad9d1 100644 --- a/core/src/main/java/org/hibernate/annotations/OnDeleteAction.java +++ b/core/src/main/java/org/hibernate/annotations/OnDeleteAction.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/OptimisticLock.java b/core/src/main/java/org/hibernate/annotations/OptimisticLock.java index 0205737c49..acbcdcca66 100644 --- a/core/src/main/java/org/hibernate/annotations/OptimisticLock.java +++ b/core/src/main/java/org/hibernate/annotations/OptimisticLock.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/OptimisticLockType.java b/core/src/main/java/org/hibernate/annotations/OptimisticLockType.java index 6bba8f7e8d..c75efc25f4 100644 --- a/core/src/main/java/org/hibernate/annotations/OptimisticLockType.java +++ b/core/src/main/java/org/hibernate/annotations/OptimisticLockType.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/OrderBy.java b/core/src/main/java/org/hibernate/annotations/OrderBy.java index 017921e5d3..1e2cf4ff3c 100644 --- a/core/src/main/java/org/hibernate/annotations/OrderBy.java +++ b/core/src/main/java/org/hibernate/annotations/OrderBy.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/ParamDef.java b/core/src/main/java/org/hibernate/annotations/ParamDef.java index 16d25543cd..ac99188b4a 100644 --- a/core/src/main/java/org/hibernate/annotations/ParamDef.java +++ b/core/src/main/java/org/hibernate/annotations/ParamDef.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/Parameter.java b/core/src/main/java/org/hibernate/annotations/Parameter.java index b2bca4dfc7..4e0d527c38 100644 --- a/core/src/main/java/org/hibernate/annotations/Parameter.java +++ b/core/src/main/java/org/hibernate/annotations/Parameter.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/Parent.java b/core/src/main/java/org/hibernate/annotations/Parent.java index 7cea0fcd5d..4fec66de8d 100644 --- a/core/src/main/java/org/hibernate/annotations/Parent.java +++ b/core/src/main/java/org/hibernate/annotations/Parent.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/Persister.java b/core/src/main/java/org/hibernate/annotations/Persister.java index 169a2fe64d..2cd0b60633 100644 --- a/core/src/main/java/org/hibernate/annotations/Persister.java +++ b/core/src/main/java/org/hibernate/annotations/Persister.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/PolymorphismType.java b/core/src/main/java/org/hibernate/annotations/PolymorphismType.java index b8e8138eab..f671c25b30 100644 --- a/core/src/main/java/org/hibernate/annotations/PolymorphismType.java +++ b/core/src/main/java/org/hibernate/annotations/PolymorphismType.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/Proxy.java b/core/src/main/java/org/hibernate/annotations/Proxy.java index fc080ced3d..818e9564bf 100644 --- a/core/src/main/java/org/hibernate/annotations/Proxy.java +++ b/core/src/main/java/org/hibernate/annotations/Proxy.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/ResultCheckStyle.java b/core/src/main/java/org/hibernate/annotations/ResultCheckStyle.java index 20c6850987..25313bb84f 100644 --- a/core/src/main/java/org/hibernate/annotations/ResultCheckStyle.java +++ b/core/src/main/java/org/hibernate/annotations/ResultCheckStyle.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/SQLDelete.java b/core/src/main/java/org/hibernate/annotations/SQLDelete.java index 7f0bef856e..40a09c2e83 100644 --- a/core/src/main/java/org/hibernate/annotations/SQLDelete.java +++ b/core/src/main/java/org/hibernate/annotations/SQLDelete.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/SQLDeleteAll.java b/core/src/main/java/org/hibernate/annotations/SQLDeleteAll.java index 7c33bfc157..7b8707e32f 100644 --- a/core/src/main/java/org/hibernate/annotations/SQLDeleteAll.java +++ b/core/src/main/java/org/hibernate/annotations/SQLDeleteAll.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/SQLInsert.java b/core/src/main/java/org/hibernate/annotations/SQLInsert.java index 1e739a67d8..56ede9c2eb 100644 --- a/core/src/main/java/org/hibernate/annotations/SQLInsert.java +++ b/core/src/main/java/org/hibernate/annotations/SQLInsert.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/SQLUpdate.java b/core/src/main/java/org/hibernate/annotations/SQLUpdate.java index 9a5f625fb0..cfa2989060 100644 --- a/core/src/main/java/org/hibernate/annotations/SQLUpdate.java +++ b/core/src/main/java/org/hibernate/annotations/SQLUpdate.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/Sort.java b/core/src/main/java/org/hibernate/annotations/Sort.java index 11b33cc279..3224a7d3b8 100644 --- a/core/src/main/java/org/hibernate/annotations/Sort.java +++ b/core/src/main/java/org/hibernate/annotations/Sort.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/SortType.java b/core/src/main/java/org/hibernate/annotations/SortType.java index 607abc1d6f..95aa59dbcf 100644 --- a/core/src/main/java/org/hibernate/annotations/SortType.java +++ b/core/src/main/java/org/hibernate/annotations/SortType.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/Subselect.java b/core/src/main/java/org/hibernate/annotations/Subselect.java index d55f169e19..493688930a 100644 --- a/core/src/main/java/org/hibernate/annotations/Subselect.java +++ b/core/src/main/java/org/hibernate/annotations/Subselect.java @@ -1,3 +1,26 @@ +/* + * Hibernate, Relational Persistence for Idiomatic Java + * + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as + * indicated by the @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.annotations; import static java.lang.annotation.ElementType.TYPE; diff --git a/core/src/main/java/org/hibernate/annotations/Synchronize.java b/core/src/main/java/org/hibernate/annotations/Synchronize.java index f7e43f4618..34528521a7 100644 --- a/core/src/main/java/org/hibernate/annotations/Synchronize.java +++ b/core/src/main/java/org/hibernate/annotations/Synchronize.java @@ -1,3 +1,26 @@ +/* + * Hibernate, Relational Persistence for Idiomatic Java + * + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as + * indicated by the @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.annotations; import static java.lang.annotation.ElementType.TYPE; diff --git a/core/src/main/java/org/hibernate/annotations/Table.java b/core/src/main/java/org/hibernate/annotations/Table.java index 6ea5be2fd1..49112871fe 100644 --- a/core/src/main/java/org/hibernate/annotations/Table.java +++ b/core/src/main/java/org/hibernate/annotations/Table.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/Tables.java b/core/src/main/java/org/hibernate/annotations/Tables.java index 8f7444789b..4117944a8e 100644 --- a/core/src/main/java/org/hibernate/annotations/Tables.java +++ b/core/src/main/java/org/hibernate/annotations/Tables.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/Target.java b/core/src/main/java/org/hibernate/annotations/Target.java index 8f8ae5360d..59cefaa018 100644 --- a/core/src/main/java/org/hibernate/annotations/Target.java +++ b/core/src/main/java/org/hibernate/annotations/Target.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/Tuplizer.java b/core/src/main/java/org/hibernate/annotations/Tuplizer.java index 92887a31fa..9629f6322f 100644 --- a/core/src/main/java/org/hibernate/annotations/Tuplizer.java +++ b/core/src/main/java/org/hibernate/annotations/Tuplizer.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/Tuplizers.java b/core/src/main/java/org/hibernate/annotations/Tuplizers.java index a1b6c8d473..b8357a708a 100644 --- a/core/src/main/java/org/hibernate/annotations/Tuplizers.java +++ b/core/src/main/java/org/hibernate/annotations/Tuplizers.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/Type.java b/core/src/main/java/org/hibernate/annotations/Type.java index c32c920989..29e36c700d 100644 --- a/core/src/main/java/org/hibernate/annotations/Type.java +++ b/core/src/main/java/org/hibernate/annotations/Type.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/TypeDef.java b/core/src/main/java/org/hibernate/annotations/TypeDef.java index 9171727661..6333887b80 100644 --- a/core/src/main/java/org/hibernate/annotations/TypeDef.java +++ b/core/src/main/java/org/hibernate/annotations/TypeDef.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2009, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/TypeDefs.java b/core/src/main/java/org/hibernate/annotations/TypeDefs.java index 15bd81d580..0174176df4 100644 --- a/core/src/main/java/org/hibernate/annotations/TypeDefs.java +++ b/core/src/main/java/org/hibernate/annotations/TypeDefs.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/Where.java b/core/src/main/java/org/hibernate/annotations/Where.java index cb9366b485..d4ded6e1f7 100644 --- a/core/src/main/java/org/hibernate/annotations/Where.java +++ b/core/src/main/java/org/hibernate/annotations/Where.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/annotations/WhereJoinTable.java b/core/src/main/java/org/hibernate/annotations/WhereJoinTable.java index 34accb6fb1..8fdd709d53 100644 --- a/core/src/main/java/org/hibernate/annotations/WhereJoinTable.java +++ b/core/src/main/java/org/hibernate/annotations/WhereJoinTable.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/cfg/AbstractPropertyHolder.java b/core/src/main/java/org/hibernate/cfg/AbstractPropertyHolder.java index 31c6a718e7..f96577a4bb 100644 --- a/core/src/main/java/org/hibernate/cfg/AbstractPropertyHolder.java +++ b/core/src/main/java/org/hibernate/cfg/AbstractPropertyHolder.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/cfg/AccessType.java b/core/src/main/java/org/hibernate/cfg/AccessType.java index 0655d052a4..8989c9daec 100644 --- a/core/src/main/java/org/hibernate/cfg/AccessType.java +++ b/core/src/main/java/org/hibernate/cfg/AccessType.java @@ -1,11 +1,10 @@ -// $Id$ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 @@ -22,6 +21,9 @@ * 51 Franklin Street, Fifth Floor * Boston, MA 02110-1301 USA */ + +// $Id$ + package org.hibernate.cfg; /** diff --git a/core/src/main/java/org/hibernate/cfg/AnnotatedClassType.java b/core/src/main/java/org/hibernate/cfg/AnnotatedClassType.java index b5c6a60d25..8a049f4c25 100644 --- a/core/src/main/java/org/hibernate/cfg/AnnotatedClassType.java +++ b/core/src/main/java/org/hibernate/cfg/AnnotatedClassType.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/cfg/AnnotationBinder.java b/core/src/main/java/org/hibernate/cfg/AnnotationBinder.java index 8aff4e5228..7a82de0910 100644 --- a/core/src/main/java/org/hibernate/cfg/AnnotationBinder.java +++ b/core/src/main/java/org/hibernate/cfg/AnnotationBinder.java @@ -1,11 +1,10 @@ -// $Id$ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 @@ -22,6 +21,9 @@ * 51 Franklin Street, Fifth Floor * Boston, MA 02110-1301 USA */ + +// $Id$ + package org.hibernate.cfg; import java.lang.annotation.Annotation; diff --git a/core/src/main/java/org/hibernate/cfg/AnnotationConfiguration.java b/core/src/main/java/org/hibernate/cfg/AnnotationConfiguration.java index 822e223186..ab066524f7 100644 --- a/core/src/main/java/org/hibernate/cfg/AnnotationConfiguration.java +++ b/core/src/main/java/org/hibernate/cfg/AnnotationConfiguration.java @@ -1,11 +1,10 @@ -// $Id$ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 @@ -22,6 +21,9 @@ * 51 Franklin Street, Fifth Floor * Boston, MA 02110-1301 USA */ + +// $Id$ + package org.hibernate.cfg; import java.io.File; diff --git a/core/src/main/java/org/hibernate/cfg/BinderHelper.java b/core/src/main/java/org/hibernate/cfg/BinderHelper.java index 45afa09604..236987b657 100644 --- a/core/src/main/java/org/hibernate/cfg/BinderHelper.java +++ b/core/src/main/java/org/hibernate/cfg/BinderHelper.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/cfg/ClassPropertyHolder.java b/core/src/main/java/org/hibernate/cfg/ClassPropertyHolder.java index 2392e61a33..426895dc22 100644 --- a/core/src/main/java/org/hibernate/cfg/ClassPropertyHolder.java +++ b/core/src/main/java/org/hibernate/cfg/ClassPropertyHolder.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/cfg/CollectionPropertyHolder.java b/core/src/main/java/org/hibernate/cfg/CollectionPropertyHolder.java index 8f8fa39770..59e8b2ee9a 100644 --- a/core/src/main/java/org/hibernate/cfg/CollectionPropertyHolder.java +++ b/core/src/main/java/org/hibernate/cfg/CollectionPropertyHolder.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/cfg/CollectionSecondPass.java b/core/src/main/java/org/hibernate/cfg/CollectionSecondPass.java index e522be6395..115353f569 100644 --- a/core/src/main/java/org/hibernate/cfg/CollectionSecondPass.java +++ b/core/src/main/java/org/hibernate/cfg/CollectionSecondPass.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 @@ -20,7 +20,6 @@ * Free Software Foundation, Inc. * 51 Franklin Street, Fifth Floor * Boston, MA 02110-1301 USA - * */ package org.hibernate.cfg; diff --git a/core/src/main/java/org/hibernate/cfg/ColumnsBuilder.java b/core/src/main/java/org/hibernate/cfg/ColumnsBuilder.java index d2aaae488b..74ff5d247a 100644 --- a/core/src/main/java/org/hibernate/cfg/ColumnsBuilder.java +++ b/core/src/main/java/org/hibernate/cfg/ColumnsBuilder.java @@ -1,3 +1,26 @@ +/* + * Hibernate, Relational Persistence for Idiomatic Java + * + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as + * indicated by the @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.cfg; import javax.persistence.Column; diff --git a/core/src/main/java/org/hibernate/cfg/ComponentPropertyHolder.java b/core/src/main/java/org/hibernate/cfg/ComponentPropertyHolder.java index d307f64f32..0ed3c67a47 100644 --- a/core/src/main/java/org/hibernate/cfg/ComponentPropertyHolder.java +++ b/core/src/main/java/org/hibernate/cfg/ComponentPropertyHolder.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/cfg/Configuration.java b/core/src/main/java/org/hibernate/cfg/Configuration.java index 7e060bd0e3..0497a6e9d0 100644 --- a/core/src/main/java/org/hibernate/cfg/Configuration.java +++ b/core/src/main/java/org/hibernate/cfg/Configuration.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 @@ -20,7 +20,6 @@ * Free Software Foundation, Inc. * 51 Franklin Street, Fifth Floor * Boston, MA 02110-1301 USA - * */ package org.hibernate.cfg; diff --git a/core/src/main/java/org/hibernate/cfg/ConfigurationArtefactType.java b/core/src/main/java/org/hibernate/cfg/ConfigurationArtefactType.java index b902d0dbff..ce9215f337 100644 --- a/core/src/main/java/org/hibernate/cfg/ConfigurationArtefactType.java +++ b/core/src/main/java/org/hibernate/cfg/ConfigurationArtefactType.java @@ -1,11 +1,10 @@ -// $Id$ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2010, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 @@ -22,6 +21,9 @@ * 51 Franklin Street, Fifth Floor * Boston, MA 02110-1301 USA */ + +// $Id$ + package org.hibernate.cfg; import org.hibernate.HibernateException; diff --git a/core/src/main/java/org/hibernate/cfg/CopyIdentifierComponentSecondPass.java b/core/src/main/java/org/hibernate/cfg/CopyIdentifierComponentSecondPass.java index c293b3fe30..45d55eb2d1 100644 --- a/core/src/main/java/org/hibernate/cfg/CopyIdentifierComponentSecondPass.java +++ b/core/src/main/java/org/hibernate/cfg/CopyIdentifierComponentSecondPass.java @@ -1,3 +1,26 @@ +/* + * Hibernate, Relational Persistence for Idiomatic Java + * + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as + * indicated by the @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.cfg; import java.util.HashMap; diff --git a/core/src/main/java/org/hibernate/cfg/CreateKeySecondPass.java b/core/src/main/java/org/hibernate/cfg/CreateKeySecondPass.java index 6dfa42ff98..98df407544 100644 --- a/core/src/main/java/org/hibernate/cfg/CreateKeySecondPass.java +++ b/core/src/main/java/org/hibernate/cfg/CreateKeySecondPass.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/cfg/DefaultComponentSafeNamingStrategy.java b/core/src/main/java/org/hibernate/cfg/DefaultComponentSafeNamingStrategy.java index 2862c7dde2..523a1aee45 100644 --- a/core/src/main/java/org/hibernate/cfg/DefaultComponentSafeNamingStrategy.java +++ b/core/src/main/java/org/hibernate/cfg/DefaultComponentSafeNamingStrategy.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/cfg/DefaultNamingStrategy.java b/core/src/main/java/org/hibernate/cfg/DefaultNamingStrategy.java index 98f41c9231..93f1caf32f 100644 --- a/core/src/main/java/org/hibernate/cfg/DefaultNamingStrategy.java +++ b/core/src/main/java/org/hibernate/cfg/DefaultNamingStrategy.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 @@ -20,7 +20,6 @@ * Free Software Foundation, Inc. * 51 Franklin Street, Fifth Floor * Boston, MA 02110-1301 USA - * */ package org.hibernate.cfg; diff --git a/core/src/main/java/org/hibernate/cfg/EJB3DTDEntityResolver.java b/core/src/main/java/org/hibernate/cfg/EJB3DTDEntityResolver.java index b75824c999..90ec6ae0c4 100644 --- a/core/src/main/java/org/hibernate/cfg/EJB3DTDEntityResolver.java +++ b/core/src/main/java/org/hibernate/cfg/EJB3DTDEntityResolver.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/cfg/EJB3NamingStrategy.java b/core/src/main/java/org/hibernate/cfg/EJB3NamingStrategy.java index 57230fc244..ffd27251b2 100644 --- a/core/src/main/java/org/hibernate/cfg/EJB3NamingStrategy.java +++ b/core/src/main/java/org/hibernate/cfg/EJB3NamingStrategy.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/cfg/Ejb3Column.java b/core/src/main/java/org/hibernate/cfg/Ejb3Column.java index 2b9c80301d..38994b8c10 100644 --- a/core/src/main/java/org/hibernate/cfg/Ejb3Column.java +++ b/core/src/main/java/org/hibernate/cfg/Ejb3Column.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/cfg/Ejb3DiscriminatorColumn.java b/core/src/main/java/org/hibernate/cfg/Ejb3DiscriminatorColumn.java index 3169f3878b..564940e6e3 100644 --- a/core/src/main/java/org/hibernate/cfg/Ejb3DiscriminatorColumn.java +++ b/core/src/main/java/org/hibernate/cfg/Ejb3DiscriminatorColumn.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/cfg/Ejb3JoinColumn.java b/core/src/main/java/org/hibernate/cfg/Ejb3JoinColumn.java index f5652c07ec..b0f8663249 100644 --- a/core/src/main/java/org/hibernate/cfg/Ejb3JoinColumn.java +++ b/core/src/main/java/org/hibernate/cfg/Ejb3JoinColumn.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/cfg/Environment.java b/core/src/main/java/org/hibernate/cfg/Environment.java index 719378feb3..0814b271f0 100644 --- a/core/src/main/java/org/hibernate/cfg/Environment.java +++ b/core/src/main/java/org/hibernate/cfg/Environment.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 @@ -20,7 +20,6 @@ * Free Software Foundation, Inc. * 51 Franklin Street, Fifth Floor * Boston, MA 02110-1301 USA - * */ package org.hibernate.cfg; diff --git a/core/src/main/java/org/hibernate/cfg/ExtendedMappings.java b/core/src/main/java/org/hibernate/cfg/ExtendedMappings.java index 3996d9ab7c..f9ffb58bd0 100644 --- a/core/src/main/java/org/hibernate/cfg/ExtendedMappings.java +++ b/core/src/main/java/org/hibernate/cfg/ExtendedMappings.java @@ -1,11 +1,10 @@ -// $Id$ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 @@ -22,6 +21,9 @@ * 51 Franklin Street, Fifth Floor * Boston, MA 02110-1301 USA */ + +// $Id$ + package org.hibernate.cfg; import java.util.List; diff --git a/core/src/main/java/org/hibernate/cfg/ExtendsQueueEntry.java b/core/src/main/java/org/hibernate/cfg/ExtendsQueueEntry.java index 25177d2cc1..e46d0e608a 100644 --- a/core/src/main/java/org/hibernate/cfg/ExtendsQueueEntry.java +++ b/core/src/main/java/org/hibernate/cfg/ExtendsQueueEntry.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 @@ -20,7 +20,6 @@ * Free Software Foundation, Inc. * 51 Franklin Street, Fifth Floor * Boston, MA 02110-1301 USA - * */ package org.hibernate.cfg; diff --git a/core/src/main/java/org/hibernate/cfg/FkSecondPass.java b/core/src/main/java/org/hibernate/cfg/FkSecondPass.java index 9f9970ca70..0ee893166e 100644 --- a/core/src/main/java/org/hibernate/cfg/FkSecondPass.java +++ b/core/src/main/java/org/hibernate/cfg/FkSecondPass.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/cfg/HbmBinder.java b/core/src/main/java/org/hibernate/cfg/HbmBinder.java index 4e707b0eda..1c1cec0a29 100644 --- a/core/src/main/java/org/hibernate/cfg/HbmBinder.java +++ b/core/src/main/java/org/hibernate/cfg/HbmBinder.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 @@ -20,7 +20,6 @@ * Free Software Foundation, Inc. * 51 Franklin Street, Fifth Floor * Boston, MA 02110-1301 USA - * */ package org.hibernate.cfg; diff --git a/core/src/main/java/org/hibernate/cfg/ImprovedNamingStrategy.java b/core/src/main/java/org/hibernate/cfg/ImprovedNamingStrategy.java index 8809597b94..8cd2071ef2 100644 --- a/core/src/main/java/org/hibernate/cfg/ImprovedNamingStrategy.java +++ b/core/src/main/java/org/hibernate/cfg/ImprovedNamingStrategy.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 @@ -20,7 +20,6 @@ * Free Software Foundation, Inc. * 51 Franklin Street, Fifth Floor * Boston, MA 02110-1301 USA - * */ package org.hibernate.cfg; diff --git a/core/src/main/java/org/hibernate/cfg/IndexColumn.java b/core/src/main/java/org/hibernate/cfg/IndexColumn.java index a5db6b08ef..60227c3f9d 100644 --- a/core/src/main/java/org/hibernate/cfg/IndexColumn.java +++ b/core/src/main/java/org/hibernate/cfg/IndexColumn.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/cfg/IndexOrUniqueKeySecondPass.java b/core/src/main/java/org/hibernate/cfg/IndexOrUniqueKeySecondPass.java index 1a8fe2ad54..0c61aa3117 100644 --- a/core/src/main/java/org/hibernate/cfg/IndexOrUniqueKeySecondPass.java +++ b/core/src/main/java/org/hibernate/cfg/IndexOrUniqueKeySecondPass.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/cfg/InheritanceState.java b/core/src/main/java/org/hibernate/cfg/InheritanceState.java index 3eaa123e93..6eaab8f63a 100644 --- a/core/src/main/java/org/hibernate/cfg/InheritanceState.java +++ b/core/src/main/java/org/hibernate/cfg/InheritanceState.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/cfg/JoinedSubclassFkSecondPass.java b/core/src/main/java/org/hibernate/cfg/JoinedSubclassFkSecondPass.java index c6e5e868cb..96a5aa90fd 100644 --- a/core/src/main/java/org/hibernate/cfg/JoinedSubclassFkSecondPass.java +++ b/core/src/main/java/org/hibernate/cfg/JoinedSubclassFkSecondPass.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/cfg/Mappings.java b/core/src/main/java/org/hibernate/cfg/Mappings.java index 23f8dec340..7900f77a21 100644 --- a/core/src/main/java/org/hibernate/cfg/Mappings.java +++ b/core/src/main/java/org/hibernate/cfg/Mappings.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 @@ -20,7 +20,6 @@ * Free Software Foundation, Inc. * 51 Franklin Street, Fifth Floor * Boston, MA 02110-1301 USA - * */ package org.hibernate.cfg; diff --git a/core/src/main/java/org/hibernate/cfg/NamedSQLQuerySecondPass.java b/core/src/main/java/org/hibernate/cfg/NamedSQLQuerySecondPass.java index a6ae0d57d8..15de888d7a 100644 --- a/core/src/main/java/org/hibernate/cfg/NamedSQLQuerySecondPass.java +++ b/core/src/main/java/org/hibernate/cfg/NamedSQLQuerySecondPass.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 @@ -20,7 +20,6 @@ * Free Software Foundation, Inc. * 51 Franklin Street, Fifth Floor * Boston, MA 02110-1301 USA - * */ package org.hibernate.cfg; diff --git a/core/src/main/java/org/hibernate/cfg/NamingStrategy.java b/core/src/main/java/org/hibernate/cfg/NamingStrategy.java index ebc891834e..c4b65e02c0 100644 --- a/core/src/main/java/org/hibernate/cfg/NamingStrategy.java +++ b/core/src/main/java/org/hibernate/cfg/NamingStrategy.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 @@ -20,7 +20,6 @@ * Free Software Foundation, Inc. * 51 Franklin Street, Fifth Floor * Boston, MA 02110-1301 USA - * */ package org.hibernate.cfg; diff --git a/core/src/main/java/org/hibernate/cfg/NotYetImplementedException.java b/core/src/main/java/org/hibernate/cfg/NotYetImplementedException.java index 50bfc0bd2a..1489b82fbf 100644 --- a/core/src/main/java/org/hibernate/cfg/NotYetImplementedException.java +++ b/core/src/main/java/org/hibernate/cfg/NotYetImplementedException.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/cfg/ObjectNameNormalizer.java b/core/src/main/java/org/hibernate/cfg/ObjectNameNormalizer.java index 5c32e1d885..8cc21272c2 100644 --- a/core/src/main/java/org/hibernate/cfg/ObjectNameNormalizer.java +++ b/core/src/main/java/org/hibernate/cfg/ObjectNameNormalizer.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2009 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. + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as + * indicated by the @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 diff --git a/core/src/main/java/org/hibernate/cfg/ObjectNameSource.java b/core/src/main/java/org/hibernate/cfg/ObjectNameSource.java index eb7415ab03..7d7b628134 100644 --- a/core/src/main/java/org/hibernate/cfg/ObjectNameSource.java +++ b/core/src/main/java/org/hibernate/cfg/ObjectNameSource.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2009 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. + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as + * indicated by the @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 diff --git a/core/src/main/java/org/hibernate/cfg/OneToOneSecondPass.java b/core/src/main/java/org/hibernate/cfg/OneToOneSecondPass.java index 6ebf293d7b..9e168734a4 100644 --- a/core/src/main/java/org/hibernate/cfg/OneToOneSecondPass.java +++ b/core/src/main/java/org/hibernate/cfg/OneToOneSecondPass.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/cfg/PkDrivenByDefaultMapsIdSecondPass.java b/core/src/main/java/org/hibernate/cfg/PkDrivenByDefaultMapsIdSecondPass.java index 31e50a3df7..92772a0451 100644 --- a/core/src/main/java/org/hibernate/cfg/PkDrivenByDefaultMapsIdSecondPass.java +++ b/core/src/main/java/org/hibernate/cfg/PkDrivenByDefaultMapsIdSecondPass.java @@ -1,3 +1,26 @@ +/* + * Hibernate, Relational Persistence for Idiomatic Java + * + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as + * indicated by the @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.cfg; import java.util.Map; diff --git a/core/src/main/java/org/hibernate/cfg/PropertyContainer.java b/core/src/main/java/org/hibernate/cfg/PropertyContainer.java index 7da2e5dfda..e82d66b09d 100644 --- a/core/src/main/java/org/hibernate/cfg/PropertyContainer.java +++ b/core/src/main/java/org/hibernate/cfg/PropertyContainer.java @@ -1,11 +1,10 @@ -// $Id$ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 @@ -22,6 +21,9 @@ * 51 Franklin Street, Fifth Floor * Boston, MA 02110-1301 USA */ + +// $Id$ + package org.hibernate.cfg; import java.util.Collection; diff --git a/core/src/main/java/org/hibernate/cfg/PropertyData.java b/core/src/main/java/org/hibernate/cfg/PropertyData.java index 2dde2ca5e0..487693adfb 100644 --- a/core/src/main/java/org/hibernate/cfg/PropertyData.java +++ b/core/src/main/java/org/hibernate/cfg/PropertyData.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/cfg/PropertyHolder.java b/core/src/main/java/org/hibernate/cfg/PropertyHolder.java index 571fd673c6..ef1354add1 100644 --- a/core/src/main/java/org/hibernate/cfg/PropertyHolder.java +++ b/core/src/main/java/org/hibernate/cfg/PropertyHolder.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/cfg/PropertyHolderBuilder.java b/core/src/main/java/org/hibernate/cfg/PropertyHolderBuilder.java index 6b5bfa3d34..8710711e26 100644 --- a/core/src/main/java/org/hibernate/cfg/PropertyHolderBuilder.java +++ b/core/src/main/java/org/hibernate/cfg/PropertyHolderBuilder.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/cfg/PropertyInferredData.java b/core/src/main/java/org/hibernate/cfg/PropertyInferredData.java index c973caff66..db675f0f5e 100644 --- a/core/src/main/java/org/hibernate/cfg/PropertyInferredData.java +++ b/core/src/main/java/org/hibernate/cfg/PropertyInferredData.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/cfg/PropertyPreloadedData.java b/core/src/main/java/org/hibernate/cfg/PropertyPreloadedData.java index 1121a34be0..7d11faf72e 100644 --- a/core/src/main/java/org/hibernate/cfg/PropertyPreloadedData.java +++ b/core/src/main/java/org/hibernate/cfg/PropertyPreloadedData.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/cfg/QuerySecondPass.java b/core/src/main/java/org/hibernate/cfg/QuerySecondPass.java index 235132193a..80259f264e 100644 --- a/core/src/main/java/org/hibernate/cfg/QuerySecondPass.java +++ b/core/src/main/java/org/hibernate/cfg/QuerySecondPass.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 @@ -20,7 +20,6 @@ * Free Software Foundation, Inc. * 51 Franklin Street, Fifth Floor * Boston, MA 02110-1301 USA - * */ package org.hibernate.cfg; diff --git a/core/src/main/java/org/hibernate/cfg/RecoverableException.java b/core/src/main/java/org/hibernate/cfg/RecoverableException.java index 1c72e38dda..f407bbfbef 100644 --- a/core/src/main/java/org/hibernate/cfg/RecoverableException.java +++ b/core/src/main/java/org/hibernate/cfg/RecoverableException.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/cfg/ResultSetMappingBinder.java b/core/src/main/java/org/hibernate/cfg/ResultSetMappingBinder.java index 3954982b8f..2ab15d411c 100644 --- a/core/src/main/java/org/hibernate/cfg/ResultSetMappingBinder.java +++ b/core/src/main/java/org/hibernate/cfg/ResultSetMappingBinder.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 @@ -20,7 +20,6 @@ * Free Software Foundation, Inc. * 51 Franklin Street, Fifth Floor * Boston, MA 02110-1301 USA - * */ package org.hibernate.cfg; diff --git a/core/src/main/java/org/hibernate/cfg/ResultSetMappingSecondPass.java b/core/src/main/java/org/hibernate/cfg/ResultSetMappingSecondPass.java index 8ea075c90b..6d007efcb2 100644 --- a/core/src/main/java/org/hibernate/cfg/ResultSetMappingSecondPass.java +++ b/core/src/main/java/org/hibernate/cfg/ResultSetMappingSecondPass.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 @@ -20,7 +20,6 @@ * Free Software Foundation, Inc. * 51 Franklin Street, Fifth Floor * Boston, MA 02110-1301 USA - * */ package org.hibernate.cfg; diff --git a/core/src/main/java/org/hibernate/cfg/SecondPass.java b/core/src/main/java/org/hibernate/cfg/SecondPass.java index 057575fa5f..b64ef22e6e 100644 --- a/core/src/main/java/org/hibernate/cfg/SecondPass.java +++ b/core/src/main/java/org/hibernate/cfg/SecondPass.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 @@ -20,7 +20,6 @@ * Free Software Foundation, Inc. * 51 Franklin Street, Fifth Floor * Boston, MA 02110-1301 USA - * */ package org.hibernate.cfg; diff --git a/core/src/main/java/org/hibernate/cfg/SecondaryTableSecondPass.java b/core/src/main/java/org/hibernate/cfg/SecondaryTableSecondPass.java index b6c94b842e..9d17c0d8a2 100644 --- a/core/src/main/java/org/hibernate/cfg/SecondaryTableSecondPass.java +++ b/core/src/main/java/org/hibernate/cfg/SecondaryTableSecondPass.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/cfg/SetSimpleValueTypeSecondPass.java b/core/src/main/java/org/hibernate/cfg/SetSimpleValueTypeSecondPass.java index 1248162626..ba2438d777 100644 --- a/core/src/main/java/org/hibernate/cfg/SetSimpleValueTypeSecondPass.java +++ b/core/src/main/java/org/hibernate/cfg/SetSimpleValueTypeSecondPass.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2009, Red Hat, Inc. and/or its affiliates or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/cfg/Settings.java b/core/src/main/java/org/hibernate/cfg/Settings.java index 13a59dcaa2..dd252ce8d1 100644 --- a/core/src/main/java/org/hibernate/cfg/Settings.java +++ b/core/src/main/java/org/hibernate/cfg/Settings.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 @@ -20,7 +20,6 @@ * Free Software Foundation, Inc. * 51 Franklin Street, Fifth Floor * Boston, MA 02110-1301 USA - * */ package org.hibernate.cfg; diff --git a/core/src/main/java/org/hibernate/cfg/SettingsFactory.java b/core/src/main/java/org/hibernate/cfg/SettingsFactory.java index 9b6b51e51b..8e999243df 100644 --- a/core/src/main/java/org/hibernate/cfg/SettingsFactory.java +++ b/core/src/main/java/org/hibernate/cfg/SettingsFactory.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 @@ -20,7 +20,6 @@ * Free Software Foundation, Inc. * 51 Franklin Street, Fifth Floor * Boston, MA 02110-1301 USA - * */ package org.hibernate.cfg; diff --git a/core/src/main/java/org/hibernate/cfg/ToOneBinder.java b/core/src/main/java/org/hibernate/cfg/ToOneBinder.java index b08c7c17ef..da3b9df650 100644 --- a/core/src/main/java/org/hibernate/cfg/ToOneBinder.java +++ b/core/src/main/java/org/hibernate/cfg/ToOneBinder.java @@ -1,3 +1,26 @@ +/* + * Hibernate, Relational Persistence for Idiomatic Java + * + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as + * indicated by the @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.cfg; import javax.persistence.ManyToOne; diff --git a/core/src/main/java/org/hibernate/cfg/ToOneFkSecondPass.java b/core/src/main/java/org/hibernate/cfg/ToOneFkSecondPass.java index b2b80e3f4a..2c03004f42 100644 --- a/core/src/main/java/org/hibernate/cfg/ToOneFkSecondPass.java +++ b/core/src/main/java/org/hibernate/cfg/ToOneFkSecondPass.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/cfg/UniqueConstraintHolder.java b/core/src/main/java/org/hibernate/cfg/UniqueConstraintHolder.java index a1ec7ca066..f4808b238b 100644 --- a/core/src/main/java/org/hibernate/cfg/UniqueConstraintHolder.java +++ b/core/src/main/java/org/hibernate/cfg/UniqueConstraintHolder.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2009 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. + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as + * indicated by the @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 diff --git a/core/src/main/java/org/hibernate/cfg/VerifyFetchProfileReferenceSecondPass.java b/core/src/main/java/org/hibernate/cfg/VerifyFetchProfileReferenceSecondPass.java index 9a8351634c..c7fa908fb5 100644 --- a/core/src/main/java/org/hibernate/cfg/VerifyFetchProfileReferenceSecondPass.java +++ b/core/src/main/java/org/hibernate/cfg/VerifyFetchProfileReferenceSecondPass.java @@ -1,11 +1,10 @@ -// $Id$ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2010, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 @@ -22,6 +21,9 @@ * 51 Franklin Street, Fifth Floor * Boston, MA 02110-1301 USA */ + +// $Id$ + package org.hibernate.cfg; import java.util.Map; diff --git a/core/src/main/java/org/hibernate/cfg/WrappedInferredData.java b/core/src/main/java/org/hibernate/cfg/WrappedInferredData.java index 82ae148637..18d2ad5f95 100644 --- a/core/src/main/java/org/hibernate/cfg/WrappedInferredData.java +++ b/core/src/main/java/org/hibernate/cfg/WrappedInferredData.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/cfg/annotations/ArrayBinder.java b/core/src/main/java/org/hibernate/cfg/annotations/ArrayBinder.java index 16b0649542..f81d1f5328 100644 --- a/core/src/main/java/org/hibernate/cfg/annotations/ArrayBinder.java +++ b/core/src/main/java/org/hibernate/cfg/annotations/ArrayBinder.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/cfg/annotations/BagBinder.java b/core/src/main/java/org/hibernate/cfg/annotations/BagBinder.java index 88dba86913..534b88adb1 100644 --- a/core/src/main/java/org/hibernate/cfg/annotations/BagBinder.java +++ b/core/src/main/java/org/hibernate/cfg/annotations/BagBinder.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/cfg/annotations/CollectionBinder.java b/core/src/main/java/org/hibernate/cfg/annotations/CollectionBinder.java index 687385a68b..ef822cb5ac 100644 --- a/core/src/main/java/org/hibernate/cfg/annotations/CollectionBinder.java +++ b/core/src/main/java/org/hibernate/cfg/annotations/CollectionBinder.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/cfg/annotations/CustomizableColumns.java b/core/src/main/java/org/hibernate/cfg/annotations/CustomizableColumns.java index 555355921d..b9c2f8ef2b 100644 --- a/core/src/main/java/org/hibernate/cfg/annotations/CustomizableColumns.java +++ b/core/src/main/java/org/hibernate/cfg/annotations/CustomizableColumns.java @@ -1,3 +1,26 @@ +/* + * Hibernate, Relational Persistence for Idiomatic Java + * + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as + * indicated by the @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.cfg.annotations; import java.lang.annotation.Annotation; diff --git a/core/src/main/java/org/hibernate/cfg/annotations/EntityBinder.java b/core/src/main/java/org/hibernate/cfg/annotations/EntityBinder.java index dcf3d53a6d..977b2b2a86 100644 --- a/core/src/main/java/org/hibernate/cfg/annotations/EntityBinder.java +++ b/core/src/main/java/org/hibernate/cfg/annotations/EntityBinder.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/cfg/annotations/IdBagBinder.java b/core/src/main/java/org/hibernate/cfg/annotations/IdBagBinder.java index 903e8e920a..c8913e3940 100644 --- a/core/src/main/java/org/hibernate/cfg/annotations/IdBagBinder.java +++ b/core/src/main/java/org/hibernate/cfg/annotations/IdBagBinder.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/cfg/annotations/ListBinder.java b/core/src/main/java/org/hibernate/cfg/annotations/ListBinder.java index 09502c7786..8110e91455 100644 --- a/core/src/main/java/org/hibernate/cfg/annotations/ListBinder.java +++ b/core/src/main/java/org/hibernate/cfg/annotations/ListBinder.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/cfg/annotations/MapBinder.java b/core/src/main/java/org/hibernate/cfg/annotations/MapBinder.java index c4e214061c..80c589d04f 100644 --- a/core/src/main/java/org/hibernate/cfg/annotations/MapBinder.java +++ b/core/src/main/java/org/hibernate/cfg/annotations/MapBinder.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/cfg/annotations/MapKeyColumnDelegator.java b/core/src/main/java/org/hibernate/cfg/annotations/MapKeyColumnDelegator.java index 5fd47f0d07..9b0782eb76 100644 --- a/core/src/main/java/org/hibernate/cfg/annotations/MapKeyColumnDelegator.java +++ b/core/src/main/java/org/hibernate/cfg/annotations/MapKeyColumnDelegator.java @@ -1,3 +1,26 @@ +/* + * Hibernate, Relational Persistence for Idiomatic Java + * + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as + * indicated by the @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.cfg.annotations; import java.lang.annotation.Annotation; diff --git a/core/src/main/java/org/hibernate/cfg/annotations/MapKeyJoinColumnDelegator.java b/core/src/main/java/org/hibernate/cfg/annotations/MapKeyJoinColumnDelegator.java index de34f313be..c6c0c2bcc9 100644 --- a/core/src/main/java/org/hibernate/cfg/annotations/MapKeyJoinColumnDelegator.java +++ b/core/src/main/java/org/hibernate/cfg/annotations/MapKeyJoinColumnDelegator.java @@ -1,3 +1,26 @@ +/* + * Hibernate, Relational Persistence for Idiomatic Java + * + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as + * indicated by the @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.cfg.annotations; import java.lang.annotation.Annotation; diff --git a/core/src/main/java/org/hibernate/cfg/annotations/Nullability.java b/core/src/main/java/org/hibernate/cfg/annotations/Nullability.java index 661468ff66..cc4a12c830 100644 --- a/core/src/main/java/org/hibernate/cfg/annotations/Nullability.java +++ b/core/src/main/java/org/hibernate/cfg/annotations/Nullability.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/cfg/annotations/PrimitiveArrayBinder.java b/core/src/main/java/org/hibernate/cfg/annotations/PrimitiveArrayBinder.java index f94838767f..5d243d104e 100644 --- a/core/src/main/java/org/hibernate/cfg/annotations/PrimitiveArrayBinder.java +++ b/core/src/main/java/org/hibernate/cfg/annotations/PrimitiveArrayBinder.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/cfg/annotations/PropertyBinder.java b/core/src/main/java/org/hibernate/cfg/annotations/PropertyBinder.java index 637ae2597c..8151eaff8b 100644 --- a/core/src/main/java/org/hibernate/cfg/annotations/PropertyBinder.java +++ b/core/src/main/java/org/hibernate/cfg/annotations/PropertyBinder.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/cfg/annotations/QueryBinder.java b/core/src/main/java/org/hibernate/cfg/annotations/QueryBinder.java index 78218f56f9..42fea2821d 100644 --- a/core/src/main/java/org/hibernate/cfg/annotations/QueryBinder.java +++ b/core/src/main/java/org/hibernate/cfg/annotations/QueryBinder.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2010, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java b/core/src/main/java/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java index 5dab0baee1..7f37301a2f 100644 --- a/core/src/main/java/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java +++ b/core/src/main/java/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/cfg/annotations/SetBinder.java b/core/src/main/java/org/hibernate/cfg/annotations/SetBinder.java index c7858fe6d1..0f2e5af841 100644 --- a/core/src/main/java/org/hibernate/cfg/annotations/SetBinder.java +++ b/core/src/main/java/org/hibernate/cfg/annotations/SetBinder.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/cfg/annotations/SimpleValueBinder.java b/core/src/main/java/org/hibernate/cfg/annotations/SimpleValueBinder.java index 5d404b43f6..a58765fc32 100644 --- a/core/src/main/java/org/hibernate/cfg/annotations/SimpleValueBinder.java +++ b/core/src/main/java/org/hibernate/cfg/annotations/SimpleValueBinder.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2009, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/cfg/annotations/TableBinder.java b/core/src/main/java/org/hibernate/cfg/annotations/TableBinder.java index 648c08baf9..de0872888a 100644 --- a/core/src/main/java/org/hibernate/cfg/annotations/TableBinder.java +++ b/core/src/main/java/org/hibernate/cfg/annotations/TableBinder.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/cfg/annotations/Version.java b/core/src/main/java/org/hibernate/cfg/annotations/Version.java index 5fd1fc41c7..8fa4a3ed47 100644 --- a/core/src/main/java/org/hibernate/cfg/annotations/Version.java +++ b/core/src/main/java/org/hibernate/cfg/annotations/Version.java @@ -1,11 +1,10 @@ -// $Id$ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 @@ -22,6 +21,9 @@ * 51 Franklin Street, Fifth Floor * Boston, MA 02110-1301 USA */ + +// $Id$ + package org.hibernate.cfg.annotations; /** diff --git a/core/src/main/java/org/hibernate/cfg/annotations/reflection/JPAMetadataProvider.java b/core/src/main/java/org/hibernate/cfg/annotations/reflection/JPAMetadataProvider.java index 6449bb2798..2753d84205 100644 --- a/core/src/main/java/org/hibernate/cfg/annotations/reflection/JPAMetadataProvider.java +++ b/core/src/main/java/org/hibernate/cfg/annotations/reflection/JPAMetadataProvider.java @@ -1,3 +1,26 @@ +/* + * Hibernate, Relational Persistence for Idiomatic Java + * + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as + * indicated by the @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.cfg.annotations.reflection; import java.lang.reflect.AnnotatedElement; diff --git a/core/src/main/java/org/hibernate/cfg/annotations/reflection/JPAOverridenAnnotationReader.java b/core/src/main/java/org/hibernate/cfg/annotations/reflection/JPAOverridenAnnotationReader.java index 37476a2e44..7977ee200f 100644 --- a/core/src/main/java/org/hibernate/cfg/annotations/reflection/JPAOverridenAnnotationReader.java +++ b/core/src/main/java/org/hibernate/cfg/annotations/reflection/JPAOverridenAnnotationReader.java @@ -1,11 +1,10 @@ -// $Id$ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 @@ -22,6 +21,9 @@ * 51 Franklin Street, Fifth Floor * Boston, MA 02110-1301 USA */ + +// $Id$ + package org.hibernate.cfg.annotations.reflection; import java.beans.Introspector; diff --git a/core/src/main/java/org/hibernate/cfg/annotations/reflection/XMLContext.java b/core/src/main/java/org/hibernate/cfg/annotations/reflection/XMLContext.java index 1461bd8eb3..665505c0e3 100644 --- a/core/src/main/java/org/hibernate/cfg/annotations/reflection/XMLContext.java +++ b/core/src/main/java/org/hibernate/cfg/annotations/reflection/XMLContext.java @@ -1,4 +1,3 @@ -// $Id$ /* * Hibernate, Relational Persistence for Idiomatic Java * @@ -22,6 +21,9 @@ * 51 Franklin Street, Fifth Floor * Boston, MA 02110-1301 USA */ + +// $Id$ + package org.hibernate.cfg.annotations.reflection; import java.util.ArrayList; diff --git a/core/src/main/java/org/hibernate/cfg/beanvalidation/BeanValidationActivator.java b/core/src/main/java/org/hibernate/cfg/beanvalidation/BeanValidationActivator.java index bbd2d142b5..d16727a90b 100644 --- a/core/src/main/java/org/hibernate/cfg/beanvalidation/BeanValidationActivator.java +++ b/core/src/main/java/org/hibernate/cfg/beanvalidation/BeanValidationActivator.java @@ -1,3 +1,26 @@ +/* + * Hibernate, Relational Persistence for Idiomatic Java + * + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as + * indicated by the @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.cfg.beanvalidation; import java.lang.reflect.InvocationTargetException; diff --git a/core/src/main/java/org/hibernate/cfg/beanvalidation/BeanValidationEventListener.java b/core/src/main/java/org/hibernate/cfg/beanvalidation/BeanValidationEventListener.java index f64187f546..e01ed63105 100644 --- a/core/src/main/java/org/hibernate/cfg/beanvalidation/BeanValidationEventListener.java +++ b/core/src/main/java/org/hibernate/cfg/beanvalidation/BeanValidationEventListener.java @@ -1,3 +1,26 @@ +/* + * Hibernate, Relational Persistence for Idiomatic Java + * + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as + * indicated by the @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.cfg.beanvalidation; import java.util.HashSet; diff --git a/core/src/main/java/org/hibernate/cfg/beanvalidation/GroupsPerOperation.java b/core/src/main/java/org/hibernate/cfg/beanvalidation/GroupsPerOperation.java index 1023e224c3..7acb3d579f 100644 --- a/core/src/main/java/org/hibernate/cfg/beanvalidation/GroupsPerOperation.java +++ b/core/src/main/java/org/hibernate/cfg/beanvalidation/GroupsPerOperation.java @@ -1,3 +1,26 @@ +/* + * Hibernate, Relational Persistence for Idiomatic Java + * + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as + * indicated by the @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.cfg.beanvalidation; import java.util.Properties; diff --git a/core/src/main/java/org/hibernate/cfg/beanvalidation/TypeSafeActivator.java b/core/src/main/java/org/hibernate/cfg/beanvalidation/TypeSafeActivator.java index 027236e18b..00dc6f782b 100644 --- a/core/src/main/java/org/hibernate/cfg/beanvalidation/TypeSafeActivator.java +++ b/core/src/main/java/org/hibernate/cfg/beanvalidation/TypeSafeActivator.java @@ -1,3 +1,26 @@ +/* + * Hibernate, Relational Persistence for Idiomatic Java + * + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as + * indicated by the @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.cfg.beanvalidation; import java.util.Arrays; diff --git a/core/src/main/java/org/hibernate/cfg/package.html b/core/src/main/java/org/hibernate/cfg/package.html index e450e4def3..91f67733cc 100755 --- a/core/src/main/java/org/hibernate/cfg/package.html +++ b/core/src/main/java/org/hibernate/cfg/package.html @@ -1,10 +1,10 @@ diff --git a/core/src/main/java/org/hibernate/cfg/search/HibernateSearchEventListenerRegister.java b/core/src/main/java/org/hibernate/cfg/search/HibernateSearchEventListenerRegister.java index c2c9b2467f..71f26ccfb7 100644 --- a/core/src/main/java/org/hibernate/cfg/search/HibernateSearchEventListenerRegister.java +++ b/core/src/main/java/org/hibernate/cfg/search/HibernateSearchEventListenerRegister.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/mapping/IdGenerator.java b/core/src/main/java/org/hibernate/mapping/IdGenerator.java index 86ab794b75..2f3737edcc 100644 --- a/core/src/main/java/org/hibernate/mapping/IdGenerator.java +++ b/core/src/main/java/org/hibernate/mapping/IdGenerator.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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 diff --git a/core/src/main/java/org/hibernate/type/SerializableToBlobType.java b/core/src/main/java/org/hibernate/type/SerializableToBlobType.java index 3cac80b954..355ab0625f 100644 --- a/core/src/main/java/org/hibernate/type/SerializableToBlobType.java +++ b/core/src/main/java/org/hibernate/type/SerializableToBlobType.java @@ -1,10 +1,10 @@ /* * Hibernate, Relational Persistence for Idiomatic Java * - * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as + * Copyright (c) 2010, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are - * distributed under license by Red Hat Middleware LLC. + * 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