diff options
author | Josh MacDonald <josh.macdonald@gmail.com> | 2016-03-14 22:57:24 -0700 |
---|---|---|
committer | Josh MacDonald <josh.macdonald@gmail.com> | 2016-03-14 22:57:24 -0700 |
commit | 0525275fe4b553a10f38e455d30c60dc6ed9b45d (patch) | |
tree | 5e5b2d0870273e392768ecb5f01b0042adcbf2b5 /xdelta3/xdelta3-lzma.h | |
parent | d594fbe514e2a381541a510fe01041e546f56a67 (diff) |
Introduce APL LICENSE and notices, remove GNU COPYING and notices. Version 3.0.12. (Copyright owner)
Diffstat (limited to 'xdelta3/xdelta3-lzma.h')
-rw-r--r-- | xdelta3/xdelta3-lzma.h | 32 |
1 files changed, 15 insertions, 17 deletions
diff --git a/xdelta3/xdelta3-lzma.h b/xdelta3/xdelta3-lzma.h index bcf2ddf..3b8bbad 100644 --- a/xdelta3/xdelta3-lzma.h +++ b/xdelta3/xdelta3-lzma.h | |||
@@ -1,20 +1,18 @@ | |||
1 | /* xdelta 3 - delta compression tools and library | 1 | /* xdelta3 - delta compression tools and library |
2 | * Copyright (C) 2012, 2013, 2014, 2015. Joshua P. MacDonald | 2 | Copyright 2016 Joshua MacDonald |
3 | * | 3 | |
4 | * This program is free software; you can redistribute it and/or modify | 4 | Licensed under the Apache License, Version 2.0 (the "License"); |
5 | * it under the terms of the GNU General Public License as published by | 5 | you may not use this file except in compliance with the License. |
6 | * the Free Software Foundation; either version 2 of the License, or | 6 | You may obtain a copy of the License at |
7 | * (at your option) any later version. | 7 | |
8 | * | 8 | http://www.apache.org/licenses/LICENSE-2.0 |
9 | * This program is distributed in the hope that it will be useful, | 9 | |
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | 10 | Unless required by applicable law or agreed to in writing, software |
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 11 | distributed under the License is distributed on an "AS IS" BASIS, |
12 | * GNU General Public License for more details. | 12 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
13 | * | 13 | See the License for the specific language governing permissions and |
14 | * You should have received a copy of the GNU General Public License | 14 | limitations under the License. |
15 | * along with this program; if not, write to the Free Software | 15 | */ |
16 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
17 | */ | ||
18 | 16 | ||
19 | /* Note: The use of the _easy_ decoder means we're not calling the | 17 | /* Note: The use of the _easy_ decoder means we're not calling the |
20 | * xd3_stream malloc hooks. TODO(jmacd) Fix if anyone cares. */ | 18 | * xd3_stream malloc hooks. TODO(jmacd) Fix if anyone cares. */ |