From d3c31beb3bbac1d4744f9af3a3467903e07063d9 Mon Sep 17 00:00:00 2001 From: Takuya Matsuyama Date: Fri, 20 May 2022 11:15:40 +0900 Subject: [PATCH] chore(license): apache 2.0 --- LICENSE | 2 +- package.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 261eeb9..85a1cc1 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [yyyy] [name of copyright owner] + Copyright 2022 Takuya Matsuyama Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/package.json b/package.json index 11e967c..9abe9e4 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "chat-bubbles", "private": true, "version": "0.0.0", + "license": "Apache-2.0", "scripts": { "dev": "vite", "build": "vite build",