diff --git a/hibernate-c3p0/src/main/java/org/hibernate/service/jdbc/connections/internal/C3P0Logger.java b/hibernate-c3p0/src/main/java/org/hibernate/service/jdbc/connections/internal/C3P0Logger.java index f7c686a6d3..a215337b60 100644 --- a/hibernate-c3p0/src/main/java/org/hibernate/service/jdbc/connections/internal/C3P0Logger.java +++ b/hibernate-c3p0/src/main/java/org/hibernate/service/jdbc/connections/internal/C3P0Logger.java @@ -1,9 +1,25 @@ /* - * JBoss, Home of Professional Open Source. + * Hibernate, Relational Persistence for Idiomatic Java * - * See the LEGAL.txt file distributed with this work for information regarding copyright ownership and licensing. + * Copyright (c) 2007-2011, 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. * - * See the AUTHORS.txt file distributed with this work for a full listing of individual contributors. + * 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.service.jdbc.connections.internal; diff --git a/hibernate-core/src/main/java/org/hibernate/HibernateLogger.java b/hibernate-core/src/main/java/org/hibernate/HibernateLogger.java index 79daf28b77..962f5424e1 100644 --- a/hibernate-core/src/main/java/org/hibernate/HibernateLogger.java +++ b/hibernate-core/src/main/java/org/hibernate/HibernateLogger.java @@ -1,9 +1,25 @@ /* - * JBoss, Home of Professional Open Source. + * Hibernate, Relational Persistence for Idiomatic Java * - * See the LEGAL.txt file distributed with this work for information regarding copyright ownership and licensing. + * Copyright (c) 2007-2011, 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. * - * See the AUTHORS.txt file distributed with this work for a full listing of individual contributors. + * 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; diff --git a/hibernate-core/src/test/java/org/hibernate/TestLogger.java b/hibernate-core/src/test/java/org/hibernate/TestLogger.java index 77a9764d30..f023a664e1 100644 --- a/hibernate-core/src/test/java/org/hibernate/TestLogger.java +++ b/hibernate-core/src/test/java/org/hibernate/TestLogger.java @@ -1,9 +1,25 @@ /* - * JBoss, Home of Professional Open Source. + * Hibernate, Relational Persistence for Idiomatic Java * - * See the LEGAL.txt file distributed with this work for information regarding copyright ownership and licensing. + * Copyright (c) 2007-2011, 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. * - * See the AUTHORS.txt file distributed with this work for a full listing of individual contributors. + * 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; import org.jboss.logging.BasicLogger; diff --git a/hibernate-ehcache/src/main/java/org/hibernate/cache/EhCacheLogger.java b/hibernate-ehcache/src/main/java/org/hibernate/cache/EhCacheLogger.java index 608eb6133f..3809a56394 100644 --- a/hibernate-ehcache/src/main/java/org/hibernate/cache/EhCacheLogger.java +++ b/hibernate-ehcache/src/main/java/org/hibernate/cache/EhCacheLogger.java @@ -1,11 +1,28 @@ /* - * JBoss, Home of Professional Open Source. + * Hibernate, Relational Persistence for Idiomatic Java * - * See the LEGAL.txt file distributed with this work for information regarding copyright ownership and licensing. + * Copyright (c) 2007-2011, 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. * - * See the AUTHORS.txt file distributed with this work for a full listing of individual contributors. + * 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.cache; + import static org.jboss.logging.Logger.Level.WARN; import org.hibernate.HibernateLogger; import org.jboss.logging.LogMessage; diff --git a/hibernate-entitymanager/src/main/java/org/hibernate/ejb/EntityManagerLogger.java b/hibernate-entitymanager/src/main/java/org/hibernate/ejb/EntityManagerLogger.java index 57d4d02397..2f8a2d200a 100644 --- a/hibernate-entitymanager/src/main/java/org/hibernate/ejb/EntityManagerLogger.java +++ b/hibernate-entitymanager/src/main/java/org/hibernate/ejb/EntityManagerLogger.java @@ -1,11 +1,28 @@ /* - * JBoss, Home of Professional Open Source. + * Hibernate, Relational Persistence for Idiomatic Java * - * See the LEGAL.txt file distributed with this work for information regarding copyright ownership and licensing. + * Copyright (c) 2007-2011, 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. * - * See the AUTHORS.txt file distributed with this work for a full listing of individual contributors. + * 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.ejb; + import static org.jboss.logging.Logger.Level.ERROR; import static org.jboss.logging.Logger.Level.INFO; import static org.jboss.logging.Logger.Level.WARN; diff --git a/hibernate-envers/src/main/java/org/hibernate/envers/EnversLogger.java b/hibernate-envers/src/main/java/org/hibernate/envers/EnversLogger.java index 9cd00ecc3f..a8e9969a38 100644 --- a/hibernate-envers/src/main/java/org/hibernate/envers/EnversLogger.java +++ b/hibernate-envers/src/main/java/org/hibernate/envers/EnversLogger.java @@ -1,11 +1,28 @@ /* - * JBoss, Home of Professional Open Source. + * Hibernate, Relational Persistence for Idiomatic Java * - * See the LEGAL.txt file distributed with this work for information regarding copyright ownership and licensing. + * Copyright (c) 2007-2011, 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. * - * See the AUTHORS.txt file distributed with this work for a full listing of individual contributors. + * 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.envers; + import static org.jboss.logging.Logger.Level.WARN; import org.hibernate.HibernateLogger; import org.jboss.logging.LogMessage; diff --git a/hibernate-proxool/src/main/java/org/hibernate/service/jdbc/connections/internal/ProxoolLogger.java b/hibernate-proxool/src/main/java/org/hibernate/service/jdbc/connections/internal/ProxoolLogger.java index 1cb4d18d9f..d64eeacf1f 100644 --- a/hibernate-proxool/src/main/java/org/hibernate/service/jdbc/connections/internal/ProxoolLogger.java +++ b/hibernate-proxool/src/main/java/org/hibernate/service/jdbc/connections/internal/ProxoolLogger.java @@ -1,11 +1,28 @@ /* - * JBoss, Home of Professional Open Source. + * Hibernate, Relational Persistence for Idiomatic Java * - * See the LEGAL.txt file distributed with this work for information regarding copyright ownership and licensing. + * Copyright (c) 2007-2011, 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. * - * See the AUTHORS.txt file distributed with this work for a full listing of individual contributors. + * 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.service.jdbc.connections.internal; + import static org.jboss.logging.Logger.Level.INFO; import org.hibernate.HibernateLogger; import org.jboss.logging.LogMessage;