From f2bf35e1c74c8ae4f9b987c893c9e51bca738641 Mon Sep 17 00:00:00 2001 From: Whindmar Saksit Date: Mon, 23 Oct 2023 15:28:45 +0200 Subject: [PATCH] [RAPPS-DB] Replace LicenseInfo with LicenseType (#203) LicenseInfo was always wrong, the correct field name is LicenseType. This fixes the DB entries related to CORE-17771. --- .github/validate-rapps.py | 2 +- armagetron.txt | 2 +- clamwin.txt | 2 +- davegnukem.txt | 2 +- iqpuzzle.txt | 3 ++- jdk8.txt | 2 +- lzdoom.txt | 2 +- openoffice.txt | 2 +- stackandconquer.txt | 3 ++- winfile.txt | 2 +- 10 files changed, 12 insertions(+), 10 deletions(-) diff --git a/.github/validate-rapps.py b/.github/validate-rapps.py index fca8ea8b..d2ff518b 100644 --- a/.github/validate-rapps.py +++ b/.github/validate-rapps.py @@ -24,7 +24,7 @@ b'SizeBytes', b'Icon', b'Screenshot1', - b'LicenseInfo', + b'LicenseType', b'Languages', ] diff --git a/armagetron.txt b/armagetron.txt index 0f578a37..7b19b61d 100644 --- a/armagetron.txt +++ b/armagetron.txt @@ -2,7 +2,7 @@ Name = Armagetron Advanced Version = 0.2.9.0.1 License = GPL -LicenseInfo = 1 +LicenseType = 1 Description = A Tron clone in 3D. Full screen is laggy 640x480 works well. Category = 4 URLSite = http://www.armagetronad.org/downloads.php diff --git a/clamwin.txt b/clamwin.txt index ea369b23..65d09289 100644 --- a/clamwin.txt +++ b/clamwin.txt @@ -2,7 +2,7 @@ Name = ClamWin Free Antivirus Version = 0.103.2.1 License = GPL -LicenseInfo = 1 +LicenseType = 1 Description = ClamWin is a Free Antivirus program for Microsoft Windows 10/8/7/Vista/XP/Me/2000/98 and Windows Server 2012, 2008 and 2003. Category = 12 URLSite = http://www.clamwin.com/ diff --git a/davegnukem.txt b/davegnukem.txt index ed29441b..ca74c9ba 100644 --- a/davegnukem.txt +++ b/davegnukem.txt @@ -2,7 +2,7 @@ Name = Dave Gnukem Version = 1.0.1 License = MIT GPL CC -LicenseInfo = 1 +LicenseType = 1 Description = Dave Gnukem is a retro-style 2D scrolling platform shooter. It is inspired by and similar to Duke Nukem 1. Category = 4 URLSite = https://github.com/davidjoffe/dave_gnukem diff --git a/iqpuzzle.txt b/iqpuzzle.txt index e8efd954..7b3d8e40 100644 --- a/iqpuzzle.txt +++ b/iqpuzzle.txt @@ -1,7 +1,8 @@ [Section] Name = iQPuzzle Version = 1.2.9 -License = Open Source (GPLv3) +License = GPLv3 +LicenseType = 1 Description = A diverting I.Q. challenging pentomino puzzle Category = 4 URLSite = https://elth0r0.github.io/iqpuzzle/ diff --git a/jdk8.txt b/jdk8.txt index 77df9157..13b19c53 100644 --- a/jdk8.txt +++ b/jdk8.txt @@ -2,7 +2,7 @@ Name = Java SE 8. Compiler and Runtime Environment. Version = 8.48.0.53 License = GPLv2 -LicenseInfo = 1 +LicenseType = 1 Description = An open source Java compiler and runtime environment built by Zulu based on OpenJDK. Category = 7 URLSite = https://www.azul.com diff --git a/lzdoom.txt b/lzdoom.txt index 3e1e80cf..7c6f2428 100644 --- a/lzdoom.txt +++ b/lzdoom.txt @@ -2,7 +2,7 @@ Name = LZDoom and Freedoom packaged with an installer. Version = 3.86 License = GPL and BSD -LicenseInfo = 1 +LicenseType = 1 Description = Open source Doom assets packged with an open source Doom engine. Category = 4 URLSite = https://sourceforge.net/projects/lzdoom-plus-freedoom diff --git a/openoffice.txt b/openoffice.txt index 3feabb29..21ac5f89 100644 --- a/openoffice.txt +++ b/openoffice.txt @@ -2,7 +2,7 @@ Name = Apache OpenOffice Version = 4.1.14 License = AL v2.0 -LicenseInfo = 1 +LicenseType = 1 Description = Open source office suite. Category = 6 URLSite = https://www.openoffice.org/ diff --git a/stackandconquer.txt b/stackandconquer.txt index 4e456e42..05cdd15e 100644 --- a/stackandconquer.txt +++ b/stackandconquer.txt @@ -1,7 +1,8 @@ [Section] Name = StackAndConquer Version = 0.10.0 -License = Open Source (GPLv3) +License = GPLv3 +LicenseType = 1 Description = A challenging tower conquest board game Category = 4 URLSite = https://github.com/ElTh0r0/stackandconquer diff --git a/winfile.txt b/winfile.txt index dc65ea68..a4a8514c 100644 --- a/winfile.txt +++ b/winfile.txt @@ -2,7 +2,7 @@ Name = WinFile Version = 10.14.4.0 License = MIT -LicenseInfo = 1 +LicenseType = 1 Description = The Windows File Manager lives again and runs as a native x86 and x64 desktop app on all currently supported version of Windows, including Windows 10. Category = 12 URLSite = https://github.com/qbancoffee/winfile/tree/reactos