diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-12-09 07:18:48 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-12-09 07:18:48 +0000 |
commit | 8fbe8069a83f349fa82d5671ee073d6768bc20a9 (patch) | |
tree | a64b2b125d223b68616d86c21bad923e5509f3af | |
parent | 383b0b86caffcf5d8680a97247d52ade7c2d8213 (diff) | |
download | pandoc-8fbe8069a83f349fa82d5671ee073d6768bc20a9.tar.gz |
Changed dates in README
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1661 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ % Pandoc User's Guide % John MacFarlane -% March 24, 2008 +% December 7, 2009 Pandoc is a [Haskell] library for converting from one markup format to another, and a command-line tool that uses this library. It can read @@ -37,7 +37,7 @@ or output format requires only adding a reader or writer. [Haskell]: http://www.haskell.org/ [GNU Texinfo]: http://www.gnu.org/software/texinfo/ -© 2006-8 John MacFarlane (jgm at berkeley dot edu). Released under the +© 2006-9 John MacFarlane (jgm at berkeley dot edu). Released under the [GPL], version 2 or greater. This software carries no warranty of any kind. (See COPYRIGHT for full copyright and warranty notices.) Contributors: Recai Oktaş (build system, debian package, wrapper |