You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsrp4j-dev@portals.apache.org by dl...@apache.org on 2006/12/26 19:54:45 UTC

svn commit: r490353 - /portals/wsrp4j/trunk/producer/src/webapp/WEB-INF/classes/hibernate.cfg.xml

Author: dlouzan
Date: Tue Dec 26 10:54:44 2006
New Revision: 490353

URL: http://svn.apache.org/viewvc?view=rev&rev=490353
Log:
Added license header to hibernate configuration

Modified:
    portals/wsrp4j/trunk/producer/src/webapp/WEB-INF/classes/hibernate.cfg.xml

Modified: portals/wsrp4j/trunk/producer/src/webapp/WEB-INF/classes/hibernate.cfg.xml
URL: http://svn.apache.org/viewvc/portals/wsrp4j/trunk/producer/src/webapp/WEB-INF/classes/hibernate.cfg.xml?view=diff&rev=490353&r1=490352&r2=490353
==============================================================================
--- portals/wsrp4j/trunk/producer/src/webapp/WEB-INF/classes/hibernate.cfg.xml (original)
+++ portals/wsrp4j/trunk/producer/src/webapp/WEB-INF/classes/hibernate.cfg.xml Tue Dec 26 10:54:44 2006
@@ -1,4 +1,20 @@
 <?xml version='1.0' encoding='utf-8'?>
+<!--
+Copyright 2003-2006 The Apache Software Foundation.
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+
 <!DOCTYPE hibernate-configuration PUBLIC
         "-//Hibernate/Hibernate Configuration DTD 3.0//EN"
         "http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">