diff --git a/source/aac_stereo_downmix/plugin.py b/source/aac_stereo_downmix/plugin.py index 1c9ee7d72..3149cf994 100644 --- a/source/aac_stereo_downmix/plugin.py +++ b/source/aac_stereo_downmix/plugin.py @@ -1,6 +1,27 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- +""" + unmanic-plugins.plugin.py + + Written by: k29t59dh + Date: 9 Aug 2023, (4:06 PM) + + Copyright: + Copyright (C) 2021 Josh Sunnex + + 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, version 3. + + 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 . + +""" + import logging, os from unmanic.libs.unplugins.settings import PluginSettings diff --git a/source/apple_hevc/plugin.py b/source/apple_hevc/plugin.py index 136834624..7230bb4ac 100644 --- a/source/apple_hevc/plugin.py +++ b/source/apple_hevc/plugin.py @@ -1,6 +1,27 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- +""" + unmanic-plugins.plugin.py + + Written by: k29t59dh + Date: 9 Aug 2023, (4:06 PM) + + Copyright: + Copyright (C) 2021 Josh Sunnex + + 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, version 3. + + 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 . + +""" + import logging from unmanic.libs.unplugins.settings import PluginSettings