Update Copyright notices for a new year

pull/116/head
Hamish Coleman 5 years ago
parent 92fdd164f4
commit ee69775ebc

@ -1,7 +1,7 @@
# #
# Infrastructure to manage patching thinkpad EC firmware # Infrastructure to manage patching thinkpad EC firmware
# #
# Copyright (C) 2016-2018 Hamish Coleman # Copyright (C) 2016-2019 Hamish Coleman
# #
all: list_laptops all: list_laptops

@ -2,7 +2,7 @@
use warnings; use warnings;
use strict; 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 # 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 # packing system was used and allow the EC firmware image inside it to

@ -1,6 +1,6 @@
#!/bin/sh #!/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 # Deal with copying the FL2 file from and to the ISO image
# #

@ -1,6 +1,6 @@
#!/bin/sh #!/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 # Look up the given filename in the description file and confirm that
# the checksum matches # the checksum matches

@ -1,6 +1,6 @@
#!/bin/sh #!/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 # Look up the given filename in the description file and output the
# text description # text description

@ -2,7 +2,7 @@
use warnings; use warnings;
use strict; 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, # The Lenovo BIOS update ISO images contain an embedded hard drive image,
# complete with a partition table. # complete with a partition table.

@ -2,7 +2,7 @@
use warnings; use warnings;
use strict; 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 # Read through a descriptions file on input and auto generate a list of rules
# for building the various files on output # for building the various files on output

@ -4,7 +4,7 @@ use strict;
# #
# Apply a diff of two hexdumps as a binary patch # 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; use IO::File;

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
# #
# Quick and dirty encryptor # Quick and dirty encryptor
# Copyright (C) 2016-2018 Hamish Coleman # Copyright (C) 2016-2019 Hamish Coleman
# #
# TODO: # TODO:
# - a tool that is portable to Windows # - a tool that is portable to Windows

Loading…
Cancel
Save