Repository: empire-db Updated Branches: refs/heads/master 6bcd642fb -> ca0192e89
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/ca0192e8 Tree: http://git-wip-us.apache.org/repos/asf/empire-db/tree/ca0192e8 Diff: http://git-wip-us.apache.org/repos/asf/empire-db/diff/ca0192e8 Branch: refs/heads/master Commit: ca0192e898c7ba854c8553cbf6b99a3bfe256270 Parents: 6bcd642 Author: papa <[email protected]> Authored: Sun Jun 11 13:35:32 2017 +0200 Committer: papa <[email protected]> Committed: Sun Jun 11 13:35:32 2017 +0200 ---------------------------------------------------------------------- .../empire-db-example-codegen/generate.bat | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/empire-db/blob/ca0192e8/empire-db-examples/empire-db-example-codegen/generate.bat ---------------------------------------------------------------------- diff --git a/empire-db-examples/empire-db-example-codegen/generate.bat b/empire-db-examples/empire-db-example-codegen/generate.bat index 008a03e..f213fd4 100644 --- a/empire-db-examples/empire-db-example-codegen/generate.bat +++ b/empire-db-examples/empire-db-example-codegen/generate.bat @@ -1,3 +1,19 @@ +REM Licensed to the Apache Software Foundation (ASF) under one +REM or more contributor license agreements. See the NOTICE file +REM distributed with this work for additional information +REM regarding copyright ownership. The ASF licenses this file +REM to you under the Apache License, Version 2.0 (the +REM "License"); you may not use this file except in compliance +REM with the License. You may obtain a copy of the License at +REM +REM http://www.apache.org/licenses/LICENSE-2.0 +REM +REM Unless required by applicable law or agreed to in writing, +REM software distributed under the License is distributed on an +REM "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +REM KIND, either express or implied. See the License for the +REM specific language governing permissions and limitations +REM under the License. @echo off IF [%1%] == [] GOTO INVALID_PARAMS IF [%2%] == [] GOTO INVALID_PARAMS
