aboutsummaryrefslogtreecommitdiff
path: root/guix/licenses.scm
Commit message (Collapse)AuthorAge
...
* licenses: Add Apache Software License 1.1.Roel Janssen2016-03-17
| | | | | | * guix/licenses.scm (asl1.1): New variables. Signed-off-by: Leo Famulari <leo@famulari.name>
* licenses: Add repoze license.Leo Famulari2016-02-22
| | | | * guix/licenses.scm (repoze): New variable.
* licenses: Add CC-BY-SA and CC-BY.Rene Saavedra2016-02-18
| | | | | | * guix/licenses.scm (cc-by-sa2.0, cc-by2.0): New variables. Signed-off-by: Alex Kost <alezost@gmail.com>
* licenses: Add tcl/tk license.Jan Nieuwenhuizen2016-02-12
| | | | | | * guix/licenses.scm (tcl/tk): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* licenses: Add the fdl1.1+.Fabian Harfert2016-02-04
| | | | * guix/licenses.scm (fdl1.1+): New variable.
* licenses: Add the Unlicense.Leo Famulari2016-02-02
| | | | * guix/licenses.scm (unlicense): New variable.
* license: Add giftware.David Thompson2016-01-31
| | | | * guix/licenses.scm (giftware): New variable.
* gnu: licenses: Add Mozilla Public License 1.0.Eric Bavier2016-01-20
| | | | * guix/licenses.scm (mpl1.0): New variable.
* licenses: Add CC BY SA 3.0.Ricardo Wurmus2015-12-30
| | | | * guix/licenses.scm (cc-by-sa3.0): New variable.
* licenses: Add Zope Public License.Ricardo Wurmus2015-09-22
| | | | * guix/licenses.scm (zpl2.1): New variable.
* licenses: Add CC-BY-SA and CC-BY.Ludovic Courtès2015-09-06
| | | | * guix/licenses.scm (cc-by-sa4.0, cc-by3.0): New variables.
* guix: Add GUST font license 1.0.Ricardo Wurmus2015-09-02
| | | | * guix/licenses.scm (gfl1.0): New variable.
* guix: Add Sleepycat license.Ricardo Wurmus2015-08-20
| | | | * guix/licenses.scm (sleepycat): New variable.
* licenses: Add Fontana's copyleft-next.Ludovic Courtès2015-07-17
| | | | * guix/licenses.scm (copyleft-next): New variable.
* licenses: Add the SGI Free Software License B, version 2.0.Mark H Weaver2015-06-23
| | | | * guix/licenses.scm (sgifreeb2.0): New variable.
* licenses: Add the Open Publication License 1.0.Mark H Weaver2015-06-05
| | | | * guix/licenses.scm (opl1.0+): New variable.
* licenses: Add the Ms-PL.Ludovic Courtès2015-03-17
| | | | * guix/licenses.scm (ms-pl): New variable.
* licenses: Rename 'bsd-style' to 'non-copyleft'.Ludovic Courtès2015-03-14
| | | | | | * guix/licenses.scm (bsd-style): Rename to... (non-copyleft): ... this. Clarify docstring. (bsd-style): Introduce as an alias for 'non-copyleft'.
* licenses: Add IPA Font License.Andreas Enge2015-02-24
| | | | * guix/licenses.scm (ipa): New variable.
* guix: licenses: Add Artistic 2.0 license.Eric Bavier2015-02-18
| | | | * guix/licenses.scm (artistic2.0): New variable.
* gnu: licenses: Add NCSA license.Eric Bavier2014-12-09
| | | | * guix/licenses.scm (ncsa): New variable.
* licenses: Add MPL 1.1.Ludovic Courtès2014-11-25
| | | | * guix/licenses.scm (mpl1.1): New variable.
* licenses: Add the Clarified Artistic License.Ludovic Courtès2014-11-19
| | | | * guix/licenses.scm (clarified-artistic): New variable.
* licenses: Add 'silofl1.1'.Alex Kost2014-11-10
| | | | * guix/licenses.scm (silofl1.1): New variable.
* licenses: Add 'imlib2'.Alex Kost2014-10-26
| | | | | * guix/licenses.scm (imlib2): New variable. * gnu/packages/image.scm (imlib2): Use it.
* gnu: Add ruby.Pjotr Prins2014-09-28
| | | | | | | | Co-authored-by: David Thompson <davet@gnu.org> * gnu/packages/ruby.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. * guix/licenses.scm (ruby): New variable.
* guix: Add CC0 license.Eric Bavier2014-06-30
| | | | * guix/licenses.scm (cc0): New variable.
* guix: licenses: Add CeCILL-C license.Eric Bavier2014-05-19
| | | | * guix/licenses.scm (cecill-c): New variable.
* licenses: Fix Nixpkgs license URL.Yakkala Yagnesh Raghava2014-03-22
| | | | | | * guix/licenses.scm: Fix Nixpkgs URL in comment. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* licenses: Add GNU FDL 1.3+.Ludovic Courtès2014-01-22
| | | | * guix/licenses.scm (fdl1.3+): New variable.
* licenses: Add 'agpl3' and 'agpl3+'.Nikita Karetnikov2013-06-03
| | | | * guix/licenses.scm (agpl3, agpl3+): New variables.
* licenses: Add 'x11-style'.Nikita Karetnikov2013-03-06
| | | | * guix/licenses.scm (x11-style): New variable.
* gnu: Add tmux. licenses: add ISC.Cyril Roelandt2013-02-11
| | | | | | * gnu/packages/tmux.scm: New file. * Makefile.am (MODULES): Use it. * guix/licenses.scm: add ISC.
* licenses: Add new meta-license fsf-free.Andreas Enge2013-02-05
| | | | * guix/licenses.scm (fsf-free): New record with constructor.
* gnu: Add OCaml. licenses: Add QPL.Cyril Roelandt2013-01-24
| | | | | | * gnu/packages/ocaml.scm: New file. * Makefile.am (MODULES): Add it. * guix/licenses.scm: New variable.
* gnu: Add Freetype.Andreas Enge2013-01-19
| | | | | | | | licenses: Add freetype license. * gnu/packages/freetype.scm: New file. * guix/licenses.scm (freetype): New variable. * Makefile.am (MODULES): Add freetype.scm.
* licenses: Add 'vim'.Andreas Enge2013-01-18
| | | | * guix/licenses.scm (vim): New variable.
* licenses: Add 'psfl'.Nikita Karetnikov2013-01-15
| | | | * guix/licenses.scm (psfl): New variable.
* licenses: Add 'openldap2.8'.Andreas Enge2013-01-13
| | | | * guix/licenses.scm (openldap2.8): New variable.
* Update license headers.Ludovic Courtès2013-01-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change all license headers, except guix/build/* and ld-wrapper.scm, with this code: (use-modules (guix build utils) (srfi srfi-1)) (fluid-set! %default-port-encoding "UTF-8") (substitute* (remove (lambda (f) (or (string-contains f ".tar.") (string-contains f ".git/") (string-contains f ".so") (string-suffix? ".o" f) (string-suffix? ".a" f) (string-suffix? ".go" f) (string-suffix? ".pdf" f) (string-suffix? ".png" f) (string-suffix? ".info" f) (equal? (basename f) "guix-daemon") (equal? (basename f) "nix-setuid-helper") (string-contains f "nix-upstream/") (string-contains f "distro/packages/bootstrap/"))) (find-files "." "\\.[a-z]+$")) (("^([[:graph:]]+) This file is part of Guix." _ comment-start) (string-append comment-start " This file is part of GNU Guix.")) (("^([[:graph:]]+) Guix --- Nix package management.*" _ comment-start) (string-append comment-start " GNU Guix --- Functional package management for GNU\n")) (("^([[:graph:]]+) Guix is " _ comment-start) (string-append comment-start " GNU Guix is ")) (("^([[:graph:]]+) along with Guix." _ comment-start) (string-append comment-start " along with GNU Guix.")) (("^([[:graph:]]+) Copyright \\(C\\)" _ comment-start) (string-append comment-start " Copyright ©"))) Change headers using C-style comments manually.
* licenses: Add 'bsd-style', 'expat', 'gpl1', 'gpl1+', 'lgpl2.0', and 'lgpl2.0+'.Nikita Karetnikov2012-12-12
| | | | | * guix/licenses.scm (bsd-style, expat, gpl1, gpl1+) (lgpl2.0, lgpl2.0+): New variables.
* Add (guix licenses).Nikita Karetnikov2012-12-08
* guix/licenses.scm: New file. * Makefile.am (MODULES): Add it.