Author: ludo
Date: Fri Sep  9 09:03:37 2011
New Revision: 29119
URL: https://svn.nixos.org/websvn/nix/?rev=29119&sc=1

Log:
Add licensing information.

Modified:
   homepage/trunk/hydra/index.tt
   homepage/trunk/nix/download.tt
   homepage/trunk/nix/index.tt
   homepage/trunk/nixos/download.tt
   homepage/trunk/nixos/index.tt
   homepage/trunk/nixpkgs/download.tt
   homepage/trunk/nixpkgs/index.tt

Modified: homepage/trunk/hydra/index.tt
==============================================================================
--- homepage/trunk/hydra/index.tt       Fri Sep  9 08:47:00 2011        (r29118)
+++ homepage/trunk/hydra/index.tt       Fri Sep  9 09:03:37 2011        (r29119)
@@ -9,17 +9,19 @@
 
 <h2>About</h2>
 
-<p>Hydra is a Nix-based continuous build system.  It continuously
+<p>Hydra is a Nix-based continuous build system, released under
+the terms of the <a href="http://www.gnu.org/licenses/gpl.html";>GNU
+GPLv3 or (at your option) any later version</a>.  It continuously
 checks out sources of software projects from version management
 systems to build, test and release them.  The build tasks are
 described using Nix expressions.  This allows a Hydra build task to
 specify all the dependencies needed to build or test a project.  It
-supports a number of operating systems, such as various Linux
+supports a number of operating systems, such as various GNU/Linux
 flavours, Mac OS X, and Windows.</p>
 
 <p>At <a href="http://www.tudelft.nl";>Delft University of
 Technology</a> we run a <a href="http://hydra.nixos.org/";>Hydra-based
-build farm</a> to build and test the NixOS Linux distribution, the Nix
+build farm</a> to build and test the NixOS GNU/Linux distribution, the Nix
 Packages collection, the Stratego/XT program transformation system,
 and various other open source projects.  If you want to use our build
 farm for your open source project, <a

Modified: homepage/trunk/nix/download.tt
==============================================================================
--- homepage/trunk/nix/download.tt      Fri Sep  9 08:47:00 2011        (r29118)
+++ homepage/trunk/nix/download.tt      Fri Sep  9 09:03:37 2011        (r29119)
@@ -2,6 +2,12 @@
 
 <h1>Getting Nix</h1>
 
+<p>
+  Nix is free software, released under the terms of
+  the <a href="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html";>GNU
+  LGPLv2.1 or (at your option) any later version</a>.
+</p>
+
 <h2>Latest release</h2>
 
 <p>The latest and recommended version of Nix is <strong>0.16</strong>,

Modified: homepage/trunk/nix/index.tt
==============================================================================
--- homepage/trunk/nix/index.tt Fri Sep  9 08:47:00 2011        (r29118)
+++ homepage/trunk/nix/index.tt Fri Sep  9 09:03:37 2011        (r29119)
@@ -2,7 +2,11 @@
 
 <h1>About Nix</h1>
 
-<p>Nix is a <em>purely functional package manager</em>.  This means
+<p>Nix is a <em>purely functional package manager</em>, released under
+  the terms of
+  the <a href="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html";>GNU
+    LGPLv2.1 or (at your option) any later version</a>.  <em>Purely
+  functional</em> means
 that it treats packages like values in purely functional programming
 languages such as Haskell — they are built by functions that don’t
 have side-effects, and they never change after they have been built.

Modified: homepage/trunk/nixos/download.tt
==============================================================================
--- homepage/trunk/nixos/download.tt    Fri Sep  9 08:47:00 2011        (r29118)
+++ homepage/trunk/nixos/download.tt    Fri Sep  9 09:03:37 2011        (r29119)
@@ -2,6 +2,10 @@
 
 <h1>Getting NixOS</h1>
 
+<p>NixOS is free software, released under a
+  <a href="http://svn.nixos.org/repos/nix/nixos/trunk/COPYING";>permissive
+    MIT/X11 license</a>.</p>
+
 <p>We provide several ISO images that you can burn onto a CD or run in
 a virtual machine.  These are <a href="[%root%]hydra">generated
 automatically</a> from the NixOS Subversion repository, so they’re

Modified: homepage/trunk/nixos/index.tt
==============================================================================
--- homepage/trunk/nixos/index.tt       Fri Sep  9 08:47:00 2011        (r29118)
+++ homepage/trunk/nixos/index.tt       Fri Sep  9 09:03:37 2011        (r29119)
@@ -5,7 +5,9 @@
 
 <p><a href="screenshots/nixos-kde42-1.png"><img class="inlineNoBorder"
 src="screenshots/nixos-kde42-1-small.png" alt="NixOS screenshot"
-/></a>NixOS is an experimental Linux distribution that aims to improve
+/></a>NixOS is an experimental GNU/Linux distribution released under a
+  <a href="http://svn.nixos.org/repos/nix/nixos/trunk/COPYING";>permissive
+    MIT/X11 license</a>.  NixOS aims to improve
 the state of the art in system configuration management.  In existing
 distributions, actions such as upgrades are dangerous: upgrading a
 package can cause other packages to break, upgrading an entire system

Modified: homepage/trunk/nixpkgs/download.tt
==============================================================================
--- homepage/trunk/nixpkgs/download.tt  Fri Sep  9 08:47:00 2011        (r29118)
+++ homepage/trunk/nixpkgs/download.tt  Fri Sep  9 09:03:37 2011        (r29119)
@@ -2,6 +2,10 @@
 
 <h1>Getting Nixpkgs</h1>
 
+<p>Nixpkgs is free software, released under a
+  <a href="http://svn.nixos.org/repos/nix/nixpkgs/trunk/COPYING";>permissive
+    MIT/X11 license</a>.</p>
+
 <p><strong>Note:</strong> if you are a NixOS user, you already have
 Nixpkgs.  (The files are in <tt>/etc/nixos/nixpkgs</tt>.)  You can
 update your copy of Nixpkgs to the latest version by running

Modified: homepage/trunk/nixpkgs/index.tt
==============================================================================
--- homepage/trunk/nixpkgs/index.tt     Fri Sep  9 08:47:00 2011        (r29118)
+++ homepage/trunk/nixpkgs/index.tt     Fri Sep  9 09:03:37 2011        (r29119)
@@ -3,8 +3,10 @@
 <h1>The Nix Packages collection</h1>
 
 <p>The <em>Nix Packages collection</em> (Nixpkgs) is a set of about
-2,500 packages for the Nix package manager.  It supports a number of
-platforms (though not all packages work on all platforms):</p>
+2,500 packages for the Nix package manager, released under a
+<a href="http://svn.nixos.org/repos/nix/nixos/trunk/COPYING";>permissive
+MIT/X11 license</a>.  It supports a number of platforms (though not
+all packages work on all platforms):</p>
 
 <ul>
   <li>GNU/Linux on 32-bit and 64-bit x86 (<tt>i686-linux</tt> and 
<tt>x86_64-linux</tt>)</li>
@@ -14,8 +16,8 @@
   <li>Windows / Cygwin (<tt>i686-cygwin</tt>)</li>
 </ul>
 
-<p>On Linux, the packages in Nixpkgs are ‘pure’, meaning that they
+<p>On GNU/Linux, the packages in Nixpkgs are ‘pure’, meaning that they
 have no dependencies on packages outside of the Nix store.  This means
-that they should work on pretty much any Linux distribution.</p>
+that they should work on pretty much any GNU/Linux distribution.</p>
 
-[% END %]
\ No newline at end of file
+[% END %]
_______________________________________________
nix-commits mailing list
nix-comm...@cs.uu.nl
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to