NGI0 - Updating licensing aspects according REUSE #416

Open
lnceballosz wants to merge 4 commits from lnceballosz/master into master
lnceballosz commented 2021-03-15 16:12:14 +01:00 (Migrated from github.com)

Hello,

We have been working within the NGI0 framework, helping projects with their licensing and copyright management. After a quick check on your repository, I would like to propose some updates regarding copyright and licensing information. REUSE specifications intend to make licensing easier by setting one way to display all this legal information through comment headers on source files that can be human - and machine – readable.

The REUSE tool makes the process of applying licenses to files and compliance checking much easier. Check this screencast:

https://download.fsfe.org/videos/reuse/screencasts/reuse-tool.gif

Feel completely free to adopt these specifications by merging this pull request.

REUSE Features:

  • SPDX copyright and license comment headers for all relevant files (please notice that I added SPDX headers only to the files in app/src/main/java/ directory.

  • LICENSES directory with all licenses used on the repository (Please be aware that I added the general license GPLv3 and also the text of the Apache 2.0 and CC0 license, since the icons in assets/ directory are under those licenses)

  • Associating Copyright/ Licensing information through a DEP5 file in large directories (Keeping in mind that you have some large images directories e.g assets/ I bulked licensing these files through a dep5. However, there are some other directories with more image files which I recommend to add to the dep5 file with the proper license and copyright information)

I added the comment headers with copyright and license information to some of the files that lacked that information in app/src/main/java/ directory.

Please also double check if the personal information in the headers is correct and consistent.

I provided a more detailed license information to README file as well.

In .reuse folder I have created a dep5 file to bulk licensing the large image directory assets/
Note: There are more image files in the directory app/src/main/res/drawable I did not create any license file for that directory because I am not sure under what license it is and who is copyright holder. So please, check that directory and add the license/copyright information to the dep5 file.

No contribution policy:

We have noticed that your project does not have a contribution policy. Therefore, we strongly recommend you to implement one. To get further information about this please check our documentation: https://download.fsfe.org/NGI0/V2/FSFE%20-%204%20-%20Free%20Software%20Contribution%20Policy.pdf

Further REUSE compliance

In case you find REUSE useful, we offer a wide range of tools to help you to continuously check and display compliance with the REUSE guidelines.

Hope that helps and thank you very much for the amazing job!

Hello, We have been working within the **NGI0** framework, helping projects with their licensing and copyright management. After a quick check on your repository, I would like to propose some updates regarding copyright and licensing information. [REUSE ](https://reuse.software/)specifications intend to make licensing easier by setting one way to display all this legal information through comment headers on source files that can be human - and machine – readable. The REUSE tool makes the process of applying licenses to files and compliance checking much easier. Check this screencast: https://download.fsfe.org/videos/reuse/screencasts/reuse-tool.gif Feel completely free to adopt these specifications by merging this pull request. ### REUSE Features: - SPDX copyright and license comment headers for all relevant files (please notice that I added SPDX headers only to the files in `app/src/main/java/ `directory. - LICENSES directory with all licenses used on the repository (Please be aware that I added the general license GPLv3 and also the text of the Apache 2.0 and CC0 license, since the icons in `assets/ `directory are under those licenses) - Associating Copyright/ Licensing information through a [DEP5 ](https://reuse.software/spec/#dep5)file in large directories (Keeping in mind that you have some large images directories e.g `assets/` I bulked licensing these files through a dep5. However, there are some other directories with more image files which I recommend to add to the dep5 file with the proper license and copyright information) ### Files missing copyright and licensing information: I added the comment headers with copyright and license information to some of the files that lacked that information in `app/src/main/java/ `directory. Please also double check if the personal information in the headers is correct and consistent. I provided a more detailed license information to `README` file as well. In `.reuse` folder I have created a dep5 file to bulk licensing the large image directory `assets/` Note: There are more image files in the directory `app/src/main/res/drawable` I did not create any license file for that directory because I am not sure under what license it is and who is copyright holder. So please, check that directory and add the license/copyright information to the dep5 file. ### No contribution policy: We have noticed that your project does not have a contribution policy. Therefore, we strongly recommend you to implement one. To get further information about this please check our documentation: https://download.fsfe.org/NGI0/V2/FSFE%20-%204%20-%20Free%20Software%20Contribution%20Policy.pdf ### Further REUSE compliance In case you find REUSE useful, we offer a [wide range of tools](https://reuse.software/dev/) to help you to continuously check and display compliance with the REUSE guidelines. Hope that helps and thank you very much for the amazing job!
This pull request has changes conflicting with the target branch.
  • app/src/main/java/com/indieweb/indigenous/general/SettingsFragment.java
  • app/src/main/java/com/indieweb/indigenous/photoeditor/ColorPickerAdapter.java
  • app/src/main/java/com/indieweb/indigenous/photoeditor/EditImageActivity.java
  • app/src/main/java/com/indieweb/indigenous/photoeditor/EmojiBSFragment.java
  • app/src/main/java/com/indieweb/indigenous/photoeditor/PropertiesBSFragment.java
  • app/src/main/java/com/indieweb/indigenous/photoeditor/TextEditorDialogFragment.java
  • app/src/main/java/com/indieweb/indigenous/photoeditor/base/BaseActivity.java
  • app/src/main/java/com/indieweb/indigenous/photoeditor/filters/FilterListener.java
  • app/src/main/java/com/indieweb/indigenous/photoeditor/filters/FilterViewAdapter.java
  • app/src/main/java/com/indieweb/indigenous/photoeditor/tools/EditingToolsAdapter.java
  • app/src/main/java/com/indieweb/indigenous/photoeditor/tools/ToolType.java
  • app/src/main/java/com/indieweb/indigenous/push/PushNotificationActivity.java
  • app/src/main/java/com/indieweb/indigenous/push/PushyBroadcastReceiver.java
  • app/src/main/java/com/indieweb/indigenous/reader/ChannelListAdapter.java
View command line instructions

Manual merge helper

Use this merge commit message when completing the merge manually.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin lnceballosz/master:lnceballosz/master
git switch lnceballosz/master

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff lnceballosz/master
git switch lnceballosz/master
git rebase master
git switch master
git merge --ff-only lnceballosz/master
git switch lnceballosz/master
git rebase master
git switch master
git merge --no-ff lnceballosz/master
git switch master
git merge --squash lnceballosz/master
git switch master
git merge --ff-only lnceballosz/master
git switch master
git merge lnceballosz/master
git push origin master
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
inhji/indiepass-android!416
No description provided.