lol

Merge pull request #44899 from bhipple/fix/antlr-license

antlr: fix license

authored by

Matthew Bauer and committed by
GitHub
4c1d5a8d fb723582

+7 -2
+1
pkgs/development/tools/parsing/antlr/2.7.7.nix
··· 20 20 walk parse trees. 21 21 ''; 22 22 homepage = http://www.antlr.org/; 23 + license = licenses.bsd3; 23 24 platforms = platforms.unix; 24 25 }; 25 26 }
+2 -1
pkgs/development/tools/parsing/antlr/3.4.nix
··· 9 9 }; 10 10 11 11 unpackPhase = "true"; 12 - 12 + 13 13 installPhase = '' 14 14 mkdir -p "$out"/{lib/antlr,bin} 15 15 cp "$src" "$out/lib/antlr/antlr-${version}-complete.jar" ··· 33 33 walk parse trees. 34 34 ''; 35 35 homepage = http://www.antlr.org/; 36 + license = licenses.bsd3; 36 37 platforms = platforms.linux ++ platforms.darwin; 37 38 }; 38 39 }
+2 -1
pkgs/development/tools/parsing/antlr/3.5.nix
··· 9 9 }; 10 10 11 11 unpackPhase = "true"; 12 - 12 + 13 13 installPhase = '' 14 14 mkdir -p "$out"/{lib/antlr,bin} 15 15 cp "$src" "$out/lib/antlr/antlr-${version}-complete.jar" ··· 33 33 walk parse trees. 34 34 ''; 35 35 homepage = http://www.antlr.org/; 36 + license = licenses.bsd3; 36 37 platforms = platforms.linux; 37 38 }; 38 39 }
+2
pkgs/development/tools/parsing/antlr/4.7.nix
··· 28 28 meta = with stdenv.lib; { 29 29 description = "C++ target for ANTLR 4"; 30 30 homepage = http://www.antlr.org/; 31 + license = licenses.bsd3; 31 32 platforms = platforms.unix; 32 33 }; 33 34 }; ··· 73 74 walk parse trees. 74 75 ''; 75 76 homepage = http://www.antlr.org/; 77 + license = licenses.bsd3; 76 78 platforms = platforms.unix; 77 79 }; 78 80 };