Notice that another year has gone past and update the copyright headers

This commit is contained in:
Hamish Coleman 2018-11-30 09:27:50 +08:00
parent dfbd7e8127
commit eb2ba3eb0b
9 changed files with 15 additions and 3 deletions

View File

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

View File

@ -2,6 +2,8 @@
use warnings; use warnings;
use strict; use strict;
# #
# Copyright (C) 2017-2018 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
# be extracted or reinserted # be extracted or reinserted

View File

@ -1,5 +1,7 @@
#!/bin/sh #!/bin/sh
# #
# Copyright (C) 2017-2018 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
# #

View File

@ -1,5 +1,7 @@
#!/bin/sh #!/bin/sh
# #
# Copyright (C) 2017-2018 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
# #

View File

@ -1,5 +1,7 @@
#!/bin/sh #!/bin/sh
# #
# Copyright (C) 2017-2018 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
# #

View File

@ -2,6 +2,8 @@
use warnings; use warnings;
use strict; use strict;
# #
# Copyright (C) 2017-2018 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.
# #

View File

@ -2,6 +2,8 @@
use warnings; use warnings;
use strict; use strict;
# #
# Copyright (C) 2017-2018 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
# #

View File

@ -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 Hamish Coleman # Copyright (C) 2016-2018 Hamish Coleman
use IO::File; use IO::File;

View File

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