diff --git a/default/cfg.py b/default/cfg.py index 0d19651..4cbdf13 100644 --- a/default/cfg.py +++ b/default/cfg.py @@ -1,3 +1,19 @@ +# Mirai Nikki Bot a video frame posting bot for Pleroma +# Copyright (C) 2022 Anon +# +# 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 +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + from collections import OrderedDict diff --git a/default/cfg_netoge.py b/default/cfg_netoge.py index f1a0277..a5955f2 100644 --- a/default/cfg_netoge.py +++ b/default/cfg_netoge.py @@ -1,3 +1,19 @@ +# Mirai Nikki Bot a video frame posting bot for Pleroma +# Copyright (C) 2022 Anon +# +# 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 +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + from collections import OrderedDict diff --git a/src/create_app.py b/src/create_app.py index 4e07cb6..a56a927 100755 --- a/src/create_app.py +++ b/src/create_app.py @@ -1,6 +1,6 @@ #! /usr/bin/env python3 -# Yandere Lewd Bot, an image posting bot for Pleroma +# Mirai Nikki Bot a video frame posting bot for Pleroma # Copyright (C) 2022 Anon # # This program is free software: you can redistribute it and/or modify diff --git a/src/encryption.py b/src/encryption.py index 8e625dd..efd6b4c 100755 --- a/src/encryption.py +++ b/src/encryption.py @@ -1,6 +1,6 @@ #! /usr/bin/env python3 -# Yandere Lewd Bot, an image posting bot for Pleroma +# Mirai Nikki Bot a video frame posting bot for Pleroma # Copyright (C) 2022 Anon # # This program is free software: you can redistribute it and/or modify diff --git a/src/main.py b/src/main.py index e4944de..d58a7a7 100755 --- a/src/main.py +++ b/src/main.py @@ -1,6 +1,6 @@ #! /usr/bin/env python3 -# Yandere Lewd Bot, an image posting bot for Pleroma +# Mirai Nikki Bot a video frame posting bot for Pleroma # Copyright (C) 2022 Anon # # This program is free software: you can redistribute it and/or modify diff --git a/src/render_mirai_nikki_script.sh b/src/render_mirai_nikki_script.sh index ad31213..52aad21 100755 --- a/src/render_mirai_nikki_script.sh +++ b/src/render_mirai_nikki_script.sh @@ -1,6 +1,20 @@ #! /usr/bin/env sh -# src/render_script.sh +# Mirai Nikki Bot a video frame posting bot for Pleroma +# Copyright (C) 2022 Anon +# +# 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 +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . # ISSUES: # - https://github.com/mpv-player/mpv/issues/5498 diff --git a/src/render_netoge_script.sh b/src/render_netoge_script.sh index bd892e9..59f083d 100755 --- a/src/render_netoge_script.sh +++ b/src/render_netoge_script.sh @@ -1,6 +1,20 @@ #! /usr/bin/env sh -# src/render_script.sh +# Mirai Nikki Bot a video frame posting bot for Pleroma +# Copyright (C) 2022 Anon +# +# 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 +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . # ISSUES: # - https://github.com/mpv-player/mpv/issues/5498 diff --git a/src/yanlib.py b/src/yanlib.py index 2f37043..188de3d 100644 --- a/src/yanlib.py +++ b/src/yanlib.py @@ -1,6 +1,6 @@ #! /usr/bin/env python3 -# Yandere Lewd Bot, an image posting bot for Pleroma +# Mirai Nikki Bot a video frame posting bot for Pleroma # Copyright (C) 2022 Anon # # This program is free software: you can redistribute it and/or modify