diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2008-07-22 13:27:30 +0000 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2008-07-22 13:27:30 +0000 |
commit | 0b91efcd6abf8375d4f9e6ead6621b468f3c6fc1 (patch) | |
tree | 49fc5c088ec7e7ff812ab29dbb92285f134849f9 /pflocal | |
parent | df78fc03f68f3959f42fcba1af31484887e6e356 (diff) |
fix copyright years
Diffstat (limited to 'pflocal')
-rw-r--r-- | pflocal/pf.c | 2 | ||||
-rw-r--r-- | pflocal/socket.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pflocal/pf.c b/pflocal/pf.c index c0c69969..852aabbb 100644 --- a/pflocal/pf.c +++ b/pflocal/pf.c @@ -1,6 +1,6 @@ /* Protocol family operations - Copyright (C) 1995, 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1995, 1999, 2000, 2008 Free Software Foundation, Inc. Written by Miles Bader <miles@gnu.ai.mit.edu> diff --git a/pflocal/socket.c b/pflocal/socket.c index 316f6d78..a2cd242b 100644 --- a/pflocal/socket.c +++ b/pflocal/socket.c @@ -1,6 +1,6 @@ /* Socket-specific operations - Copyright (C) 1995 Free Software Foundation, Inc. + Copyright (C) 1995, 2008 Free Software Foundation, Inc. Written by Miles Bader <miles@gnu.ai.mit.edu> |