From db82aee7c71b82f144d6125ed261afa0187c6090 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Mon, 1 Jan 2024 12:04:09 -0600 Subject: [PATCH] [teagba] Update copyright for 2024 --- deps/teagba/.liccor.yml | 6 ++++++ deps/teagba/include/teagba/addresses.hpp | 2 +- deps/teagba/include/teagba/bios.hpp | 2 +- deps/teagba/include/teagba/gfx.hpp | 2 +- deps/teagba/include/teagba/irq.hpp | 2 +- deps/teagba/include/teagba/registers.hpp | 2 +- 6 files changed, 11 insertions(+), 5 deletions(-) create mode 100644 deps/teagba/.liccor.yml diff --git a/deps/teagba/.liccor.yml b/deps/teagba/.liccor.yml new file mode 100644 index 00000000..307325f6 --- /dev/null +++ b/deps/teagba/.liccor.yml @@ -0,0 +1,6 @@ +--- +source: +- include +- src +copyright_notice: |- + Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. diff --git a/deps/teagba/include/teagba/addresses.hpp b/deps/teagba/include/teagba/addresses.hpp index bfeff546..7a19f868 100644 --- a/deps/teagba/include/teagba/addresses.hpp +++ b/deps/teagba/include/teagba/addresses.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2023 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/deps/teagba/include/teagba/bios.hpp b/deps/teagba/include/teagba/bios.hpp index a34f767a..6297c0b0 100644 --- a/deps/teagba/include/teagba/bios.hpp +++ b/deps/teagba/include/teagba/bios.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2023 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/deps/teagba/include/teagba/gfx.hpp b/deps/teagba/include/teagba/gfx.hpp index 530eeac7..e3398032 100644 --- a/deps/teagba/include/teagba/gfx.hpp +++ b/deps/teagba/include/teagba/gfx.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2023 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/deps/teagba/include/teagba/irq.hpp b/deps/teagba/include/teagba/irq.hpp index c697dbd7..efcdc1e5 100644 --- a/deps/teagba/include/teagba/irq.hpp +++ b/deps/teagba/include/teagba/irq.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2023 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/deps/teagba/include/teagba/registers.hpp b/deps/teagba/include/teagba/registers.hpp index a807165f..efe3691b 100644 --- a/deps/teagba/include/teagba/registers.hpp +++ b/deps/teagba/include/teagba/registers.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2023 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once