# HG changeset patch # User Jim Meyering # Date 1261997713 -3600 # Node ID db9473a84ec314fb6e6ddbfc64b7aca45d1f3845 # Parent cf6ad3a90b8b2df48937dc7f0334536088b630e2 maint: use consistent FSF copyright line syntax * lib/posixtm.c: Add missing comma in FSF copyright line. * lib/posixtm.h: Likewise. * lib/getugroups.c: Add missing ", Inc.". diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2009-12-28 Jim Meyering + maint: use consistent FSF copyright line syntax + * lib/posixtm.c: Add missing comma in FSF copyright line. + * lib/posixtm.h: Likewise. + * lib/getugroups.c: Add missing ", Inc.". + pmccabe2html: emit consistent FSF copyright; remove trailing blanks * build-aux/pmccabe2html: Insert comma before "Inc." in emitted FSF copyright line. Remove trailing blanks. diff --git a/lib/getugroups.c b/lib/getugroups.c --- a/lib/getugroups.c +++ b/lib/getugroups.c @@ -1,6 +1,6 @@ /* getugroups.c -- return a list of the groups a user is in - Copyright (C) 1990, 1991, 1998-2000, 2003-2009 Free Software Foundation. + Copyright (C) 1990-1991, 1998-2000, 2003-2009 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/lib/posixtm.c b/lib/posixtm.c --- a/lib/posixtm.c +++ b/lib/posixtm.c @@ -1,7 +1,6 @@ /* Parse dates for touch and date. - Copyright (C) 1989, 1990, 1991, 1998, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2009 Free Software Foundation Inc. + Copyright (C) 1989-1991, 1998, 2000-2009 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/lib/posixtm.h b/lib/posixtm.h --- a/lib/posixtm.h +++ b/lib/posixtm.h @@ -1,6 +1,6 @@ /* Parse dates for touch and date. - Copyright (C) 1998, 2003, 2005, 2007 Free Software Foundation Inc. + Copyright (C) 1998, 2003, 2005, 2007-2009 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by