diff --git a/Makefile b/Makefile index 84ea0a2..2bf60be 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # # Infrastructure to manage patching thinkpad EC firmware # -# Copyright (C) 2016-2018 Hamish Coleman +# Copyright (C) 2016-2019 Hamish Coleman # all: list_laptops diff --git a/scripts/FL2_copyIMG b/scripts/FL2_copyIMG index 5fd4a7a..1744ce1 100755 --- a/scripts/FL2_copyIMG +++ b/scripts/FL2_copyIMG @@ -2,7 +2,7 @@ use warnings; use strict; # -# Copyright (C) 2017-2018 Hamish Coleman +# Copyright (C) 2017-2019 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 diff --git a/scripts/ISO_copyFL2 b/scripts/ISO_copyFL2 index d2e7da6..231b4f2 100755 --- a/scripts/ISO_copyFL2 +++ b/scripts/ISO_copyFL2 @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2017-2018 Hamish Coleman +# Copyright (C) 2017-2019 Hamish Coleman # # Deal with copying the FL2 file from and to the ISO image # diff --git a/scripts/checksum b/scripts/checksum index a13a5a6..f7d649b 100755 --- a/scripts/checksum +++ b/scripts/checksum @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2017-2018 Hamish Coleman +# Copyright (C) 2017-2019 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 a828ecd..b64c0a0 100755 --- a/scripts/describe +++ b/scripts/describe @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2017-2018 Hamish Coleman +# Copyright (C) 2017-2019 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 650f06b..c2af995 100755 --- a/scripts/fix_mbr +++ b/scripts/fix_mbr @@ -2,7 +2,7 @@ use warnings; use strict; # -# Copyright (C) 2017-2018 Hamish Coleman +# Copyright (C) 2017-2019 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 7f89fc8..34cc062 100755 --- a/scripts/generate_deps +++ b/scripts/generate_deps @@ -2,7 +2,7 @@ use warnings; use strict; # -# Copyright (C) 2017-2018 Hamish Coleman +# Copyright (C) 2017-2019 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 95d1d03..ae6dd69 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-2018 Hamish Coleman +# Copyright (C) 2016-2019 Hamish Coleman use IO::File; diff --git a/scripts/xx30.encrypt b/scripts/xx30.encrypt index 5ec48c5..7bcab1f 100755 --- a/scripts/xx30.encrypt +++ b/scripts/xx30.encrypt @@ -1,7 +1,7 @@ #!/bin/sh # # Quick and dirty encryptor -# Copyright (C) 2016-2018 Hamish Coleman +# Copyright (C) 2016-2019 Hamish Coleman # # TODO: # - a tool that is portable to Windows