From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from krisdoz.my.domain (schwarze@localhost [127.0.0.1]) by krisdoz.my.domain (8.14.3/8.14.3) with ESMTP id o64M44ft023036 for ; Sun, 4 Jul 2010 18:04:05 -0400 (EDT) Received: (from schwarze@localhost) by krisdoz.my.domain (8.14.3/8.14.3/Submit) id o64M44cI016219; Sun, 4 Jul 2010 18:04:04 -0400 (EDT) Date: Sun, 4 Jul 2010 18:04:04 -0400 (EDT) Message-Id: <201007042204.o64M44cI016219@krisdoz.my.domain> X-Mailinglist: mdocml-source Reply-To: source@mdocml.bsd.lv MIME-Version: 1.0 From: schwarze@mdocml.bsd.lv To: source@mdocml.bsd.lv Subject: mdocml: Assert my copyright, making it explicit that i'm granting the X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Log Message: ----------- 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@ Modified Files: -------------- mdocml: main.c mdoc.3 mdoc.7 mdoc.c mdoc_macro.c mdoc_term.c regs.h roff.3 roff.7 roff.c term.c Revision Data ------------- Index: term.c =================================================================== RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/term.c,v retrieving revision 1.158 retrieving revision 1.159 diff -Lterm.c -Lterm.c -u -p -r1.158 -r1.159 --- term.c +++ term.c @@ -1,6 +1,7 @@ /* $Id$ */ /* - * Copyright (c) 2008, 2009 Kristaps Dzonsons + * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons + * Copyright (c) 2010 Ingo Schwarze * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above Index: roff.3 =================================================================== RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/roff.3,v retrieving revision 1.4 retrieving revision 1.5 diff -Lroff.3 -Lroff.3 -u -p -r1.4 -r1.5 --- roff.3 +++ roff.3 @@ -1,6 +1,7 @@ .\" $Id$ .\" .\" Copyright (c) 2010 Kristaps Dzonsons +.\" Copyright (c) 2010 Ingo Schwarze .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above Index: roff.7 =================================================================== RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/roff.7,v retrieving revision 1.11 retrieving revision 1.12 diff -Lroff.7 -Lroff.7 -u -p -r1.11 -r1.12 --- roff.7 +++ roff.7 @@ -1,6 +1,7 @@ .\" $Id$ .\" .\" Copyright (c) 2010 Kristaps Dzonsons +.\" Copyright (c) 2010 Ingo Schwarze .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above Index: regs.h =================================================================== RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/regs.h,v retrieving revision 1.4 retrieving revision 1.5 diff -Lregs.h -Lregs.h -u -p -r1.4 -r1.5 --- regs.h +++ regs.h @@ -1,6 +1,7 @@ /* $Id$ */ /* * Copyright (c) 2010 Kristaps Dzonsons + * Copyright (c) 2010 Ingo Schwarze * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above Index: mdoc.c =================================================================== RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/mdoc.c,v retrieving revision 1.156 retrieving revision 1.157 diff -Lmdoc.c -Lmdoc.c -u -p -r1.156 -r1.157 --- mdoc.c +++ mdoc.c @@ -1,6 +1,7 @@ /* $Id$ */ /* - * Copyright (c) 2008, 2009 Kristaps Dzonsons + * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons + * Copyright (c) 2010 Ingo Schwarze * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above Index: roff.c =================================================================== RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/roff.c,v retrieving revision 1.92 retrieving revision 1.93 diff -Lroff.c -Lroff.c -u -p -r1.92 -r1.93 --- roff.c +++ roff.c @@ -1,6 +1,7 @@ /* $Id$ */ /* * Copyright (c) 2010 Kristaps Dzonsons + * Copyright (c) 2010 Ingo Schwarze * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above Index: mdoc.7 =================================================================== RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/mdoc.7,v retrieving revision 1.129 retrieving revision 1.130 diff -Lmdoc.7 -Lmdoc.7 -u -p -r1.129 -r1.130 --- mdoc.7 +++ mdoc.7 @@ -1,6 +1,7 @@ .\" $Id$ .\" -.\" Copyright (c) 2009 Kristaps Dzonsons +.\" Copyright (c) 2009, 2010 Kristaps Dzonsons +.\" Copyright (c) 2010 Ingo Schwarze .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above Index: main.c =================================================================== RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/main.c,v retrieving revision 1.96 retrieving revision 1.97 diff -Lmain.c -Lmain.c -u -p -r1.96 -r1.97 --- main.c +++ main.c @@ -1,6 +1,7 @@ /* $Id$ */ /* - * Copyright (c) 2008, 2009 Kristaps Dzonsons + * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons + * Copyright (c) 2010 Ingo Schwarze * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above Index: mdoc_macro.c =================================================================== RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/mdoc_macro.c,v retrieving revision 1.91 retrieving revision 1.92 diff -Lmdoc_macro.c -Lmdoc_macro.c -u -p -r1.91 -r1.92 --- mdoc_macro.c +++ mdoc_macro.c @@ -1,6 +1,7 @@ /* $Id$ */ /* - * Copyright (c) 2008, 2009 Kristaps Dzonsons + * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons + * Copyright (c) 2010 Ingo Schwarze * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above Index: mdoc.3 =================================================================== RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/mdoc.3,v retrieving revision 1.46 retrieving revision 1.47 diff -Lmdoc.3 -Lmdoc.3 -u -p -r1.46 -r1.47 --- mdoc.3 +++ mdoc.3 @@ -1,6 +1,7 @@ .\" $Id$ .\" -.\" Copyright (c) 2009-2010 Kristaps Dzonsons +.\" Copyright (c) 2009, 2010 Kristaps Dzonsons +.\" Copyright (c) 2010 Ingo Schwarze .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above Index: mdoc_term.c =================================================================== RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/mdoc_term.c,v retrieving revision 1.170 retrieving revision 1.171 diff -Lmdoc_term.c -Lmdoc_term.c -u -p -r1.170 -r1.171 --- mdoc_term.c +++ mdoc_term.c @@ -1,6 +1,7 @@ /* $Id$ */ /* - * Copyright (c) 2008, 2009 Kristaps Dzonsons + * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons + * Copyright (c) 2010 Ingo Schwarze * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above -- To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv