Skip to content

Commit

Permalink
Add missing SPDX headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh5 committed Sep 26, 2023
1 parent a74d78c commit b61cd92
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
21 changes: 21 additions & 0 deletions source/aac_stereo_downmix/plugin.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

"""
unmanic-plugins.plugin.py
Written by: k29t59dh <[email protected]>
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 <https://www.gnu.org/licenses/>.
"""

import logging, os

from unmanic.libs.unplugins.settings import PluginSettings
Expand Down
21 changes: 21 additions & 0 deletions source/apple_hevc/plugin.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

"""
unmanic-plugins.plugin.py
Written by: k29t59dh <[email protected]>
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 <https://www.gnu.org/licenses/>.
"""

import logging

from unmanic.libs.unplugins.settings import PluginSettings
Expand Down

0 comments on commit b61cd92

Please sign in to comment.