diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-01-06 00:53:15 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-01-06 00:53:15 +0000 |
commit | 9c9236d5aee29bbbb372deb481630c1e09a25c1c (patch) | |
tree | 35370e7206c901fd267955c889ec27d762645bf6 /usr.bin/mandoc/main.c | |
parent | e39efa1fa4c2caadefaca992f85ec5b5422282ec (diff) |
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/main.c')
-rw-r--r-- | usr.bin/mandoc/main.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/mandoc/main.c b/usr.bin/mandoc/main.c index 1e0f0d38388..fe49dcfed78 100644 --- a/usr.bin/mandoc/main.c +++ b/usr.bin/mandoc/main.c @@ -1,7 +1,8 @@ -/* $Id: main.c,v 1.85 2014/01/05 20:26:27 schwarze Exp $ */ +/* $Id: main.c,v 1.86 2014/01/06 00:53:14 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv> * Copyright (c) 2010, 2011, 2012 Ingo Schwarze <schwarze@openbsd.org> + * Copyright (c) 2010 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 |