From 4b51ed382325ceeaaab97d1f5f099751ee025a8b Mon Sep 17 00:00:00 2001 From: Kolen Cheung Date: Sun, 9 Oct 2016 22:39:56 -0700 Subject: 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 --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index e7728dba5..a7113c829 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -38,7 +38,7 @@ after_test: - cd windows - 7z a "pandoc.zip" pandoc.exe - .\pandoc.exe -s -S --toc ..\MANUAL.txt -o MANUAL.html - - .\pandoc.exe -s -S ..\COPYING -o COPYING.rtf + - .\pandoc.exe -s -S ..\COPYING.md -o COPYING.rtf - copy ..\COPYRIGHT COPYRIGHT.txt - | set VERSION= -- cgit v1.2.3