From 91ec2ad898594021bb71952efbf59ecc5f0b49ad Mon Sep 17 00:00:00 2001 From: Elaina Claus Date: Tue, 22 Aug 2023 14:24:35 -0400 Subject: [PATCH] =?UTF-8?q?small=20changes=20to=20License=20=F0=9F=8F=B3?= =?UTF-8?q?=EF=B8=8F=E2=80=8D=E2=9A=A7=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/config.inc | 2 +- include/entry.inc | 2 +- include/errors.inc | 2 +- include/fat32/bpb.inc | 2 +- include/fat32/fat32_structures.inc | 2 +- include/memory.inc | 2 +- include/partition_table.inc | 2 +- scripts/create-disk.sh | 2 +- src/mbr/mbr.s | 2 +- src/miniboot32/BOOT_386.s | 2 +- src/stage2/stage2.s | 2 +- src/vbr/vbr.s | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/include/config.inc b/include/config.inc index 802dfce..20c9047 100755 --- a/include/config.inc +++ b/include/config.inc @@ -1,4 +1,4 @@ -; Copyright (C) 2020 Bradley Claus +; Copyright (C) 2023 Elaina Claus ; ; This program is free software: you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by diff --git a/include/entry.inc b/include/entry.inc index 7306599..e9f7213 100755 --- a/include/entry.inc +++ b/include/entry.inc @@ -1,4 +1,4 @@ -; Copyright (C) 2020 Bradley Claus +; Copyright (C) 2023 Elaina Claus ; ; This program is free software: you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by diff --git a/include/errors.inc b/include/errors.inc index 88dd000..6e334bb 100755 --- a/include/errors.inc +++ b/include/errors.inc @@ -1,4 +1,4 @@ -; Copyright (C) 2020 Bradley Claus +; Copyright (C) 2023 Elaina Claus ; ; This program is free software: you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by diff --git a/include/fat32/bpb.inc b/include/fat32/bpb.inc index b16c0e0..6622b72 100755 --- a/include/fat32/bpb.inc +++ b/include/fat32/bpb.inc @@ -1,4 +1,4 @@ -; Copyright (C) 2020 Bradley Claus +; Copyright (C) 2023 Elaina Claus ; ; This program is free software: you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by diff --git a/include/fat32/fat32_structures.inc b/include/fat32/fat32_structures.inc index 29fd9ee..ecc25c3 100755 --- a/include/fat32/fat32_structures.inc +++ b/include/fat32/fat32_structures.inc @@ -1,4 +1,4 @@ -; Copyright (C) 2020 Bradley Claus +; Copyright (C) 2023 Elaina Claus ; ; This program is free software: you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by diff --git a/include/memory.inc b/include/memory.inc index 14f81f1..79094b5 100755 --- a/include/memory.inc +++ b/include/memory.inc @@ -1,4 +1,4 @@ -; Copyright (C) 2020 Bradley Claus +; Copyright (C) 2023 Elaina Claus ; ; This program is free software: you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by diff --git a/include/partition_table.inc b/include/partition_table.inc index cd21bff..4f1723b 100755 --- a/include/partition_table.inc +++ b/include/partition_table.inc @@ -1,4 +1,4 @@ -; Copyright (C) 2020 Bradley Claus +; Copyright (C) 2023 Elaina Claus ; ; This program is free software: you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by diff --git a/scripts/create-disk.sh b/scripts/create-disk.sh index a58aabd..93a13f7 100755 --- a/scripts/create-disk.sh +++ b/scripts/create-disk.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright (C) 2020 Bradley Claus +# Copyright (C) 2023 Elaina Claus # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/mbr/mbr.s b/src/mbr/mbr.s index a92b386..7f3b9f1 100755 --- a/src/mbr/mbr.s +++ b/src/mbr/mbr.s @@ -1,4 +1,4 @@ -; Copyright (C) 2020 Bradley Claus +; Copyright (C) 2023 Elaina Claus ; ; This program is free software: you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by diff --git a/src/miniboot32/BOOT_386.s b/src/miniboot32/BOOT_386.s index adca632..845735f 100755 --- a/src/miniboot32/BOOT_386.s +++ b/src/miniboot32/BOOT_386.s @@ -1,4 +1,4 @@ -; Copyright (C) 2020 Bradley Claus +; Copyright (C) 2023 Elaina Claus ; ; This program is free software: you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by diff --git a/src/stage2/stage2.s b/src/stage2/stage2.s index f60dc37..7c1e8c2 100755 --- a/src/stage2/stage2.s +++ b/src/stage2/stage2.s @@ -1,4 +1,4 @@ -; Copyright (C) 2020 Bradley Claus +; Copyright (C) 2023 Elaina Claus ; ; This program is free software: you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by diff --git a/src/vbr/vbr.s b/src/vbr/vbr.s index 1cd1bd4..262c1bb 100755 --- a/src/vbr/vbr.s +++ b/src/vbr/vbr.s @@ -1,4 +1,4 @@ -; Copyright (C) 2020 Bradley Claus +; Copyright (C) 2023 Elaina Claus ; ; This program is free software: you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by