Repository: commons-lang Updated Branches: refs/heads/master 6fea9cd30 -> ea1e46dd0
Use the same license header for all files. Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/ea1e46dd Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/ea1e46dd Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/ea1e46dd Branch: refs/heads/master Commit: ea1e46dd06975c8ac0be5badf0e3e5358c94dc15 Parents: 6fea9cd Author: Gary Gregory <[email protected]> Authored: Wed Nov 8 10:50:17 2017 -0700 Committer: Gary Gregory <[email protected]> Committed: Wed Nov 8 10:50:17 2017 -0700 ---------------------------------------------------------------------- .../resources/release-notes/RELEASE-NOTES-3.0.txt | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-lang/blob/ea1e46dd/src/site/resources/release-notes/RELEASE-NOTES-3.0.txt ---------------------------------------------------------------------- diff --git a/src/site/resources/release-notes/RELEASE-NOTES-3.0.txt b/src/site/resources/release-notes/RELEASE-NOTES-3.0.txt index d753bfb..6701c14 100644 --- a/src/site/resources/release-notes/RELEASE-NOTES-3.0.txt +++ b/src/site/resources/release-notes/RELEASE-NOTES-3.0.txt @@ -1,4 +1,19 @@ -$Id: RELEASE-NOTES.txt 1144999 2011-07-11 01:02:13Z ggregory $ +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. + +============================================================================= Commons Lang Package Version 3.0
