removed file update dates, unified role names

This commit is contained in:
k4yt3x 2023-05-30 23:18:34 +00:00
parent 275f329f7f
commit 155a144a93
9 changed files with 12 additions and 36 deletions

View File

@ -17,9 +17,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
Name: Package Init
Author: K4YT3X
Date Created: July 3, 2021
Last Modified: May 9, 2023
Author: K4YT3X <i@k4yt3x.com>
"""
# version assignment has to precede imports to

View File

@ -17,9 +17,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
Name: Package Main
Author: K4YT3X
Date Created: July 3, 2021
Last Modified: February 26, 2022
Author: K4YT3X <i@k4yt3x.com>
"""
import argparse

View File

@ -17,9 +17,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
Name: Video Decoder
Author: K4YT3X
Date Created: June 17, 2021
Last Modified: April 9, 2022
Author: K4YT3X <i@k4yt3x.com>
"""
import contextlib

View File

@ -17,9 +17,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
Name: Video Encoder
Author: K4YT3X
Date Created: June 17, 2021
Last Modified: August 28, 2022
Author: K4YT3X <i@k4yt3x.com>
"""
import os

View File

@ -17,9 +17,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
Name: Interpolator
Author: K4YT3X
Date Created: May 27, 2021
Last Modified: March 20, 2022
Author: K4YT3X <i@k4yt3x.com>
"""
import time

View File

@ -17,9 +17,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
Name: PIPE Printer
Author: K4YT3X
Date Created: February 27, 2022
Last Modified: February 28, 2022
Author: K4YT3X <i@k4yt3x.com>
"""
import os

View File

@ -17,9 +17,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
Name: Processor Abstract Class
Author: K4YT3X
Date Created: April 9, 2022
Last Modified: April 9, 2022
Author: K4YT3X <i@k4yt3x.com>
"""
from abc import ABC, abstractmethod

View File

@ -17,9 +17,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
Name: Upscaler
Author: K4YT3X
Date Created: May 27, 2021
Last Modified: April 10, 2022
Author: K4YT3X <i@k4yt3x.com>
"""
import math

View File

@ -25,18 +25,10 @@ __ __ _ _ ___ __ __
Name: Video2X
Creator: K4YT3X
Date Created: February 24, 2018
Last Modified: August 28, 2022
Editor: BrianPetkovsek
Last Modified: June 17, 2019
Editor: SAT3LL
Last Modified: June 25, 2019
Editor: 28598519a
Last Modified: March 23, 2020
Author: K4YT3X <i@k4yt3x.com>
Maintainer: BrianPetkovsek
Maintainer: SAT3LL
Maintainer: 28598519a
"""
import ctypes