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/355c775c Tree: http://git-wip-us.apache.org/repos/asf/ode/tree/355c775c Diff: http://git-wip-us.apache.org/repos/asf/ode/diff/355c775c Branch: refs/heads/ode-1.3.x Commit: 355c775c5bc37c61f296f9e5cf5c56bb6f85ce3f Parents: 7a49488 Author: sathwik <[email protected]> Authored: Tue Apr 5 11:47:22 2016 +0530 Committer: sathwik <[email protected]> Committed: Tue Apr 5 11:47:22 2016 +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/355c775c/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. +-- +
