diff --git a/src/bot/base_commands.cpp b/src/bot/base_commands.cpp index 9fb5546..9ce4f6b 100644 --- a/src/bot/base_commands.cpp +++ b/src/bot/base_commands.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2020 Jessica James. + * Copyright (C) 2020-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/bot/console/console.cpp b/src/bot/console/console.cpp index fd868f2..421f519 100644 --- a/src/bot/console/console.cpp +++ b/src/bot/console/console.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2020 Jessica James. + * Copyright (C) 2020-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/bot/console/console.hpp b/src/bot/console/console.hpp index fb74589..fa1b687 100644 --- a/src/bot/console/console.hpp +++ b/src/bot/console/console.hpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2020 Jessica James. + * Copyright (C) 2020-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/bot/console/console_command_context.cpp b/src/bot/console/console_command_context.cpp index ee37627..5bc2858 100644 --- a/src/bot/console/console_command_context.cpp +++ b/src/bot/console/console_command_context.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2020 Jessica James. + * Copyright (C) 2020-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/bot/console/console_command_context.hpp b/src/bot/console/console_command_context.hpp index 74dc0eb..e3b2545 100644 --- a/src/bot/console/console_command_context.hpp +++ b/src/bot/console/console_command_context.hpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2020 Jessica James. + * Copyright (C) 2020-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/bot/main.cpp b/src/bot/main.cpp index b7d361d..31d6a3e 100644 --- a/src/bot/main.cpp +++ b/src/bot/main.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2019 Jessica James. + * Copyright (C) 2019-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/bot/shutdown.cpp b/src/bot/shutdown.cpp index c3f06ea..24f1b9b 100644 --- a/src/bot/shutdown.cpp +++ b/src/bot/shutdown.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2020 Jessica James. + * Copyright (C) 2020-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/bot/shutdown.hpp b/src/bot/shutdown.hpp index b95c0e5..4b31f17 100644 --- a/src/bot/shutdown.hpp +++ b/src/bot/shutdown.hpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2020 Jessica James. + * Copyright (C) 2020-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/common/config.cpp b/src/common/config.cpp index 4168667..4c33f33 100644 --- a/src/common/config.cpp +++ b/src/common/config.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2018 Jessica James. + * Copyright (C) 2018-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/common/io/command.cpp b/src/common/io/command.cpp index 647b7c2..865fd53 100644 --- a/src/common/io/command.cpp +++ b/src/common/io/command.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2019 Jessica James. + * Copyright (C) 2019-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/common/io/command_context.cpp b/src/common/io/command_context.cpp index e3e01ba..8f76221 100644 --- a/src/common/io/command_context.cpp +++ b/src/common/io/command_context.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2019 Jessica James. + * Copyright (C) 2019-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/common/io/command_manager.cpp b/src/common/io/command_manager.cpp index d38c39e..d2caa64 100644 --- a/src/common/io/command_manager.cpp +++ b/src/common/io/command_manager.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2020 Jessica James. + * Copyright (C) 2020-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/common/io/message.cpp b/src/common/io/message.cpp index 2572086..8850c10 100644 --- a/src/common/io/message.cpp +++ b/src/common/io/message.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2019 Jessica James. + * Copyright (C) 2019-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/common/object.cpp b/src/common/object.cpp index 7df47b0..781539d 100644 --- a/src/common/object.cpp +++ b/src/common/object.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2018 Jessica James. + * Copyright (C) 2018-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/common/parser/parser.cpp b/src/common/parser/parser.cpp index 1f85947..d364052 100644 --- a/src/common/parser/parser.cpp +++ b/src/common/parser/parser.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2018 Jessica James. + * Copyright (C) 2018-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/common/parser/parser_manager.cpp b/src/common/parser/parser_manager.cpp index d606025..e8906ee 100644 --- a/src/common/parser/parser_manager.cpp +++ b/src/common/parser/parser_manager.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2018 Jessica James. + * Copyright (C) 2018-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/common/parsers/json.cpp b/src/common/parsers/json.cpp index 6c55791..57ee1fb 100644 --- a/src/common/parsers/json.cpp +++ b/src/common/parsers/json.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2018 Jessica James. + * Copyright (C) 2018-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/common/serialize.cpp b/src/common/serialize.cpp index 8489968..5839122 100644 --- a/src/common/serialize.cpp +++ b/src/common/serialize.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2018 Jessica James. + * Copyright (C) 2018-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/common/thread_pool.cpp b/src/common/thread_pool.cpp index d9cb9dc..3518aea 100644 --- a/src/common/thread_pool.cpp +++ b/src/common/thread_pool.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2018 Jessica James. + * Copyright (C) 2018-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/common/timer/cancel_token.cpp b/src/common/timer/cancel_token.cpp index af6f218..82bdeca 100644 --- a/src/common/timer/cancel_token.cpp +++ b/src/common/timer/cancel_token.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2018 Jessica James. + * Copyright (C) 2018-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/common/timer/synchronized_timer.cpp b/src/common/timer/synchronized_timer.cpp index ae4e18c..d7564b4 100644 --- a/src/common/timer/synchronized_timer.cpp +++ b/src/common/timer/synchronized_timer.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2018 Jessica James. + * Copyright (C) 2018-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/common/timer/timer.cpp b/src/common/timer/timer.cpp index 66450cc..5f973ae 100644 --- a/src/common/timer/timer.cpp +++ b/src/common/timer/timer.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2017-2018 Jessica James. + * Copyright (C) 2017-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/common/timer/timer_context.cpp b/src/common/timer/timer_context.cpp index b19c383..c2c343e 100644 --- a/src/common/timer/timer_context.cpp +++ b/src/common/timer/timer_context.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2018 Jessica James. + * Copyright (C) 2018-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/common/timer/timer_manager.cpp b/src/common/timer/timer_manager.cpp index 96f0f97..eb416ca 100644 --- a/src/common/timer/timer_manager.cpp +++ b/src/common/timer/timer_manager.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2017-2018 Jessica James. + * Copyright (C) 2017-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/include/impl/parser_manager.hpp b/src/include/impl/parser_manager.hpp index 7883a13..05bef2c 100644 --- a/src/include/impl/parser_manager.hpp +++ b/src/include/impl/parser_manager.hpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2018 Jessica James. + * Copyright (C) 2018-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/include/impl/timer_context.hpp b/src/include/impl/timer_context.hpp index 0821767..a1dcc0a 100644 --- a/src/include/impl/timer_context.hpp +++ b/src/include/impl/timer_context.hpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2018 Jessica James. + * Copyright (C) 2018-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/include/impl/timer_manager.hpp b/src/include/impl/timer_manager.hpp index efbf61b..5f091cc 100644 --- a/src/include/impl/timer_manager.hpp +++ b/src/include/impl/timer_manager.hpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2017-2018 Jessica James. + * Copyright (C) 2017-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/include/jessilib/asio.hpp b/src/include/jessilib/asio.hpp index 52c09dc..6c38390 100644 --- a/src/include/jessilib/asio.hpp +++ b/src/include/jessilib/asio.hpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2018 Jessica James. + * Copyright (C) 2018-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/include/jessilib/assert.hpp b/src/include/jessilib/assert.hpp index 773c322..885f522 100644 --- a/src/include/jessilib/assert.hpp +++ b/src/include/jessilib/assert.hpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2018 Jessica James. + * Copyright (C) 2018-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/include/jessilib/config.hpp b/src/include/jessilib/config.hpp index eea7682..14155d9 100644 --- a/src/include/jessilib/config.hpp +++ b/src/include/jessilib/config.hpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2018 Jessica James. + * Copyright (C) 2018-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/include/jessilib/io/ansi/ansi_text.hpp b/src/include/jessilib/io/ansi/ansi_text.hpp index c039d51..812ad84 100644 --- a/src/include/jessilib/io/ansi/ansi_text.hpp +++ b/src/include/jessilib/io/ansi/ansi_text.hpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2020 Jessica James. + * Copyright (C) 2020-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/include/jessilib/io/color.hpp b/src/include/jessilib/io/color.hpp index 5194611..3cd314e 100644 --- a/src/include/jessilib/io/color.hpp +++ b/src/include/jessilib/io/color.hpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2020 Jessica James. + * Copyright (C) 2020-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/include/jessilib/io/command.hpp b/src/include/jessilib/io/command.hpp index a4dd86a..b94133c 100644 --- a/src/include/jessilib/io/command.hpp +++ b/src/include/jessilib/io/command.hpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2019 Jessica James. + * Copyright (C) 2019-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/include/jessilib/io/command_context.hpp b/src/include/jessilib/io/command_context.hpp index 4257b8f..f65052e 100644 --- a/src/include/jessilib/io/command_context.hpp +++ b/src/include/jessilib/io/command_context.hpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2019 Jessica James. + * Copyright (C) 2019-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/include/jessilib/io/command_manager.hpp b/src/include/jessilib/io/command_manager.hpp index b6c35fc..fbb3bc8 100644 --- a/src/include/jessilib/io/command_manager.hpp +++ b/src/include/jessilib/io/command_manager.hpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2019 Jessica James. + * Copyright (C) 2019-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/include/jessilib/io/irc/irc_text.hpp b/src/include/jessilib/io/irc/irc_text.hpp index a68a90c..29d1f17 100644 --- a/src/include/jessilib/io/irc/irc_text.hpp +++ b/src/include/jessilib/io/irc/irc_text.hpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2019-2020 Jessica James. + * Copyright (C) 2019-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/include/jessilib/io/message.hpp b/src/include/jessilib/io/message.hpp index a295dae..4d830b6 100644 --- a/src/include/jessilib/io/message.hpp +++ b/src/include/jessilib/io/message.hpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2019 Jessica James. + * Copyright (C) 2019-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/include/jessilib/object.hpp b/src/include/jessilib/object.hpp index 46f2d35..dd87bdc 100644 --- a/src/include/jessilib/object.hpp +++ b/src/include/jessilib/object.hpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2018 Jessica James. + * Copyright (C) 2018-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/include/jessilib/parser.hpp b/src/include/jessilib/parser.hpp index d568c53..eb56c46 100644 --- a/src/include/jessilib/parser.hpp +++ b/src/include/jessilib/parser.hpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2018 Jessica James. + * Copyright (C) 2018-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/include/jessilib/parsers/json.hpp b/src/include/jessilib/parsers/json.hpp index bfd34e7..39bfdcd 100644 --- a/src/include/jessilib/parsers/json.hpp +++ b/src/include/jessilib/parsers/json.hpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2018 Jessica James. + * Copyright (C) 2018-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/include/jessilib/serialize.hpp b/src/include/jessilib/serialize.hpp index b5b2e0b..5027172 100644 --- a/src/include/jessilib/serialize.hpp +++ b/src/include/jessilib/serialize.hpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2018 Jessica James. + * Copyright (C) 2018-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/include/jessilib/thread_pool.hpp b/src/include/jessilib/thread_pool.hpp index 29fb90f..001bcf1 100644 --- a/src/include/jessilib/thread_pool.hpp +++ b/src/include/jessilib/thread_pool.hpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2018 Jessica James. + * Copyright (C) 2018-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/include/jessilib/timer.hpp b/src/include/jessilib/timer.hpp index 2613da6..391c696 100644 --- a/src/include/jessilib/timer.hpp +++ b/src/include/jessilib/timer.hpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2017-2018 Jessica James. + * Copyright (C) 2017-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/include/jessilib/type_traits.hpp b/src/include/jessilib/type_traits.hpp index e1fcfc4..e32df07 100644 --- a/src/include/jessilib/type_traits.hpp +++ b/src/include/jessilib/type_traits.hpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2018 Jessica James. + * Copyright (C) 2018-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/include/jessilib/util.hpp b/src/include/jessilib/util.hpp index b94f412..87cdde0 100644 --- a/src/include/jessilib/util.hpp +++ b/src/include/jessilib/util.hpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2018 Jessica James. + * Copyright (C) 2018-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/test/app_parameters.cpp b/src/test/app_parameters.cpp index dbbed05..ce49997 100644 --- a/src/test/app_parameters.cpp +++ b/src/test/app_parameters.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2020 Jessica James. + * Copyright (C) 2020-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/test/config.cpp b/src/test/config.cpp index 4d6117b..8f66a06 100644 --- a/src/test/config.cpp +++ b/src/test/config.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2018 Jessica James. + * Copyright (C) 2018-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/test/duration.cpp b/src/test/duration.cpp index becaf28..3afabf9 100644 --- a/src/test/duration.cpp +++ b/src/test/duration.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2018 Jessica James. + * Copyright (C) 2018-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/test/io/color.cpp b/src/test/io/color.cpp index d98ebc2..d7f3bab 100644 --- a/src/test/io/color.cpp +++ b/src/test/io/color.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2020 Jessica James. + * Copyright (C) 2020-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/test/object.cpp b/src/test/object.cpp index d3de616..6b8dc0c 100644 --- a/src/test/object.cpp +++ b/src/test/object.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2018 Jessica James. + * Copyright (C) 2018-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/test/parser.cpp b/src/test/parser.cpp index 0171d3b..8427ee4 100644 --- a/src/test/parser.cpp +++ b/src/test/parser.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2018 Jessica James. + * Copyright (C) 2018-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/test/parsers/json.cpp b/src/test/parsers/json.cpp index b7bcda3..d96a897 100644 --- a/src/test/parsers/json.cpp +++ b/src/test/parsers/json.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2018 Jessica James. + * Copyright (C) 2018-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/test/thread_pool.cpp b/src/test/thread_pool.cpp index 57ea5ce..7c5f957 100644 --- a/src/test/thread_pool.cpp +++ b/src/test/thread_pool.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2018 Jessica James. + * Copyright (C) 2018-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/test/timer.cpp b/src/test/timer.cpp index 61fc153..2f7ac99 100644 --- a/src/test/timer.cpp +++ b/src/test/timer.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2017-2018 Jessica James. + * Copyright (C) 2017-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/test/unicode.cpp b/src/test/unicode.cpp index 077f729..848ecb4 100644 --- a/src/test/unicode.cpp +++ b/src/test/unicode.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2018 Jessica James. + * Copyright (C) 2018-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/test/util.cpp b/src/test/util.cpp index 299bc87..256ef97 100644 --- a/src/test/util.cpp +++ b/src/test/util.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2018 Jessica James. + * Copyright (C) 2018-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above