diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2017-08-21 16:30:40 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2017-08-21 16:30:49 +0900 |
commit | addc69dda437488e8a5d89c800931f9703eca29b (patch) | |
tree | edfd21ca2a50df0779100bebcef66c80065f2ba9 /src/frames.h | |
parent | 7df1602b129bd56916aaa6037a9cb84e1bdd77d4 (diff) | |
download | lzop-addc69dda437488e8a5d89c800931f9703eca29b.tar.gz lzop-addc69dda437488e8a5d89c800931f9703eca29b.tar.bz2 lzop-addc69dda437488e8a5d89c800931f9703eca29b.zip |
Imported Upstream version 1.04upstream/1.04submit/upstream/20170906.015405
Change-Id: Ia672514693f8c284b333fcb40f4826fa96ad61e6
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'src/frames.h')
-rw-r--r-- | src/frames.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/frames.h b/src/frames.h index 0069ffe..021f684 100644 --- a/src/frames.h +++ b/src/frames.h @@ -2,7 +2,7 @@ This file is part of the lzop file compressor. - Copyright (C) 1996-2010 Markus Franz Xaver Johannes Oberhumer + Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer All Rights Reserved. lzop and the LZO library are free software; you can redistribute them @@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License along with this program; see the file COPYING. If not, write to the Free Software Foundation, Inc., - 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. Markus F.X.J. Oberhumer <markus@oberhumer.com> @@ -328,3 +328,5 @@ static const unsigned char compressed_frames[3522] = { 0xb1, 0x20, 0x10, 0x05, 0x11, 0xcb, 0xb0, 0x18, 0x08, 0x30, 0x84, 0x20, 0x05, 0x6c, 0x2c, 0x11, 0x00, 0x00 }; + +/* vim:set ts=4 sw=4 et: */ |