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/>. along with this program. If not, see <https://www.gnu.org/licenses/>.
Name: Package Init Name: Package Init
Author: K4YT3X Author: K4YT3X <i@k4yt3x.com>
Date Created: July 3, 2021
Last Modified: May 9, 2023
""" """
# version assignment has to precede imports to # 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/>. along with this program. If not, see <https://www.gnu.org/licenses/>.
Name: Package Main Name: Package Main
Author: K4YT3X Author: K4YT3X <i@k4yt3x.com>
Date Created: July 3, 2021
Last Modified: February 26, 2022
""" """
import argparse 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/>. along with this program. If not, see <https://www.gnu.org/licenses/>.
Name: Video Decoder Name: Video Decoder
Author: K4YT3X Author: K4YT3X <i@k4yt3x.com>
Date Created: June 17, 2021
Last Modified: April 9, 2022
""" """
import contextlib 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/>. along with this program. If not, see <https://www.gnu.org/licenses/>.
Name: Video Encoder Name: Video Encoder
Author: K4YT3X Author: K4YT3X <i@k4yt3x.com>
Date Created: June 17, 2021
Last Modified: August 28, 2022
""" """
import os 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/>. along with this program. If not, see <https://www.gnu.org/licenses/>.
Name: Interpolator Name: Interpolator
Author: K4YT3X Author: K4YT3X <i@k4yt3x.com>
Date Created: May 27, 2021
Last Modified: March 20, 2022
""" """
import time 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/>. along with this program. If not, see <https://www.gnu.org/licenses/>.
Name: PIPE Printer Name: PIPE Printer
Author: K4YT3X Author: K4YT3X <i@k4yt3x.com>
Date Created: February 27, 2022
Last Modified: February 28, 2022
""" """
import os 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/>. along with this program. If not, see <https://www.gnu.org/licenses/>.
Name: Processor Abstract Class Name: Processor Abstract Class
Author: K4YT3X Author: K4YT3X <i@k4yt3x.com>
Date Created: April 9, 2022
Last Modified: April 9, 2022
""" """
from abc import ABC, abstractmethod 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/>. along with this program. If not, see <https://www.gnu.org/licenses/>.
Name: Upscaler Name: Upscaler
Author: K4YT3X Author: K4YT3X <i@k4yt3x.com>
Date Created: May 27, 2021
Last Modified: April 10, 2022
""" """
import math import math

View File

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