diff options
| author | gingerBill <gingerBill@users.noreply.github.com> | 2025-11-04 13:53:13 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-04 13:53:13 +0000 |
| commit | e5153a937b95f4583dfac2c22d010a764bf2f1a8 (patch) | |
| tree | c9dc3a80eeff8216f42d9760393e1753cf037820 /src | |
| parent | fd995050dd80df6bea156ce59b594c8a6d1e677a (diff) | |
| parent | 4bdce9bf0aba062d39e838bdf945bca5984f3c85 (diff) | |
Merge pull request #5859 from odin-lang/bill/change-licensedev-2025-11
Change Odin's LICENSE to zlib from BSD 3-clause
Diffstat (limited to 'src')
| -rw-r--r-- | src/ucg/ucg.c | 2 | ||||
| -rw-r--r-- | src/ucg/ucg_tables.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/ucg/ucg.c b/src/ucg/ucg.c index c3e270e1a..119f88805 100644 --- a/src/ucg/ucg.c +++ b/src/ucg/ucg.c @@ -1,6 +1,6 @@ /* * SPDX-FileCopyrightText: (c) 2024 Feoramund - * SPDX-License-Identifier: BSD-3-Clause + * SPDX-License-Identifier: zlib */ diff --git a/src/ucg/ucg_tables.h b/src/ucg/ucg_tables.h index a33f9f898..f31e51773 100644 --- a/src/ucg/ucg_tables.h +++ b/src/ucg/ucg_tables.h @@ -1,6 +1,6 @@ /* * SPDX-FileCopyrightText: (c) 2024 Feoramund - * SPDX-License-Identifier: BSD-3-Clause + * SPDX-License-Identifier: zlib */ #ifndef _UCG_TABLES_INCLUDED #define _UCG_TABLES_INCLUDED |