You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@empire-db.apache.org by re...@apache.org on 2008/08/13 16:16:29 UTC

svn commit: r685561 - in /incubator/empire-db/trunk/core/DBSampleAdv/src/org/apache/empire/samples/db/advanced: SampleAdvApp.java SampleAdvConfig.java SampleAdvDB.java

Author: reiher
Date: Wed Aug 13 07:16:29 2008
New Revision: 685561

URL: http://svn.apache.org/viewvc?rev=685561&view=rev
Log:
added Apache License comment to source code

Modified:
    incubator/empire-db/trunk/core/DBSampleAdv/src/org/apache/empire/samples/db/advanced/SampleAdvApp.java
    incubator/empire-db/trunk/core/DBSampleAdv/src/org/apache/empire/samples/db/advanced/SampleAdvConfig.java
    incubator/empire-db/trunk/core/DBSampleAdv/src/org/apache/empire/samples/db/advanced/SampleAdvDB.java

Modified: incubator/empire-db/trunk/core/DBSampleAdv/src/org/apache/empire/samples/db/advanced/SampleAdvApp.java
URL: http://svn.apache.org/viewvc/incubator/empire-db/trunk/core/DBSampleAdv/src/org/apache/empire/samples/db/advanced/SampleAdvApp.java?rev=685561&r1=685560&r2=685561&view=diff
==============================================================================
--- incubator/empire-db/trunk/core/DBSampleAdv/src/org/apache/empire/samples/db/advanced/SampleAdvApp.java (original)
+++ incubator/empire-db/trunk/core/DBSampleAdv/src/org/apache/empire/samples/db/advanced/SampleAdvApp.java Wed Aug 13 07:16:29 2008
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.
+ */
 package org.apache.empire.samples.db.advanced;
 
 import java.sql.Connection;

Modified: incubator/empire-db/trunk/core/DBSampleAdv/src/org/apache/empire/samples/db/advanced/SampleAdvConfig.java
URL: http://svn.apache.org/viewvc/incubator/empire-db/trunk/core/DBSampleAdv/src/org/apache/empire/samples/db/advanced/SampleAdvConfig.java?rev=685561&r1=685560&r2=685561&view=diff
==============================================================================
--- incubator/empire-db/trunk/core/DBSampleAdv/src/org/apache/empire/samples/db/advanced/SampleAdvConfig.java (original)
+++ incubator/empire-db/trunk/core/DBSampleAdv/src/org/apache/empire/samples/db/advanced/SampleAdvConfig.java Wed Aug 13 07:16:29 2008
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.
+ */
 package org.apache.empire.samples.db.advanced;
 
 import org.apache.empire.xml.XMLConfiguration;

Modified: incubator/empire-db/trunk/core/DBSampleAdv/src/org/apache/empire/samples/db/advanced/SampleAdvDB.java
URL: http://svn.apache.org/viewvc/incubator/empire-db/trunk/core/DBSampleAdv/src/org/apache/empire/samples/db/advanced/SampleAdvDB.java?rev=685561&r1=685560&r2=685561&view=diff
==============================================================================
--- incubator/empire-db/trunk/core/DBSampleAdv/src/org/apache/empire/samples/db/advanced/SampleAdvDB.java (original)
+++ incubator/empire-db/trunk/core/DBSampleAdv/src/org/apache/empire/samples/db/advanced/SampleAdvDB.java Wed Aug 13 07:16:29 2008
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.
+ */
 package org.apache.empire.samples.db.advanced;
 
 import org.apache.empire.commons.Options;