From 91885301544a027b88b057c6123291f84a5d7b82 Mon Sep 17 00:00:00 2001 From: markt Date: Wed, 14 Apr 2010 20:51:19 +0000 Subject: [PATCH] Add license headers to NSIS files git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@934192 13f79535-47bb-0310-9956-ffa450edef68 --- res/config.ini | 15 +++++++++++++++ res/jvm.ini | 15 +++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/res/config.ini b/res/config.ini index 1110ffc3d..ea1657299 100644 --- a/res/config.ini +++ b/res/config.ini @@ -1,3 +1,18 @@ +; 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. + [Settings] NumFields=7 diff --git a/res/jvm.ini b/res/jvm.ini index 01ecc9e95..4e180fcc5 100644 --- a/res/jvm.ini +++ b/res/jvm.ini @@ -1,3 +1,18 @@ +; 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. + [Settings] NumFields=2 -- 2.11.0