diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2010-07-04 22:04:04 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2010-07-04 22:04:04 +0000 |
commit | 22634796e5c7442418dc502cd33b66410663f61a (patch) | |
tree | 70847971542ac46edf0343a699e678c23e68744e /mdoc_macro.c | |
parent | b8b9e11a867466342dc730ff378f7456de5a4680 (diff) | |
download | mandoc-22634796e5c7442418dc502cd33b66410663f61a.tar.gz |
Assert my copyright, making it explicit that i'm granting the same license
on those parts of the code and text that i have written as Kristaps is.
"fine with me" kristaps@
Diffstat (limited to 'mdoc_macro.c')
-rw-r--r-- | mdoc_macro.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mdoc_macro.c b/mdoc_macro.c index a2006408..0dede49e 100644 --- a/mdoc_macro.c +++ b/mdoc_macro.c @@ -1,6 +1,7 @@ /* $Id$ */ /* - * Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@bsd.lv> + * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv> + * Copyright (c) 2010 Ingo Schwarze <schwarze@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 |