Skip to content

Commit bf8c7d4

Browse files
committed
chore: update
1 parent aea7aa4 commit bf8c7d4

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

LICENSE

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2424
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2525
SOFTWARE.
2626

27+
# License of the files in the directories template in create-vue
28+
The files in the directories template in create-vue and files
29+
generated from those files are licensed under the CC0 1.0 Universal license:
30+
2731
CC0 1.0 Universal
2832
Statement of Purpose
2933
The laws of most jurisdictions throughout the world automatically confer

scripts/build.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,9 @@ await esbuild.build({
193193
`# create-vue core license\n\n` +
194194
`create-vue is released under the MIT license:\n\n` +
195195
CORE_LICENSE +
196+
`\n# License of the files in the directories template in create-vue\n` +
197+
`The files in the directories template in create-vue and files\n` +
198+
`generated from those files are licensed under the CC0 1.0 Universal license:\n` +
196199
`\n${cc0LicenseText}\n` +
197200
`\n## Licenses of bundled dependencies\n\n` +
198201
`The published create-vue artifact additionally contains code with the following licenses:\n` +

0 commit comments

Comments
 (0)