From hibernate-commits at lists.jboss.org Tue Mar 18 01:54:15 2008 Content-Type: multipart/mixed; boundary="===============1440660769702361014==" MIME-Version: 1.0 From: hibernate-commits at lists.jboss.org To: hibernate-commits at lists.jboss.org Subject: [hibernate-commits] Hibernate SVN: r14450 - core/trunk/core/src/main/java/org/hibernate/context. Date: Tue, 18 Mar 2008 01:54:15 -0400 Message-ID: --===============1440660769702361014== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: steve.ebersole(a)jboss.com Date: 2008-03-18 01:54:15 -0400 (Tue, 18 Mar 2008) New Revision: 14450 Modified: core/trunk/core/src/main/java/org/hibernate/context/CurrentSessionContex= t.java core/trunk/core/src/main/java/org/hibernate/context/JTASessionContext.ja= va core/trunk/core/src/main/java/org/hibernate/context/ManagedSessionContex= t.java core/trunk/core/src/main/java/org/hibernate/context/ThreadLocalSessionCo= ntext.java Log: copyright headers Modified: core/trunk/core/src/main/java/org/hibernate/context/CurrentSessio= nContext.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- core/trunk/core/src/main/java/org/hibernate/context/CurrentSessionConte= xt.java 2008-03-18 05:48:53 UTC (rev 14449) +++ core/trunk/core/src/main/java/org/hibernate/context/CurrentSessionConte= xt.java 2008-03-18 05:54:15 UTC (rev 14450) @@ -1,3 +1,26 @@ +/* + * Hibernate, Relational Persistence for Idiomatic Java + * + * Copyright (c) 2008, Red Hat Middleware LLC 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. + * + * This copyrighted material is made available to anyone wishing to use, m= odify, + * copy, or redistribute it subject to the terms and conditions of the GNU + * Lesser General Public License, as published by the Free Software Founda= tion. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANT= ABILITY + * 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.context; = import org.hibernate.HibernateException; @@ -5,8 +28,8 @@ import java.io.Serializable; = /** - * Defines the contract for implementations which know how to - * scope the notion of a {@link org.hibernate.SessionFactory#getCurrentSes= sion() current session}. + * Defines the contract for implementations which know how to scope the no= tion + * of a {@link org.hibernate.SessionFactory#getCurrentSession() current se= ssion}. *

* Implementations should adhere to the following: *