Skip to content

Commit b5af90d

Browse files
[LICENSE] Updated License URLs for consistancy (- WIP #335 -)
Changes in file .github/tools/cioutput.py: * updated license url Changes in file LICENSE.md: * updated license urls * minor license updates for accuracy Changes in file Makefile: * updated license url Changes in file README.md: * updated license urls Changes in file docs/CI.md: * updated license url Changes in file docs/Environment_Configuration.md: * updated license urls Changes in file docs/Exception_Guide.md: * updated license urls Changes in file docs/FAQ.md: * updated license url Changes in file docs/Makefile: * updated license url Changes in file docs/Testing.md: * updated license urls Changes in file docs/USAGE.md: * updated license url Changes in file docs/index.md: * updated license url Changes in file docs/requirements.txt: * updated license urls Changes in file docs/toc.md: * updated license url Changes in file docs/utils.py: * updated license url Changes in file multicast/__init__.py: * updated license url Changes in file multicast/__main__.py: * updated license url Changes in file multicast/env.py: * updated license url Changes in file multicast/exceptions.py: * updated license url Changes in file multicast/hear.py: * updated license url Changes in file multicast/recv.py: * updated license url Changes in file multicast/send.py: * updated license url Changes in file multicast/skt.py: * updated license url Changes in file requirements.txt: * updated license urls Changes in file tests/MulticastUDPClient.py: * updated license url Changes in file tests/__init__.py: * updated license url Changes in file tests/context.py: * updated license url Changes in file tests/profiling.py: * updated license url Changes in file tests/requirements.txt: * updated license url Changes in file tests/run_selective.py: * updated license url Changes in file tests/test_basic.py: * updated license url Changes in file tests/test_build.py: * updated license url Changes in file tests/test_deps.py: * updated license url Changes in file tests/test_exceptions.py: * updated license url Changes in file tests/test_extra.py: * updated license url Changes in file tests/test_fuzz.py: * updated license url Changes in file tests/test_hear_cleanup.py: * updated license url Changes in file tests/test_hear_data_processing.py: * updated license url Changes in file tests/test_hear_keyboard_interrupt.py: * updated license url Changes in file tests/test_hear_server.py: * updated license url Changes in file tests/test_hear_server_activate.py: * updated license url Changes in file tests/test_manifest.py: * updated license url Changes in file tests/test_recv.py: * updated license url Changes in file tests/test_usage.py: * updated license url
1 parent 1e90003 commit b5af90d

Some content is hidden

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

44 files changed

+59
-46
lines changed

.github/tools/cioutput.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# you may not use this file except in compliance with the License.
1010
# You may obtain a copy of the License at
1111
# ..........................................
12-
# https://www.github.com/reactive-firewall/multicast/LICENSE.md
12+
# https://github.com/reactive-firewall/multicast/tree/HEAD/LICENSE.md
1313
# ..........................................
1414
# Unless required by applicable law or agreed to in writing, software
1515
# distributed under the License is distributed on an "AS IS" BASIS,

LICENSE.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ _NO ASSOCIATION._
5858
Copyright (c) 2017-2022, Python Test Repo Template
5959
ALSO Licensed under MIT
6060
You may obtain a copy of the License at
61-
[MIT License](http://www.github.com/reactive-firewall/python-repo/LICENSE.md)
61+
[MIT License](https://github.com/reactive-firewall/python-repo/LICENSE.md)
6262
***
6363

6464
### Files: `.github/workflows/markdown-lint.yml`, and `.github/workflows/yaml-lint.yml`
@@ -67,7 +67,20 @@ You may obtain a copy of the License at
6767
Copyright (c) 2017-2025, Your Mileage May Vary
6868
ALSO Licensed under MIT
6969
You may obtain a copy of the License at
70-
[MIT License](http://www.github.com/reactive-firewall/ymmv/LICENSE.md)
70+
[MIT License](https://github.com/reactive-firewall/ymmv/LICENSE.md)
71+
***
72+
73+
### File: `Logo.svg`
74+
75+
***
76+
Copyright (c) 2024-2025, Multicast Logo by Mr. Walls.
77+
Source-code (e.g., xml) is under Apache 2.0 License.
78+
Rastered variants (e.g., when rendered/cached/etc. as an image with descrete dimentions) are
79+
the Multicast trademark (Namely Multicast's M like symbol and it's likeness), and some
80+
rights are reserved. See the License for the specific language governing permissions and
81+
limitations under the License.
82+
You may obtain a copy of the License at
83+
[Apache-2.0 License](http://www.apache.org/licenses/LICENSE-2.0)
7184
***
7285

7386
## Third-party Acknowledgments :bow:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# you may not use this file except in compliance with the License.
99
# You may obtain a copy of the License at
1010
# ..........................................
11-
# http://www.github.com/reactive-firewall/multicast/LICENSE.md
11+
# https://github.com/reactive-firewall/multicast/tree/HEAD/LICENSE.md
1212
# ..........................................
1313
# Unless required by applicable law or agreed to in writing, software
1414
# distributed under the License is distributed on an "AS IS" BASIS,

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ Next steps and bug fixes are tracked by the
238238
### Copyright (c) 2021-2025, Mr. Walls
239239

240240
The Multicast Python Module is licensed under the MIT License. See the
241-
[LICENSE.md](https://github.com/reactive-firewall/multicast/tree/stable/LICENSE.md) file for
241+
[LICENSE.md](https://github.com/reactive-firewall/multicast/tree/HEAD/LICENSE.md) file for
242242
details.
243243

244-
[![License - MIT](https://img.shields.io/pypi/l/multicast?cacheSeconds=3600)](https://github.com/reactive-firewall/multicast/blob/stable/LICENSE.md)
244+
[![License - MIT](https://img.shields.io/pypi/l/multicast?cacheSeconds=3600)](https://github.com/reactive-firewall/multicast/tree/HEAD/LICENSE.md)

docs/CI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,4 +542,4 @@ jobs:
542542
543543
#### Copyright (c) 2021-2025, Mr. Walls
544544
545-
[![License - MIT](https://img.shields.io/pypi/l/multicast?cacheSeconds=3600)](https://github.com/reactive-firewall/multicast/blob/stable/LICENSE.md)
545+
[![License - MIT](https://img.shields.io/pypi/l/multicast?cacheSeconds=3600)](https://github.com/reactive-firewall/multicast/tree/HEAD/LICENSE.md)

docs/Environment_Configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,4 +115,4 @@ and does not actually update Multicast after import)_
115115

116116
### Copyright (c) 2024-2025, Mr. Walls
117117

118-
[![License - MIT](https://img.shields.io/pypi/l/multicast?cacheSeconds=3600)](https://github.com/reactive-firewall/multicast/blob/stable/LICENSE.md)
118+
[![License - MIT](https://img.shields.io/pypi/l/multicast?cacheSeconds=3600)](https://github.com/reactive-firewall/multicast/tree/HEAD/LICENSE.md)

docs/Exception_Guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,4 +336,4 @@ provide a better experience for users interacting with the software.
336336

337337
### Copyright (c) 2024-2025, Mr. Walls
338338

339-
[![License - MIT](https://img.shields.io/pypi/l/multicast?cacheSeconds=3600)](https://github.com/reactive-firewall/multicast/blob/stable/LICENSE.md)
339+
[![License - MIT](https://img.shields.io/pypi/l/multicast?cacheSeconds=3600)](https://github.com/reactive-firewall/multicast/tree/HEAD/LICENSE.md)

docs/FAQ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,4 +259,4 @@ work as far as this Multicast module is concerned.
259259

260260
#### Copyright (c) 2021-2025, Mr. Walls
261261

262-
[![License - MIT](https://img.shields.io/pypi/l/multicast?cacheSeconds=3600)](https://github.com/reactive-firewall/multicast/blob/stable/LICENSE.md)
262+
[![License - MIT](https://img.shields.io/pypi/l/multicast?cacheSeconds=3600)](https://github.com/reactive-firewall/multicast/tree/HEAD/LICENSE.md)

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# you may not use this file except in compliance with the License.
99
# You may obtain a copy of the License at
1010
# ..........................................
11-
# http://www.github.com/reactive-firewall/multicast/LICENSE.md
11+
# https://github.com/reactive-firewall/multicast/tree/HEAD/LICENSE.md
1212
# ..........................................
1313
# Unless required by applicable law or agreed to in writing, software
1414
# distributed under the License is distributed on an "AS IS" BASIS,

docs/Testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,6 @@ no practical use for including it in build artifacts. Also see relevant "AS-IS"
415415
416416
#### Copyright (c) 2021-2025, Mr. Walls
417417
418-
[![License - MIT](https://img.shields.io/pypi/l/multicast?cacheSeconds=3600)](https://github.com/reactive-firewall/multicast/blob/stable/LICENSE.md)
418+
[![License - MIT](https://img.shields.io/pypi/l/multicast?cacheSeconds=3600)](https://github.com/reactive-firewall/multicast/tree/HEAD/LICENSE.md)
419419
420420
_Dependencies NOT included._

0 commit comments

Comments
 (0)