Skip to content

Commit

Permalink
Added copyright and license information
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbigmdm committed Jan 26, 2024
1 parent 4eecbaf commit 6b3cc4a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions IMSProg_programmer/chunks.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/*
* Copyright (C) 2015-2016 Winfried Simon
*
* This software may be used under the terms of the GNU Lesser General
* Public License version 2.1 as published by the Free Software Foundation
* and appearing in the file license.txt included in the packaging of this file.
*
* 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 Lesser 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/>.
*/
#include "chunks.h"
#include <limits.h>

Expand Down

0 comments on commit 6b3cc4a

Please sign in to comment.