From 917db323140673df8df3cbc2eb79632cc8f3555f Mon Sep 17 00:00:00 2001 From: VetheonGames Date: Tue, 19 Sep 2023 22:56:33 -0600 Subject: [PATCH] Update license, and gitignore, also update bundle --- .gitignore | 1 + Gemfile.lock | 10 ++++++---- LICENSE | 10 +++++----- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 3bd6c3c..01fb9bc 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ # rspec failure tracking .rspec_status buildgem.sh +Gemfile.lock diff --git a/Gemfile.lock b/Gemfile.lock index 65b1c53..3e74046 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - dynamic_curses_input (1.1.0) + dynamic_curses_input (1.2.1) curses reline @@ -9,6 +9,7 @@ GEM remote: https://rubygems.org/ specs: ast (2.4.2) + base64 (0.1.1) curses (1.4.4) io-console (0.6.0) json (2.6.3) @@ -21,10 +22,11 @@ GEM rainbow (3.1.1) rake (13.0.6) regexp_parser (2.8.1) - reline (0.3.7) + reline (0.3.8) io-console (~> 0.5) rexml (3.2.6) - rubocop (1.55.0) + rubocop (1.56.3) + base64 (~> 0.1.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -51,4 +53,4 @@ DEPENDENCIES rubocop BUNDLED WITH - 2.4.16 + 2.4.10 diff --git a/LICENSE b/LICENSE index 1b011b1..e4fb36b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ PixelRidge Business Exclusive General Public Use License for Software Executables (PixelRidge-BEGPULSE) -## Version 1.2 +## Version 1.3 ### Preamble @@ -20,7 +20,7 @@ Subject to the terms and conditions of this License, Licensor hereby grants you ### 3. Attribution -You must provide proper attribution to the Licensor by including a plain-view backlink to the Licensor's website. This backlink must be easily visible to all users and not hidden under any circumstances. +You must provide attribution to the Licensor by including a plain-view URI (or link) to the Licensor's website. This link must be easily visible to all users and not hidden under any circumstances. It should be noted that this should only apply in the event that it can. In the event a public link is impossible due to the nature of the usage of the Software, it's expected that attribution be given in a way such that the attribution complies with the Open Source Initiative standards for Open Source Attribution. ### 4. Business Use @@ -36,11 +36,11 @@ The Software is provided "AS-IS," without any warranty of any kind, either expre ### 7. Updates and Versioning -PixelRidge Softworks may or may not provide updates to the Software in the future. There is no obligation to provide updates or support for the Software. The latest version of this License shall always be considered the governing terms. PixelRidge Softworks will provide reasonable notice in the event of a license change. +PixelRidge Softworks may or may not provide updates to the Software in the future. There is no obligation to provide updates or support for the Software. The latest version of this License shall always be considered the governing terms. PixelRidge Softworks will provide reasonable notice in the event of a license change. Notice shall be provided via email. Due to spam laws, we cannot just email you. You may opt into our specialized mailing list for licensing on our website. ### 8. Source Code Availability -Any modifications to the Software must remain open-source and source-available in their entirety. +Any modifications to the Software must remain open-source and source-available in their entirety unless another agreement with the Licensor is formed. ### 9. Compliance Monitoring @@ -68,4 +68,4 @@ This License shall be governed by the laws of Alberta, Canada. ### 15. Miscellaneous -This License constitutes the entire agreement between you and PixelRidge Softworks concerning the Software. It may only be modified in writing, signed by both parties. \ No newline at end of file +This License constitutes the entire agreement between you and PixelRidge Softworks concerning the Software.