diff --git a/video2x/__init__.py b/video2x/__init__.py index a9ae122..7b6c8b6 100755 --- a/video2x/__init__.py +++ b/video2x/__init__.py @@ -17,9 +17,7 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . Name: Package Init -Author: K4YT3X -Date Created: July 3, 2021 -Last Modified: May 9, 2023 +Author: K4YT3X """ # version assignment has to precede imports to diff --git a/video2x/__main__.py b/video2x/__main__.py index a9eb60e..6e05500 100755 --- a/video2x/__main__.py +++ b/video2x/__main__.py @@ -17,9 +17,7 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . Name: Package Main -Author: K4YT3X -Date Created: July 3, 2021 -Last Modified: February 26, 2022 +Author: K4YT3X """ import argparse diff --git a/video2x/decoder.py b/video2x/decoder.py index c551ee2..a5c64a4 100755 --- a/video2x/decoder.py +++ b/video2x/decoder.py @@ -17,9 +17,7 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . Name: Video Decoder -Author: K4YT3X -Date Created: June 17, 2021 -Last Modified: April 9, 2022 +Author: K4YT3X """ import contextlib diff --git a/video2x/encoder.py b/video2x/encoder.py index 073de90..11b36c8 100755 --- a/video2x/encoder.py +++ b/video2x/encoder.py @@ -17,9 +17,7 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . Name: Video Encoder -Author: K4YT3X -Date Created: June 17, 2021 -Last Modified: August 28, 2022 +Author: K4YT3X """ import os diff --git a/video2x/interpolator.py b/video2x/interpolator.py index 8404957..fe58451 100755 --- a/video2x/interpolator.py +++ b/video2x/interpolator.py @@ -17,9 +17,7 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . Name: Interpolator -Author: K4YT3X -Date Created: May 27, 2021 -Last Modified: March 20, 2022 +Author: K4YT3X """ import time diff --git a/video2x/pipe_printer.py b/video2x/pipe_printer.py index 16e55a1..fa9acfd 100755 --- a/video2x/pipe_printer.py +++ b/video2x/pipe_printer.py @@ -17,9 +17,7 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . Name: PIPE Printer -Author: K4YT3X -Date Created: February 27, 2022 -Last Modified: February 28, 2022 +Author: K4YT3X """ import os diff --git a/video2x/processor.py b/video2x/processor.py index 0ab3aa9..2ba22f3 100755 --- a/video2x/processor.py +++ b/video2x/processor.py @@ -17,9 +17,7 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . Name: Processor Abstract Class -Author: K4YT3X -Date Created: April 9, 2022 -Last Modified: April 9, 2022 +Author: K4YT3X """ from abc import ABC, abstractmethod diff --git a/video2x/upscaler.py b/video2x/upscaler.py index 8d93baa..b9d9cb9 100755 --- a/video2x/upscaler.py +++ b/video2x/upscaler.py @@ -17,9 +17,7 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . Name: Upscaler -Author: K4YT3X -Date Created: May 27, 2021 -Last Modified: April 10, 2022 +Author: K4YT3X """ import math diff --git a/video2x/video2x.py b/video2x/video2x.py index 5c7e9a2..46dfd80 100755 --- a/video2x/video2x.py +++ b/video2x/video2x.py @@ -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 +Maintainer: BrianPetkovsek +Maintainer: SAT3LL +Maintainer: 28598519a """ import ctypes