Repository: empire-db Updated Branches: refs/heads/master 1ff38e379 -> 0d65af5a3
EMPIREDB-252 - added missing 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/0d65af5a Tree: http://git-wip-us.apache.org/repos/asf/empire-db/tree/0d65af5a Diff: http://git-wip-us.apache.org/repos/asf/empire-db/diff/0d65af5a Branch: refs/heads/master Commit: 0d65af5a34dd39ecbe7aac839348ddeed5b883d1 Parents: 1ff38e3 Author: Jan Glaubitz <[email protected]> Authored: Fri Dec 2 12:37:10 2016 +0100 Committer: Jan Glaubitz <[email protected]> Committed: Fri Dec 2 12:37:10 2016 +0100 ---------------------------------------------------------------------- .../empire/db/codegen/CodeGenParserMySQL.java | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/empire-db/blob/0d65af5a/empire-db-codegen/src/main/java/org/apache/empire/db/codegen/CodeGenParserMySQL.java ---------------------------------------------------------------------- diff --git a/empire-db-codegen/src/main/java/org/apache/empire/db/codegen/CodeGenParserMySQL.java b/empire-db-codegen/src/main/java/org/apache/empire/db/codegen/CodeGenParserMySQL.java index a4673ad..242244f 100644 --- a/empire-db-codegen/src/main/java/org/apache/empire/db/codegen/CodeGenParserMySQL.java +++ b/empire-db-codegen/src/main/java/org/apache/empire/db/codegen/CodeGenParserMySQL.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.codegen; import java.sql.Types;
