mirror of
https://github.com/Orc/discount.git
synced 2026-09-25 04:10:00 +03:00
update my name to the current one
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
->Copyright (C) 2007 David Loren Parsons.
|
->Copyright (C) 2007-2024 Jessica Loren Parsons.
|
||||||
All rights reserved.<-
|
All rights reserved.<-
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
@@ -10,7 +10,7 @@ are met:
|
|||||||
2. Redistributions in binary form must reproduce the original copyright
|
2. Redistributions in binary form must reproduce the original copyright
|
||||||
notice, this list of conditions and the following disclaimer in the
|
notice, this list of conditions and the following disclaimer in the
|
||||||
documentation and/or other materials provided with the distribution.
|
documentation and/or other materials provided with the distribution.
|
||||||
3. Neither my name (David L Parsons) nor the names of contributors to
|
3. Neither my name (Jessica L Parsons) nor the names of contributors to
|
||||||
this code may be used to endorse or promote products derived
|
this code may be used to endorse or promote products derived
|
||||||
from this work without specific prior written permission.
|
from this work without specific prior written permission.
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ all of the language as described in
|
|||||||
and passes the Markdown test suite at
|
and passes the Markdown test suite at
|
||||||
<http://daringfireball.net/projects/downloads/MarkdownTest_1.0.zip>
|
<http://daringfireball.net/projects/downloads/MarkdownTest_1.0.zip>
|
||||||
|
|
||||||
DISCOUNT is free software written by David Parsons
|
DISCOUNT is free software written by Jessica L. Parsons
|
||||||
<orc@pell.portland.or.us>; it is released under a BSD-style license
|
<orc@pell.portland.or.us>; it is released under a BSD-style license
|
||||||
that allows you to do as you wish with it as long as you don't
|
that allows you to do as you wish with it as long as you don't
|
||||||
attempt to claim it as your own work.
|
attempt to claim it as your own work.
|
||||||
|
|||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* mkdio -- markdown front end input functions
|
* mkdio -- markdown front end input functions
|
||||||
*
|
*
|
||||||
* Copyright (C) 2007 David L Parsons.
|
* Copyright (C) 2007 Jessica L Parsons.
|
||||||
* The redistribution terms are provided in the COPYRIGHT file that must
|
* The redistribution terms are provided in the COPYRIGHT file that must
|
||||||
* be distributed with this source code.
|
* be distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|||||||
+2
-2
@@ -12,10 +12,10 @@
|
|||||||
# 3. My name may not be used to endorse or promote products derived
|
# 3. My name may not be used to endorse or promote products derived
|
||||||
# from this software without specific prior written permission.
|
# from this software without specific prior written permission.
|
||||||
#
|
#
|
||||||
# THIS SOFTWARE IS PROVIDED BY DAVID PARSONS ``AS IS'' AND ANY
|
# THIS SOFTWARE IS PROVIDED BY JESSICA L. PARSONS ``AS IS'' AND ANY
|
||||||
# EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
|
# EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
|
||||||
# THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
|
# THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
|
||||||
# PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL DAVID
|
# PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL JESSICA L
|
||||||
# PARSONS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
# PARSONS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
||||||
# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
|
# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
|
||||||
# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* markdown: a C implementation of John Gruber's Markdown markup language.
|
/* markdown: a C implementation of John Gruber's Markdown markup language.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2009 David L Parsons.
|
* Copyright (C) 2009 Jessica L Parsons.
|
||||||
* The redistribution terms are provided in the COPYRIGHT file that must
|
* The redistribution terms are provided in the COPYRIGHT file that must
|
||||||
* be distributed with this source code.
|
* be distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* docheader -- get values from the document header
|
* docheader -- get values from the document header
|
||||||
*
|
*
|
||||||
* Copyright (C) 2007 David L Parsons.
|
* Copyright (C) 2007 Jessica L Parsons.
|
||||||
* The redistribution terms are provided in the COPYRIGHT file that must
|
* The redistribution terms are provided in the COPYRIGHT file that must
|
||||||
* be distributed with this source code.
|
* be distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
/* markdown: a C implementation of John Gruber's Markdown markup language.
|
/* markdown: a C implementation of John Gruber's Markdown markup language.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2007 David L Parsons.
|
* Copyright (C) 2007 Jessica L Parsons.
|
||||||
* The redistribution terms are provided in the COPYRIGHT file that must
|
* The redistribution terms are provided in the COPYRIGHT file that must
|
||||||
* be distributed with this source code.
|
* be distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* markdown: a C implementation of John Gruber's Markdown markup language.
|
/* markdown: a C implementation of John Gruber's Markdown markup language.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 David L Parsons.
|
* Copyright (C) 2010 Jessica L Parsons.
|
||||||
* The redistribution terms are provided in the COPYRIGHT file that must
|
* The redistribution terms are provided in the COPYRIGHT file that must
|
||||||
* be distributed with this source code.
|
* be distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
/* markdown: a C implementation of John Gruber's Markdown markup language.
|
/* markdown: a C implementation of John Gruber's Markdown markup language.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2007-2011 David L Parsons.
|
* Copyright (C) 2007-2011 Jessica L Parsons.
|
||||||
* The redistribution terms are provided in the COPYRIGHT file that must
|
* The redistribution terms are provided in the COPYRIGHT file that must
|
||||||
* be distributed with this source code.
|
* be distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
/* markdown: a C implementation of John Gruber's Markdown markup language.
|
/* markdown: a C implementation of John Gruber's Markdown markup language.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2007 David L Parsons.
|
* Copyright (C) 2007 Jessica L Parsons.
|
||||||
* The redistribution terms are provided in the COPYRIGHT file that must
|
* The redistribution terms are provided in the COPYRIGHT file that must
|
||||||
* be distributed with this source code.
|
* be distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
.\" Copyright (c) 1988, 1991 Regents of the University of California.
|
.\" Copyright (c) 1988, 1991 Regents of the University of California.
|
||||||
.\" Copyright (c) 2017 David Loren Parsons.
|
.\" Copyright (c) 2017-2024 Jessica Loren Parsons.
|
||||||
.\" All rights reserved.
|
.\" All rights reserved.
|
||||||
.\"
|
.\"
|
||||||
.\" Redistribution and use in source and binary forms, with or without
|
.\" Redistribution and use in source and binary forms, with or without
|
||||||
|
|||||||
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
* github_flavoured -- implement the obnoxious "returns are hard newlines"
|
* github_flavoured -- implement the obnoxious "returns are hard newlines"
|
||||||
* feature in github flavoured markdown.
|
* feature in github flavoured markdown.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2012 David L Parsons.
|
* Copyright (C) 2012 Jessica L Parsons.
|
||||||
* The redistribution terms are provided in the COPYRIGHT file that must
|
* The redistribution terms are provided in the COPYRIGHT file that must
|
||||||
* be distributed with this source code.
|
* be distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
* markdown: convert a single markdown document into html
|
* markdown: convert a single markdown document into html
|
||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2007 David L Parsons.
|
* Copyright (C) 2007 Jessica L Parsons.
|
||||||
* The redistribution terms are provided in the COPYRIGHT file that must
|
* The redistribution terms are provided in the COPYRIGHT file that must
|
||||||
* be distributed with this source code.
|
* be distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|||||||
+1
-1
@@ -41,5 +41,5 @@ utility exits 0 on success, and >0 if an error occurs.
|
|||||||
.Xr markdown 7 ,
|
.Xr markdown 7 ,
|
||||||
.Xr mkd-extensions 7 .
|
.Xr mkd-extensions 7 .
|
||||||
.Sh AUTHOR
|
.Sh AUTHOR
|
||||||
.An David Parsons
|
.An Jessica L. Parsons
|
||||||
.Pq Li orc@pell.portland.or.us
|
.Pq Li orc@pell.portland.or.us
|
||||||
|
|||||||
+1
-1
@@ -197,5 +197,5 @@ utility exits 0 on success, and >0 if an error occurs.
|
|||||||
.Xr markdown 7 ,
|
.Xr markdown 7 ,
|
||||||
.Xr mkd-extensions 7 .
|
.Xr mkd-extensions 7 .
|
||||||
.Sh AUTHOR
|
.Sh AUTHOR
|
||||||
.An David Parsons
|
.An Jessica L. Parsons
|
||||||
.Pq Li orc@pell.portland.or.us
|
.Pq Li orc@pell.portland.or.us
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
/* markdown: a C implementation of John Gruber's Markdown markup language.
|
/* markdown: a C implementation of John Gruber's Markdown markup language.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2007 David L Parsons.
|
* Copyright (C) 2007 Jessica L Parsons.
|
||||||
* The redistribution terms are provided in the COPYRIGHT file that must
|
* The redistribution terms are provided in the COPYRIGHT file that must
|
||||||
* be distributed with this source code.
|
* be distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|||||||
+1
-1
@@ -183,7 +183,7 @@ the first use of that footnote will generate a link down to the
|
|||||||
bottom of the rendered document, which will contain a numbered footnote
|
bottom of the rendered document, which will contain a numbered footnote
|
||||||
with a link back to where the footnote was called.
|
with a link back to where the footnote was called.
|
||||||
.Sh AUTHOR
|
.Sh AUTHOR
|
||||||
David Parsons
|
Jessica L. Parsons
|
||||||
.%T http://www.pell.portland.or.us/~orc/
|
.%T http://www.pell.portland.or.us/~orc/
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr markdown 1 ,
|
.Xr markdown 1 ,
|
||||||
|
|||||||
+1
-1
@@ -48,5 +48,5 @@ utility exits 0 on success, and >0 if an error occurs.
|
|||||||
.Xr markdown 7 ,
|
.Xr markdown 7 ,
|
||||||
.Xr mkd-extensions 7 .
|
.Xr mkd-extensions 7 .
|
||||||
.Sh AUTHOR
|
.Sh AUTHOR
|
||||||
.An David Parsons
|
.An Jessica L. Parsons
|
||||||
.Pq Li orc@pell.portland.or.us
|
.Pq Li orc@pell.portland.or.us
|
||||||
|
|||||||
+1
-1
@@ -15,7 +15,7 @@
|
|||||||
* ( read syntax OR syntax.text, write syntax.html )
|
* ( read syntax OR syntax.text, write syntax.html )
|
||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2007 David L Parsons.
|
* Copyright (C) 2007 Jessica L Parsons.
|
||||||
* The redistribution terms are provided in the COPYRIGHT file that must
|
* The redistribution terms are provided in the COPYRIGHT file that must
|
||||||
* be distributed with this source code.
|
* be distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* mkdio -- markdown front end input functions
|
* mkdio -- markdown front end input functions
|
||||||
*
|
*
|
||||||
* Copyright (C) 2007 David L Parsons.
|
* Copyright (C) 2007 Jessica L Parsons.
|
||||||
* The redistribution terms are provided in the COPYRIGHT file that must
|
* The redistribution terms are provided in the COPYRIGHT file that must
|
||||||
* be distributed with this source code.
|
* be distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
/* markdown: a C implementation of John Gruber's Markdown markup language.
|
/* markdown: a C implementation of John Gruber's Markdown markup language.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2007-2011 David L Parsons.
|
* Copyright (C) 2007-2011 Jessica L Parsons.
|
||||||
* The redistribution terms are provided in the COPYRIGHT file that must
|
* The redistribution terms are provided in the COPYRIGHT file that must
|
||||||
* be distributed with this source code.
|
* be distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
/* markdown: a C implementation of John Gruber's Markdown markup language.
|
/* markdown: a C implementation of John Gruber's Markdown markup language.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2007 David L Parsons.
|
* Copyright (C) 2007 Jessica L Parsons.
|
||||||
* The redistribution terms are provided in the COPYRIGHT file that must
|
* The redistribution terms are provided in the COPYRIGHT file that must
|
||||||
* be distributed with this source code.
|
* be distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* markdown: a C implementation of John Gruber's Markdown markup language.
|
/* markdown: a C implementation of John Gruber's Markdown markup language.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2007 David L Parsons.
|
* Copyright (C) 2007 Jessica L Parsons.
|
||||||
* The redistribution terms are provided in the COPYRIGHT file that must
|
* The redistribution terms are provided in the COPYRIGHT file that must
|
||||||
* be distributed with this source code.
|
* be distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -156,5 +156,5 @@ utility exits 0 on success, and >0 if an error occurs.
|
|||||||
.Xr markdown 7 ,
|
.Xr markdown 7 ,
|
||||||
.Xr mkd-extensions 7 .
|
.Xr mkd-extensions 7 .
|
||||||
.Sh AUTHOR
|
.Sh AUTHOR
|
||||||
.An David Parsons
|
.An Jessica L. Parsons
|
||||||
.Pq Li orc@pell.portland.or.us
|
.Pq Li orc@pell.portland.or.us
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2007 David L Parsons.
|
* Copyright (C) 2007 Jessica L Parsons.
|
||||||
* The redistribution terms are provided in the COPYRIGHT file that must
|
* The redistribution terms are provided in the COPYRIGHT file that must
|
||||||
* be distributed with this source code.
|
* be distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
/*
|
/*
|
||||||
* toc -- spit out a table of contents based on header blocks
|
* toc -- spit out a table of contents based on header blocks
|
||||||
*
|
*
|
||||||
* Copyright (C) 2022 David L Parsons
|
* Copyright (C) 2022 Jessica L Parsons
|
||||||
* portions Copyright (C) 2011 Stefano D'Angelo
|
* portions Copyright (C) 2011 Stefano D'Angelo
|
||||||
* Copyright (C) 2008 Jjgod Jiang, David L Parsons
|
* Copyright (C) 2008 Jjgod Jiang, Jessica L Parsons
|
||||||
*
|
*
|
||||||
* The redistribution terms are provided in the COPYRIGHT file that must
|
* The redistribution terms are provided in the COPYRIGHT file that must
|
||||||
* be distributed with this source code.
|
* be distributed with this source code.
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2018 David L Parsons.
|
* Copyright (C) 2018 Jessica L. Parsons.
|
||||||
* The redistribution terms are provided in the COPYRIGHT file that must
|
* The redistribution terms are provided in the COPYRIGHT file that must
|
||||||
* be distributed with this source code.
|
* be distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
/* markdown: a C implementation of John Gruber's Markdown markup language.
|
/* markdown: a C implementation of John Gruber's Markdown markup language.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2007-2011 David L Parsons.
|
* Copyright (C) 2007-2011 Jessica L Parsons.
|
||||||
* The redistribution terms are provided in the COPYRIGHT file that must
|
* The redistribution terms are provided in the COPYRIGHT file that must
|
||||||
* be distributed with this source code.
|
* be distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* markdown: a C implementation of John Gruber's Markdown markup language.
|
/* markdown: a C implementation of John Gruber's Markdown markup language.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2007 David L Parsons.
|
* Copyright (C) 2007 Jessica L Parsons.
|
||||||
* The redistribution terms are provided in the COPYRIGHT file that must
|
* The redistribution terms are provided in the COPYRIGHT file that must
|
||||||
* be distributed with this source code.
|
* be distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* xmlpage -- write a skeletal xhtml page
|
* xmlpage -- write a skeletal xhtml page
|
||||||
*
|
*
|
||||||
* Copyright (C) 2007 David L Parsons.
|
* Copyright (C) 2007 Jessica L Parsons.
|
||||||
* The redistribution terms are provided in the COPYRIGHT file that must
|
* The redistribution terms are provided in the COPYRIGHT file that must
|
||||||
* be distributed with this source code.
|
* be distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user