Age | Commit message (Expand) | Author |
2014-09-28 | gnu: Add ruby....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.
| Pjotr Prins |
2014-06-30 | guix: Add CC0 license....* guix/licenses.scm (cc0): New variable.
| Eric Bavier |
2014-05-19 | guix: licenses: Add CeCILL-C license....* guix/licenses.scm (cecill-c): New variable.
| Eric Bavier |
2014-03-22 | licenses: Fix Nixpkgs license URL....* guix/licenses.scm: Fix Nixpkgs URL in comment.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Yakkala Yagnesh Raghava |
2014-01-22 | licenses: Add GNU FDL 1.3+....* guix/licenses.scm (fdl1.3+): New variable.
| Ludovic Courtès |
2013-06-03 | licenses: Add 'agpl3' and 'agpl3+'....* guix/licenses.scm (agpl3, agpl3+): New variables.
| Nikita Karetnikov |
2013-03-06 | licenses: Add 'x11-style'....* guix/licenses.scm (x11-style): New variable.
| Nikita Karetnikov |
2013-02-11 | gnu: Add tmux. licenses: add ISC....* gnu/packages/tmux.scm: New file.
* Makefile.am (MODULES): Use it.
* guix/licenses.scm: add ISC.
| Cyril Roelandt |
2013-02-05 | licenses: Add new meta-license fsf-free....* guix/licenses.scm (fsf-free): New record with constructor.
| Andreas Enge |
2013-01-24 | gnu: Add OCaml. licenses: Add QPL....* gnu/packages/ocaml.scm: New file.
* Makefile.am (MODULES): Add it.
* guix/licenses.scm: New variable.
| Cyril Roelandt |
2013-01-19 | gnu: Add Freetype....licenses: Add freetype license.
* gnu/packages/freetype.scm: New file.
* guix/licenses.scm (freetype): New variable.
* Makefile.am (MODULES): Add freetype.scm.
| Andreas Enge |
2013-01-18 | licenses: Add 'vim'....* guix/licenses.scm (vim): New variable.
| Andreas Enge |
2013-01-15 | licenses: Add 'psfl'....* guix/licenses.scm (psfl): New variable.
| Nikita Karetnikov |
2013-01-13 | licenses: Add 'openldap2.8'....* guix/licenses.scm (openldap2.8): New variable.
| Andreas Enge |
2013-01-06 | Update license headers....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.
| Ludovic Courtès |
2012-12-12 | licenses: Add 'bsd-style', 'expat', 'gpl1', 'gpl1+', 'lgpl2.0', and 'lgpl2.0+'....* guix/licenses.scm (bsd-style, expat, gpl1, gpl1+)
(lgpl2.0, lgpl2.0+): New variables.
| Nikita Karetnikov |
2012-12-08 | Add (guix licenses)....* guix/licenses.scm: New file.
* Makefile.am (MODULES): Add it.
| Nikita Karetnikov |