From c077428fc06914a7979e15723f26e9292818d656 Mon Sep 17 00:00:00 2001
From: ijones <ijones@syntaxpolice.org>
Date: Tue, 19 Dec 2006 06:00:21 +0000
Subject: [PATCH] tiny mod to License comments

---
 Distribution/License.hs | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/Distribution/License.hs b/Distribution/License.hs
index 1d03bf4a0f..a3f1d060ad 100644
--- a/Distribution/License.hs
+++ b/Distribution/License.hs
@@ -50,12 +50,13 @@ module Distribution.License (
   ) where
 
 -- |This datatype indicates the license under which your package is
--- released.  It is also wise to add your license to each source file.
--- The 'AllRightsReserved' constructor is not actually a license, but
--- states that you are not giving anyone else a license to use or
--- distribute your work.  The comments below are general guidelines.
--- Please read the licenses themselves and consult a lawyer if you are
--- unsure of your rights to release the software.
+-- released.  It is also wise to add your license to each source file
+-- using the license-file field.  The 'AllRightsReserved' constructor
+-- is not actually a license, but states that you are not giving
+-- anyone else a license to use or distribute your work.  The comments
+-- below are general guidelines.  Please read the licenses themselves
+-- and consult a lawyer if you are unsure of your rights to release
+-- the software.
 
 data License = GPL  -- ^GNU Public License. Source code must accompany alterations.
              | LGPL -- ^Lesser GPL, Less restrictive than GPL, useful for libraries.
-- 
GitLab