Skip to content

Commit

Permalink
Update owner in file headers
Browse files Browse the repository at this point in the history
  • Loading branch information
OmeGak committed Apr 9, 2024
1 parent edb030f commit cf2b915
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/bin/check-version.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
# This file is part of Flask-Multipass-Keycloak.
# Copyright (C) 2023 - 2024 CERN
# Copyright (C) 2023 - 2024 CERN & UNCONVENTIONAL

set -e

Expand Down
2 changes: 1 addition & 1 deletion .github/bin/extract-changelog.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
# This file is part of Flask-Multipass-Keycloak.
# Copyright (C) 2023 - 2024 CERN
# Copyright (C) 2023 - 2024 CERN & UNCONVENTIONAL

import re
import sys
Expand Down
2 changes: 1 addition & 1 deletion .header.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
root: true
owner: CERN
owner: CERN & UNCONVENTIONAL
start_year: 2023
template: |-
{comment_start} This file is part of Flask-Multipass-Keycloak.
Expand Down
2 changes: 1 addition & 1 deletion src/flask_multipass_keycloak.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is part of Flask-Multipass-Keycloak.
# Copyright (C) 2023 - 2024 CERN
# Copyright (C) 2023 - 2024 CERN & UNCONVENTIONAL

import logging
from datetime import datetime
Expand Down
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is part of Flask-Multipass-Keycloak.
# Copyright (C) 2023 - 2024 CERN
# Copyright (C) 2023 - 2024 CERN & UNCONVENTIONAL

from datetime import datetime

Expand Down
2 changes: 1 addition & 1 deletion tests/test_extended_cache.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is part of Flask-Multipass-Keycloak.
# Copyright (C) 2023 - 2024 CERN
# Copyright (C) 2023 - 2024 CERN & UNCONVENTIONAL

from datetime import datetime
from datetime import timedelta
Expand Down
2 changes: 1 addition & 1 deletion tests/test_group.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is part of Flask-Multipass-Keycloak.
# Copyright (C) 2023 - 2024 CERN
# Copyright (C) 2023 - 2024 CERN & UNCONVENTIONAL

from datetime import datetime
from unittest.mock import MagicMock
Expand Down
2 changes: 1 addition & 1 deletion tests/test_identity_provider.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is part of Flask-Multipass-Keycloak.
# Copyright (C) 2023 - 2024 CERN
# Copyright (C) 2023 - 2024 CERN & UNCONVENTIONAL

import pytest

Expand Down

0 comments on commit cf2b915

Please sign in to comment.