gnustandards-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnustandards standards.texi


From: Paul Eggert
Subject: gnustandards standards.texi
Date: Sun, 8 Dec 2019 20:16:58 -0500 (EST)

CVSROOT:        /sources/gnustandards
Module name:    gnustandards
Changes by:     Paul Eggert <eggert>    19/12/08 20:16:58

Modified files:
        .              : standards.texi 

Log message:
        Link fixing for standards.texi
        Suggested by Therese Godefroy in:
        https://lists.gnu.org/r/bug-standards/2019-11/msg00000.html
        * Fix the link to the Bash manual (typo: s/Bash/bash/).
        * Link to the FSF copies of the licenses instead of the originals.
        This will cut down on the number of dead links, forward loops, etc.
        reported by linc (another one yesterday).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnustandards/standards.texi?cvsroot=gnustandards&r1=1.263&r2=1.264

Patches:
Index: standards.texi
===================================================================
RCS file: /sources/gnustandards/gnustandards/standards.texi,v
retrieving revision 1.263
retrieving revision 1.264
diff -u -b -r1.263 -r1.264
--- standards.texi      9 Aug 2019 23:17:03 -0000       1.263
+++ standards.texi      9 Dec 2019 01:16:58 -0000       1.264
@@ -3,7 +3,7 @@
 @setfilename standards.info
 @settitle GNU Coding Standards
 @c This date is automagically updated when you save this file:
-@set lastupdate August 9, 2019
+@set lastupdate November 17, 2019
 @c %**end of header
 
 @dircategory GNU organization
@@ -28,7 +28,8 @@
 
 Copyright @copyright{} 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
-2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 Free Software Foundation, Inc.
+2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019 Free Software
+Foundation, Inc.
 
 Permission is granted to copy, distribute and/or modify this document
 under the terms of the GNU Free Documentation License, Version 1.3 or
@@ -922,7 +923,7 @@
 
 @c ??? Is even that safe, in a setuid program?
 
-@xref{Bourne Shell Variables,,, Bash, Bash Reference Manual},
+@xref{Bourne Shell Variables,,, bash, Bash Reference Manual},
 for more information about @env{PATH}.
 
 @node Graphical Interfaces
@@ -1133,42 +1134,43 @@
 
 @item Apache
 The Apache Software Foundation license,
-@url{https://www.apache.org/@/licenses}.
+@url{https://directory.fsf.org/@/wiki/@/License:Apache2.0}.
 
 @item Artistic
-The Artistic license used for Perl, 
@url{https://dev.perl.org/licenses/artistic.html}.
+The Artistic license used for Perl,
+@url{https://directory.fsf.org/@/wiki/@/License:ArtisticLicense2.0}.
 
 @item Expat
-The Expat license, @url{http://www.jclark.com/@/xml/@/copying.txt}.
+The Expat license, @url{https://directory.fsf.org/@/wiki/@/License:Expat}.
 
 @item MPL
-The Mozilla Public License, @url{https://www.mozilla.org/@/MPL/}.
+The Mozilla Public License, 
@url{https://directory.fsf.org/@/wiki/@/License:MPLv2.0}.
 
 @item OBSD
-The original (4-clause) BSD license, incompatible with the GNU GPL
-@url{https://www.xfree86.org/@/3.3.6/@/COPYRIGHT2.html#6}.
+The original (4-clause) BSD license, incompatible with the GNU GPL,@*
+@url{https://directory.fsf.org/@/wiki/@/License:BSD_4Clause}.
 
 @item PHP
-The license used for PHP, @url{http://www.php.net/@/license/}.
+The license used for PHP, 
@url{https://directory.fsf.org/@/wiki/@/License:PHPv3.01}.
 
 @item public domain
-The non-license that is being in the public domain,
+The non-license that is being in the public domain,@*
 @url{https://www.gnu.org/@/licenses/@/license-list.html#PublicDomain}.
 
 @item Python
 The license for Python,
-@url{https://directory.fsf.org/wiki?title=License:Python2.0.1}.
+@url{https://directory.fsf.org/@/wiki/@/License:Python2.0.1}.
 
 @item RBSD
 The revised (3-clause) BSD, compatible with the GNU GPL,@*
-@url{https://www.xfree86.org/@/3.3.6/@/COPYRIGHT2.html#5}.
+@url{https://directory.fsf.org/@/wiki/@/License:BSD_3Clause}.
 
 @item X11
 The simple non-copyleft license used for most versions of the X Window
-System, @url{https://www.xfree86.org/@/3.3.6/@/COPYRIGHT2.html#3}.
+System, @url{https://directory.fsf.org/@/wiki/@/License:X11}.
 
 @item Zlib
-The license for Zlib, @url{http://www.zlib.net/zlib_license.html}.
+The license for Zlib, @url{https://directory.fsf.org/@/wiki/@/License:Zlib}.
 
 @end table
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]