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/pfctl/parse.y | |
parent | a7f153b3bb74fc29ee996a720bb6208d121155e0 (diff) |
i wrote much of these, assert my copyright
Diffstat (limited to 'sbin/pfctl/parse.y')
-rw-r--r-- | sbin/pfctl/parse.y | 3 |
1 files changed, 2 insertions, 1 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 |