Skip to content

Commit

Permalink
Update copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
lwesterhof committed Dec 12, 2023
1 parent 7b02b41 commit 7a1cc1a
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion yoda_eus/app.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3

__copyright__ = 'Copyright (c) 2023, Utrecht University'
__license__ = 'GPLv3, see LICENSE'
__license__ = 'GPLv3, see LICENSE'

import secrets
import urllib.parse
Expand Down
2 changes: 1 addition & 1 deletion yoda_eus/mail.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__copyright__ = 'Copyright (c) 2023, Utrecht University'
__license__ = 'GPLv3, see LICENSE'
__license__ = 'GPLv3, see LICENSE'

import email
import os
Expand Down
2 changes: 1 addition & 1 deletion yoda_eus/password_complexity.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__copyright__ = 'Copyright (c) 2023, Utrecht University'
__license__ = 'GPLv3, see LICENSE'
__license__ = 'GPLv3, see LICENSE'

import string
from typing import List
Expand Down
2 changes: 1 addition & 1 deletion yoda_eus/tests/test_integration.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__copyright__ = 'Copyright (c) 2023, Utrecht University'
__license__ = 'GPLv3, see LICENSE'
__license__ = 'GPLv3, see LICENSE'

import base64

Expand Down
4 changes: 2 additions & 2 deletions yoda_eus/tests/test_unit.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__copyright__ = "Copyright (c) 2023, Utrecht University"
__license__ = "GPLv3, see LICENSE"
__copyright__ = 'Copyright (c) 2023, Utrecht University'
__license__ = 'GPLv3, see LICENSE'

import string
from unittest.mock import patch
Expand Down
4 changes: 2 additions & 2 deletions yoda_eus/util.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3

__copyright__ = "Copyright (c) 2021-2023, Utrecht University"
__license__ = "GPLv3, see LICENSE"
__copyright__ = 'Copyright (c) 2021-2023, Utrecht University'
__license__ = 'GPLv3, see LICENSE'

from os import path
from re import fullmatch
Expand Down

0 comments on commit 7a1cc1a

Please sign in to comment.