diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-12-19 16:12:44 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-12-19 16:12:44 +0000 |
commit | d218be396662398cc925df1a7c6ab19c3c3eb7ad (patch) | |
tree | c760b8717d91fce5ab516bee1edb1290dca0abd7 /sbin | |
parent | a7f153b3bb74fc29ee996a720bb6208d121155e0 (diff) |
i wrote much of these, assert my copyright
Diffstat (limited to 'sbin')
-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 |
3 files changed, 6 insertions, 3 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 |