Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix license attributes to SPDX standard #2377

Merged
merged 2 commits into from
Jul 11, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions bucket/7zip.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"homepage": "http://www.7-zip.org/",
"description": "A free and open-source file archiver with a high compression ratio",
"license": "http://www.7-zip.org/license.txt",
"description": "A multi-format file archiver with high compression ratios",
"license": {
"identifier": "LGPL-2.0-only,BSD-3-Clause",
"url": "https://www.7-zip.org/license.txt"
},
"version": "18.05",
"architecture": {
"64bit": {
Expand Down
2 changes: 1 addition & 1 deletion bucket/artifact.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"description": "The open source design documentation tool",
"version": "1.0.1",
"homepage": "https://github.com/vitiral/artifact",
"license": "MIT OR Apache-2.0",
"license": "MIT|Apache-2.0",
"bin": "art.exe",
"checkver": "github",
"architecture": {
Expand Down
5 changes: 4 additions & 1 deletion bucket/autoit.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"homepage": "https://www.autoitscript.com/site/autoit/",
"description": "Scripting language designed for automating the Windows GUI and general scripting",
"license": "https://www.autoitscript.com/autoit3/docs/license.htm",
"license": {
"identifier": "Freeware",
"url": "https://www.autoitscript.com/autoit3/docs/license.htm"
},
"version": "3.3.14.5",
"url": "https://www.autoitscript.com/files/autoit3/autoit-v3.zip",
"hash": "df9a20022998c7ac11af23fc69f5d42698ed187b4d03b75fa911570c648d9642",
Expand Down
5 changes: 4 additions & 1 deletion bucket/cdrtools.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@
"description": "Burn and read CDs, DVDs, and Blu-ray discs",
"hash": "f534062cab7585b82bd764f02bc65fb0c7c27ac1615786bfc81c35880ce4acc6",
"homepage": "https://sourceforge.net/projects/tumagcc/",
"license": "CDDL-1.0 OR GPL-2.0 OR LGPL-2.1",
"license": {
"identifier": "CDDL-1.0,GPL-2.0,LGPL-2.1",
"url": "https://github.com/jobermayr/cdrtools/blob/master/COPYING"
},
"url": "https://downloads.sourceforge.net/project/tumagcc/schily-cdrtools-3.01.7z",
"version": "3.01"
}
5 changes: 4 additions & 1 deletion bucket/cockroachdb.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"homepage": "https://www.cockroachlabs.com/",
"description": "The SQL database for global cloud services",
"license": "https://github.com/cockroachdb/cockroach/blob/master/LICENSE",
"license": {
"identifier": "Apache-2.0,BSD-3-Clause,MIT,Freeware",
"url": "https://github.com/cockroachdb/cockroach/blob/master/LICENSE"
},
"version": "2.0.3",
"url": "https://binaries.cockroachdb.com/cockroach-v2.0.3.windows-6.2-amd64.zip",
"hash": "4115e1ab7a38527baa883960c91c00896a3cd8f994f683e1b8048aae5edfec4c",
Expand Down
2 changes: 1 addition & 1 deletion bucket/dart.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "1.24.3",
"license": "BSD",
"license": "BSD-3-Clause",
"homepage": "https://www.dartlang.org/",
"extract_dir": "dart-sdk",
"env_add_path": [
Expand Down
5 changes: 4 additions & 1 deletion bucket/exiftool.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"homepage": "https://sno.phy.queensu.ca/~phil/exiftool/index.html",
"version": "11.06",
"license": "https://dev.perl.org/licenses/",
"license": {
"identifier": "Artistic-1.0-Perl|GPL-1.0-only",
"url": "https://dev.perl.org/licenses/"
},
"url": "https://downloads.sourceforge.net/project/exiftool/exiftool-11.06.zip",
"hash": "sha1:5b790ed6b975ed0d486fc26f5d88d1440b674c30",
"bin": [
Expand Down
2 changes: 1 addition & 1 deletion bucket/ghq.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"homepage": "https://github.com/motemen/ghq",
"version": "0.8.0",
"license": "MIT License",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/motemen/ghq/releases/download/v0.8.0/ghq_windows_amd64.zip",
Expand Down
2 changes: 1 addition & 1 deletion bucket/gitversion.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"homepage": "https://gitversion.readthedocs.io/",
"license": "MIT License",
"license": "MIT",
"version": "3.6.5",
"url": "https://github.com/GitTools/GitVersion/releases/download/v3.6.5/GitVersion.Portable.3.6.5.nupkg#/dl.7z",
"hash": "2715ec558d12215aae2f25f16a5865fc2a8cb8bf790ac57e74c1a95844145193",
Expand Down
2 changes: 1 addition & 1 deletion bucket/graphviz.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"homepage": "https://www.graphviz.org/",
"version": "2.38",
"license": "EPL",
"license": "EPL-1.0",
"url": "https://graphviz.gitlab.io/_pages/Download/windows/graphviz-2.38.msi",
"hash": "c794ea03bc2631fff468f4d97fa6726c536fc98ee579529779aa6f45e94e4f6d",
"bin": [
Expand Down
5 changes: 4 additions & 1 deletion bucket/jetbrains-toolbox.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"homepage": "https://jetbrains.com/",
"version": "1.9.3935",
"license": "https://www.jetbrains.com/store/license.html",
"license": {
"identifier": "Freeware",
"url": "https://www.jetbrains.com/store/license.html"
},
"url": "https://download.jetbrains.com/toolbox/jetbrains-toolbox-1.9.3935.exe",
"hash": "1695b466ba256a8240ebf2a7e53504dfe99bc36905491d25e64f4a25e934259e",
"installer": {
Expand Down
5 changes: 4 additions & 1 deletion bucket/latex.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"homepage": "https://miktex.org",
"version": "2.9.6753",
"license": "https://miktex.org/copying",
"license": {
"identifier": "Freeware",
"url": "https://miktex.org/copying"
},
"url": "https://ftp.fau.de/ctan/systems/win32/miktex/setup/windows-x86/miktex-portable-2.9.6753.exe#/dl.7z",
"hash": "c8b85fc4694d748e8e481ea8e9a31057688c9e16dda8ea7686c00b29b9d6f6e2",
"env_add_path": "texmfs\\install\\miktex\\bin",
Expand Down
2 changes: 1 addition & 1 deletion bucket/leiningen.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "2.8.1",
"license": "Eclipse Public License 1.0",
"license": "EPL-1.0",
"url": "https://raw.githubusercontent.com/technomancy/leiningen/2.8.1/bin/lein.bat",
"homepage": "https://github.com/technomancy/leiningen",
"bin": "lein.bat",
Expand Down
2 changes: 1 addition & 1 deletion bucket/less.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"homepage": "http://www.greenwoodsoftware.com/less/",
"version": "530",
"license": "BSD",
"license": "GPL-3.0-only,BSD-3-Clause",
"bin": [
"less.exe",
"lesskey.exe"
Expand Down
2 changes: 1 addition & 1 deletion bucket/mediainfo.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "18.05",
"homepage": "https://mediaarea.net/en/MediaInfo",
"license": "BSD",
"license": "BSD-2-Clause",
"architecture": {
"64bit": {
"url": "https://mediaarea.net/download/binary/mediainfo/18.05/MediaInfo_CLI_18.05_Windows_x64.zip",
Expand Down
5 changes: 4 additions & 1 deletion bucket/mozjpeg.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"homepage": "https://github.com/mozilla/mozjpeg",
"description": "Improved JPEG encoder",
"version": "3.1",
"license": "https://raw.githubusercontent.com/mozilla/mozjpeg/master/LICENSE.md",
"license": {
"identifier": "BSD-3-Clause,IJG,Zlib",
"url": "https://raw.githubusercontent.com/mozilla/mozjpeg/master/LICENSE.md"
},
"url": "https://mozjpeg.codelove.de/bin/mozjpeg_3.1_x86.zip",
"hash": "f8fd47f219823e7ee1fe6583bca8baca075d214081588f1fd66141f790cf0731",
"bin": [
Expand Down
2 changes: 1 addition & 1 deletion bucket/msmpi.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"homepage": "https://www.microsoft.com/en-us/download/details.aspx?id=56727",
"version": "9.0.1",
"license": "license.rtf",
"license": "Freeware",
"url": "https://download.microsoft.com/download/4/A/6/4A6AAED8-200C-457C-AB86-37505DE4C90D/msmpisetup.exe",
"hash": "2fa35146e3d7dce6aba3d9cd81c1e16166a405bfe7094d1ae03c60fcdeb8e455",
"env_add_path": ".",
Expand Down
2 changes: 1 addition & 1 deletion bucket/mysql-workbench.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "6.3.10",
"license": "GPL",
"license": "GPL-2.0-only",
"homepage": "https://dev.mysql.com/downloads/workbench/",
"architecture": {
"64bit": {
Expand Down
2 changes: 1 addition & 1 deletion bucket/nano.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"homepage": "https://www.nano-editor.org/",
"version": "2.5.3",
"license": "GPL",
"license": "GPL-3.0-only",
"url": "https://www.nano-editor.org/dist/v2.5/NT/nano-2.5.3.zip",
"hash": "c012456b9f29e488b0e9a688aa43a34326dd573f9e99765cbdac2b81a4bc1060",
"bin": "nano.exe",
Expand Down
2 changes: 1 addition & 1 deletion bucket/nasm.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"homepage": "http://www.nasm.us",
"license": "BSD",
"license": "BSD-2-Clause",
"version": "2.13.03",
"extract_dir": "nasm-2.13.03",
"architecture": {
Expand Down
5 changes: 4 additions & 1 deletion bucket/neovim.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"version": "0.3.0",
"license": "https://github.com/neovim/neovim/blob/master/LICENSE",
"license": {
"identifier": "Apache-2.0,MIT,Vim,Freeware(Node.js)",
"url": "https://github.com/neovim/neovim/blob/master/LICENSE"
},
"architecture": {
"64bit": {
"url": "https://github.com/neovim/neovim/releases/download/v0.3.0/nvim-win64.zip",
Expand Down
2 changes: 1 addition & 1 deletion bucket/nginx.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"homepage": "https://nginx.org",
"version": "1.15.1",
"license": "BSD",
"license": "BSD-2-Clause",
"url": "https://nginx.org/download/nginx-1.15.1.zip",
"hash": "b5044013bdf2736e871cd63eb25e1e2d96a606dfafff81ffa03069c6ceffa6cb",
"extract_dir": "nginx-1.15.1",
Expand Down
2 changes: 1 addition & 1 deletion bucket/nikto.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"homepage": "https://projects.giacomodrago.com/nikto-win/",
"version": "2.1.5",
"license": "GPL",
"license": "GPL-1.0-only",
"url": "https://projects.giacomodrago.com/nikto-win/nikto-2.1.5-win.7z",
"hash": "c70506872670e7c0cb1b497d732a58e19f9e0934e8b32bf212334aed00fca173",
"extract_dir": "nikto-2.1.5",
Expand Down
2 changes: 1 addition & 1 deletion bucket/octave.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"homepage": "https://www.gnu.org/software/octave/",
"version": "4.4.0",
"license": "GNU GPL",
"license": "GPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://ftp.gnu.org/gnu/octave/windows/octave-4.4.0-w64.zip",
Expand Down
2 changes: 1 addition & 1 deletion bucket/openssh.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"homepage": "https://www.openssh.com/",
"version": "7.6p1",
"license": "ISC license",
"license": "ISC",
"architecture": {
"64bit": {
"url": [
Expand Down
2 changes: 1 addition & 1 deletion bucket/packer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"homepage": "https://www.packer.io",
"license": "Mozilla Public License 2.0",
"license": "MPL-2.0",
"version": "1.2.3",
"architecture": {
"64bit": {
Expand Down
2 changes: 1 addition & 1 deletion bucket/pcregrep.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"homepage": "https://pcre.org/",
"version": "10.20",
"license": "BSD",
"license": "BSD-3-Clause",
"architecture": {
"32bit": {
"url": "https://github.com/rivy/PCRE/releases/download/10.20/pcre2grep-10.20-x32.zip",
Expand Down
2 changes: 1 addition & 1 deletion bucket/pdftk.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"homepage": "https://www.pdflabs.com/tools/pdftk-server/",
"version": "2.02",
"license": "GPL",
"license": "GPL-2.0-only",
"url": "https://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/pdftk_server-2.02-win-setup.exe",
"hash": "cc8f6a43fc91026bb739ad0ad9a124c24750d6127662fb3638ec1d44403aabd2",
"innosetup": true,
Expand Down
2 changes: 1 addition & 1 deletion bucket/perl.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"homepage": "http://strawberryperl.com",
"version": "5.28.0.1",
"license": "GPL",
"license": "Artistic-1.0-Perl|GPL-1.0-only",
"architecture": {
"32bit": {
"url": "http://strawberryperl.com/download/5.28.0.1/strawberry-perl-5.28.0.1-32bit-portable.zip",
Expand Down
2 changes: 1 addition & 1 deletion bucket/phantomjs.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"homepage": "http://phantomjs.org/",
"version": "2.1.1",
"license": "BSD",
"license": "BSD-3-Clause",
"hash": "d9fb05623d6b26d3654d008eab3adafd1f6350433dfd16138c46161f42c7dcc8",
"url": "https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-windows.zip",
"extract_dir": "phantomjs-2.1.1-windows",
Expand Down
2 changes: 1 addition & 1 deletion bucket/pkg-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "0.26-1",
"license": "GNU GPL",
"license": "GPL-2.0-only",
"url": [
"https://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/pkg-config_0.26-1_win32.zip",
"https://ftp.gnome.org/pub/gnome/binaries/win32/glib/2.28/glib_2.28.8-1_win32.zip",
Expand Down
2 changes: 1 addition & 1 deletion bucket/pngquant.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"homepage": "https://pngquant.org/",
"description": "A command-line utility for lossy compression of PNG images",
"license": "GPL",
"license": "GPL-3.0-only",
"version": "2.11.7",
"hash": "2ec61729baeec7b0f1d7c11b5444d0419362b4ddfe2fc1f8d010710e71e2815b",
"url": "https://pngquant.org/pngquant-windows.zip",
Expand Down
2 changes: 1 addition & 1 deletion bucket/python-exp.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"homepage": "https://www.python.org/",
"license": "https://docs.python.org/3/license.html",
"license": "Python-2.0",
"version": "3.5.2",
"architecture": {
"64bit": {
Expand Down
2 changes: 1 addition & 1 deletion bucket/python.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"homepage": "https://www.python.org/",
"license": "https://docs.python.org/3/license.html",
"license": "Python-2.0",
"version": "3.7.0",
"architecture": {
"64bit": {
Expand Down
2 changes: 1 addition & 1 deletion bucket/red.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"homepage": "http://www.red-lang.org",
"version": "0.6.3",
"license": "BSD-3 AND BSL-1.0",
"license": "BSD-3-Clause,BSL-1.0",
"url": "https://static.red-lang.org/dl/win/red-063.exe#/red.exe",
"hash": "105d0f7b009a802a35a636c5dbedc69e89477fd62b6ba77690845fd78d436171",
"bin": "red.exe",
Expand Down
5 changes: 4 additions & 1 deletion bucket/resharper-clt.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"version": "2018.1.3",
"homepage": "https://www.jetbrains.com/resharper/download/index.html#section=resharper-clt",
"license": "https://www.jetbrains.com/resharper/buy/command_line_license.html",
"license": {
"identifier": "Freeware",
"url": "https://www.jetbrains.com/resharper/buy/command_line_license.html"
},
"url": "https://download.jetbrains.com/resharper/JetBrains.ReSharper.CommandLineTools.2018.1.3.zip",
"hash": "6f6b06f16d885a0c9f7795b20c60446464f230444ce7119ec1b114b1438ddd55",
"bin": [
Expand Down
3 changes: 2 additions & 1 deletion bucket/rsync.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"homepage": "https://www.itefix.net/cwrsync",
"version": "5.7.2",
"license": "https://www.itefix.net/content/cwrsync-licenseversion",
"license": "GPL-3.0-only",
"##": "See also: https://www.itefix.net/content/cwrsync-licenseversion",
"url": "https://www.itefix.net/dl/cwrsync_5.7.2_x86_free.zip",
"hash": "c61258fe6d1ab9af7b0a45fb166b0c69ee13bdf971d4a3b486b8d1e33425fcf5",
"extract_dir": "cwrsync_5.7.2_x86_Free",
Expand Down
2 changes: 1 addition & 1 deletion bucket/rust-msvc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"homepage": "https://www.rust-lang.org",
"version": "1.27.1",
"license": "MIT OR Apache-2.0",
"license": "MIT|Apache-2.0",
"architecture": {
"64bit": {
"url": "https://static.rust-lang.org/dist/rust-1.27.1-x86_64-pc-windows-msvc.msi",
Expand Down
2 changes: 1 addition & 1 deletion bucket/rust.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"homepage": "https://www.rust-lang.org",
"version": "1.27.1",
"license": "MIT OR Apache-2.0",
"license": "MIT|Apache-2.0",
"architecture": {
"64bit": {
"url": "https://static.rust-lang.org/dist/rust-1.27.1-x86_64-pc-windows-gnu.msi",
Expand Down
2 changes: 1 addition & 1 deletion bucket/sbt.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"homepage": "https://www.scala-sbt.org/",
"version": "1.1.6",
"license": "BSD",
"license": "BSD-3-Clause",
"url": "https://github.com/sbt/sbt/releases/download/v1.1.6/sbt-1.1.6.zip",
"hash": "73811a1789261da9334f1016bc0538953a24e0953690c75c9c2e59eb20c4983c",
"extract_dir": "sbt",
Expand Down
2 changes: 1 addition & 1 deletion bucket/ssh-copy-id.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "2015-03-22",
"license": "GNU GPL",
"license": "GPL-2.0-only",
"url": "https://raw.githubusercontent.com/deevus/ssh-copy-id-posh/a75f94aca42aa6c18f631957f3d1ef6b606d0d43/ssh-copy-id/ssh-copy-id.ps1",
"depends": [
"gow",
Expand Down
2 changes: 1 addition & 1 deletion bucket/tidy.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
},
"description": "Tidy HTML and XML files",
"homepage": "http://www.html-tidy.org/",
"license": "http://www.html-tidy.org/documentation/#license",
"license": "BSD-3-Clause",
"version": "5.6.0"
}
Loading