Skip to content

Commit

Permalink
Update copyright headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed Mar 4, 2024
1 parent db5f4a1 commit 2048d05
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@
Management script for Django environment.
"""

__copyright__ = "Copyright (c) 2018 Alex Laird"
__license__ = "MIT"

import os
import sys

__author__ = "Alex Laird"
__copyright__ = "Copyright 2018, Alex Laird"
__version__ = "0.2.0"

if __name__ == "__main__":
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "conf.settings")

Expand Down

0 comments on commit 2048d05

Please sign in to comment.