From a4c1c0f03b354573c80f214c20b2bcac9c002a89 Mon Sep 17 00:00:00 2001 From: Martin Karsten <mkarsten@uwaterloo.ca> Date: Mon, 23 Jul 2018 10:30:23 -0400 Subject: [PATCH] - replace no-ASCII copyright symbol with ASCII version (C) --- src/devices/Keyboard.cc | 2 +- src/devices/Keyboard.h | 2 +- src/devices/PCI.cc | 2 +- src/devices/PCI.h | 2 +- src/devices/PIT.cc | 2 +- src/devices/PIT.h | 2 +- src/devices/RTC.cc | 2 +- src/devices/RTC.h | 2 +- src/devices/Screen.h | 2 +- src/devices/Serial.cc | 2 +- src/devices/Serial.h | 2 +- src/extern/cdi/cdi_glue.cc | 2 +- src/gdb/Gdb.cc | 2 +- src/gdb/Gdb.h | 2 +- src/generic/Benaphore.h | 2 +- src/generic/Bitmap.h | 2 +- src/generic/Buffers.h | 2 +- src/generic/IntrusiveContainers.h | 2 +- src/generic/ManagedArray.h | 2 +- src/generic/RegionSet.h | 2 +- src/generic/ScopedLocks.h | 2 +- src/generic/SpinLocks.h | 2 +- src/generic/basics.h | 2 +- src/generic/bitmanip.h | 2 +- src/generic/platform.h | 2 +- src/generic/regsave.h | 2 +- src/generic/stats.cc | 2 +- src/generic/stats.h | 2 +- src/kernel/AddressSpace.cc | 2 +- src/kernel/AddressSpace.h | 2 +- src/kernel/Clock.h | 2 +- src/kernel/FrameManager.cc | 2 +- src/kernel/FrameManager.h | 2 +- src/kernel/Kernel.cc | 2 +- src/kernel/KernelHeap.cc | 2 +- src/kernel/KernelHeap.h | 2 +- src/kernel/KernelLocks.h | 2 +- src/kernel/KernelProcessor.cc | 2 +- src/kernel/KernelProcessor.h | 2 +- src/kernel/Multiboot.cc | 2 +- src/kernel/Multiboot.h | 2 +- src/kernel/Output.cc | 2 +- src/kernel/Output.h | 2 +- src/kernel/OutputBasic.h | 2 +- src/kernel/Process.cc | 2 +- src/kernel/Process.h | 2 +- src/kernel/Thread.cc | 2 +- src/kernel/Thread.h | 2 +- src/kernel/syscalls.cc | 2 +- src/libfibre/EventEngine.h | 2 +- src/libfibre/Fibre.h | 2 +- src/libfibre/FibreCluster.h | 2 +- src/libfibre/Garage.h | 2 +- src/libfibre/Poller.cc | 2 +- src/libfibre/Poller.h | 2 +- src/libfibre/SystemProcessor.cc | 2 +- src/libfibre/SystemProcessor.h | 2 +- src/libfibre/cfibre.cc | 2 +- src/libfibre/cfibre.h | 2 +- src/libfibre/echotest.cpp | 2 +- src/libfibre/fibre.h | 2 +- src/libfibre/lfbasics.h | 2 +- src/libfibre/lfcore.cc | 2 +- src/libfibre/lfoutput.h | 2 +- src/libfibre/syscall_macro.h | 2 +- src/libfibre/threadtest.cpp | 2 +- src/libfibre/webserver.cpp | 2 +- src/machine/ACPI.h | 2 +- src/machine/APIC.cc | 2 +- src/machine/APIC.h | 2 +- src/machine/CPU.cc | 2 +- src/machine/CPU.h | 2 +- src/machine/Descriptors.h | 2 +- src/machine/HardwareProcessor.cc | 2 +- src/machine/HardwareProcessor.h | 2 +- src/machine/Machine.cc | 2 +- src/machine/Machine.h | 2 +- src/machine/Memory.h | 2 +- src/machine/Paging.cc | 2 +- src/machine/Paging.h | 2 +- src/machine/asm_functions.S | 2 +- src/machine/asmdecl.h | 2 +- src/machine/asmshare.h | 2 +- src/machine/isr_wrapper.S | 2 +- src/machine/syscall_wrapper.S | 2 +- src/main/Experiments.cc | 2 +- src/main/InitProcess.cc | 2 +- src/main/LockTest.cc | 2 +- src/runtime/BaseProcessor.cc | 2 +- src/runtime/BaseProcessor.h | 2 +- src/runtime/BlockingSync.h | 2 +- src/runtime/Cluster.h | 2 +- src/runtime/MessageQueue.h | 2 +- src/runtime/Runtime.h | 2 +- src/runtime/RuntimeImpl.h | 2 +- src/runtime/Stack.S | 2 +- src/runtime/Stack.h | 2 +- src/runtime/StackContext.cc | 2 +- src/runtime/StackContext.h | 2 +- src/runtime/SynchronizedArray.h | 2 +- src/ulib/libKOS.cc | 2 +- src/ulib/pthread.cc | 2 +- src/ulib/sigtrampoline.S | 2 +- src/ulib/syscallStub.S | 2 +- src/ulib/syscalls.h | 2 +- src/user/float.cc | 2 +- src/user/kbloop.cc | 2 +- src/user/manythread.cc | 2 +- src/user/memoryhog.cc | 2 +- src/user/output.cc | 2 +- src/user/systest.cc | 2 +- src/user/threadtest.cc | 2 +- src/world/Access.cc | 2 +- src/world/Access.h | 2 +- 114 files changed, 114 insertions(+), 114 deletions(-) diff --git a/src/devices/Keyboard.cc b/src/devices/Keyboard.cc index 102f122..54f2ee6 100644 --- a/src/devices/Keyboard.cc +++ b/src/devices/Keyboard.cc @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/devices/Keyboard.h b/src/devices/Keyboard.h index 7927a2f..ae08c93 100644 --- a/src/devices/Keyboard.h +++ b/src/devices/Keyboard.h @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/devices/PCI.cc b/src/devices/PCI.cc index e8d195a..c7e86e7 100644 --- a/src/devices/PCI.cc +++ b/src/devices/PCI.cc @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/devices/PCI.h b/src/devices/PCI.h index c720018..8e799c5 100644 --- a/src/devices/PCI.h +++ b/src/devices/PCI.h @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/devices/PIT.cc b/src/devices/PIT.cc index e8678f4..054db5c 100644 --- a/src/devices/PIT.cc +++ b/src/devices/PIT.cc @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/devices/PIT.h b/src/devices/PIT.h index a483526..6f784ef 100644 --- a/src/devices/PIT.h +++ b/src/devices/PIT.h @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/devices/RTC.cc b/src/devices/RTC.cc index 4b398d1..23bf52b 100644 --- a/src/devices/RTC.cc +++ b/src/devices/RTC.cc @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/devices/RTC.h b/src/devices/RTC.h index ae5aef5..a172634 100644 --- a/src/devices/RTC.h +++ b/src/devices/RTC.h @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/devices/Screen.h b/src/devices/Screen.h index 81850d1..ede7f6e 100644 --- a/src/devices/Screen.h +++ b/src/devices/Screen.h @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/devices/Serial.cc b/src/devices/Serial.cc index 5c29ef4..8687f6e 100644 --- a/src/devices/Serial.cc +++ b/src/devices/Serial.cc @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/devices/Serial.h b/src/devices/Serial.h index 4bdd092..e67bb2f 100644 --- a/src/devices/Serial.h +++ b/src/devices/Serial.h @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/extern/cdi/cdi_glue.cc b/src/extern/cdi/cdi_glue.cc index 1502da6..a0faddb 100644 --- a/src/extern/cdi/cdi_glue.cc +++ b/src/extern/cdi/cdi_glue.cc @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/gdb/Gdb.cc b/src/gdb/Gdb.cc index 2b555a5..64e7116 100644 --- a/src/gdb/Gdb.cc +++ b/src/gdb/Gdb.cc @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/gdb/Gdb.h b/src/gdb/Gdb.h index e9e2ed1..f1745ee 100644 --- a/src/gdb/Gdb.h +++ b/src/gdb/Gdb.h @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/generic/Benaphore.h b/src/generic/Benaphore.h index 6f2f0fd..5ad2892 100644 --- a/src/generic/Benaphore.h +++ b/src/generic/Benaphore.h @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/generic/Bitmap.h b/src/generic/Bitmap.h index 101ff81..c02c296 100644 --- a/src/generic/Bitmap.h +++ b/src/generic/Bitmap.h @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/generic/Buffers.h b/src/generic/Buffers.h index c80ac80..b0c9ce6 100644 --- a/src/generic/Buffers.h +++ b/src/generic/Buffers.h @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/generic/IntrusiveContainers.h b/src/generic/IntrusiveContainers.h index 5e15b95..551de88 100644 --- a/src/generic/IntrusiveContainers.h +++ b/src/generic/IntrusiveContainers.h @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/generic/ManagedArray.h b/src/generic/ManagedArray.h index dd14d66..946833e 100644 --- a/src/generic/ManagedArray.h +++ b/src/generic/ManagedArray.h @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/generic/RegionSet.h b/src/generic/RegionSet.h index f80930a..02a37ce 100644 --- a/src/generic/RegionSet.h +++ b/src/generic/RegionSet.h @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/generic/ScopedLocks.h b/src/generic/ScopedLocks.h index 1d58fb5..48894f2 100644 --- a/src/generic/ScopedLocks.h +++ b/src/generic/ScopedLocks.h @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/generic/SpinLocks.h b/src/generic/SpinLocks.h index 9f29eea..e1afe13 100644 --- a/src/generic/SpinLocks.h +++ b/src/generic/SpinLocks.h @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/generic/basics.h b/src/generic/basics.h index 9029f14..bd19bc1 100644 --- a/src/generic/basics.h +++ b/src/generic/basics.h @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/generic/bitmanip.h b/src/generic/bitmanip.h index 0ea7139..55018b6 100644 --- a/src/generic/bitmanip.h +++ b/src/generic/bitmanip.h @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/generic/platform.h b/src/generic/platform.h index 3ed04e4..4b9186b 100644 --- a/src/generic/platform.h +++ b/src/generic/platform.h @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/generic/regsave.h b/src/generic/regsave.h index b1d00a2..8157c0d 100644 --- a/src/generic/regsave.h +++ b/src/generic/regsave.h @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/generic/stats.cc b/src/generic/stats.cc index f72b06d..a4caf45 100644 --- a/src/generic/stats.cc +++ b/src/generic/stats.cc @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/generic/stats.h b/src/generic/stats.h index 94275bf..ae208ef 100644 --- a/src/generic/stats.h +++ b/src/generic/stats.h @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/kernel/AddressSpace.cc b/src/kernel/AddressSpace.cc index 7d3ff00..71b0689 100644 --- a/src/kernel/AddressSpace.cc +++ b/src/kernel/AddressSpace.cc @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/kernel/AddressSpace.h b/src/kernel/AddressSpace.h index 7fa28b1..c6d220a 100644 --- a/src/kernel/AddressSpace.h +++ b/src/kernel/AddressSpace.h @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/kernel/Clock.h b/src/kernel/Clock.h index 9604439..99729d4 100644 --- a/src/kernel/Clock.h +++ b/src/kernel/Clock.h @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/kernel/FrameManager.cc b/src/kernel/FrameManager.cc index 2012fe3..725fbcf 100644 --- a/src/kernel/FrameManager.cc +++ b/src/kernel/FrameManager.cc @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/kernel/FrameManager.h b/src/kernel/FrameManager.h index 70d2128..6a6431a 100644 --- a/src/kernel/FrameManager.h +++ b/src/kernel/FrameManager.h @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/kernel/Kernel.cc b/src/kernel/Kernel.cc index ea13205..31e9350 100644 --- a/src/kernel/Kernel.cc +++ b/src/kernel/Kernel.cc @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/kernel/KernelHeap.cc b/src/kernel/KernelHeap.cc index b79aa00..0883680 100644 --- a/src/kernel/KernelHeap.cc +++ b/src/kernel/KernelHeap.cc @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/kernel/KernelHeap.h b/src/kernel/KernelHeap.h index cf5f755..a71605a 100644 --- a/src/kernel/KernelHeap.h +++ b/src/kernel/KernelHeap.h @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/kernel/KernelLocks.h b/src/kernel/KernelLocks.h index a08ceff..4b3579d 100644 --- a/src/kernel/KernelLocks.h +++ b/src/kernel/KernelLocks.h @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/kernel/KernelProcessor.cc b/src/kernel/KernelProcessor.cc index eb24ec9..1b7902c 100644 --- a/src/kernel/KernelProcessor.cc +++ b/src/kernel/KernelProcessor.cc @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/kernel/KernelProcessor.h b/src/kernel/KernelProcessor.h index 4501ca8..986ae21 100644 --- a/src/kernel/KernelProcessor.h +++ b/src/kernel/KernelProcessor.h @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/kernel/Multiboot.cc b/src/kernel/Multiboot.cc index ab6264f..f8d791f 100644 --- a/src/kernel/Multiboot.cc +++ b/src/kernel/Multiboot.cc @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/kernel/Multiboot.h b/src/kernel/Multiboot.h index 0dc83f8..1e04e43 100644 --- a/src/kernel/Multiboot.h +++ b/src/kernel/Multiboot.h @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/kernel/Output.cc b/src/kernel/Output.cc index c6eafd6..61f313d 100644 --- a/src/kernel/Output.cc +++ b/src/kernel/Output.cc @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/kernel/Output.h b/src/kernel/Output.h index b7d3584..b0d7550 100644 --- a/src/kernel/Output.h +++ b/src/kernel/Output.h @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/kernel/OutputBasic.h b/src/kernel/OutputBasic.h index 3d317a8..86441af 100644 --- a/src/kernel/OutputBasic.h +++ b/src/kernel/OutputBasic.h @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/kernel/Process.cc b/src/kernel/Process.cc index 2b72241..2f8730a 100644 --- a/src/kernel/Process.cc +++ b/src/kernel/Process.cc @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/kernel/Process.h b/src/kernel/Process.h index c4cfee3..25aa567 100644 --- a/src/kernel/Process.h +++ b/src/kernel/Process.h @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/kernel/Thread.cc b/src/kernel/Thread.cc index db25a08..8c846cb 100644 --- a/src/kernel/Thread.cc +++ b/src/kernel/Thread.cc @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/kernel/Thread.h b/src/kernel/Thread.h index a711aa6..df93786 100644 --- a/src/kernel/Thread.h +++ b/src/kernel/Thread.h @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/kernel/syscalls.cc b/src/kernel/syscalls.cc index 5f80d7d..3f93c56 100644 --- a/src/kernel/syscalls.cc +++ b/src/kernel/syscalls.cc @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/libfibre/EventEngine.h b/src/libfibre/EventEngine.h index 8a5b01e..409e867 100644 --- a/src/libfibre/EventEngine.h +++ b/src/libfibre/EventEngine.h @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/libfibre/Fibre.h b/src/libfibre/Fibre.h index 0e861a8..8557d70 100644 --- a/src/libfibre/Fibre.h +++ b/src/libfibre/Fibre.h @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/libfibre/FibreCluster.h b/src/libfibre/FibreCluster.h index 2739d6b..5a83f17 100644 --- a/src/libfibre/FibreCluster.h +++ b/src/libfibre/FibreCluster.h @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/libfibre/Garage.h b/src/libfibre/Garage.h index f9a209b..cfd0da0 100644 --- a/src/libfibre/Garage.h +++ b/src/libfibre/Garage.h @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/libfibre/Poller.cc b/src/libfibre/Poller.cc index 4110f85..429d2ab 100644 --- a/src/libfibre/Poller.cc +++ b/src/libfibre/Poller.cc @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/libfibre/Poller.h b/src/libfibre/Poller.h index 1d343bb..5b259ff 100644 --- a/src/libfibre/Poller.h +++ b/src/libfibre/Poller.h @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/libfibre/SystemProcessor.cc b/src/libfibre/SystemProcessor.cc index f79ba5f..3d8bd6e 100644 --- a/src/libfibre/SystemProcessor.cc +++ b/src/libfibre/SystemProcessor.cc @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/libfibre/SystemProcessor.h b/src/libfibre/SystemProcessor.h index 437bdce..6f66ed6 100644 --- a/src/libfibre/SystemProcessor.h +++ b/src/libfibre/SystemProcessor.h @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/libfibre/cfibre.cc b/src/libfibre/cfibre.cc index d0f5b2e..d132c00 100644 --- a/src/libfibre/cfibre.cc +++ b/src/libfibre/cfibre.cc @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/libfibre/cfibre.h b/src/libfibre/cfibre.h index 2d69184..633fc92 100644 --- a/src/libfibre/cfibre.h +++ b/src/libfibre/cfibre.h @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/libfibre/echotest.cpp b/src/libfibre/echotest.cpp index 6a83116..f74a4f4 100644 --- a/src/libfibre/echotest.cpp +++ b/src/libfibre/echotest.cpp @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/libfibre/fibre.h b/src/libfibre/fibre.h index caa23d0..22daf97 100644 --- a/src/libfibre/fibre.h +++ b/src/libfibre/fibre.h @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/libfibre/lfbasics.h b/src/libfibre/lfbasics.h index db9c1a9..b953a69 100644 --- a/src/libfibre/lfbasics.h +++ b/src/libfibre/lfbasics.h @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/libfibre/lfcore.cc b/src/libfibre/lfcore.cc index 7d1f2dd..5caf298 100644 --- a/src/libfibre/lfcore.cc +++ b/src/libfibre/lfcore.cc @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/libfibre/lfoutput.h b/src/libfibre/lfoutput.h index 4f6db09..d331df4 100644 --- a/src/libfibre/lfoutput.h +++ b/src/libfibre/lfoutput.h @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/libfibre/syscall_macro.h b/src/libfibre/syscall_macro.h index 5a8aad0..5230fcd 100644 --- a/src/libfibre/syscall_macro.h +++ b/src/libfibre/syscall_macro.h @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/libfibre/threadtest.cpp b/src/libfibre/threadtest.cpp index df84cc0..686192a 100644 --- a/src/libfibre/threadtest.cpp +++ b/src/libfibre/threadtest.cpp @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/libfibre/webserver.cpp b/src/libfibre/webserver.cpp index 6da4e8d..8dffdbc 100644 --- a/src/libfibre/webserver.cpp +++ b/src/libfibre/webserver.cpp @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/machine/ACPI.h b/src/machine/ACPI.h index c999faa..634fdd5 100644 --- a/src/machine/ACPI.h +++ b/src/machine/ACPI.h @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/machine/APIC.cc b/src/machine/APIC.cc index 5f7d239..39c4c5d 100644 --- a/src/machine/APIC.cc +++ b/src/machine/APIC.cc @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/machine/APIC.h b/src/machine/APIC.h index ff130bd..09ef89b 100644 --- a/src/machine/APIC.h +++ b/src/machine/APIC.h @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/machine/CPU.cc b/src/machine/CPU.cc index d604b6b..037e7d3 100644 --- a/src/machine/CPU.cc +++ b/src/machine/CPU.cc @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/machine/CPU.h b/src/machine/CPU.h index 347e7e8..5c5122c 100644 --- a/src/machine/CPU.h +++ b/src/machine/CPU.h @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/machine/Descriptors.h b/src/machine/Descriptors.h index 2814921..c981245 100644 --- a/src/machine/Descriptors.h +++ b/src/machine/Descriptors.h @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/machine/HardwareProcessor.cc b/src/machine/HardwareProcessor.cc index b55e2d3..b55700d 100644 --- a/src/machine/HardwareProcessor.cc +++ b/src/machine/HardwareProcessor.cc @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/machine/HardwareProcessor.h b/src/machine/HardwareProcessor.h index 7995ebb..9d6fd99 100644 --- a/src/machine/HardwareProcessor.h +++ b/src/machine/HardwareProcessor.h @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/machine/Machine.cc b/src/machine/Machine.cc index d2e3494..e8b3020 100644 --- a/src/machine/Machine.cc +++ b/src/machine/Machine.cc @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/machine/Machine.h b/src/machine/Machine.h index d706d65..1217d38 100644 --- a/src/machine/Machine.h +++ b/src/machine/Machine.h @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/machine/Memory.h b/src/machine/Memory.h index 2680371..f12c12e 100644 --- a/src/machine/Memory.h +++ b/src/machine/Memory.h @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/machine/Paging.cc b/src/machine/Paging.cc index 06ac34c..93cc423 100644 --- a/src/machine/Paging.cc +++ b/src/machine/Paging.cc @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/machine/Paging.h b/src/machine/Paging.h index 083097a..9869025 100644 --- a/src/machine/Paging.h +++ b/src/machine/Paging.h @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/machine/asm_functions.S b/src/machine/asm_functions.S index 0a29bd3..24e874a 100644 --- a/src/machine/asm_functions.S +++ b/src/machine/asm_functions.S @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/machine/asmdecl.h b/src/machine/asmdecl.h index b7812f7..f0d033d 100644 --- a/src/machine/asmdecl.h +++ b/src/machine/asmdecl.h @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/machine/asmshare.h b/src/machine/asmshare.h index e629b55..177a0f0 100644 --- a/src/machine/asmshare.h +++ b/src/machine/asmshare.h @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/machine/isr_wrapper.S b/src/machine/isr_wrapper.S index ca5c21f..0456bdc 100644 --- a/src/machine/isr_wrapper.S +++ b/src/machine/isr_wrapper.S @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/machine/syscall_wrapper.S b/src/machine/syscall_wrapper.S index 254f7c6..f4014b9 100644 --- a/src/machine/syscall_wrapper.S +++ b/src/machine/syscall_wrapper.S @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/main/Experiments.cc b/src/main/Experiments.cc index 1c1fb4a..70fde98 100644 --- a/src/main/Experiments.cc +++ b/src/main/Experiments.cc @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/main/InitProcess.cc b/src/main/InitProcess.cc index 3558ccc..6a66443 100644 --- a/src/main/InitProcess.cc +++ b/src/main/InitProcess.cc @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/main/LockTest.cc b/src/main/LockTest.cc index ba08228..3172889 100644 --- a/src/main/LockTest.cc +++ b/src/main/LockTest.cc @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/runtime/BaseProcessor.cc b/src/runtime/BaseProcessor.cc index 9de14ef..657bb30 100644 --- a/src/runtime/BaseProcessor.cc +++ b/src/runtime/BaseProcessor.cc @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/runtime/BaseProcessor.h b/src/runtime/BaseProcessor.h index 5b222ea..6500843 100644 --- a/src/runtime/BaseProcessor.h +++ b/src/runtime/BaseProcessor.h @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/runtime/BlockingSync.h b/src/runtime/BlockingSync.h index 0100b23..d83a392 100644 --- a/src/runtime/BlockingSync.h +++ b/src/runtime/BlockingSync.h @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/runtime/Cluster.h b/src/runtime/Cluster.h index 83912ab..7b8b47e 100644 --- a/src/runtime/Cluster.h +++ b/src/runtime/Cluster.h @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/runtime/MessageQueue.h b/src/runtime/MessageQueue.h index 91b0e61..c32d70b 100644 --- a/src/runtime/MessageQueue.h +++ b/src/runtime/MessageQueue.h @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/runtime/Runtime.h b/src/runtime/Runtime.h index 201d366..9dbbc0a 100644 --- a/src/runtime/Runtime.h +++ b/src/runtime/Runtime.h @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/runtime/RuntimeImpl.h b/src/runtime/RuntimeImpl.h index 7b3d253..c0acbdc 100644 --- a/src/runtime/RuntimeImpl.h +++ b/src/runtime/RuntimeImpl.h @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/runtime/Stack.S b/src/runtime/Stack.S index a2c33c6..435507e 100644 --- a/src/runtime/Stack.S +++ b/src/runtime/Stack.S @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/runtime/Stack.h b/src/runtime/Stack.h index 2a8f893..52bfc0a 100644 --- a/src/runtime/Stack.h +++ b/src/runtime/Stack.h @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/runtime/StackContext.cc b/src/runtime/StackContext.cc index 23b108c..2356f4a 100644 --- a/src/runtime/StackContext.cc +++ b/src/runtime/StackContext.cc @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/runtime/StackContext.h b/src/runtime/StackContext.h index 9f11c09..bcec146 100644 --- a/src/runtime/StackContext.h +++ b/src/runtime/StackContext.h @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/runtime/SynchronizedArray.h b/src/runtime/SynchronizedArray.h index d2a6f3c..2d16dc7 100644 --- a/src/runtime/SynchronizedArray.h +++ b/src/runtime/SynchronizedArray.h @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/ulib/libKOS.cc b/src/ulib/libKOS.cc index 68dfdcd..f2793cb 100644 --- a/src/ulib/libKOS.cc +++ b/src/ulib/libKOS.cc @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/ulib/pthread.cc b/src/ulib/pthread.cc index d99eaf5..bc24a4a 100644 --- a/src/ulib/pthread.cc +++ b/src/ulib/pthread.cc @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/ulib/sigtrampoline.S b/src/ulib/sigtrampoline.S index d00eeb7..134f8c9 100644 --- a/src/ulib/sigtrampoline.S +++ b/src/ulib/sigtrampoline.S @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/ulib/syscallStub.S b/src/ulib/syscallStub.S index a3b5aa4..badc568 100644 --- a/src/ulib/syscallStub.S +++ b/src/ulib/syscallStub.S @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/ulib/syscalls.h b/src/ulib/syscalls.h index d24f73d..e9cc8b4 100644 --- a/src/ulib/syscalls.h +++ b/src/ulib/syscalls.h @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/user/float.cc b/src/user/float.cc index d4e7251..6f902a3 100644 --- a/src/user/float.cc +++ b/src/user/float.cc @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/user/kbloop.cc b/src/user/kbloop.cc index 94299df..7518402 100644 --- a/src/user/kbloop.cc +++ b/src/user/kbloop.cc @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/user/manythread.cc b/src/user/manythread.cc index 799840c..756b270 100644 --- a/src/user/manythread.cc +++ b/src/user/manythread.cc @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/user/memoryhog.cc b/src/user/memoryhog.cc index 4dc8bf8..06c13f8 100644 --- a/src/user/memoryhog.cc +++ b/src/user/memoryhog.cc @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/user/output.cc b/src/user/output.cc index 7f17be5..746067b 100644 --- a/src/user/output.cc +++ b/src/user/output.cc @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/user/systest.cc b/src/user/systest.cc index 6b5cdaf..d2a6270 100644 --- a/src/user/systest.cc +++ b/src/user/systest.cc @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/user/threadtest.cc b/src/user/threadtest.cc index b710a59..e8f8037 100644 --- a/src/user/threadtest.cc +++ b/src/user/threadtest.cc @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/world/Access.cc b/src/world/Access.cc index bda4c9a..84948ea 100644 --- a/src/world/Access.cc +++ b/src/world/Access.cc @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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/world/Access.h b/src/world/Access.h index 94831ab..30090ba 100644 --- a/src/world/Access.h +++ b/src/world/Access.h @@ -1,5 +1,5 @@ /****************************************************************************** - Copyright © 2017 Martin Karsten + Copyright (C) Martin Karsten 2015-2018 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 -- GitLab