From 656979bbb253245955483985f76a0b3d9e267cfc Mon Sep 17 00:00:00 2001 From: Anon Date: Fri, 26 Aug 2022 00:34:14 -0700 Subject: [PATCH] Modified GPL header --- default/cfg.py | 16 ++++++++++++++++ default/cfg_netoge.py | 16 ++++++++++++++++ src/create_app.py | 2 +- src/encryption.py | 2 +- src/main.py | 2 +- src/render_mirai_nikki_script.sh | 16 +++++++++++++++- src/render_netoge_script.sh | 16 +++++++++++++++- src/yanlib.py | 2 +- 8 files changed, 66 insertions(+), 6 deletions(-) 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