cli-parser icon indicating copy to clipboard operation
cli-parser copied to clipboard

Source files are without license headers

Open puntogil opened this issue 9 years ago • 1 comments

Hi,

The following source files are without license headers:

src/main/java/com/sampullara/cli/PropertiesArgs.java

src/test/java/com/sampullara/cli/ArgsTest.java src/test/java/com/sampullara/cli/EnumTest.java src/test/java/com/sampullara/cli/Example.java src/test/java/com/sampullara/cli/PropertiesArgsTest.java src/test/java/com/sampullara/cli/UsingStaticMethodsTest.java

The following source files src/main/java/com/sampullara/cli/Args.java src/main/java/com/sampullara/cli/Argument.java

report this header:

* Copyright (c) 2005, Sam Pullara. All Rights Reserved.
* You may modify and redistribute as long as this attribution remains.

are still under ASL license? can you change with

Copyright 2005 Sam Pullara. All Rights Reserved.

   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.

?

Please, confirm the licensing of code and/or content/s, and add license headers

https://fedoraproject.org/wiki/Packaging:LicensingGuidelines?rd=Packaging/LicensingGuidelines#License_Clarification

Thanks in advance

Regards

puntogil avatar Nov 25 '16 16:11 puntogil

This issue has been solved in jordanbancino/cli-parser (master).

ghost avatar May 02 '18 21:05 ghost