From da6b9d1cb917c4d0f8423f4421e16937112f11ee Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Sat, 2 Mar 2013 10:53:49 -0600 Subject: [PATCH] [pngzop] swap master and pngzop README files. --- README_master.txt | 8 -------- README_pngzop.txt | 6 ++++++ 2 files changed, 6 insertions(+), 8 deletions(-) delete mode 100644 README_master.txt create mode 100644 README_pngzop.txt diff --git a/README_master.txt b/README_master.txt deleted file mode 100644 index b236c0fd9..000000000 --- a/README_master.txt +++ /dev/null @@ -1,8 +0,0 @@ - -/* - This is the master branch of the "pmt" tree. - Individual projects are in separate branches, - e.g., pngcrush is in the "pngcrush" branch, - pngmeta is in the "pngmeta" branch, and - pnguri is in the "pnguri" branch. -*/ diff --git a/README_pngzop.txt b/README_pngzop.txt new file mode 100644 index 000000000..e533b3987 --- /dev/null +++ b/README_pngzop.txt @@ -0,0 +1,6 @@ + +/* + This is the pngzop branch of the "pmt" tree. + Code for supporting the "zopfli" compression method + in PNG files will appear here. +*/