From 5e08f4b3299b30e7fea2a83c91ff248023ed3307 Mon Sep 17 00:00:00 2001 From: Edward Loveall Date: Mon, 4 Dec 2023 14:43:22 -0500 Subject: [PATCH] Update License to include https and package.json --- LICENSE | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index 1ce8758..0ad25db 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,7 @@ GNU AFFERO GENERAL PUBLIC LICENSE Version 3, 19 November 2007 - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. @@ -643,7 +643,7 @@ the "copyright" line and a pointer to where the full notice is found. GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License - along with this program. If not, see . + along with this program. If not, see . Also add information on how to contact you by electronic and paper mail. @@ -658,4 +658,4 @@ specific requirements. You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU AGPL, see -. \ No newline at end of file +. diff --git a/package.json b/package.json index b0b64ee..3c98b12 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scribe-ui", - "license": "UNLICENSED", + "license": "AGPL-3.0-or-later", "private": true, "dependencies": { "@rails/ujs": "^6.0.0",