Skip to content

Commit 0afa782

Browse files
committed
Add AUTHORS file, Migrate license headers
1 parent 6b4c979 commit 0afa782

Some content is hidden

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

85 files changed

+93
-84
lines changed

AUTHORS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# This is the official list of OCE Build authors for copyright purposes.
2+
# This file is distinct from the CONTRIBUTORS file.
3+
# See the latter for an explanation.
4+
5+
# Names should be added to this file as:
6+
# Name or Organization <email address>
7+
# The email address is not required for organizations.
8+
9+
Cory Bennett <[email protected]>

ci/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#pragma no-implicit
22

33
## @file
4-
# Copyright (c) 2023, Cory Bennett. All rights reserved.
4+
# Copyright (c) 2023, The OCE Build Authors. All rights reserved.
55
# SPDX-License-Identifier: BSD-3-Clause
66
##
77
"""CI/CD Pipeline for Python Projects"""

ci/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## @file
2-
# Copyright (c) 2023, Cory Bennett. All rights reserved.
2+
# Copyright (c) 2023, The OCE Build Authors. All rights reserved.
33
# SPDX-License-Identifier: BSD-3-Clause
44
##
55
"""Constants used by the CI system."""

ci/docsgen/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma no-implicit
22

33
## @file
4-
# Copyright (c) 2023, Cory Bennett. All rights reserved.
4+
# Copyright (c) 2023, The OCE Build Authors. All rights reserved.
55
# SPDX-License-Identifier: BSD-3-Clause
66
##

ci/docsgen/schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22

33
## @file
4-
# Copyright (c) 2023, Cory Bennett. All rights reserved.
4+
# Copyright (c) 2023, The OCE Build Authors. All rights reserved.
55
# SPDX-License-Identifier: BSD-3-Clause
66
##
77
"""Documentation writers and parsers for OpenCore configuration file schemas."""

ci/scripts/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma no-implicit
22

33
## @file
4-
# Copyright (c) 2023, Cory Bennett. All rights reserved.
4+
# Copyright (c) 2023, The OCE Build Authors. All rights reserved.
55
# SPDX-License-Identifier: BSD-3-Clause
66
##

ci/scripts/bump_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22

33
## @file
4-
# Copyright (c) 2023, Cory Bennett. All rights reserved.
4+
# Copyright (c) 2023, The OCE Build Authors. All rights reserved.
55
# SPDX-License-Identifier: BSD-3-Clause
66
##
77
"""Bumps the project version using the given semver string."""

ci/scripts/compare_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22

33
## @file
4-
# Copyright (c) 2023, Cory Bennett. All rights reserved.
4+
# Copyright (c) 2023, The OCE Build Authors. All rights reserved.
55
# SPDX-License-Identifier: BSD-3-Clause
66
##
77
"""Compares a python version against a set of min/max constraints."""

ci/scripts/resolve_modules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22

33
## @file
4-
# Copyright (c) 2023, Cory Bennett. All rights reserved.
4+
# Copyright (c) 2023, The OCE Build Authors. All rights reserved.
55
# SPDX-License-Identifier: BSD-3-Clause
66
##
77
"""Regenerates implicit namespace and package-level module exports."""

ci/scripts/sort_imports.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22

33
## @file
4-
# Copyright (c) 2023, Cory Bennett. All rights reserved.
4+
# Copyright (c) 2023, The OCE Build Authors. All rights reserved.
55
# SPDX-License-Identifier: BSD-3-Clause
66
##
77
"""Sorts import statements within python modules."""

0 commit comments

Comments
 (0)