summaryrefslogtreecommitdiffstats
path: root/lzd.cc
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2016-06-08 16:33:37 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2016-06-08 16:34:01 +0000
commite60ddc10d5e26d8e4d5d092c7ac874ec6124737b (patch)
treeb303cbba36f2fd3cb52e729d56ea05f612def44c /lzd.cc
parentReleasing debian version 0.8-1. (diff)
downloadlzd-e60ddc10d5e26d8e4d5d092c7ac874ec6124737b.tar.xz
lzd-e60ddc10d5e26d8e4d5d092c7ac874ec6124737b.zip
Merging upstream version 0.9.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'lzd.cc')
-rw-r--r--lzd.cc12
1 files changed, 10 insertions, 2 deletions
diff --git a/lzd.cc b/lzd.cc
index 5f8dcdc..56dce37 100644
--- a/lzd.cc
+++ b/lzd.cc
@@ -1,8 +1,16 @@
/* Lzd - Educational decompressor for the lzip format
Copyright (C) 2013-2016 Antonio Diaz Diaz.
- This program is free software: you have unlimited permission
- to copy, distribute and modify it.
+ This program 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 program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of