]> git.armaanb.net Git - phrases.git/commitdiff
Bump copyright year
authorArmaan Bhojwani <me@armaanb.net>
Sun, 24 Jan 2021 18:36:26 +0000 (13:36 -0500)
committerArmaan Bhojwani <me@armaanb.net>
Sun, 24 Jan 2021 18:36:26 +0000 (13:36 -0500)
extract.py
phrases.py

index f33807645faf2cf50fd2c7ce4c2b3db222cb958c..26fe9a8001f2cf4a9db62ce263f9c456dc53e537 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python3
-# Extract Latin famous phrases from wikipedia
-# Armaan Bhojwani 2020
+# Extract Latin famous phrases from Wikipedia
+# Armaan Bhojwani 2021
 
 import argparse
 import sqlite3
index 4ea6fe390a46056bd3d6f97839da11902d2b07c2..8f11be18429a32b4e027282740f2abc1da5b693d 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python3
 # Display Latin famous phrases in the terminal
-# Armaan Bhojwani 2020
+# Armaan Bhojwani 2021
 
 import argparse
 from random import randint