summaryrefslogtreecommitdiff
path: root/xdelta3/testing/xdelta3-test.py
diff options
context:
space:
mode:
Diffstat (limited to 'xdelta3/testing/xdelta3-test.py')
-rwxr-xr-xxdelta3/testing/xdelta3-test.py24
1 files changed, 11 insertions, 13 deletions
diff --git a/xdelta3/testing/xdelta3-test.py b/xdelta3/testing/xdelta3-test.py
index 5f1a263..468db24 100755
--- a/xdelta3/testing/xdelta3-test.py
+++ b/xdelta3/testing/xdelta3-test.py
@@ -1,20 +1,18 @@
1#!/usr/bin/python2.7 1#!/usr/bin/python2.7
2# xdelta 3 - delta compression tools and library 2# xdelta3 - delta compression tools and library -*- Mode: C++ -*-
3# Copyright (C) 2003, 2006, 2007. Joshua P. MacDonald 3# Copyright 2016 Joshua MacDonald
4# 4#
5# This program is free software; you can redistribute it and/or modify 5# Licensed under the Apache License, Version 2.0 (the "License");
6# it under the terms of the GNU General Public License as published by 6# you may not use this file except in compliance with the License.
7# the Free Software Foundation; either version 2 of the License, or 7# You may obtain a copy of the License at
8# (at your option) any later version.
9# 8#
10# This program is distributed in the hope that it will be useful, 9# http://www.apache.org/licenses/LICENSE-2.0
11# but WITHOUT ANY WARRANTY; without even the implied warranty of
12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13# GNU General Public License for more details.
14# 10#
15# You should have received a copy of the GNU General Public License 11# Unless required by applicable law or agreed to in writing, software
16# along with this program; if not, write to the Free Software 12# distributed under the License is distributed on an "AS IS" BASIS,
17# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 13# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14# See the License for the specific language governing permissions and
15# limitations under the License.
18 16
19import xdelta3 17import xdelta3
20 18