ODE-1054: Added license
Project: http://git-wip-us.apache.org/repos/asf/ode/repo Commit: http://git-wip-us.apache.org/repos/asf/ode/commit/bff6fab9 Tree: http://git-wip-us.apache.org/repos/asf/ode/tree/bff6fab9 Diff: http://git-wip-us.apache.org/repos/asf/ode/diff/bff6fab9 Branch: refs/heads/master Commit: bff6fab98b41156daaaa1623d6d31f9f1beffc6d Parents: 2251a70 Author: sathwik <[email protected]> Authored: Wed Jun 28 16:05:58 2017 +0530 Committer: sathwik <[email protected]> Committed: Wed Jun 28 16:05:58 2017 +0530 ---------------------------------------------------------------------- dao-hibernate-db/src/main/sql/license-header.sql | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ode/blob/bff6fab9/dao-hibernate-db/src/main/sql/license-header.sql ---------------------------------------------------------------------- diff --git a/dao-hibernate-db/src/main/sql/license-header.sql b/dao-hibernate-db/src/main/sql/license-header.sql new file mode 100644 index 0000000..276a318 --- /dev/null +++ b/dao-hibernate-db/src/main/sql/license-header.sql @@ -0,0 +1,19 @@ +-- +-- 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. +-- +
