diff options
author | 2014-01-06 00:53:14 +0000 | |
---|---|---|
committer | 2014-01-06 00:53:14 +0000 | |
commit | 39c2a57e8bca6e4e6e5f6481cca64f37dad2b294 (patch) | |
tree | dce3f9d202188f04020b98fbe464ce7e5d465389 /usr.bin/mandoc/man.c | |
parent | Mention tmpfs (diff) | |
download | wireguard-openbsd-39c2a57e8bca6e4e6e5f6481cca64f37dad2b294.tar.xz wireguard-openbsd-39c2a57e8bca6e4e6e5f6481cca64f37dad2b294.zip |
Joerg Sonnenberger contributed copyrightable amounts of text to
some files. To make it clear that he also put his contributions
under the ISC license, with his explicit permission, add his
Copyright notice to the relevant files. No code change.
Diffstat (limited to 'usr.bin/mandoc/man.c')
-rw-r--r-- | usr.bin/mandoc/man.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/mandoc/man.c b/usr.bin/mandoc/man.c index 867e226645e..a6841a191d0 100644 --- a/usr.bin/mandoc/man.c +++ b/usr.bin/mandoc/man.c @@ -1,7 +1,8 @@ -/* $Id: man.c,v 1.73 2014/01/05 20:26:27 schwarze Exp $ */ +/* $Id: man.c,v 1.74 2014/01/06 00:53:14 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv> * Copyright (c) 2013, 2014 Ingo Schwarze <schwarze@openbsd.org> + * Copyright (c) 2011 Joerg Sonnenberger <joerg@netbsd.org> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above |