annotate modules/COPYING @ 16275:053f5a861da8

inet_ntop: guard extra work by IF_LINT No need to penalize the code just to silence a gcc warning, so follow the conventions used elsewhere in gnulib. Clients that want to use extra warnings should also be using -Dlint. * lib/inet_ntop.c (inet_ntop6): Mark spurious initialization, for better code generation when not checking for warnings. Suggested by Paul Eggert and Jim Meyering. Signed-off-by: Eric Blake <eblake@redhat.com>
author Eric Blake <eblake@redhat.com>
date Thu, 12 Jan 2012 08:44:08 -0700
parents 8250f2777afc
children e542fd46ad6f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7134
0ec466622052 * check-module: Add copyright notice.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
1 The files in this directory describe the gnulib modules.
0ec466622052 * check-module: Add copyright notice.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
2 The following copyright notice applies to each of these
0ec466622052 * check-module: Add copyright notice.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
3 description files.
0ec466622052 * check-module: Add copyright notice.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
4
16201
8250f2777afc maint: update all copyright year number ranges
Jim Meyering <meyering@redhat.com>
parents: 14079
diff changeset
5 Copyright (C) 2002-2012 Free Software Foundation, Inc.
7134
0ec466622052 * check-module: Add copyright notice.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
6 This file is free software; the Free Software Foundation
0ec466622052 * check-module: Add copyright notice.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
7 gives unlimited permission to copy and/or distribute it,
0ec466622052 * check-module: Add copyright notice.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
8 with or without modifications, as long as this notice is preserved.