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 2015/04/30 21:28:27 UTC

empire-db git commit: added missing Apache License header

Repository: empire-db
Updated Branches:
  refs/heads/master 8911cc5de -> 016d85feb


added missing Apache License header

Project: http://git-wip-us.apache.org/repos/asf/empire-db/repo
Commit: http://git-wip-us.apache.org/repos/asf/empire-db/commit/016d85fe
Tree: http://git-wip-us.apache.org/repos/asf/empire-db/tree/016d85fe
Diff: http://git-wip-us.apache.org/repos/asf/empire-db/diff/016d85fe

Branch: refs/heads/master
Commit: 016d85feb0d14a15aab2f88c0d0a7c7bceee6b79
Parents: 8911cc5
Author: Rainer Döbele <do...@apache.org>
Authored: Thu Apr 30 21:28:22 2015 +0200
Committer: Rainer Döbele <do...@apache.org>
Committed: Thu Apr 30 21:28:22 2015 +0200

----------------------------------------------------------------------
 .../empire/db/oracle/OracleDBModelChecker.java    | 18 ++++++++++++++++++
 .../empire/db/validation/DBModelChecker.java      | 18 ++++++++++++++++++
 .../empire/db/validation/DBModelErrorHandler.java | 18 ++++++++++++++++++
 .../empire/db/validation/DBModelErrorLogger.java  | 18 ++++++++++++++++++
 4 files changed, 72 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/empire-db/blob/016d85fe/empire-db/src/main/java/org/apache/empire/db/oracle/OracleDBModelChecker.java
----------------------------------------------------------------------
diff --git a/empire-db/src/main/java/org/apache/empire/db/oracle/OracleDBModelChecker.java b/empire-db/src/main/java/org/apache/empire/db/oracle/OracleDBModelChecker.java
index 611af4a..a3e323f 100644
--- a/empire-db/src/main/java/org/apache/empire/db/oracle/OracleDBModelChecker.java
+++ b/empire-db/src/main/java/org/apache/empire/db/oracle/OracleDBModelChecker.java
@@ -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.db.oracle;
 
 import java.sql.Connection;

http://git-wip-us.apache.org/repos/asf/empire-db/blob/016d85fe/empire-db/src/main/java/org/apache/empire/db/validation/DBModelChecker.java
----------------------------------------------------------------------
diff --git a/empire-db/src/main/java/org/apache/empire/db/validation/DBModelChecker.java b/empire-db/src/main/java/org/apache/empire/db/validation/DBModelChecker.java
index 4e850dc..7c3dd41 100644
--- a/empire-db/src/main/java/org/apache/empire/db/validation/DBModelChecker.java
+++ b/empire-db/src/main/java/org/apache/empire/db/validation/DBModelChecker.java
@@ -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.db.validation;
 
 import java.sql.Connection;

http://git-wip-us.apache.org/repos/asf/empire-db/blob/016d85fe/empire-db/src/main/java/org/apache/empire/db/validation/DBModelErrorHandler.java
----------------------------------------------------------------------
diff --git a/empire-db/src/main/java/org/apache/empire/db/validation/DBModelErrorHandler.java b/empire-db/src/main/java/org/apache/empire/db/validation/DBModelErrorHandler.java
index 41da57d..722526f 100644
--- a/empire-db/src/main/java/org/apache/empire/db/validation/DBModelErrorHandler.java
+++ b/empire-db/src/main/java/org/apache/empire/db/validation/DBModelErrorHandler.java
@@ -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.db.validation;
 
 import org.apache.empire.data.DataType;

http://git-wip-us.apache.org/repos/asf/empire-db/blob/016d85fe/empire-db/src/main/java/org/apache/empire/db/validation/DBModelErrorLogger.java
----------------------------------------------------------------------
diff --git a/empire-db/src/main/java/org/apache/empire/db/validation/DBModelErrorLogger.java b/empire-db/src/main/java/org/apache/empire/db/validation/DBModelErrorLogger.java
index 690122c..db72ecf 100644
--- a/empire-db/src/main/java/org/apache/empire/db/validation/DBModelErrorLogger.java
+++ b/empire-db/src/main/java/org/apache/empire/db/validation/DBModelErrorLogger.java
@@ -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.db.validation;
 
 import org.apache.empire.data.DataType;