bcgov / prime-web

PharmaNet Revisions for Information Management Enhancements
Other
4 stars 4 forks source link

Add missing license #9

Closed repo-mountie[bot] closed 5 years ago

repo-mountie[bot] commented 5 years ago

Repos in our organization need to be licensed appropriately; you'll need to decide how to licence different components of your project based on what the contents are. Here is the TL;DR version:

  1. Source code created by the BCGov should be Apache (Apache-2.0);
  2. Text created by the BCGov should be Creative Commons International 4.0 (CC BY);
  3. Data created by the BCGov should be Open Government Licence - BC (OGL-BC).

For more information, or for out-of-the-box situations check out the BC Policy Framework for GitHub.

Since most repos are code based I've added the Apache-2.0 license as part of this PR. Please checkout this branch and change the license as needed or merge if if you're happy with my suggestion.

Pro Tip

adamcoard-maximus commented 5 years ago

Hi there,

I think the LICENSE file attached in the PR is incorrect. No-where does it specify the copyright holder - the Province of British Columbia. You can see line 190 needs to be filled out but it isn't. https://github.com/bcgov/prime-web/blob/70f1a03f9e71156bdff66ebf0346d86707c86d41/LICENSE#L190

Unless advised otherwise, we will be manually adding the Apache-2 license we have from an earlier file that lists the Province of British Columbia.

adamcoard-maximus commented 5 years ago

Hey again,

I've copied over the other LICENSE we have. Please let me know if it's invalid or needs changing, e.g .to match your longer form one. I've written a script to generate a LICENSE file in all our projects, and also to set the year to $currentYear. Let me know if any of this seems wrong to you, but for now I'm marking this issue closed.

Cheers