diff options
| author | 2021-05-14 14:48:39 +0100 | |
|---|---|---|
| committer | 2021-05-14 14:48:39 +0100 | |
| commit | e94b673532f7833aaa4789f834e61d68e0b4fc56 (patch) | |
| tree | f74915739a8b85cc80d141e8f99b426187eb2652 /src/modules/m_deaf.cpp | |
| parent | Fix an off by one error in various bitsets. (diff) | |
| download | inspircd++-e94b673532f7833aaa4789f834e61d68e0b4fc56.tar.gz inspircd++-e94b673532f7833aaa4789f834e61d68e0b4fc56.tar.bz2 inspircd++-e94b673532f7833aaa4789f834e61d68e0b4fc56.zip | |
Update copyright headers.
Diffstat (limited to 'src/modules/m_deaf.cpp')
| -rw-r--r-- | src/modules/m_deaf.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_deaf.cpp b/src/modules/m_deaf.cpp index 8250e6d31..1a2ec9b22 100644 --- a/src/modules/m_deaf.cpp +++ b/src/modules/m_deaf.cpp @@ -3,7 +3,7 @@ * * Copyright (C) 2019 linuxdaemon <linuxdaemon.irc@gmail.com> * Copyright (C) 2019 Matt Schatz <genius3000@g3k.solutions> - * Copyright (C) 2013, 2017, 2019 Sadie Powell <sadie@witchery.services> + * Copyright (C) 2013, 2017, 2021 Sadie Powell <sadie@witchery.services> * Copyright (C) 2012-2014, 2016 Attila Molnar <attilamolnar@hush.com> * Copyright (C) 2012, 2019 Robby <robby@chatbelgie.be> * Copyright (C) 2009 Daniel De Graaf <danieldg@inspircd.org> |
