aboutsummaryrefslogtreecommitdiffstats
path: root/heimdall
diff options
context:
space:
mode:
authorBenjamin Dobell <benjamin.dobell@glassechidna.com.au>2011-07-09 17:37:36 +1000
committerBenjamin Dobell <benjamin.dobell@glassechidna.com.au>2011-07-09 17:37:36 +1000
commitbf17bbf5736e4774b1ac8e18698bc2fcf6ff9a1e (patch)
treec0199127003c2d5418fa6b10fb0676c7abcb0a7e /heimdall
parent70c1e8e5bae373c4660e460703b577336caac8b0 (diff)
downloadexternal_heimdall-bf17bbf5736e4774b1ac8e18698bc2fcf6ff9a1e.zip
external_heimdall-bf17bbf5736e4774b1ac8e18698bc2fcf6ff9a1e.tar.gz
external_heimdall-bf17bbf5736e4774b1ac8e18698bc2fcf6ff9a1e.tar.bz2
Version 1.3 (beta)
Diffstat (limited to 'heimdall')
-rw-r--r--heimdall/LICENSE4
-rw-r--r--heimdall/Makefile.am17
-rw-r--r--heimdall/Makefile.in34
-rw-r--r--[-rwxr-xr-x]heimdall/autogen.sh0
-rw-r--r--heimdall/autom4te.cache/output.020
-rw-r--r--heimdall/autom4te.cache/output.120
-rw-r--r--heimdall/autom4te.cache/traces.12
-rw-r--r--[-rwxr-xr-x]heimdall/config.guess0
-rw-r--r--[-rwxr-xr-x]heimdall/config.sub0
-rw-r--r--[-rwxr-xr-x]heimdall/configure20
-rw-r--r--heimdall/configure.ac2
-rw-r--r--[-rwxr-xr-x]heimdall/depcomp0
-rw-r--r--heimdall/doc-pak/LICENSE4
-rw-r--r--heimdall/doc-pak/README2
-rw-r--r--[-rwxr-xr-x]heimdall/install-sh0
-rw-r--r--[-rwxr-xr-x]heimdall/ltmain.sh0
-rw-r--r--[-rwxr-xr-x]heimdall/missing0
-rw-r--r--[-rwxr-xr-x]heimdall/postinstall-pak0
-rw-r--r--[-rwxr-xr-x]heimdall/postremove-pak0
-rw-r--r--heimdall/source/main.cpp1
20 files changed, 59 insertions, 67 deletions
diff --git a/heimdall/LICENSE b/heimdall/LICENSE
index a18336e..78dc138 100644
--- a/heimdall/LICENSE
+++ b/heimdall/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2010 Benjamin Dobell, Glass Echidna
+Copyright (c) 2010-2011 Benjamin Dobell, Glass Echidna
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@@ -16,4 +16,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE. \ No newline at end of file
+THE SOFTWARE.
diff --git a/heimdall/Makefile.am b/heimdall/Makefile.am
index 4f5ffdb..78544fe 100644
--- a/heimdall/Makefile.am
+++ b/heimdall/Makefile.am
@@ -1,6 +1,7 @@
AUTOMAKE_OPTIONS = subdir-objects
ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS}
-AM_CPPFLAGS = $(DEPS_CFLAGS)
+AM_CPPFLAGS = $(DEPS_CFLAGS) -I../libpit/Source
+STATIC_LIBS = ../libpit/libpit-1.3.a
bin_PROGRAMS = heimdall
heimdall_SOURCES = source/BeginDumpPacket.h source/BridgeManager.cpp \
@@ -8,15 +9,13 @@ heimdall_SOURCES = source/BeginDumpPacket.h source/BridgeManager.cpp \
source/DeviceInfoResponse.h source/DumpPartFileTransferPacket.h \
source/DumpPartPitFilePacket.h source/DumpResponse.h source/EndFileTransferPacket.h \
source/EndModemFileTransferPacket.h source/EndPhoneFileTransferPacket.h \
- source/FileTransferPacket.h source/FlashPartFileTransferPacket.h \
- source/FlashPartPitFilePacket.h source/Heimdall.h \
- source/InboundPacket.h source/InterfaceManager.cpp source/InterfaceManager.h \
- source/main.cpp source/OutboundPacket.h source/Packet.h source/PitFilePacket.h \
- source/PitFileResponse.h source/EndSessionPacket.h source/ReceiveFilePartPacket.h \
- source/ResponsePacket.h source/SendFilePartPacket.h \
- source/SendFilePartResponse.h source/PitData.cpp source/PitData.h
+ source/EndSessionPacket.h source/FileTransferPacket.h source/FlashPartFileTransferPacket.h \
+ source/FlashPartPitFilePacket.h source/Heimdall.h source/InboundPacket.h \
+ source/Interface.cpp source/Interface.h source/main.cpp source/OutboundPacket.h \
+ source/Packet.h source/PitFilePacket.h source/PitFileResponse.h source/ReceiveFilePartPacket.h \
+ source/ResponsePacket.h source/SendFilePartPacket.h source/SendFilePartResponse.h
-heimdall_LDADD = $(DEPS_LIBS)
+heimdall_LDADD = $(DEPS_LIBS) $(STATIC_LIBS)
if LINUXTARGET
udevrulesdir = /lib/udev/rules.d
diff --git a/heimdall/Makefile.in b/heimdall/Makefile.in
index 9165f54..752d08c 100644
--- a/heimdall/Makefile.in
+++ b/heimdall/Makefile.in
@@ -57,11 +57,10 @@ am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(udevrulesdir)"
PROGRAMS = $(bin_PROGRAMS)
am__dirstamp = $(am__leading_dot)dirstamp
am_heimdall_OBJECTS = source/BridgeManager.$(OBJEXT) \
- source/InterfaceManager.$(OBJEXT) source/main.$(OBJEXT) \
- source/PitData.$(OBJEXT)
+ source/Interface.$(OBJEXT) source/main.$(OBJEXT)
heimdall_OBJECTS = $(am_heimdall_OBJECTS)
am__DEPENDENCIES_1 =
-heimdall_DEPENDENCIES = $(am__DEPENDENCIES_1)
+heimdall_DEPENDENCIES = $(am__DEPENDENCIES_1) $(STATIC_LIBS)
SCRIPTS = $(dist_noinst_SCRIPTS)
DEFAULT_INCLUDES = -I.@am__isrc@
depcomp = $(SHELL) $(top_srcdir)/depcomp
@@ -251,21 +250,20 @@ top_srcdir = @top_srcdir@
udevadminstalled = @udevadminstalled@
AUTOMAKE_OPTIONS = subdir-objects
ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS}
-AM_CPPFLAGS = $(DEPS_CFLAGS)
+AM_CPPFLAGS = $(DEPS_CFLAGS) -I../libpit/Source
+STATIC_LIBS = ../libpit/libpit-1.3.a
heimdall_SOURCES = source/BeginDumpPacket.h source/BridgeManager.cpp \
source/BridgeManager.h source/ControlPacket.h source/DeviceInfoPacket.h \
source/DeviceInfoResponse.h source/DumpPartFileTransferPacket.h \
source/DumpPartPitFilePacket.h source/DumpResponse.h source/EndFileTransferPacket.h \
source/EndModemFileTransferPacket.h source/EndPhoneFileTransferPacket.h \
- source/FileTransferPacket.h source/FlashPartFileTransferPacket.h \
- source/FlashPartPitFilePacket.h source/Heimdall.h \
- source/InboundPacket.h source/InterfaceManager.cpp source/InterfaceManager.h \
- source/main.cpp source/OutboundPacket.h source/Packet.h source/PitFilePacket.h \
- source/PitFileResponse.h source/EndSessionPacket.h source/ReceiveFilePartPacket.h \
- source/ResponsePacket.h source/SendFilePartPacket.h \
- source/SendFilePartResponse.h source/PitData.cpp source/PitData.h
-
-heimdall_LDADD = $(DEPS_LIBS)
+ source/EndSessionPacket.h source/FileTransferPacket.h source/FlashPartFileTransferPacket.h \
+ source/FlashPartPitFilePacket.h source/Heimdall.h source/InboundPacket.h \
+ source/Interface.cpp source/Interface.h source/main.cpp source/OutboundPacket.h \
+ source/Packet.h source/PitFilePacket.h source/PitFileResponse.h source/ReceiveFilePartPacket.h \
+ source/ResponsePacket.h source/SendFilePartPacket.h source/SendFilePartResponse.h
+
+heimdall_LDADD = $(DEPS_LIBS) $(STATIC_LIBS)
@LINUXTARGET_TRUE@udevrulesdir = /lib/udev/rules.d
@LINUXTARGET_TRUE@udevrules_DATA = 60-heimdall-galaxy-s.rules
dist_noinst_SCRIPTS = autogen.sh
@@ -376,12 +374,10 @@ source/$(DEPDIR)/$(am__dirstamp):
@: > source/$(DEPDIR)/$(am__dirstamp)
source/BridgeManager.$(OBJEXT): source/$(am__dirstamp) \
source/$(DEPDIR)/$(am__dirstamp)
-source/InterfaceManager.$(OBJEXT): source/$(am__dirstamp) \
+source/Interface.$(OBJEXT): source/$(am__dirstamp) \
source/$(DEPDIR)/$(am__dirstamp)
source/main.$(OBJEXT): source/$(am__dirstamp) \
source/$(DEPDIR)/$(am__dirstamp)
-source/PitData.$(OBJEXT): source/$(am__dirstamp) \
- source/$(DEPDIR)/$(am__dirstamp)
heimdall$(EXEEXT): $(heimdall_OBJECTS) $(heimdall_DEPENDENCIES)
@rm -f heimdall$(EXEEXT)
$(CXXLINK) $(heimdall_OBJECTS) $(heimdall_LDADD) $(LIBS)
@@ -389,16 +385,14 @@ heimdall$(EXEEXT): $(heimdall_OBJECTS) $(heimdall_DEPENDENCIES)
mostlyclean-compile:
-rm -f *.$(OBJEXT)
-rm -f source/BridgeManager.$(OBJEXT)
- -rm -f source/InterfaceManager.$(OBJEXT)
- -rm -f source/PitData.$(OBJEXT)
+ -rm -f source/Interface.$(OBJEXT)
-rm -f source/main.$(OBJEXT)
distclean-compile:
-rm -f *.tab.c
@AMDEP_TRUE@@am__include@ @am__quote@source/$(DEPDIR)/BridgeManager.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@source/$(DEPDIR)/InterfaceManager.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@source/$(DEPDIR)/PitData.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@source/$(DEPDIR)/Interface.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@source/$(DEPDIR)/main.Po@am__quote@
.cpp.o:
diff --git a/heimdall/autogen.sh b/heimdall/autogen.sh
index 54516bc..54516bc 100755..100644
--- a/heimdall/autogen.sh
+++ b/heimdall/autogen.sh
diff --git a/heimdall/autom4te.cache/output.0 b/heimdall/autom4te.cache/output.0
index 76d04b6..d5543d1 100644
--- a/heimdall/autom4te.cache/output.0
+++ b/heimdall/autom4te.cache/output.0
@@ -1,6 +1,6 @@
@%:@! /bin/sh
@%:@ Guess values for system-dependent variables and create Makefiles.
-@%:@ Generated by GNU Autoconf 2.67 for Heimdall 0.1.
+@%:@ Generated by GNU Autoconf 2.67 for Heimdall 1.3.
@%:@
@%:@ Report bugs to <bug-report@glassechidna.com.au>.
@%:@
@@ -701,8 +701,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='Heimdall'
PACKAGE_TARNAME='heimdall'
-PACKAGE_VERSION='0.1'
-PACKAGE_STRING='Heimdall 0.1'
+PACKAGE_VERSION='1.3'
+PACKAGE_STRING='Heimdall 1.3'
PACKAGE_BUGREPORT='bug-report@glassechidna.com.au'
PACKAGE_URL='http://www.glassechidna.com.au/'
@@ -1447,7 +1447,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures Heimdall 0.1 to adapt to many kinds of systems.
+\`configure' configures Heimdall 1.3 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1518,7 +1518,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of Heimdall 0.1:";;
+ short | recursive ) echo "Configuration of Heimdall 1.3:";;
esac
cat <<\_ACEOF
@@ -1630,7 +1630,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-Heimdall configure 0.1
+Heimdall configure 1.3
generated by GNU Autoconf 2.67
Copyright (C) 2010 Free Software Foundation, Inc.
@@ -2029,7 +2029,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by Heimdall $as_me 0.1, which was
+It was created by Heimdall $as_me 1.3, which was
generated by GNU Autoconf 2.67. Invocation command line was
$ $0 $@
@@ -3200,7 +3200,7 @@ fi
# Define the identity of the package.
PACKAGE='heimdall'
- VERSION='0.1'
+ VERSION='1.3'
# Some tools Automake needs.
@@ -15378,7 +15378,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by Heimdall $as_me 0.1, which was
+This file was extended by Heimdall $as_me 1.3, which was
generated by GNU Autoconf 2.67. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -15445,7 +15445,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-Heimdall config.status 0.1
+Heimdall config.status 1.3
configured by $0, generated by GNU Autoconf 2.67,
with options \\"\$ac_cs_config\\"
diff --git a/heimdall/autom4te.cache/output.1 b/heimdall/autom4te.cache/output.1
index c693bca..34527d4 100644
--- a/heimdall/autom4te.cache/output.1
+++ b/heimdall/autom4te.cache/output.1
@@ -1,6 +1,6 @@
@%:@! /bin/sh
@%:@ Guess values for system-dependent variables and create Makefiles.
-@%:@ Generated by GNU Autoconf 2.67 for Heimdall 0.1.
+@%:@ Generated by GNU Autoconf 2.67 for Heimdall 1.3.
@%:@
@%:@ Report bugs to <bug-report@glassechidna.com.au>.
@%:@
@@ -701,8 +701,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='Heimdall'
PACKAGE_TARNAME='heimdall'
-PACKAGE_VERSION='0.1'
-PACKAGE_STRING='Heimdall 0.1'
+PACKAGE_VERSION='1.3'
+PACKAGE_STRING='Heimdall 1.3'
PACKAGE_BUGREPORT='bug-report@glassechidna.com.au'
PACKAGE_URL='http://www.glassechidna.com.au/'
@@ -1447,7 +1447,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures Heimdall 0.1 to adapt to many kinds of systems.
+\`configure' configures Heimdall 1.3 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1518,7 +1518,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of Heimdall 0.1:";;
+ short | recursive ) echo "Configuration of Heimdall 1.3:";;
esac
cat <<\_ACEOF
@@ -1630,7 +1630,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-Heimdall configure 0.1
+Heimdall configure 1.3
generated by GNU Autoconf 2.67
Copyright (C) 2010 Free Software Foundation, Inc.
@@ -2029,7 +2029,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by Heimdall $as_me 0.1, which was
+It was created by Heimdall $as_me 1.3, which was
generated by GNU Autoconf 2.67. Invocation command line was
$ $0 $@
@@ -3200,7 +3200,7 @@ fi
# Define the identity of the package.
PACKAGE='heimdall'
- VERSION='0.1'
+ VERSION='1.3'
# Some tools Automake needs.
@@ -15374,7 +15374,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by Heimdall $as_me 0.1, which was
+This file was extended by Heimdall $as_me 1.3, which was
generated by GNU Autoconf 2.67. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -15441,7 +15441,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-Heimdall config.status 0.1
+Heimdall config.status 1.3
configured by $0, generated by GNU Autoconf 2.67,
with options \\"\$ac_cs_config\\"
diff --git a/heimdall/autom4te.cache/traces.1 b/heimdall/autom4te.cache/traces.1
index 1aec194..c432a96 100644
--- a/heimdall/autom4te.cache/traces.1
+++ b/heimdall/autom4te.cache/traces.1
@@ -1,4 +1,4 @@
-m4trace:configure.ac:1: -1- AC_INIT([Heimdall], [0.1], [bug-report@glassechidna.com.au], [heimdall], [http://www.glassechidna.com.au/])
+m4trace:configure.ac:1: -1- AC_INIT([Heimdall], [1.3], [bug-report@glassechidna.com.au], [heimdall], [http://www.glassechidna.com.au/])
m4trace:configure.ac:1: -1- m4_pattern_forbid([^_?A[CHUM]_])
m4trace:configure.ac:1: -1- m4_pattern_forbid([_AC_])
m4trace:configure.ac:1: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
diff --git a/heimdall/config.guess b/heimdall/config.guess
index c2246a4..c2246a4 100755..100644
--- a/heimdall/config.guess
+++ b/heimdall/config.guess
diff --git a/heimdall/config.sub b/heimdall/config.sub
index c2d1257..c2d1257 100755..100644
--- a/heimdall/config.sub
+++ b/heimdall/config.sub
diff --git a/heimdall/configure b/heimdall/configure
index c30bd66..874db3d 100755..100644
--- a/heimdall/configure
+++ b/heimdall/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.67 for Heimdall 0.1.
+# Generated by GNU Autoconf 2.67 for Heimdall 1.3.
#
# Report bugs to <bug-report@glassechidna.com.au>.
#
@@ -701,8 +701,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='Heimdall'
PACKAGE_TARNAME='heimdall'
-PACKAGE_VERSION='0.1'
-PACKAGE_STRING='Heimdall 0.1'
+PACKAGE_VERSION='1.3'
+PACKAGE_STRING='Heimdall 1.3'
PACKAGE_BUGREPORT='bug-report@glassechidna.com.au'
PACKAGE_URL='http://www.glassechidna.com.au/'
@@ -1447,7 +1447,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures Heimdall 0.1 to adapt to many kinds of systems.
+\`configure' configures Heimdall 1.3 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1518,7 +1518,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of Heimdall 0.1:";;
+ short | recursive ) echo "Configuration of Heimdall 1.3:";;
esac
cat <<\_ACEOF
@@ -1630,7 +1630,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-Heimdall configure 0.1
+Heimdall configure 1.3
generated by GNU Autoconf 2.67
Copyright (C) 2010 Free Software Foundation, Inc.
@@ -2029,7 +2029,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by Heimdall $as_me 0.1, which was
+It was created by Heimdall $as_me 1.3, which was
generated by GNU Autoconf 2.67. Invocation command line was
$ $0 $@
@@ -3200,7 +3200,7 @@ fi
# Define the identity of the package.
PACKAGE='heimdall'
- VERSION='0.1'
+ VERSION='1.3'
# Some tools Automake needs.
@@ -15374,7 +15374,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by Heimdall $as_me 0.1, which was
+This file was extended by Heimdall $as_me 1.3, which was
generated by GNU Autoconf 2.67. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -15441,7 +15441,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-Heimdall config.status 0.1
+Heimdall config.status 1.3
configured by $0, generated by GNU Autoconf 2.67,
with options \\"\$ac_cs_config\\"
diff --git a/heimdall/configure.ac b/heimdall/configure.ac
index 712731a..c534bf2 100644
--- a/heimdall/configure.ac
+++ b/heimdall/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([Heimdall], [0.1], [bug-report@glassechidna.com.au], [heimdall], [http://www.glassechidna.com.au/])
+AC_INIT([Heimdall], [1.3], [bug-report@glassechidna.com.au], [heimdall], [http://www.glassechidna.com.au/])
AC_PREREQ([2.59])
PKG_CHECK_MODULES([DEPS], [libusb-1.0 >= 1.0.8])
AC_PROGRAM_CHECK(udevadminstalled, udevadm)
diff --git a/heimdall/depcomp b/heimdall/depcomp
index df8eea7..df8eea7 100755..100644
--- a/heimdall/depcomp
+++ b/heimdall/depcomp
diff --git a/heimdall/doc-pak/LICENSE b/heimdall/doc-pak/LICENSE
index a18336e..78dc138 100644
--- a/heimdall/doc-pak/LICENSE
+++ b/heimdall/doc-pak/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2010 Benjamin Dobell, Glass Echidna
+Copyright (c) 2010-2011 Benjamin Dobell, Glass Echidna
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@@ -16,4 +16,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE. \ No newline at end of file
+THE SOFTWARE.
diff --git a/heimdall/doc-pak/README b/heimdall/doc-pak/README
index 6ea3fdd..4814647 100644
--- a/heimdall/doc-pak/README
+++ b/heimdall/doc-pak/README
@@ -1,4 +1,4 @@
-Heimdall (c) 2010 Benjamin Dobell, Glass Echidna
+Heimdall (c) 2010-2011 Benjamin Dobell, Glass Echidna
http://www.glassechidna.com.au/products/heimdall/
DISCLAIMER:
diff --git a/heimdall/install-sh b/heimdall/install-sh
index 6781b98..6781b98 100755..100644
--- a/heimdall/install-sh
+++ b/heimdall/install-sh
diff --git a/heimdall/ltmain.sh b/heimdall/ltmain.sh
index 7ed280b..7ed280b 100755..100644
--- a/heimdall/ltmain.sh
+++ b/heimdall/ltmain.sh
diff --git a/heimdall/missing b/heimdall/missing
index 28055d2..28055d2 100755..100644
--- a/heimdall/missing
+++ b/heimdall/missing
diff --git a/heimdall/postinstall-pak b/heimdall/postinstall-pak
index 1f2159d..1f2159d 100755..100644
--- a/heimdall/postinstall-pak
+++ b/heimdall/postinstall-pak
diff --git a/heimdall/postremove-pak b/heimdall/postremove-pak
index 90f5c23..90f5c23 100755..100644
--- a/heimdall/postremove-pak
+++ b/heimdall/postremove-pak
diff --git a/heimdall/source/main.cpp b/heimdall/source/main.cpp
index 8ab0b19..7e46c19 100644
--- a/heimdall/source/main.cpp
+++ b/heimdall/source/main.cpp
@@ -461,7 +461,6 @@ bool attemptFlash(BridgeManager *bridgeManager, map<string, FILE *> argumentFile
if (!pitsMatch)
{
Interface::Print("Local and device PIT files don't match and repartition wasn't specified!\n");
- Interface::Print("Flash aborted!\n");
Interface::PrintError("Flash aborted!\n");
delete pitData;