Skip to content

chore: mark template files as CC0 #594

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

Merged
merged 2 commits into from
Nov 1, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore: update
  • Loading branch information
btea committed Oct 30, 2024
commit bf8c7d422b4511b6f9db77aaa7ed1e0701537a1b
4 changes: 4 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

# License of the files in the directories template in create-vue
The files in the directories template in create-vue and files
generated from those files are licensed under the CC0 1.0 Universal license:

CC0 1.0 Universal
Statement of Purpose
The laws of most jurisdictions throughout the world automatically confer
Expand Down
3 changes: 3 additions & 0 deletions scripts/build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,9 @@ await esbuild.build({
`# create-vue core license\n\n` +
`create-vue is released under the MIT license:\n\n` +
CORE_LICENSE +
`\n# License of the files in the directories template in create-vue\n` +
`The files in the directories template in create-vue and files\n` +
`generated from those files are licensed under the CC0 1.0 Universal license:\n` +
`\n${cc0LicenseText}\n` +
`\n## Licenses of bundled dependencies\n\n` +
`The published create-vue artifact additionally contains code with the following licenses:\n` +
Expand Down