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