File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ eval $(cat shared-ng.inc)
35
35
eval $( cat $CONFLOG )
36
36
FSOUT=" $DIR /new-filesystem.$FS_TYPE "
37
37
38
- echo -e " Firmware Mod Kit (build-ng) $VERSION , (c)2012 Craig Heffner, Jeremy Collake\n"
38
+ echo -e " Firmware Mod Kit (build-ng) $VERSION , (c)2013 Craig Heffner, Jeremy Collake\n"
39
39
40
40
if [ ! -d " $DIR " ]
41
41
then
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ cd $(dirname $(readlink -f $0))
25
25
# Source in/Import shared settings. ${DIR} MUST be defined prior to this!
26
26
. ./shared-ng.inc
27
27
28
- printf " Firmware Mod Kit (build-ng) ${VERSION} , (c)2011-2012 Craig Heffner, Jeremy Collake\n\n"
28
+ printf " Firmware Mod Kit (build-ng) ${VERSION} , (c)2011-2013 Craig Heffner, Jeremy Collake\n\n"
29
29
30
30
# Check usage
31
31
if [ " ${IMG} " = " " ] || [ " ${IMG} " = " -h" ]
You can’t perform that action at this time.
0 commit comments