diff options
author | Xu Yuan <yuan.xu@dai-labor.de> | 2014-02-24 21:19:49 +0100 |
---|---|---|
committer | Xu Yuan <yuan.xu@dai-labor.de> | 2014-02-24 21:19:49 +0100 |
commit | e882c57d21aefe14ad550ed9b9713229eee88051 (patch) | |
tree | 6fbd9bf51e5066fc27fc6b047ef94990e2b1669f | |
parent | 14adc6fb7674bb038c1632e20c4e6db89f8d0cb4 (diff) | |
download | pgf-pie-master.tar.gz pgf-pie-master.tar.bz2 pgf-pie-master.zip |
-rw-r--r-- | dev/COPYING | 14 | ||||
-rw-r--r-- | dev/README | 3 |
2 files changed, 17 insertions, 0 deletions
diff --git a/dev/COPYING b/dev/COPYING new file mode 100644 index 0000000..6851eb5 --- /dev/null +++ b/dev/COPYING @@ -0,0 +1,14 @@ +This file is part of pgf-pie. + +pgf-pie is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +pgf-pie is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with Foobar. If not, see <http://www.gnu.org/licenses/>.
\ No newline at end of file diff --git a/dev/README b/dev/README new file mode 100644 index 0000000..6849209 --- /dev/null +++ b/dev/README @@ -0,0 +1,3 @@ +Some LaTeX macros for pie chart by using PGF/Tikz package. +Home page of project: http://pgf-pie.googlecode.com/ +Please read pgf-pie-manual.pdf for more information. |