Skip to content

Commit 3838332

Browse files
committed
Add missing SPDX header
1 parent fafc967 commit 3838332

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

lib/smart_black_bar_detect.py

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
#!/usr/bin/env python3
2+
# -*- coding: utf-8 -*-
3+
4+
"""
5+
plugins.nvenc.py
6+
7+
Written by: Josh.5 <jsunnex@gmail.com>
8+
Date: 16 Dec 2025, (09:36 AM)
9+
10+
Copyright:
11+
Copyright (C) 2021 Josh Sunnex
12+
13+
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General
14+
Public License as published by the Free Software Foundation, version 3.
15+
16+
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the
17+
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
18+
for more details.
19+
20+
You should have received a copy of the GNU General Public License along with this program.
21+
If not, see <https://www.gnu.org/licenses/>.
22+
23+
"""
24+
125
import logging
226
import re
327
import subprocess

0 commit comments

Comments
 (0)