Avoid trailing white space

View: New views
3 Messages — Rating Filter:   Alert me  

Avoid trailing white space

by Ralf Wildenhues :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello Karl,

it would be nice if the standards files had no trailing white space.
For example, git can be told to complain about it upon commits.
Would you take this patch?

I can pull maintain.texi, fdl.texi, and standards.texi over to gnulib
afterwards.

Thanks,
Ralf

2007-11-24  Ralf Wildenhues  <Ralf.Wildenhues@...>

        * fdl.texi: Avoid trailing white space.
        * maintain.texi: Likewise.

Index: fdl.texi
===================================================================
RCS file: /sources/gnustandards/gnustandards/fdl.texi,v
retrieving revision 1.8
diff -u -r1.8 fdl.texi
--- fdl.texi 22 Jul 2007 22:57:18 -0000 1.8
+++ fdl.texi 24 Nov 2007 08:24:29 -0000
@@ -2,7 +2,7 @@
 @center Version 1.2, November 2002
 
 @c This file is intended to be included within another document,
-@c hence no sectioning command or @node.  
+@c hence no sectioning command or @node.
 
 @display
 Copyright @copyright{} 2000,2001,2002 Free Software Foundation, Inc.
Index: maintain.texi
===================================================================
RCS file: /sources/gnustandards/gnustandards/maintain.texi,v
retrieving revision 1.147
diff -u -r1.147 maintain.texi
--- maintain.texi 18 Nov 2007 22:11:08 -0000 1.147
+++ maintain.texi 24 Nov 2007 08:24:30 -0000
@@ -105,7 +105,7 @@
 package, you should have an account there.  Contact
 @email{accounts@@gnu.org} if you don't have one.  (You can also ask
 for accounts for people who help you a large amount in working on the
-package.)  
+package.)
 
 This release of the GNU Maintenance Instructions was last updated
 @value{lastupdate}.
@@ -176,11 +176,11 @@
 @menu
 * Copyright Papers::
 * Legally Significant::
-* Recording Contributors::      
+* Recording Contributors::
 * Copying from Other Packages::
-* Copyright Notices::          
-* License Notices::            
-* External Libraries::          
+* Copyright Notices::
+* License Notices::
+* External Libraries::
 @end menu
 
 @node Copyright Papers
cvs diff: Diffing work.m
cvs diff: Diffing work.s



Re: Avoid trailing white space

by Karl Berry :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

    it would be nice if the standards files had no trailing white space.

Ok.

    I can pull maintain.texi, fdl.texi, and standards.texi over to gnulib
    afterwards.

Thanks.  I committed the new maintain.texi in gnustandards, so please
grab that.

As for fdl.texi, the canonical source for the licenses is
http://gnu.org/licenses.  I'll attach the new versions for your
convenience.  Can you please add agpl-3.0.texi to the gnulib repo?
(And rename fdl-1.2.texi to fdl.texi for gnulib purposes.)
Thanks.

karl



l.tgz (41K) Download Attachment

Re: Avoid trailing white space

by Ralf Wildenhues :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello Karl, all,

* Karl Berry wrote on Sat, Nov 24, 2007 at 11:51:00PM CET:
>
> As for fdl.texi, the canonical source for the licenses is
> http://gnu.org/licenses.  I'll attach the new versions for your
> convenience.  Can you please add agpl-3.0.texi to the gnulib repo?
> (And rename fdl-1.2.texi to fdl.texi for gnulib purposes.)
> Thanks.

I applied this to gnulib.

Cheers,
Ralf

2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@...>

        * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
        Sync from <http://gnu.org/licenses>.
        * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
        with license text from same location.
        * doc/maintain.texi, doc/standards.texi:  Sync from
        <http://savannah.gnu.org/projects/gnustandards>.