From 3dc767d56a8b1cf0d3f8488fcaeb069b5a32bca6 Mon Sep 17 00:00:00 2001 From: Nichole Mattera Date: Sat, 26 Feb 2022 22:32:33 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Added=20license?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LICENSE | 21 +++++++++++++++++++++ package.json | 7 +++++++ 2 files changed, 28 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..4440ee1 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2022, Nichole Mattera + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +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. diff --git a/package.json b/package.json index 305d341..9f9fb56 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,13 @@ { "name": "pride-background", "version": "0.1.0", + "author": "Nichole Mattera", + "license": "MIT", + "repository": { + "type": "git", + "url": "git+https://git.nicholemattera.com/NicholeMattera/Pride-Background-Generator.git" + }, + "homepage": "https://pride.nicholemattera.gay", "private": true, "scripts": { "serve": "vue-cli-service serve",