You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GitHub’s starter-workflows repo is available under the MIT License. The
MIT License says:
> The above copyright notice and this permission notice shall be included in all
> copies or substantial portions of the Software.
Before this commit, the just-the-docs-template repo did not include a
copy of the start-workflows repo’s version of the MIT License. It
contained a link to the starter-workflows repo’s LICNESE file, but a
link is not good enough. You need to include an actual copy of the
licnese and copyright notice [1].
Before this commit, we did actually include a copy of the MIT License
because this repo itself is available under the MIT License.
Unfortunately, the version of the MIT License that this repo uses is
different than the version of the MIT License that the starter-workflows
repo uses. Additionally, we did not include the copyright notice for the
starter-workflows repo at all before this commit.
This commit was cherry-picked from this PR [2].
[1]: <https://writing.kemitchell.com/2019/03/09/Deprecation-Notice.html#mit-and-bsd-breed-confusion>
[2]: <just-the-docs/just-the-docs-template#50>
Copy file name to clipboardExpand all lines: README.md
+25-2Lines changed: 25 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -155,7 +155,30 @@ The GitHub Actions workflow that builds and deploys your site to Github Pages is
155
155
156
156
This repository is licensed under the [MIT License]. You are generally free to reuse or extend upon this code as you see fit; just include the original copy of the license (which is preserved when you "make a template"). While it's not necessary, we'd love to hear from you if you do use this template, and how we can improve it for future use!
157
157
158
-
The deployment GitHub Actions workflow is heavily based on GitHub's mixed-party [starter workflows]. A copy of their MIT License is available in [actions/starter-workflows].
158
+
The deployment GitHub Actions workflow is heavily based on GitHub's mixed-party [starter workflows]. Here’s a copy of [their MIT License]:
159
+
160
+
> MIT License
161
+
>
162
+
> Copyright (c) 2020 GitHub
163
+
>
164
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
165
+
> of this software and associated documentation files (the "Software"), to deal
166
+
> in the Software without restriction, including without limitation the rights
0 commit comments