<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cmark/COPYING, branch master</title>
<subtitle>My own fork of cmark for commonmark conversion</subtitle>
<link rel='alternate' type='text/html' href='http://5.196.69.93/cmark/'/>
<entry>
<title>COPYING: Update file name and remove duplicate section</title>
<updated>2016-08-21T16:00:00+00:00</updated>
<author>
<name>Peter Eisentraut</name>
<email>peter@eisentraut.org</email>
</author>
<published>2016-08-21T16:00:00+00:00</published>
<link rel='alternate' type='text/html' href='http://5.196.69.93/cmark/commit/?id=132d9cdacc87f9e85fff1144549e25e9b89eae34'/>
<id>132d9cdacc87f9e85fff1144549e25e9b89eae34</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>COPYING: Remove removed files</title>
<updated>2016-08-21T16:00:00+00:00</updated>
<author>
<name>Peter Eisentraut</name>
<email>peter@eisentraut.org</email>
</author>
<published>2016-08-21T16:00:00+00:00</published>
<link rel='alternate' type='text/html' href='http://5.196.69.93/cmark/commit/?id=abd7ad15c15ecf40cc056926235d1be0750595f5'/>
<id>abd7ad15c15ecf40cc056926235d1be0750595f5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>COPYING - added license for test/spec.txt and python code in test/.</title>
<updated>2015-01-25T19:22:19+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-01-25T19:22:19+00:00</published>
<link rel='alternate' type='text/html' href='http://5.196.69.93/cmark/commit/?id=b9622baf1ecea174a0093657f73971b693622a3a'/>
<id>b9622baf1ecea174a0093657f73971b693622a3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use 2-clause BSD license.</title>
<updated>2015-01-25T19:07:04+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-01-25T19:07:04+00:00</published>
<link rel='alternate' type='text/html' href='http://5.196.69.93/cmark/commit/?id=58ce8ce3600a125aee8579a37b92474ebb4e8308'/>
<id>58ce8ce3600a125aee8579a37b92474ebb4e8308</id>
<content type='text'>
The legal implications of the 3rd clause seem too unclear.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The legal implications of the 3rd clause seem too unclear.
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed JavaScript specific licenses in COPYING.</title>
<updated>2015-01-25T18:57:12+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-01-25T18:57:12+00:00</published>
<link rel='alternate' type='text/html' href='http://5.196.69.93/cmark/commit/?id=468ee8ad2fd23f7233d5bca8bc2cf88c3a9dd300'/>
<id>468ee8ad2fd23f7233d5bca8bc2cf88c3a9dd300</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added normalize-reference.js.</title>
<updated>2015-01-15T18:07:26+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-01-15T17:34:01+00:00</published>
<link rel='alternate' type='text/html' href='http://5.196.69.93/cmark/commit/?id=013294b384ab6dec0320f4c2ce6aa7a810b1630a'/>
<id>013294b384ab6dec0320f4c2ce6aa7a810b1630a</id>
<content type='text'>
This does a proper unicode case fold instead of just using
toUpperCase.  It is also faster, partly because we can do
one pass for space and case normalization.

Modified from the NPM package fold-case; proper credit given
in source and COPYING.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This does a proper unicode case fold instead of just using
toUpperCase.  It is also faster, partly because we can do
one pass for space and case normalization.

Modified from the NPM package fold-case; proper credit given
in source and COPYING.
</pre>
</div>
</content>
</entry>
<entry>
<title>COPYING:  record that utf8.* derived from utf8proc.</title>
<updated>2015-01-06T18:57:21+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-01-06T18:57:21+00:00</published>
<link rel='alternate' type='text/html' href='http://5.196.69.93/cmark/commit/?id=f11415d36a2d0b288db811a66b0f9f077c6ca123'/>
<id>f11415d36a2d0b288db811a66b0f9f077c6ca123</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated COPYING to include copyright for utf8proc.</title>
<updated>2015-01-06T18:22:52+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-01-06T18:22:52+00:00</published>
<link rel='alternate' type='text/html' href='http://5.196.69.93/cmark/commit/?id=2e4b099db85614f694423d507062fcc9c3f49e64'/>
<id>2e4b099db85614f694423d507062fcc9c3f49e64</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated LICENSE, renamed to COPYING.</title>
<updated>2015-01-05T20:30:53+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>fiddlosopher@gmail.com</email>
</author>
<published>2015-01-05T20:27:45+00:00</published>
<link rel='alternate' type='text/html' href='http://5.196.69.93/cmark/commit/?id=4e230226d1ffa3916fb7ae52a6b93fdf929ee850'/>
<id>4e230226d1ffa3916fb7ae52a6b93fdf929ee850</id>
<content type='text'>
This update clarifies the provenance and license of buffer.h,
buffer.c, chunk.h, utf8.h, utf8.c.

@vmg certifies by merging this PR that the license and copyright
information are accurate.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This update clarifies the provenance and license of buffer.h,
buffer.c, chunk.h, utf8.h, utf8.c.

@vmg certifies by merging this PR that the license and copyright
information are accurate.
</pre>
</div>
</content>
</entry>
</feed>
