John MacFarlane
28f7d8ab4d
Added license of TikiWiki reader to COPYRIGHT.
...
Closes #4591 .
Ideally the author will relicense as GPL v2 or later.
2018-04-25 17:03:36 -07:00
John MacFarlane
ad37fd8a03
Added licensing headers for DocBook, EPUB, JATS, OPML readers.
...
See #4592 .
2018-04-25 16:36:20 -07:00
John MacFarlane
d48d0df787
Clarified dual-licensing of templates. Closes #4593 .
2018-04-25 16:22:59 -07:00
Albert Krewinkel
0d935bd081
Update copyright notices to include 2018
2018-01-05 20:39:12 +01:00
Kolen Cheung
3f0ceaf6ee
Use CamelCase for JavaScript for uniformity
...
other instances when javascript is refered to in pandoc is also in CamelCase, the official casing of JavaScript.
2017-10-26 22:43:19 -07:00
John MacFarlane
e6cdaea27f
COPYRIGHT: clarify that pandoc-types is BSD3 licensed.
2017-07-10 19:19:12 +02:00
John MacFarlane
f55cfe2541
COPYRIGHT: clarify that templates are dual-licensed.
2017-07-10 19:12:09 +02:00
Albert Krewinkel
09ef99477d
COPYRIGHT: list new files not written by John
2017-05-13 23:50:39 +02:00
Albert Krewinkel
965f1ddd4a
Update dates in copyright notices
...
This follows the suggestions given by the FSF for GPL licensed software.
<https://www.gnu.org/prep/maintain/html_node/Copyright-Notices.html >
2017-05-13 23:30:13 +02:00
John MacFarlane
6ad486c3c3
Automatically include URI-encoded jats.csl for jats output.
...
This way people can do
pandoc -s -t jats --filter pandoc-citeproc
and it will just work. If they want to specify a stylesheet,
they still can.
2017-03-30 16:43:17 +02:00
John MacFarlane
64fe39c255
Added default.jats template.
...
This is copied from Martin Fenner's pandoc-jats project:
https://github.com/mfenner/pandoc-jats
2017-03-28 09:38:00 +02:00
Or Neeman
fa43e36449
Fix stale references to tests
directory ( #3469 )
...
Some of the benchmarks were failing due to references to files in the
`tests` directory, which is now called `test`. A search found other
references to it also. This commit updates all these references.
2017-02-25 10:31:40 +01:00
John MacFarlane
484c91ea36
Updated copyright to include 2017.
2017-01-29 21:17:42 +01:00
Kolen Cheung
4b51ed3823
Download markdown version of the license from GNU and rename to COPYING.md
...
From https://www.gnu.org/licenses/old-licenses/gpl-2.0.md
2016-10-19 04:11:36 -07:00
Prayag Verma
fdc9f0e373
Update license year range to 2016
2016-01-26 14:07:07 +05:30
Pablo Rodríguez
c18e93ca6e
replace old url with pandoc.org
2015-06-09 22:22:58 +02:00
John MacFarlane
1868cb5e42
Updated copyright notices to -2015. Closes #2111 .
2015-04-26 10:18:29 -07:00
John MacFarlane
ac75964f4e
Merge pull request #2095 from pombreda/patch-1
...
Fixed typo in URL for dzslides
2015-04-20 09:13:59 -07:00
John MacFarlane
0cd845672b
Added license & copyright for lua to COPYRIGHT.
...
Closes #2096 .
2015-04-20 09:02:37 -07:00
Philippe Ombredanne
7d4828252b
Fixed typo in URL for dzslides
2015-04-20 12:28:03 +02:00
Albert Krewinkel
8fdbef841d
Update copyright notices for 2014, add missing notices
2014-05-09 00:46:08 +02:00
Albert Krewinkel
6cf60f2f8e
COPYRIGHT: Remove outdated copyright statements
...
Some files are no longer distributed with pandoc, the respective
copyright and licensing information is removed.
2014-04-27 21:21:16 +02:00
Albert Krewinkel
fb24888f52
COPYRIGHT: Specifiy the version of the GPL
...
All code in pandoc licensed under the GPL version 2 or later is just
marked as being licensed under the GPL. There are multiple versions of
the GPL, most notably version 2, version 3 and the Affero GPL. As to
avoid possible confusion, licensing info is updated to be more specific
about the GPL and its version.
2014-04-27 19:51:14 +02:00
Albert Krewinkel
d44815c79b
Add license statement for org reader files
...
This adds a brief note to the COPYRIGHT file, declaring the code in the
org-reader files to be licensed under the GPL.
2014-04-19 15:26:59 +02:00
John MacFarlane
a12d4d77c5
Increase date on copyright.
2013-01-19 11:11:12 -08:00
Jonas Smedegaard
491d789864
Add Slidy and Slideous to COPYRIGHT file.
2012-05-24 10:41:36 +02:00
John MacFarlane
928b1380f3
Change copyright date.
2012-01-31 08:59:19 -08:00
John MacFarlane
25679c918a
Added note on Paul Rouget's dzslides to COPYRIGHT.
2011-10-01 23:13:57 -07:00
John MacFarlane
0411f51433
Updated copyright notices.
2011-01-01 10:26:10 -08:00
John MacFarlane
10459627e8
Updated COPYRIGHT file.
2010-03-23 13:36:36 -07:00
John MacFarlane
1aeb7d23ad
Updated copyright notices.
2010-03-23 13:31:09 -07:00
fiddlosopher
2d47831f9a
Updated COPYRIGHT file.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1611 788f1e2b-df1e-0410-8736-df70ead52e1b
2009-10-24 19:34:31 +00:00
fiddlosopher
aaf6d72b17
Added scripts for Windows Inno Setup installer in windows/.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1440 788f1e2b-df1e-0410-8736-df70ead52e1b
2008-09-12 00:05:43 +00:00
fiddlosopher
27b3146bce
Pandoc is no longer a native debian package.
...
It is easier for releases if debian packaging is separate.
+ Removed debian directory and references to debian in Makefile and INSTALL.
+ Made COPYRIGHT and changelog standalone files rather than symlinks to
debian directory.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1422 788f1e2b-df1e-0410-8736-df70ead52e1b
2008-09-06 18:49:46 +00:00
fiddlosopher
62e2ee16cb
Modified debian/copyright, and made COPYRIGHT in top level
...
a symlink to it, to avoid duplication.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@250 788f1e2b-df1e-0410-8736-df70ead52e1b
2006-12-20 03:29:53 +00:00
fiddlosopher
cda0a6d584
Removed LICENSE, replacing it with COPYING (text of GPL)
...
and COPYRIGHT (including copyright information and licenses
for other packages used). Modified Pandoc.cabal.in and
README accordingly.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@249 788f1e2b-df1e-0410-8736-df70ead52e1b
2006-12-20 03:23:00 +00:00