From c65623015b68eb1cb09dc73089d862e4706c6f93 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sat, 8 Jun 2019 17:43:48 +0300 Subject: [PATCH] Update copyright year --- karma/bot.py | 2 +- karma/db.py | 2 +- karma/migrations.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/karma/bot.py b/karma/bot.py index 7bd99de..06aadfa 100644 --- a/karma/bot.py +++ b/karma/bot.py @@ -1,5 +1,5 @@ # karma - A maubot plugin to track the karma of users. -# Copyright (C) 2018 Tulir Asokan +# Copyright (C) 2019 Tulir Asokan # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/karma/db.py b/karma/db.py index c0e660c..81ed4ca 100644 --- a/karma/db.py +++ b/karma/db.py @@ -1,5 +1,5 @@ # karma - A maubot plugin to track the karma of users. -# Copyright (C) 2018 Tulir Asokan +# Copyright (C) 2019 Tulir Asokan # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/karma/migrations.py b/karma/migrations.py index 344ed10..afdf54f 100644 --- a/karma/migrations.py +++ b/karma/migrations.py @@ -1,5 +1,5 @@ # karma - A maubot plugin to track the karma of users. -# Copyright (C) 2018 Tulir Asokan +# Copyright (C) 2019 Tulir Asokan # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by