Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Nov 2008 19:21:11 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r185403 - head
Message-ID:  <200811281921.mASJLBjB027442@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Fri Nov 28 19:21:10 2008
New Revision: 185403
URL: http://svn.freebsd.org/changeset/base/185403

Log:
  Add missing 'THE'.  This was discussed with core@ in the larger
  context of making this text match the OSL text, but the changes that
  OSL silently made to the license to approve it haven't been brought
  back yet.  Still working on that issue.
  
  We likely should start using the UTF-8 copyright symbol (What &copy;
  expands to in HTML), but I'm not 100% confident in my ability to tell
  Emacs to save it like that.  And I haven't gotten approval for that
  change.
  
  Approved by:	core@

Modified:
  head/COPYRIGHT

Modified: head/COPYRIGHT
==============================================================================
--- head/COPYRIGHT	Fri Nov 28 18:59:04 2008	(r185402)
+++ head/COPYRIGHT	Fri Nov 28 19:21:10 2008	(r185403)
@@ -15,10 +15,10 @@ are met:
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 
-THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-ARE DISCLAIMED.  IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE
+ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811281921.mASJLBjB027442>