diff options
-rw-r--r-- | sbin/pfctl/parse.y | 3 | ||||
-rw-r--r-- | sbin/pfctl/pfctl.c | 3 | ||||
-rw-r--r-- | sbin/pfctl/pfctl_parser.c | 3 | ||||
-rw-r--r-- | sys/net/pf.c | 3 | ||||
-rw-r--r-- | sys/net/pf_ioctl.c | 3 |
5 files changed, 10 insertions, 5 deletions
diff --git a/sbin/pfctl/parse.y b/sbin/pfctl/parse.y index 77ab762dd95..420bdd07343 100644 --- a/sbin/pfctl/parse.y +++ b/sbin/pfctl/parse.y @@ -1,9 +1,10 @@ -/* $OpenBSD: parse.y,v 1.430 2003/12/19 01:11:14 deraadt Exp $ */ +/* $OpenBSD: parse.y,v 1.431 2003/12/19 16:12:43 henning Exp $ */ /* * Copyright (c) 2001 Markus Friedl. All rights reserved. * Copyright (c) 2001 Daniel Hartmeier. All rights reserved. * Copyright (c) 2001 Theo de Raadt. All rights reserved. + * Copyright (c) 2002,2003 Henning Brauer. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/sbin/pfctl/pfctl.c b/sbin/pfctl/pfctl.c index 69d074837ef..a9a1f2214d2 100644 --- a/sbin/pfctl/pfctl.c +++ b/sbin/pfctl/pfctl.c @@ -1,7 +1,8 @@ -/* $OpenBSD: pfctl.c,v 1.195 2003/12/16 00:32:59 mcbride Exp $ */ +/* $OpenBSD: pfctl.c,v 1.196 2003/12/19 16:12:43 henning Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier + * Copyright (c) 2002,2003 Henning Brauer * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sbin/pfctl/pfctl_parser.c b/sbin/pfctl/pfctl_parser.c index 4ab76af657e..c428beb5024 100644 --- a/sbin/pfctl/pfctl_parser.c +++ b/sbin/pfctl/pfctl_parser.c @@ -1,7 +1,8 @@ -/* $OpenBSD: pfctl_parser.c,v 1.184 2003/12/17 16:36:30 dhartmei Exp $ */ +/* $OpenBSD: pfctl_parser.c,v 1.185 2003/12/19 16:12:43 henning Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier + * Copyright (c) 2002,2003 Henning Brauer * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/net/pf.c b/sys/net/pf.c index d6475049cd7..0b74b93a371 100644 --- a/sys/net/pf.c +++ b/sys/net/pf.c @@ -1,7 +1,8 @@ -/* $OpenBSD: pf.c,v 1.412 2003/12/18 16:07:38 dhartmei Exp $ */ +/* $OpenBSD: pf.c,v 1.413 2003/12/19 16:12:43 henning Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier + * Copyright (c) 2002,2003 Henning Brauer * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/net/pf_ioctl.c b/sys/net/pf_ioctl.c index 05b377b6089..b80e7e8a405 100644 --- a/sys/net/pf_ioctl.c +++ b/sys/net/pf_ioctl.c @@ -1,7 +1,8 @@ -/* $OpenBSD: pf_ioctl.c,v 1.94 2003/12/18 20:55:20 mcbride Exp $ */ +/* $OpenBSD: pf_ioctl.c,v 1.95 2003/12/19 16:12:43 henning Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier + * Copyright (c) 2002,2003 Henning Brauer * All rights reserved. * * Redistribution and use in source and binary forms, with or without |