The Wayback Machine - https://web.archive.org/web/20200910030507/https://github.com/evrencoskun/TableView/issues/326
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More License inconsistencies #326

Open
Zardozz opened this issue Jun 29, 2020 · 0 comments
Open

More License inconsistencies #326

Zardozz opened this issue Jun 29, 2020 · 0 comments

Comments

@Zardozz
Copy link

@Zardozz Zardozz commented Jun 29, 2020

The License file https://github.com/evrencoskun/TableView/blob/master/LICENSE and now the artifact are licensed with the MIT License

BUT some (a lot) of the source files like https://github.com/evrencoskun/TableView/blob/master/tableview/src/main/java/com/evrencoskun/tableview/TableView.java

have a copyright header of

/*

  • Copyright (c) 2018. Evren Coşkun
  • 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.

*/

Which is for Apache 2.0 License

I suggest aligning the copyright headers with the main License file. (If that is the correct license you want to use)

I suggest that you look at your editors copyright auto header generator and change that to the correct License

If a lot of the source files need changing is probably a background task to do when another change are made.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
1 participant
You can’t perform that action at this time.