source headers

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14217 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Steve Ebersole 2007-12-07 03:10:46 +00:00
parent a15cab0911
commit 545296be3f
2 changed files with 38 additions and 24 deletions

View File

@ -1,18 +1,25 @@
//$Id: EhCache.java 10717 2006-11-03 19:05:21Z max.andersen@jboss.com $ /*
/** * Hibernate, Relational Persistence for Idiomatic Java
* Copyright 2003-2006 Greg Luck, Jboss Inc
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Copyright (c) 2007, Red Hat Middleware LLC or third-party contributors as
* you may not use this file except in compliance with the License. * indicated by the @author tags or express copyright attribution
* You may obtain a copy of the License at * statements applied by the authors.  All third-party contributions are
* distributed under license by Red Hat Middleware LLC.
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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.
* *
* Unless required by applicable law or agreed to in writing, software * This program is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
* See the License for the specific language governing permissions and * for more details.
* limitations under the License. *
* 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; package org.hibernate.cache;

View File

@ -1,18 +1,25 @@
//$Id: EhCacheProvider.java 9964 2006-05-30 15:40:54Z epbernard $ /*
/** * Hibernate, Relational Persistence for Idiomatic Java
* Copyright 2003-2006 Greg Luck, Jboss Inc
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Copyright (c) 2007, Red Hat Middleware LLC or third-party contributors as
* you may not use this file except in compliance with the License. * indicated by the @author tags or express copyright attribution
* You may obtain a copy of the License at * statements applied by the authors.  All third-party contributions are
* distributed under license by Red Hat Middleware LLC.
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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.
* *
* Unless required by applicable law or agreed to in writing, software * This program is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
* See the License for the specific language governing permissions and * for more details.
* limitations under the License. *
* 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; package org.hibernate.cache;