diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2014-02-08 21:50:59 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2014-02-08 21:50:59 +0400 |
commit | 345ab7da8b3f60ca2888c63909eae09472be6146 (patch) | |
tree | c1991df2b872ca10a6a3af8cab45d57cf246524b | |
parent | 2db5c60a66b1c74409a112874daed122f1c1cb5a (diff) | |
download | illumos-source-345ab7da8b3f60ca2888c63909eae09472be6146.tar.gz |
Added debian/copyright
-rw-r--r-- | debian/copyright | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..36239c0 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,28 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ + +Files: debian/* +Copyright: 2012-2014, Igor Pashev <pashev.igor@gmail.com> +License: GPL-2+ + These files are free software; you can redistribute them and/or modify + them under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + . + This program 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 this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA + 02110-1301, USA. + . + As a special exception to the GNU General Public License, if you + distribute this file as part of a program that contains a + configuration script generated by Autoconf, you may include it under + the same distribution terms that you use for the rest of that program. + . + On Debian systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL-2'. + |