Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions github_strategy.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ We suggest following the flowchart below to choose a license when creating a rep
![Process for choosing a repository license.](images/selecting_a_license.png)
According to the [CU Innovations office](https://www.cuanschutz.edu/cu-innovations) when creating or modifying a license you must include the following line (with the appropriate year):
`Copyright (c) <year> the Regents of the University of Colorado`
If the copyright includes a range of years it is best practice to include this range in place of a single year: `<first_year>-<last_year_developed>`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree with this sentiment and just the same thought it might help to strengthen this with a citation. Is there a reference we could add here to help bolster the strength of this statement?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is what I gathered from chatgpt, also Mike supplied this resource but it seems to focus on blogs and websites (https://www.copyrightlaws.com/copyright-symbol-notice-year/). Maybe I'll try looking for another resource

For further questions about licensing requirements contact the [CU Innovations Office](https://www.cuanschutz.edu/cu-innovations).
To generate a license from a template in github follow [this github docs guide](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository)

Expand Down