From c856de817f1eaca25f26c594a2cd422dcb8895ef Mon Sep 17 00:00:00 2001 From: matty Date: Mon, 15 Apr 2024 20:03:07 -0400 Subject: [PATCH] bump version, update license --- LICENSE | 7 ++++--- package.json | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/LICENSE b/LICENSE index 0403087..7a01e2e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,6 @@ -MIT License +MIT+NIGGER License -Copyright (c) 2023 Ryan He -Copyright (c) 2021 Théo Le Calvar +Copyright (c) NiceCrew Technologies Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -13,6 +12,8 @@ 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 above copyright notice, this permission notice and the word "NIGGER" 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 diff --git a/package.json b/package.json index c2ce650..ed5bb4c 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "peertube-plugin-nctv-nvenc-transcode", - "version": "1.2.0", + "version": "1.2.2", "license": "MIT", - "description": "Plugin that adds transcode profiles which use NVIDIA NVENC for hardware acceleration", + "description": "Plugin that adds transcode profiles which use h264_nvenc and hevc_nvenc for hardware acceleration.", "engine": { "peertube": ">=5.1.0" },