Skip to content

Commit e719861

Browse files
committed
add license headers
1 parent c268039 commit e719861

17 files changed

Lines changed: 80 additions & 0 deletions

docs/conf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# This file is part of Progress API.
2+
# Copyright (C) 2023 - 2024 Drexel University and contributors
3+
# Licensed under the MIT license, see LICENSE.md for details.
4+
# SPDX-License-Identifier: MIT
5+
16
import os
27
import sys
38
sys.path.insert(0, os.path.abspath(".."))

examples/enlighten/.header.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
owner: Enlighten authors
2+
substring: This file is from
3+
template: |-
4+
{comment_start} This file is from Enlighten, distributed with Progress API.
5+
{comment_middle} Licensed under the Mozilla Public License, see LICENSE for details.
6+
{comment_middle} SPDX-License-Identifier: MPL
7+
{comment_end}

examples/enlighten/basic.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# This file is from Enlighten, distributed with Progress API.
2+
# Licensed under the Mozilla Public License, see LICENSE for details.
3+
# SPDX-License-Identifier: MPL
4+
15
# Copyright 2017 - 2023 Avram Lubkin, All Rights Reserved
26

37
# This Source Code Form is subject to the terms of the Mozilla Public

examples/enlighten/demo.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# This file is from Enlighten, distributed with Progress API.
2+
# Licensed under the Mozilla Public License, see LICENSE for details.
3+
# SPDX-License-Identifier: MPL
4+
5+
16
# Copyright 2019 - 2021 Avram Lubkin, All Rights Reserved
27

38
# This Source Code Form is subject to the terms of the Mozilla Public

examples/enlighten/floats.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# This file is from Enlighten, distributed with Progress API.
2+
# Licensed under the Mozilla Public License, see LICENSE for details.
3+
# SPDX-License-Identifier: MPL
4+
15
# Copyright 2017 - 2023 Avram Lubkin, All Rights Reserved
26

37
# This Source Code Form is subject to the terms of the Mozilla Public

examples/enlighten/ftp_downloader.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# This file is from Enlighten, distributed with Progress API.
2+
# Licensed under the Mozilla Public License, see LICENSE for details.
3+
# SPDX-License-Identifier: MPL
4+
15
# Copyright 2018 - 2021 Avram Lubkin, All Rights Reserved
26

37
# This Source Code Form is subject to the terms of the Mozilla Public

examples/enlighten/multicolored.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# This file is from Enlighten, distributed with Progress API.
2+
# Licensed under the Mozilla Public License, see LICENSE for details.
3+
# SPDX-License-Identifier: MPL
4+
15
# Copyright 2019 - 2022 Avram Lubkin, All Rights Reserved
26

37
# This Source Code Form is subject to the terms of the Mozilla Public

examples/enlighten/multiple_logging.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# This file is from Enlighten, distributed with Progress API.
2+
# Licensed under the Mozilla Public License, see LICENSE for details.
3+
# SPDX-License-Identifier: MPL
4+
15
# Copyright 2017 - 2020 Avram Lubkin, All Rights Reserved
26

37
# This Source Code Form is subject to the terms of the Mozilla Public

examples/enlighten/multiprocessing_queues.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# This file is from Enlighten, distributed with Progress API.
2+
# Licensed under the Mozilla Public License, see LICENSE for details.
3+
# SPDX-License-Identifier: MPL
4+
15
# Copyright 2019 - 2023 Avram Lubkin, All Rights Reserved
26

37
# This Source Code Form is subject to the terms of the Mozilla Public

examples/enlighten/prefixes.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# This file is from Enlighten, distributed with Progress API.
2+
# Licensed under the Mozilla Public License, see LICENSE for details.
3+
# SPDX-License-Identifier: MPL
4+
15
# Copyright 2020 - 2021 Avram Lubkin, All Rights Reserved
26

37
# This Source Code Form is subject to the terms of the Mozilla Public

0 commit comments

Comments
 (0)