diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-12-19 19:22:42 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-12-19 19:39:49 (EST) |
commit | 454af142c176202cf34e3af7f0b4233ea254d0a0 (patch) | |
tree | cdb97fa0c2bdb9ce9e83644d9e5fc8e87b2de1a9 | |
parent | 056712cfaf3aaa35f71f51dc9c01a3280cd79625 (diff) |
copyright: Add upsteam notices
-rw-r--r-- | copyright | 42 |
1 files changed, 42 insertions, 0 deletions
@@ -1,6 +1,48 @@ Upstream Source =============== +decoder.cc, decoder.h, encoder.cc, encoder.h, encoder_base.cc, +encoder_base.h, fast_encoder.cc, fast_encoder.h, list.cc, +lzip.h, lzip_index.cc, lzip_index.h, main.cc +-------------------------------------------------------------- + +Copyright (C) 2008-2020 Antonio Diaz Diaz. + +This program 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 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, see <http://www.gnu.org/licenses/>. + +On this system, a copy of the GNU General Public License may be found at +<file:///usr/share/common-licenses/GPL-2>. + +arg_parser.cc, arg_parser.h +--------------------------- + +Copyright (C) 2006-2020 Antonio Diaz Diaz. + +This library is free software. Redistribution and use in source and +binary forms, with or without modification, are permitted provided +that the following conditions are met: + +1. Redistributions of source code must retain the above copyright +notice, this list of conditions, and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright +notice, this list of conditions, and the following disclaimer in the +documentation and/or other materials provided with the distribution. + +This library 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. Distribution Packaging |