diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2014-07-11 23:20:58 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2014-07-11 23:20:58 +0000 |
commit | ee9b0e8fa4fb3248a6dc40bcd2d7c9dec55ff2eb (patch) | |
tree | da073af3529760240bb82d60e7a7139437588d92 /regress/sys/net | |
parent | 96cab185ced530d0ee25b16b69848f552235eef9 (diff) |
Put a license file into the test directories with multiple argument
files. We do not want to put a license header into each subtest.
suggested by reyk@
Diffstat (limited to 'regress/sys/net')
-rw-r--r-- | regress/sys/net/pf_divert/LICENSE | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/regress/sys/net/pf_divert/LICENSE b/regress/sys/net/pf_divert/LICENSE new file mode 100644 index 00000000000..9d91f4737f8 --- /dev/null +++ b/regress/sys/net/pf_divert/LICENSE @@ -0,0 +1,13 @@ +# Copyright (c) 2010-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. |