summaryrefslogtreecommitdiff
path: root/xdelta3/xdelta3-blkcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'xdelta3/xdelta3-blkcache.h')
-rw-r--r--xdelta3/xdelta3-blkcache.h35
1 files changed, 14 insertions, 21 deletions
diff --git a/xdelta3/xdelta3-blkcache.h b/xdelta3/xdelta3-blkcache.h
index f8fa8e2..ea668e3 100644
--- a/xdelta3/xdelta3-blkcache.h
+++ b/xdelta3/xdelta3-blkcache.h
@@ -1,25 +1,18 @@
1/* xdelta 3 - delta compression tools and library 1/* xdelta3 - delta compression tools and library
2 * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2 Copyright 2016 Joshua MacDonald
3 * 2008, 2009, 2010 3
4 * Joshua P. MacDonald 4 Licensed under the Apache License, Version 2.0 (the "License");
5 * 5 you may not use this file except in compliance with the License.
6 * This program is free software; you can redistribute it and/or modify 6 You may obtain a copy of the License at
7 * it under the terms of the GNU General Public License as published by 7
8 * the Free Software Foundation; either version 2 of the License, or 8 http://www.apache.org/licenses/LICENSE-2.0
9 * (at your option) any later version.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 */
20 9
21/* TODO: This code is heavily revised from 3.0z but still needs major 10 Unless required by applicable law or agreed to in writing, software
22 * refactoring. */ 11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15*/
23 16
24#include "xdelta3-internal.h" 17#include "xdelta3-internal.h"
25 18