diff --git a/Makefile b/Makefile index 293077a..84ea0a2 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # # Infrastructure to manage patching thinkpad EC firmware # -# Copyright (C) 2016-2017 Hamish Coleman +# Copyright (C) 2016-2018 Hamish Coleman # all: list_laptops diff --git a/scripts/FL2_copyIMG b/scripts/FL2_copyIMG index dadaa16..5fd4a7a 100755 --- a/scripts/FL2_copyIMG +++ b/scripts/FL2_copyIMG @@ -2,6 +2,8 @@ use warnings; use strict; # +# Copyright (C) 2017-2018 Hamish Coleman +# # Given an FL2 file from the Lenovo BIOS update, try to recognise which # packing system was used and allow the EC firmware image inside it to # be extracted or reinserted diff --git a/scripts/ISO_copyFL2 b/scripts/ISO_copyFL2 index 42f4870..d2e7da6 100755 --- a/scripts/ISO_copyFL2 +++ b/scripts/ISO_copyFL2 @@ -1,5 +1,7 @@ #!/bin/sh # +# Copyright (C) 2017-2018 Hamish Coleman +# # Deal with copying the FL2 file from and to the ISO image # diff --git a/scripts/checksum b/scripts/checksum index 820fe31..a13a5a6 100755 --- a/scripts/checksum +++ b/scripts/checksum @@ -1,5 +1,7 @@ #!/bin/sh # +# Copyright (C) 2017-2018 Hamish Coleman +# # Look up the given filename in the description file and confirm that # the checksum matches # diff --git a/scripts/describe b/scripts/describe index cde506c..a828ecd 100755 --- a/scripts/describe +++ b/scripts/describe @@ -1,5 +1,7 @@ #!/bin/sh # +# Copyright (C) 2017-2018 Hamish Coleman +# # Look up the given filename in the description file and output the # text description # diff --git a/scripts/fix_mbr b/scripts/fix_mbr index b1cda7a..650f06b 100755 --- a/scripts/fix_mbr +++ b/scripts/fix_mbr @@ -2,6 +2,8 @@ use warnings; use strict; # +# Copyright (C) 2017-2018 Hamish Coleman +# # The Lenovo BIOS update ISO images contain an embedded hard drive image, # complete with a partition table. # diff --git a/scripts/generate_deps b/scripts/generate_deps index 25fccb6..7f89fc8 100755 --- a/scripts/generate_deps +++ b/scripts/generate_deps @@ -2,6 +2,8 @@ use warnings; use strict; # +# Copyright (C) 2017-2018 Hamish Coleman +# # Read through a descriptions file on input and auto generate a list of rules # for building the various files on output # diff --git a/scripts/hexpatch.pl b/scripts/hexpatch.pl index c175409..95d1d03 100755 --- a/scripts/hexpatch.pl +++ b/scripts/hexpatch.pl @@ -4,7 +4,7 @@ use strict; # # Apply a diff of two hexdumps as a binary patch # -# Copyright (C) 2016 Hamish Coleman +# Copyright (C) 2016-2018 Hamish Coleman use IO::File; diff --git a/scripts/xx30.encrypt b/scripts/xx30.encrypt index e12c5bb..5ec48c5 100755 --- a/scripts/xx30.encrypt +++ b/scripts/xx30.encrypt @@ -1,7 +1,7 @@ #!/bin/sh # # Quick and dirty encryptor -# Copyright (C) 2016 Hamish Coleman +# Copyright (C) 2016-2018 Hamish Coleman # # TODO: # - a tool that is portable to Windows