From 452c3b6fc3d82e5907bbfbcbe3517f170ac96908 Mon Sep 17 00:00:00 2001 From: Anon Date: Mon, 24 Apr 2023 20:42:52 -0700 Subject: [PATCH] Minor update to header --- default/cfg.py | 2 +- run.sh | 2 +- src/main.py | 2 +- src/yanlib.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/default/cfg.py b/default/cfg.py index 9075b66..463aced 100644 --- a/default/cfg.py +++ b/default/cfg.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # Yandere Lewd Bot, an image posting bot for Pleroma -# Copyright (C) 2022 Anon +# Copyright (C) 2022 Anon <@Anon@yandere.cc> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/run.sh b/run.sh index 436ddf2..2bf11e4 100755 --- a/run.sh +++ b/run.sh @@ -1,7 +1,7 @@ #! /usr/bin/env bash # Yandere Lewd Bot, an image posting bot for Pleroma -# Copyright (C) 2022 Anon +# Copyright (C) 2022 Anon <@Anon@yandere.cc> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/main.py b/src/main.py index 644d47a..f56d175 100755 --- a/src/main.py +++ b/src/main.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # Yandere Lewd Bot, an image posting bot for Pleroma -# Copyright (C) 2022 Anon +# Copyright (C) 2022 Anon <@Anon@yandere.cc> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/yanlib.py b/src/yanlib.py index 3510204..b6fe24d 100644 --- a/src/yanlib.py +++ b/src/yanlib.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # Yandere Lewd Bot, an image posting bot for Pleroma -# Copyright (C) 2022 Anon +# Copyright (C) 2022 Anon <@Anon@yandere.cc> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by