diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2013-08-09 21:07:23 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2013-08-09 21:07:23 +0000 |
commit | c358398c43731d7fcd7f61ec97253678e50243ed (patch) | |
tree | 5120dfee87ef727341d1c4fed6266c040a504d11 | |
parent | d8f627236075d7e39aab9eeb28cc7c1b08a1cf3d (diff) |
Add RCS id and ISC license.
-rw-r--r-- | regress/sys/net/pf_print_test.c | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/regress/sys/net/pf_print_test.c b/regress/sys/net/pf_print_test.c index 482375e2d50..6d229f2aaa4 100644 --- a/regress/sys/net/pf_print_test.c +++ b/regress/sys/net/pf_print_test.c @@ -1,3 +1,21 @@ +/* $OpenBSD: pf_print_test.c,v 1.4 2013/08/09 21:07:22 bluhm Exp $ */ + +/* + * Copyright (c) 2008, 2013 Alexander Bluhm <bluhm@openbsd.org> + * + * Permission to use, copy, modify, and distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES + * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR + * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN + * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF + * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + */ + #include <sys/types.h> #include <sys/socket.h> #include <sys/wait.h> |