Skip to content

Commit

Permalink
added copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
vicpaton committed Jun 18, 2024
1 parent d3f7803 commit fabceaa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import os
import sys
from datetime import datetime
sys.path.insert(0, os.path.abspath('../../networkcommons'))

# -- Project information
Expand All @@ -8,6 +9,7 @@
author = 'SaezLab'
release = 'alpha'
version = '0.0.1'
copyright = f"{datetime.now():%Y}, NetworkCommons developers"

# -- General configuration

Expand Down

0 comments on commit fabceaa

Please sign in to comment.