diff --git a/cron.sh b/cron.sh index 1648dd4..dd9266c 100755 --- a/cron.sh +++ b/cron.sh @@ -1,7 +1,7 @@ #! /usr/bin/env bash # Danbooru 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 829368e..cd9616e 100755 --- a/run.sh +++ b/run.sh @@ -1,7 +1,7 @@ #! /usr/bin/env bash # Danbooru 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/danbooru_backend.py b/src/danbooru_backend.py index 113230e..86661b6 100644 --- a/src/danbooru_backend.py +++ b/src/danbooru_backend.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # Danbooru 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/gelbooru_backend.py b/src/gelbooru_backend.py index e9c7fc6..8c6f9c9 100644 --- a/src/gelbooru_backend.py +++ b/src/gelbooru_backend.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # Danbooru 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/konachan_backend.py b/src/konachan_backend.py index a85743e..4adda0b 100644 --- a/src/konachan_backend.py +++ b/src/konachan_backend.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # Danbooru 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 b18909a..36d8203 100755 --- a/src/main.py +++ b/src/main.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # Danbooru 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