summaryrefslogtreecommitdiff
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorAntoine Levy-Lambert <antoine@apache.org>2004-02-05 20:44:02 +0000
committerAntoine Levy-Lambert <antoine@apache.org>2004-02-05 20:44:02 +0000
commit05a31e3b424f1b1616dad0fea9078462e1a90ae3 (patch)
treed5f157a2f42ff73e33fc7d8915d4724905a20397 /bootstrap.sh
parent7124143078078f9d4d0eb621a0568b42cd9ad31d (diff)
downloadant-05a31e3b424f1b1616dad0fea9078462e1a90ae3.tar.gz
Added the NOTICE to the metainf dir of ant.jar, ant-launcher.jar and ant-nodeps.jar
and also to the distribution files Updated the copyright notice in bootstrap.sh git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276025 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh15
1 files changed, 13 insertions, 2 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index aae8d6657..29d06dee3 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -1,7 +1,18 @@
#!/bin/sh
-# Copyright (c) 2000-2003 The Apache Software Foundation. All rights
-# reserved.
+# Copyright 2000-2004 Apache Software Foundation
+#
+# Licensed 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.
# OS specific support. $var _must_ be set to either true or false.
cygwin=false;