1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-09-01 02:34:55 +00:00
Commit Graph

14 Commits

Author SHA1 Message Date
Jim Meyering d60f3b0c6b maint: update almost all copyright ranges to include 2011
Run the new "make update-copyright" rule.
2011-01-01 22:12:59 +01:00
Jim Meyering b2e2010c7c update nearly all FSF copyright year lists to include 2010
Use the same procedure as for 2009, outlined in
http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081
2010-01-01 10:42:00 +01:00
Jim Meyering 3030c5b5e0 update nearly all FSF copyright year lists to include 2009
The files named by the following are exempted:

    grep -v '^#' config/srclist.txt|grep -v '^$' \
      | while read src dst; do
          test -f "$dst" && { echo "$dst"; continue; }
          test -d "$dst" || continue
          echo "$dst"/$(basename "$src")
        done > exempt
    git ls-files tests/unictype >> exempt

In the remaining files, convert to all-interval notation if
- there is already at least one year interval like 2000-2003
- the file is maintained by me
- the file is in lib/uni*/, where that style already prevails
Otherwise, use update-copyright's default.
2009-12-29 17:49:30 +01:00
Bruno Haible 441aa3044f Use spaces for indentation, not tabs. 2009-12-10 20:28:30 +01:00
Bruno Haible c100c6342c Rename parameter 'exp' to 'expptr', to avoid gcc warnings. 2007-10-07 22:10:35 +02:00
Bruno Haible 57fdfd3f8e Change copyright notice from GPLv2+ to GPLv3+. 2007-10-07 19:14:58 +02:00
Bruno Haible 9f88c0b0e0 Assume 'long double' exists. 2007-04-06 14:36:56 +00:00
Bruno Haible 0fca46f3a4 Oops, fix ANSI C syntax error introduced in last patch. 2007-03-25 12:00:37 +00:00
Bruno Haible cdaeb6bb21 New module 'fpucw'. 2007-03-25 02:29:46 +00:00
Bruno Haible b71105a1c2 Undo last change. 2007-03-07 01:39:07 +00:00
Bruno Haible a8960f4f8b Provide missing frexpl(), ldexpl() declarations. 2007-03-06 03:38:53 +00:00
Bruno Haible c4dcbfedc7 Add comment about FLT_RADIX. 2007-02-25 18:08:24 +00:00
Bruno Haible f8846ba58b No assumptions about FLT_RADIX need to be made. 2007-02-25 17:43:12 +00:00
Bruno Haible e5de8bf80c New module 'printf-frexp'. 2007-02-25 14:20:46 +00:00