···30 meta = {
31 homepage = "http://ledger-cli.org/";
32 description = "A double-entry accounting system with a command-line reporting interface";
33- license = "BSD";
3435 longDescription = ''
36 Ledger is a powerful, double-entry accounting system that is accessed
···30 meta = {
31 homepage = "http://ledger-cli.org/";
32 description = "A double-entry accounting system with a command-line reporting interface";
33+ license = stdenv.lib.licenses.bsd3;
3435 longDescription = ''
36 Ledger is a powerful, double-entry accounting system that is accessed
···40 from the others by being extremely simple to setup and operate.
41 '';
42 homepage = http://www.fossil-scm.org/;
43- license = "BSD";
44 platforms = with stdenv.lib.platforms; all;
45 maintainers = [ #Add your name here!
46 stdenv.lib.maintainers.z77z
···40 from the others by being extremely simple to setup and operate.
41 '';
42 homepage = http://www.fossil-scm.org/;
43+ license = stdenv.lib.licenses.bsd2;
44 platforms = with stdenv.lib.platforms; all;
45 maintainers = [ #Add your name here!
46 stdenv.lib.maintainers.z77z
+1-1
pkgs/applications/video/cc1394/default.nix
···30 meta = {
31 homepage = http://www.alliedvisiontec.com/us/products/software/linux/avt-fire4linux.html;
32 description = "AVT Viewer application for AVT cameras";
33- license = "BSD";
34 maintainers = [ stdenv.lib.maintainers.viric ];
35 platforms = stdenv.lib.platforms.linux;
36 hydraPlatforms = []; # because libdc1394avt is broken
···30 meta = {
31 homepage = http://www.alliedvisiontec.com/us/products/software/linux/avt-fire4linux.html;
32 description = "AVT Viewer application for AVT cameras";
33+ license = stdenv.lib.licenses.bsd3;
34 maintainers = [ stdenv.lib.maintainers.viric ];
35 platforms = stdenv.lib.platforms.linux;
36 hydraPlatforms = []; # because libdc1394avt is broken
···8 sha256 = "0gv0slmm0qpq91za3v2v9glff3il594x5xsrbgab7xcmnh0ndkix";
9 };
1011+ meta = with stdenv.lib; {
12 homepage = http://www.tortall.net/projects/yasm/;
13 description = "Complete rewrite of the NASM assembler";
14+ license = licenses.bsd2;
15+ platforms = platforms.unix;
16 };
17}
+2-2
pkgs/development/interpreters/scsh/default.nix
···15 };
1617 meta = {
18- description = "a Scheme shell";
19 longDescription = ''
20 SCSH is an implementation of the Scheme shell. It is implemented as
21 a heap image which is interpreted by the Scheme 48 virtual machine.
22 '';
23 homepage = http://www.scsh.net/;
24- license = "BSD";
25 };
26}
···15 };
1617 meta = {
18+ description = "A Scheme shell";
19 longDescription = ''
20 SCSH is an implementation of the Scheme shell. It is implemented as
21 a heap image which is interpreted by the Scheme 48 virtual machine.
22 '';
23 homepage = http://www.scsh.net/;
24+ license = stdenv.lib.licenses.bsd3;
25 };
26}
···23 meta = {
24 description = "Insight Segmentation and Registration Toolkit";
25 homepage = http://www.itk.org/;
26- license = "BSD";
27 maintainers = with stdenv.lib.maintainers; [viric];
28 platforms = with stdenv.lib.platforms; linux;
29 };
···23 meta = {
24 description = "Insight Segmentation and Registration Toolkit";
25 homepage = http://www.itk.org/;
26+ license = stdenv.lib.licenses.asl20;
27 maintainers = with stdenv.lib.maintainers; [viric];
28 platforms = with stdenv.lib.platforms; linux;
29 };
+1-1
pkgs/development/libraries/ldns/default.nix
···1819 meta = {
20 description = "Library with the aim of simplifying DNS programming in C";
21- license = "BSD";
22 homepage = "http://www.nlnetlabs.nl/projects/ldns/";
23 };
24}
···1819 meta = {
20 description = "Library with the aim of simplifying DNS programming in C";
21+ license = stdenv.lib.licenses.bsd3;
22 homepage = "http://www.nlnetlabs.nl/projects/ldns/";
23 };
24}
···1819 meta = {
20 description = "ONC RPC portmapper";
21- license = "BSD";
22 longDescription = ''
23 Universal addresses to RPC program number mapper.
24 '';
···1819 meta = {
20 description = "ONC RPC portmapper";
21+ license = stdenv.lib.licenses.bsd3;
22 longDescription = ''
23 Universal addresses to RPC program number mapper.
24 '';
+1-1
pkgs/shells/ipython/default.nix
···45 meta = {
46 homepage = http://ipython.scipy.org/;
47 description = "An interactive computing environment for Python";
48- license = "BSD";
49 longDescription = ''
50 The goal of IPython is to create a comprehensive environment
51 for interactive and exploratory computing. It consists of an
···45 meta = {
46 homepage = http://ipython.scipy.org/;
47 description = "An interactive computing environment for Python";
48+ license = stdenv.lib.licenses.bsd3;
49 longDescription = ''
50 The goal of IPython is to create a comprehensive environment
51 for interactive and exploratory computing. It consists of an
+1-1
pkgs/tools/X11/xdotool/default.nix
···17 meta = {
18 homepage = http://www.semicomplete.com/projects/xdotool/;
19 description = "Fake keyboard/mouse input, window management, and more";
20- license = "BSD";
21 maintainers = with stdenv.lib.maintainers; [viric];
22 platforms = with stdenv.lib.platforms; linux;
23 };
···17 meta = {
18 homepage = http://www.semicomplete.com/projects/xdotool/;
19 description = "Fake keyboard/mouse input, window management, and more";
20+ license = stdenv.lib.licenses.bsd3;
21 maintainers = with stdenv.lib.maintainers; [viric];
22 platforms = with stdenv.lib.platforms; linux;
23 };
+2-2
pkgs/tools/networking/dnstop/default.nix
···1617 meta = {
18 description = "libpcap application that displays DNS traffic on your network";
19- homepage = "http://dns.measurement-factory.com/tools/dnstop";
20- license = "BSD";
21 };
22}
···1617 meta = {
18 description = "libpcap application that displays DNS traffic on your network";
19+ homepage = http://dns.measurement-factory.com/tools/dnstop;
20+ license = stdenv.lib.licenses.bsd3;
21 };
22}