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 do...@apache.org on 2012/02/15 14:52:10 UTC

svn commit: r1244485 - /empire-db/trunk/empire-db/src/main/java/org/apache/empire/db/DBCmdParam.java

Author: doebele
Date: Wed Feb 15 13:52:10 2012
New Revision: 1244485

URL: http://svn.apache.org/viewvc?rev=1244485&view=rev
Log:
EMPIREDB-133
oops, wrong license header

Modified:
    empire-db/trunk/empire-db/src/main/java/org/apache/empire/db/DBCmdParam.java

Modified: empire-db/trunk/empire-db/src/main/java/org/apache/empire/db/DBCmdParam.java
URL: http://svn.apache.org/viewvc/empire-db/trunk/empire-db/src/main/java/org/apache/empire/db/DBCmdParam.java?rev=1244485&r1=1244484&r2=1244485&view=diff
==============================================================================
--- empire-db/trunk/empire-db/src/main/java/org/apache/empire/db/DBCmdParam.java (original)
+++ empire-db/trunk/empire-db/src/main/java/org/apache/empire/db/DBCmdParam.java Wed Feb 15 13:52:10 2012
@@ -1,5 +1,20 @@
 /*
- * ESTEAM Software GmbH, 15.02.2012
+ * 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.db;