diff options
| author | 2021-05-14 14:48:39 +0100 | |
|---|---|---|
| committer | 2021-05-14 14:48:39 +0100 | |
| commit | e94b673532f7833aaa4789f834e61d68e0b4fc56 (patch) | |
| tree | f74915739a8b85cc80d141e8f99b426187eb2652 /include/modules/sql.h | |
| parent | Fix an off by one error in various bitsets. (diff) | |
Update copyright headers.
Diffstat (limited to 'include/modules/sql.h')
| -rw-r--r-- | include/modules/sql.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modules/sql.h b/include/modules/sql.h index 292322cda..9d43f7a6c 100644 --- a/include/modules/sql.h +++ b/include/modules/sql.h @@ -3,7 +3,7 @@ * * Copyright (C) 2015 Daniel Vassdal <shutter@canternet.org> * Copyright (C) 2014 Attila Molnar <attilamolnar@hush.com> - * Copyright (C) 2013, 2017-2019 Sadie Powell <sadie@witchery.services> + * Copyright (C) 2013, 2017-2019, 2021 Sadie Powell <sadie@witchery.services> * Copyright (C) 2012 Robby <robby@chatbelgie.be> * Copyright (C) 2010 Daniel De Graaf <danieldg@inspircd.org> * |
