Fixing license header
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@437555 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a5a4f9067a
commit
e4ff29dc98
34
build.xml
34
build.xml
|
@ -1,19 +1,21 @@
|
||||||
<!--
|
/*
|
||||||
Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one
|
||||||
contributor license agreements. See the NOTICE file distributed with
|
* or more contributor license agreements. See the NOTICE file
|
||||||
this work for additional information regarding copyright ownership.
|
* distributed with this work for additional information
|
||||||
The ASF licenses this file to You under the Apache License, Version 2.0
|
* regarding copyright ownership. The ASF licenses this file
|
||||||
(the "License"); you may not use this file except in compliance with
|
* to you under the Apache License, Version 2.0 (the
|
||||||
the License. You may obtain a copy of the License at
|
* "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
|
*
|
||||||
|
* 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,
|
* Unless required by applicable law or agreed to in writing,
|
||||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
* software distributed under the License is distributed on an
|
||||||
See the License for the specific language governing permissions and
|
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||||
limitations under the License.
|
* KIND, either express or implied. See the License for the
|
||||||
-->
|
* specific language governing permissions and limitations
|
||||||
|
* under the License.
|
||||||
|
*/
|
||||||
<project name="Lang" default="compile" basedir=".">
|
<project name="Lang" default="compile" basedir=".">
|
||||||
<!--
|
<!--
|
||||||
"Lang" component of the Jakarta Commons Subproject
|
"Lang" component of the Jakarta Commons Subproject
|
||||||
|
|
Loading…
Reference in New Issue