Skip to content

Commit ec3a0c3

Browse files
committed
black reformat & bump copyright
1 parent e5acfa1 commit ec3a0c3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+66
-69
lines changed

vultron/as_vocab/activities/actor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python
2-
# Copyright (c) 2023-2024 Carnegie Mellon University and Contributors.
2+
# Copyright (c) 2023-2025 Carnegie Mellon University and Contributors.
33
# - see Contributors.md for a full list of Contributors
44
# - see ContributionInstructions.md for information on how you can Contribute to this project
55
# Vultron Multiparty Coordinated Vulnerability Disclosure Protocol Prototype is

vultron/as_vocab/activities/case.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python
2-
# Copyright (c) 2023-2024 Carnegie Mellon University and Contributors.
2+
# Copyright (c) 2023-2025 Carnegie Mellon University and Contributors.
33
# - see Contributors.md for a full list of Contributors
44
# - see ContributionInstructions.md for information on how you can Contribute to this project
55
# Vultron Multiparty Coordinated Vulnerability Disclosure Protocol Prototype is

vultron/as_vocab/activities/case_participant.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python
2-
# Copyright (c) 2023-2024 Carnegie Mellon University and Contributors.
2+
# Copyright (c) 2023-2025 Carnegie Mellon University and Contributors.
33
# - see Contributors.md for a full list of Contributors
44
# - see ContributionInstructions.md for information on how you can Contribute to this project
55
# Vultron Multiparty Coordinated Vulnerability Disclosure Protocol Prototype is

vultron/as_vocab/activities/embargo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python
2-
# Copyright (c) 2023-2024 Carnegie Mellon University and Contributors.
2+
# Copyright (c) 2023-2025 Carnegie Mellon University and Contributors.
33
# - see Contributors.md for a full list of Contributors
44
# - see ContributionInstructions.md for information on how you can Contribute to this project
55
# Vultron Multiparty Coordinated Vulnerability Disclosure Protocol Prototype is

vultron/as_vocab/activities/report.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python
2-
# Copyright (c) 2023-2024 Carnegie Mellon University and Contributors.
2+
# Copyright (c) 2023-2025 Carnegie Mellon University and Contributors.
33
# - see Contributors.md for a full list of Contributors
44
# - see ContributionInstructions.md for information on how you can Contribute to this project
55
# Vultron Multiparty Coordinated Vulnerability Disclosure Protocol Prototype is

vultron/as_vocab/base/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
author: adh
44
created_at: 2/17/23 3:59 PM
55
"""
6-
# Copyright (c) 2023-2024 Carnegie Mellon University and Contributors.
6+
# Copyright (c) 2023-2025 Carnegie Mellon University and Contributors.
77
# - see Contributors.md for a full list of Contributors
88
# - see ContributionInstructions.md for information on how you can Contribute to this project
99
# Vultron Multiparty Coordinated Vulnerability Disclosure Protocol Prototype is

vultron/as_vocab/base/dt_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This module contains utilities for working with datetime objects.
44
"""
55

6-
# Copyright (c) 2023-2024 Carnegie Mellon University and Contributors.
6+
# Copyright (c) 2023-2025 Carnegie Mellon University and Contributors.
77
# - see Contributors.md for a full list of Contributors
88
# - see ContributionInstructions.md for information on how you can Contribute to this project
99
# Vultron Multiparty Coordinated Vulnerability Disclosure Protocol Prototype is

vultron/as_vocab/base/links.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"""
33
Provides classes representing ActivityStreams Vocabulary Link objects.
44
"""
5-
# Copyright (c) 2023-2024 Carnegie Mellon University and Contributors.
5+
# Copyright (c) 2023-2025 Carnegie Mellon University and Contributors.
66
# - see Contributors.md for a full list of Contributors
77
# - see ContributionInstructions.md for information on how you can Contribute to this project
88
# Vultron Multiparty Coordinated Vulnerability Disclosure Protocol Prototype is

vultron/as_vocab/base/objects/activities/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
author: adh
44
created_at: 2/15/23 9:32 AM
55
"""
6-
# Copyright (c) 2023-2024 Carnegie Mellon University and Contributors.
6+
# Copyright (c) 2023-2025 Carnegie Mellon University and Contributors.
77
# - see Contributors.md for a full list of Contributors
88
# - see ContributionInstructions.md for information on how you can Contribute to this project
99
# Vultron Multiparty Coordinated Vulnerability Disclosure Protocol Prototype is

vultron/as_vocab/base/objects/activities/intransitive.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
author: adh
44
created_at: 12/8/22 4:04 PM
55
"""
6-
# Copyright (c) 2023-2024 Carnegie Mellon University and Contributors.
6+
# Copyright (c) 2023-2025 Carnegie Mellon University and Contributors.
77
# - see Contributors.md for a full list of Contributors
88
# - see ContributionInstructions.md for information on how you can Contribute to this project
99
# Vultron Multiparty Coordinated Vulnerability Disclosure Protocol Prototype is

0 commit comments

Comments
 (0)