1
0
mirror of https://gitlab.com/80486DX2-66/gists synced 2025-05-31 08:31:41 +05:30

add copyleft notices

This commit is contained in:
2024-01-25 20:33:58 +03:00
parent f65917aec9
commit f98cbbaf84
8 changed files with 46 additions and 0 deletions

View File

@@ -1,5 +1,10 @@
#!/usr/bin/python3
# git_commit_simulator.py
#
# Author: Intel A80486DX2-66
# License: Creative Commons Zero 1.0 Universal
from datetime import datetime
from difflib import unified_diff
from typing import List, Union