From 922406f6ba59f0ec446f162e617076965dbe82ec Mon Sep 17 00:00:00 2001 From: Baptiste Wicht Date: Wed, 4 Apr 2018 09:32:15 +0200 Subject: [PATCH] Update copyright --- init/include/boot_32.hpp | 2 +- init/src/boot_16.cpp | 2 +- init/src/boot_32.cpp | 2 +- kernel/include/acpi.hpp | 2 +- kernel/include/acpica.hpp | 2 +- kernel/include/arch.hpp | 2 +- kernel/include/assert.hpp | 2 +- kernel/include/bitmap.hpp | 3 ++- kernel/include/block_cache.hpp | 2 +- kernel/include/buddy_allocator.hpp | 2 +- kernel/include/conc/condition_variable.hpp | 2 +- kernel/include/conc/deferred_unique_mutex.hpp | 2 +- kernel/include/conc/deferred_unique_semaphore.hpp | 2 +- kernel/include/conc/mutex.hpp | 2 +- kernel/include/conc/rw_lock.hpp | 2 +- kernel/include/conc/semaphore.hpp | 2 +- kernel/include/conc/spinlock.hpp | 2 +- kernel/include/conc/wait_list.hpp | 2 +- kernel/include/console.hpp | 2 +- kernel/include/disks.hpp | 2 +- kernel/include/drivers/ata.hpp | 2 +- kernel/include/drivers/ata_constants.hpp | 2 +- kernel/include/drivers/hpet.hpp | 2 +- kernel/include/drivers/keyboard.hpp | 2 +- kernel/include/drivers/loopback.hpp | 2 +- kernel/include/drivers/mouse.hpp | 2 +- kernel/include/drivers/pci.hpp | 2 +- kernel/include/drivers/pit.hpp | 2 +- kernel/include/drivers/ramdisk.hpp | 2 +- kernel/include/drivers/rtc.hpp | 2 +- kernel/include/drivers/rtl8139.hpp | 2 +- kernel/include/drivers/serial.hpp | 2 +- kernel/include/e820.hpp | 2 +- kernel/include/e820_types.hpp | 2 +- kernel/include/early_memory.hpp | 2 +- kernel/include/fs/devfs.hpp | 2 +- kernel/include/fs/fat32.hpp | 2 +- kernel/include/fs/procfs.hpp | 2 +- kernel/include/fs/sysfs.hpp | 2 +- kernel/include/gdt.hpp | 2 +- kernel/include/gdt_types.hpp | 2 +- kernel/include/interrupts.hpp | 2 +- kernel/include/ioctl.hpp | 2 +- kernel/include/irqs.hpp | 2 +- kernel/include/isrs.hpp | 2 +- kernel/include/kalloc.hpp | 2 +- kernel/include/kernel.hpp | 2 +- kernel/include/kernel_utils.hpp | 2 +- kernel/include/logging.hpp | 2 +- kernel/include/mmap.hpp | 2 +- kernel/include/net/alpha.hpp | 2 +- kernel/include/net/arp_cache.hpp | 2 +- kernel/include/net/arp_layer.hpp | 2 +- kernel/include/net/checksum.hpp | 2 +- kernel/include/net/connection_handler.hpp | 2 +- kernel/include/net/dhcp_layer.hpp | 2 +- kernel/include/net/dns_layer.hpp | 2 +- kernel/include/net/ethernet_layer.hpp | 2 +- kernel/include/net/icmp_layer.hpp | 2 +- kernel/include/net/interface.hpp | 2 +- kernel/include/net/ip_layer.hpp | 2 +- kernel/include/net/network.hpp | 2 +- kernel/include/net/packet.hpp | 2 +- kernel/include/net/socket.hpp | 2 +- kernel/include/net/tcp_layer.hpp | 2 +- kernel/include/net/udp_layer.hpp | 2 +- kernel/include/paging.hpp | 2 +- kernel/include/physical_allocator.hpp | 2 +- kernel/include/physical_pointer.hpp | 2 +- kernel/include/print.hpp | 2 +- kernel/include/process.hpp | 2 +- kernel/include/scheduler.hpp | 2 +- kernel/include/scheduler_asm.hpp | 2 +- kernel/include/stdio.hpp | 2 +- kernel/include/syscalls.hpp | 2 +- kernel/include/system_calls.hpp | 2 +- kernel/include/terminal.hpp | 2 +- kernel/include/terminal_driver.hpp | 2 +- kernel/include/text_console.hpp | 2 +- kernel/include/thor.hpp | 2 +- kernel/include/thor_acpi.hpp | 2 +- kernel/include/timer.hpp | 2 +- kernel/include/vesa.hpp | 2 +- kernel/include/vesa_console.hpp | 2 +- kernel/include/vesa_types.hpp | 2 +- kernel/include/vfs/file.hpp | 2 +- kernel/include/vfs/file_system.hpp | 2 +- kernel/include/vfs/path.hpp | 2 +- kernel/include/vfs/vfs.hpp | 2 +- kernel/include/virtual_allocator.hpp | 2 +- kernel/include/virtual_debug.hpp | 2 +- kernel/src/acpi.cpp | 2 +- kernel/src/arch.cpp | 2 +- kernel/src/assert.cpp | 2 +- kernel/src/block_cache.cpp | 2 +- kernel/src/conc/condition_variable.cpp | 2 +- kernel/src/conc/wait_list.cpp | 2 +- kernel/src/console.cpp | 2 +- kernel/src/disks.cpp | 2 +- kernel/src/drivers/ata.cpp | 2 +- kernel/src/drivers/hpet.cpp | 2 +- kernel/src/drivers/keyboard.cpp | 2 +- kernel/src/drivers/loopback.cpp | 2 +- kernel/src/drivers/mouse.cpp | 2 +- kernel/src/drivers/pci.cpp | 2 +- kernel/src/drivers/pit.cpp | 2 +- kernel/src/drivers/ramdisk.cpp | 2 +- kernel/src/drivers/rtc.cpp | 2 +- kernel/src/drivers/rtl8139.cpp | 2 +- kernel/src/drivers/serial.cpp | 2 +- kernel/src/e820.cpp | 2 +- kernel/src/fs/devfs.cpp | 2 +- kernel/src/fs/fat32.cpp | 2 +- kernel/src/fs/procfs.cpp | 2 +- kernel/src/fs/sysfs.cpp | 2 +- kernel/src/gdt.cpp | 2 +- kernel/src/interrupts.cpp | 2 +- kernel/src/ioctl.cpp | 2 +- kernel/src/kalloc.cpp | 2 +- kernel/src/kernel.cpp | 2 +- kernel/src/kernel_utils.cpp | 2 +- kernel/src/logging.cpp | 2 +- kernel/src/mmap.cpp | 2 +- kernel/src/net/alpha.cpp | 2 +- kernel/src/net/arp_cache.cpp | 2 +- kernel/src/net/arp_layer.cpp | 2 +- kernel/src/net/dhcp_layer.cpp | 2 +- kernel/src/net/dns_layer.cpp | 2 +- kernel/src/net/ethernet_layer.cpp | 2 +- kernel/src/net/icmp_layer.cpp | 2 +- kernel/src/net/ip_layer.cpp | 2 +- kernel/src/net/network.cpp | 2 +- kernel/src/net/tcp_layer.cpp | 2 +- kernel/src/net/udp_layer.cpp | 2 +- kernel/src/paging.cpp | 2 +- kernel/src/path.cpp | 2 +- kernel/src/physical_allocator.cpp | 2 +- kernel/src/print.cpp | 2 +- kernel/src/scheduler.cpp | 2 +- kernel/src/stdio.cpp | 2 +- kernel/src/system_calls.cpp | 2 +- kernel/src/terminal.cpp | 2 +- kernel/src/terminal_driver.cpp | 2 +- kernel/src/text_console.cpp | 2 +- kernel/src/thor.cpp | 2 +- kernel/src/thor_acpi.cpp | 2 +- kernel/src/timer.cpp | 2 +- kernel/src/vesa.cpp | 2 +- kernel/src/vesa_console.cpp | 2 +- kernel/src/vfs/vfs.cpp | 2 +- kernel/src/virtual_allocator.cpp | 2 +- printf/include/printf_dec.hpp | 2 +- printf/include/printf_def.hpp | 2 +- programs/alpha/src/main.cpp | 2 +- programs/args/src/main.cpp | 2 +- programs/bench/src/main.cpp | 2 +- programs/cat/src/main.cpp | 2 +- programs/cpuid/src/main.cpp | 2 +- programs/date/src/main.cpp | 2 +- programs/dctor/src/main.cpp | 2 +- programs/df/src/main.cpp | 2 +- programs/divzero/src/main.cpp | 2 +- programs/free/src/main.cpp | 2 +- programs/ifconfig/src/main.cpp | 2 +- programs/keyboard/src/main.cpp | 2 +- programs/long/src/main.cpp | 2 +- programs/longone/src/main.cpp | 2 +- programs/longtwo/src/main.cpp | 2 +- programs/loop/src/main.cpp | 2 +- programs/ls/src/main.cpp | 2 +- programs/lse820/src/main.cpp | 2 +- programs/lspci/src/main.cpp | 2 +- programs/mkdir/src/main.cpp | 2 +- programs/mkfs/src/main.cpp | 2 +- programs/mount/src/main.cpp | 2 +- programs/nc/src/main.cpp | 2 +- programs/nslookup/src/main.cpp | 2 +- programs/odin/src/main.cpp | 2 +- programs/ping/src/main.cpp | 2 +- programs/ps/src/main.cpp | 2 +- programs/rand/src/main.cpp | 2 +- programs/readelf/src/main.cpp | 2 +- programs/reboot/src/main.cpp | 2 +- programs/rm/src/main.cpp | 2 +- programs/shutdown/src/main.cpp | 2 +- programs/stat/src/main.cpp | 2 +- programs/touch/src/main.cpp | 2 +- programs/tsh/src/main.cpp | 2 +- programs/uptime/src/main.cpp | 2 +- programs/wget/src/main.cpp | 2 +- programs/which/src/main.cpp | 2 +- programs/writer/src/main.cpp | 2 +- tlib/include/tlib/config.hpp | 2 +- tlib/include/tlib/datetime.hpp | 2 +- tlib/include/tlib/directory_entry.hpp | 2 +- tlib/include/tlib/dns.hpp | 2 +- tlib/include/tlib/elf.hpp | 2 +- tlib/include/tlib/errors.hpp | 2 +- tlib/include/tlib/fat32_specs.hpp | 2 +- tlib/include/tlib/file.hpp | 2 +- tlib/include/tlib/flags.hpp | 2 +- tlib/include/tlib/graphics.hpp | 2 +- tlib/include/tlib/io.hpp | 2 +- tlib/include/tlib/ioctl_codes.hpp | 2 +- tlib/include/tlib/keycode.hpp | 2 +- tlib/include/tlib/malloc.hpp | 2 +- tlib/include/tlib/mount_point.hpp | 2 +- tlib/include/tlib/net.hpp | 2 +- tlib/include/tlib/net_constants.hpp | 2 +- tlib/include/tlib/print.hpp | 2 +- tlib/include/tlib/stat_info.hpp | 2 +- tlib/include/tlib/statfs_info.hpp | 2 +- tlib/include/tlib/system.hpp | 2 +- tlib/src/dns.cpp | 2 +- tlib/src/file.cpp | 2 +- tlib/src/graphics.cpp | 2 +- tlib/src/io.cpp | 2 +- tlib/src/malloc.cpp | 2 +- tlib/src/net.cpp | 3 ++- tlib/src/print.cpp | 2 +- tlib/src/ssp.cpp | 2 +- tlib/src/start.cpp | 2 +- tlib/src/system.cpp | 2 +- tstl/include/algorithms.hpp | 2 +- tstl/include/array.hpp | 2 +- tstl/include/atomic.hpp | 2 +- tstl/include/bit_field.hpp | 2 +- tstl/include/circular_buffer.hpp | 2 +- tstl/include/deleter.hpp | 2 +- tstl/include/deque.hpp | 2 +- tstl/include/enable_if.hpp | 2 +- tstl/include/expected.hpp | 2 +- tstl/include/function.hpp | 2 +- tstl/include/initializer_list.hpp | 2 +- tstl/include/integer_sequence.hpp | 2 +- tstl/include/iostream.hpp | 2 +- tstl/include/iterator.hpp | 2 +- tstl/include/list.hpp | 2 +- tstl/include/literals.hpp | 2 +- tstl/include/lock_guard.hpp | 2 +- tstl/include/math.hpp | 2 +- tstl/include/memory.hpp | 2 +- tstl/include/new.hpp | 2 +- tstl/include/nth_type.hpp | 2 +- tstl/include/optional.hpp | 2 +- tstl/include/pair.hpp | 2 +- tstl/include/queue.hpp | 2 +- tstl/include/random.hpp | 2 +- tstl/include/shared_ptr.hpp | 2 +- tstl/include/stack.hpp | 2 +- tstl/include/string.hpp | 2 +- tstl/include/tuple.hpp | 2 +- tstl/include/type_traits.hpp | 2 +- tstl/include/types.hpp | 2 +- tstl/include/unique_ptr.hpp | 2 +- tstl/include/utility.hpp | 2 +- tstl/include/vector.hpp | 2 +- tstl/test_suite/algorithms.cpp | 2 +- tstl/test_suite/circular_buffer.cpp | 2 +- tstl/test_suite/deque.cpp | 2 +- tstl/test_suite/expected.cpp | 2 +- tstl/test_suite/function.cpp | 2 +- tstl/test_suite/list.cpp | 2 +- tstl/test_suite/shared_ptr.cpp | 2 +- tstl/test_suite/strings.cpp | 2 +- tstl/test_suite/test.cpp | 2 +- tstl/test_suite/test.hpp | 2 +- tstl/test_suite/traits.cpp | 2 +- tstl/test_suite/tuple.cpp | 2 +- tstl/test_suite/vector.cpp | 2 +- 270 files changed, 272 insertions(+), 270 deletions(-) diff --git a/init/include/boot_32.hpp b/init/include/boot_32.hpp index d7dff2aa..3c6a84a9 100644 --- a/init/include/boot_32.hpp +++ b/init/include/boot_32.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/init/src/boot_16.cpp b/init/src/boot_16.cpp index f6aaef26..220a7119 100644 --- a/init/src/boot_16.cpp +++ b/init/src/boot_16.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/init/src/boot_32.cpp b/init/src/boot_32.cpp index 3121a1b2..fb51b616 100644 --- a/init/src/boot_32.cpp +++ b/init/src/boot_32.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/acpi.hpp b/kernel/include/acpi.hpp index a0110d88..9e52d368 100644 --- a/kernel/include/acpi.hpp +++ b/kernel/include/acpi.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/acpica.hpp b/kernel/include/acpica.hpp index b02f43ef..1b8e21ed 100644 --- a/kernel/include/acpica.hpp +++ b/kernel/include/acpica.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/arch.hpp b/kernel/include/arch.hpp index efc1b705..03374b2a 100644 --- a/kernel/include/arch.hpp +++ b/kernel/include/arch.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/assert.hpp b/kernel/include/assert.hpp index df9b197b..c1672afa 100644 --- a/kernel/include/assert.hpp +++ b/kernel/include/assert.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/bitmap.hpp b/kernel/include/bitmap.hpp index 9c51f4c3..cec0e9fa 100644 --- a/kernel/include/bitmap.hpp +++ b/kernel/include/bitmap.hpp @@ -1,5 +1,6 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. // Distributed under the terms of the MIT License. +// Copyright Baptiste Wicht 2013-2018. +// Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) //======================================================================= diff --git a/kernel/include/block_cache.hpp b/kernel/include/block_cache.hpp index 76149113..973962d5 100644 --- a/kernel/include/block_cache.hpp +++ b/kernel/include/block_cache.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/buddy_allocator.hpp b/kernel/include/buddy_allocator.hpp index 8b0e4002..eca86012 100644 --- a/kernel/include/buddy_allocator.hpp +++ b/kernel/include/buddy_allocator.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/conc/condition_variable.hpp b/kernel/include/conc/condition_variable.hpp index 2518db46..72cd2af5 100644 --- a/kernel/include/conc/condition_variable.hpp +++ b/kernel/include/conc/condition_variable.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/conc/deferred_unique_mutex.hpp b/kernel/include/conc/deferred_unique_mutex.hpp index 7fe5f66a..c0a6110e 100644 --- a/kernel/include/conc/deferred_unique_mutex.hpp +++ b/kernel/include/conc/deferred_unique_mutex.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/conc/deferred_unique_semaphore.hpp b/kernel/include/conc/deferred_unique_semaphore.hpp index 031810fb..0ad361d7 100644 --- a/kernel/include/conc/deferred_unique_semaphore.hpp +++ b/kernel/include/conc/deferred_unique_semaphore.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/conc/mutex.hpp b/kernel/include/conc/mutex.hpp index c3d1219c..f3550b15 100644 --- a/kernel/include/conc/mutex.hpp +++ b/kernel/include/conc/mutex.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/conc/rw_lock.hpp b/kernel/include/conc/rw_lock.hpp index 9cb364d3..c7a2a40c 100644 --- a/kernel/include/conc/rw_lock.hpp +++ b/kernel/include/conc/rw_lock.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/conc/semaphore.hpp b/kernel/include/conc/semaphore.hpp index 0a7c5a24..7c0b1084 100644 --- a/kernel/include/conc/semaphore.hpp +++ b/kernel/include/conc/semaphore.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/conc/spinlock.hpp b/kernel/include/conc/spinlock.hpp index f455ae34..8578bd20 100644 --- a/kernel/include/conc/spinlock.hpp +++ b/kernel/include/conc/spinlock.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/conc/wait_list.hpp b/kernel/include/conc/wait_list.hpp index e97014a4..c7aa12c1 100644 --- a/kernel/include/conc/wait_list.hpp +++ b/kernel/include/conc/wait_list.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/console.hpp b/kernel/include/console.hpp index 4a77b972..e496c575 100644 --- a/kernel/include/console.hpp +++ b/kernel/include/console.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/disks.hpp b/kernel/include/disks.hpp index 736ebba4..86d501c0 100644 --- a/kernel/include/disks.hpp +++ b/kernel/include/disks.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/drivers/ata.hpp b/kernel/include/drivers/ata.hpp index ad98f99e..1b4e68ab 100644 --- a/kernel/include/drivers/ata.hpp +++ b/kernel/include/drivers/ata.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/drivers/ata_constants.hpp b/kernel/include/drivers/ata_constants.hpp index c3b84cbf..cf630b2a 100644 --- a/kernel/include/drivers/ata_constants.hpp +++ b/kernel/include/drivers/ata_constants.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/drivers/hpet.hpp b/kernel/include/drivers/hpet.hpp index a36f380b..56e7b5df 100644 --- a/kernel/include/drivers/hpet.hpp +++ b/kernel/include/drivers/hpet.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/drivers/keyboard.hpp b/kernel/include/drivers/keyboard.hpp index 63307c11..dd9593a3 100644 --- a/kernel/include/drivers/keyboard.hpp +++ b/kernel/include/drivers/keyboard.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/drivers/loopback.hpp b/kernel/include/drivers/loopback.hpp index 40c9182f..49ed3a23 100644 --- a/kernel/include/drivers/loopback.hpp +++ b/kernel/include/drivers/loopback.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/drivers/mouse.hpp b/kernel/include/drivers/mouse.hpp index f238626a..c0e77b18 100644 --- a/kernel/include/drivers/mouse.hpp +++ b/kernel/include/drivers/mouse.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/drivers/pci.hpp b/kernel/include/drivers/pci.hpp index 96a7f6e3..7711b3d7 100644 --- a/kernel/include/drivers/pci.hpp +++ b/kernel/include/drivers/pci.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/drivers/pit.hpp b/kernel/include/drivers/pit.hpp index 54c34998..483c6ce9 100644 --- a/kernel/include/drivers/pit.hpp +++ b/kernel/include/drivers/pit.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/drivers/ramdisk.hpp b/kernel/include/drivers/ramdisk.hpp index 397d6f1e..9d4480e8 100644 --- a/kernel/include/drivers/ramdisk.hpp +++ b/kernel/include/drivers/ramdisk.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/drivers/rtc.hpp b/kernel/include/drivers/rtc.hpp index f6c58e07..a5329e08 100644 --- a/kernel/include/drivers/rtc.hpp +++ b/kernel/include/drivers/rtc.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/drivers/rtl8139.hpp b/kernel/include/drivers/rtl8139.hpp index 8d1382f3..26a4a619 100644 --- a/kernel/include/drivers/rtl8139.hpp +++ b/kernel/include/drivers/rtl8139.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/drivers/serial.hpp b/kernel/include/drivers/serial.hpp index 65430f78..4c407d55 100644 --- a/kernel/include/drivers/serial.hpp +++ b/kernel/include/drivers/serial.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/e820.hpp b/kernel/include/e820.hpp index 5a7d2c63..bb694930 100644 --- a/kernel/include/e820.hpp +++ b/kernel/include/e820.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/e820_types.hpp b/kernel/include/e820_types.hpp index a105f7a7..139a3eb0 100644 --- a/kernel/include/e820_types.hpp +++ b/kernel/include/e820_types.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/early_memory.hpp b/kernel/include/early_memory.hpp index 734f8d89..60648b71 100644 --- a/kernel/include/early_memory.hpp +++ b/kernel/include/early_memory.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/fs/devfs.hpp b/kernel/include/fs/devfs.hpp index 8f52bb1b..f65cf328 100644 --- a/kernel/include/fs/devfs.hpp +++ b/kernel/include/fs/devfs.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/fs/fat32.hpp b/kernel/include/fs/fat32.hpp index d8fa71d4..82171a2a 100644 --- a/kernel/include/fs/fat32.hpp +++ b/kernel/include/fs/fat32.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/fs/procfs.hpp b/kernel/include/fs/procfs.hpp index a88d9689..38ddb454 100644 --- a/kernel/include/fs/procfs.hpp +++ b/kernel/include/fs/procfs.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/fs/sysfs.hpp b/kernel/include/fs/sysfs.hpp index 84cea8e9..c274dec6 100644 --- a/kernel/include/fs/sysfs.hpp +++ b/kernel/include/fs/sysfs.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/gdt.hpp b/kernel/include/gdt.hpp index 4d4d186b..2c5cd421 100644 --- a/kernel/include/gdt.hpp +++ b/kernel/include/gdt.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/gdt_types.hpp b/kernel/include/gdt_types.hpp index 535ee3d1..b5f17152 100644 --- a/kernel/include/gdt_types.hpp +++ b/kernel/include/gdt_types.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/interrupts.hpp b/kernel/include/interrupts.hpp index 3148b1cf..889a7d5d 100644 --- a/kernel/include/interrupts.hpp +++ b/kernel/include/interrupts.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/ioctl.hpp b/kernel/include/ioctl.hpp index 64af2201..6415666d 100644 --- a/kernel/include/ioctl.hpp +++ b/kernel/include/ioctl.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/irqs.hpp b/kernel/include/irqs.hpp index 6fde6e7f..7accf626 100644 --- a/kernel/include/irqs.hpp +++ b/kernel/include/irqs.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/isrs.hpp b/kernel/include/isrs.hpp index 5b38420d..0c2ada48 100644 --- a/kernel/include/isrs.hpp +++ b/kernel/include/isrs.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/kalloc.hpp b/kernel/include/kalloc.hpp index 980f31c8..a2a8337a 100644 --- a/kernel/include/kalloc.hpp +++ b/kernel/include/kalloc.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/kernel.hpp b/kernel/include/kernel.hpp index 50af0997..df8b0f9e 100644 --- a/kernel/include/kernel.hpp +++ b/kernel/include/kernel.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/kernel_utils.hpp b/kernel/include/kernel_utils.hpp index 10df0904..ae89714b 100644 --- a/kernel/include/kernel_utils.hpp +++ b/kernel/include/kernel_utils.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/logging.hpp b/kernel/include/logging.hpp index 4d7422a8..dedb1a15 100644 --- a/kernel/include/logging.hpp +++ b/kernel/include/logging.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/mmap.hpp b/kernel/include/mmap.hpp index 4072f306..c1aef6f0 100644 --- a/kernel/include/mmap.hpp +++ b/kernel/include/mmap.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/net/alpha.hpp b/kernel/include/net/alpha.hpp index 0c62711f..2ca58b9a 100644 --- a/kernel/include/net/alpha.hpp +++ b/kernel/include/net/alpha.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/net/arp_cache.hpp b/kernel/include/net/arp_cache.hpp index 1852828e..328a74ac 100644 --- a/kernel/include/net/arp_cache.hpp +++ b/kernel/include/net/arp_cache.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/net/arp_layer.hpp b/kernel/include/net/arp_layer.hpp index cf25a084..05a33cb4 100644 --- a/kernel/include/net/arp_layer.hpp +++ b/kernel/include/net/arp_layer.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/net/checksum.hpp b/kernel/include/net/checksum.hpp index 7959addc..6ae89e2c 100644 --- a/kernel/include/net/checksum.hpp +++ b/kernel/include/net/checksum.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/net/connection_handler.hpp b/kernel/include/net/connection_handler.hpp index 0c5eef32..c35e449c 100644 --- a/kernel/include/net/connection_handler.hpp +++ b/kernel/include/net/connection_handler.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/net/dhcp_layer.hpp b/kernel/include/net/dhcp_layer.hpp index fc0c9b40..feccf974 100644 --- a/kernel/include/net/dhcp_layer.hpp +++ b/kernel/include/net/dhcp_layer.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/net/dns_layer.hpp b/kernel/include/net/dns_layer.hpp index d00cf711..03d6bef4 100644 --- a/kernel/include/net/dns_layer.hpp +++ b/kernel/include/net/dns_layer.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/net/ethernet_layer.hpp b/kernel/include/net/ethernet_layer.hpp index 2f699970..cb73c31e 100644 --- a/kernel/include/net/ethernet_layer.hpp +++ b/kernel/include/net/ethernet_layer.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/net/icmp_layer.hpp b/kernel/include/net/icmp_layer.hpp index a0b9918a..13349e68 100644 --- a/kernel/include/net/icmp_layer.hpp +++ b/kernel/include/net/icmp_layer.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/net/interface.hpp b/kernel/include/net/interface.hpp index d76c7eaf..87c78bd3 100644 --- a/kernel/include/net/interface.hpp +++ b/kernel/include/net/interface.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/net/ip_layer.hpp b/kernel/include/net/ip_layer.hpp index 23bf9746..70bf918c 100644 --- a/kernel/include/net/ip_layer.hpp +++ b/kernel/include/net/ip_layer.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/net/network.hpp b/kernel/include/net/network.hpp index fb66fc93..270b9a68 100644 --- a/kernel/include/net/network.hpp +++ b/kernel/include/net/network.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/net/packet.hpp b/kernel/include/net/packet.hpp index bc0b5b7d..5d1c15a6 100644 --- a/kernel/include/net/packet.hpp +++ b/kernel/include/net/packet.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/net/socket.hpp b/kernel/include/net/socket.hpp index b6a1be5d..30a7522b 100644 --- a/kernel/include/net/socket.hpp +++ b/kernel/include/net/socket.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/net/tcp_layer.hpp b/kernel/include/net/tcp_layer.hpp index 241b9e1b..628c8eb1 100644 --- a/kernel/include/net/tcp_layer.hpp +++ b/kernel/include/net/tcp_layer.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/net/udp_layer.hpp b/kernel/include/net/udp_layer.hpp index c769a56f..d0520e3f 100644 --- a/kernel/include/net/udp_layer.hpp +++ b/kernel/include/net/udp_layer.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/paging.hpp b/kernel/include/paging.hpp index b7db040b..c38e595d 100644 --- a/kernel/include/paging.hpp +++ b/kernel/include/paging.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/physical_allocator.hpp b/kernel/include/physical_allocator.hpp index 362ab7d7..ba159818 100644 --- a/kernel/include/physical_allocator.hpp +++ b/kernel/include/physical_allocator.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/physical_pointer.hpp b/kernel/include/physical_pointer.hpp index 71a781c3..793e7acc 100644 --- a/kernel/include/physical_pointer.hpp +++ b/kernel/include/physical_pointer.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/print.hpp b/kernel/include/print.hpp index e38899eb..8f9f89da 100644 --- a/kernel/include/print.hpp +++ b/kernel/include/print.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/process.hpp b/kernel/include/process.hpp index b2d006a3..970c46ed 100644 --- a/kernel/include/process.hpp +++ b/kernel/include/process.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/scheduler.hpp b/kernel/include/scheduler.hpp index 9f9b8389..15e54cbb 100644 --- a/kernel/include/scheduler.hpp +++ b/kernel/include/scheduler.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/scheduler_asm.hpp b/kernel/include/scheduler_asm.hpp index 37b84e75..92e88e53 100644 --- a/kernel/include/scheduler_asm.hpp +++ b/kernel/include/scheduler_asm.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/stdio.hpp b/kernel/include/stdio.hpp index 411fb4e8..4faf2030 100644 --- a/kernel/include/stdio.hpp +++ b/kernel/include/stdio.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/syscalls.hpp b/kernel/include/syscalls.hpp index 693de650..b9e274e3 100644 --- a/kernel/include/syscalls.hpp +++ b/kernel/include/syscalls.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/system_calls.hpp b/kernel/include/system_calls.hpp index 97f27229..d8aa9b92 100644 --- a/kernel/include/system_calls.hpp +++ b/kernel/include/system_calls.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/terminal.hpp b/kernel/include/terminal.hpp index 8f1012e3..e7cdda0c 100644 --- a/kernel/include/terminal.hpp +++ b/kernel/include/terminal.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/terminal_driver.hpp b/kernel/include/terminal_driver.hpp index 9fbebfb5..617f1325 100644 --- a/kernel/include/terminal_driver.hpp +++ b/kernel/include/terminal_driver.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/text_console.hpp b/kernel/include/text_console.hpp index a13230c7..8258765d 100644 --- a/kernel/include/text_console.hpp +++ b/kernel/include/text_console.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/thor.hpp b/kernel/include/thor.hpp index c53056e9..26b8af82 100644 --- a/kernel/include/thor.hpp +++ b/kernel/include/thor.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/thor_acpi.hpp b/kernel/include/thor_acpi.hpp index 1d246aa6..c3c1cf0b 100644 --- a/kernel/include/thor_acpi.hpp +++ b/kernel/include/thor_acpi.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/timer.hpp b/kernel/include/timer.hpp index 1b0def64..8a031598 100644 --- a/kernel/include/timer.hpp +++ b/kernel/include/timer.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/vesa.hpp b/kernel/include/vesa.hpp index a560865e..05b19cb6 100644 --- a/kernel/include/vesa.hpp +++ b/kernel/include/vesa.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/vesa_console.hpp b/kernel/include/vesa_console.hpp index be84d033..a50fdb49 100644 --- a/kernel/include/vesa_console.hpp +++ b/kernel/include/vesa_console.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/vesa_types.hpp b/kernel/include/vesa_types.hpp index 132bbbb3..22b97148 100644 --- a/kernel/include/vesa_types.hpp +++ b/kernel/include/vesa_types.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/vfs/file.hpp b/kernel/include/vfs/file.hpp index 334c60e3..63643077 100644 --- a/kernel/include/vfs/file.hpp +++ b/kernel/include/vfs/file.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/vfs/file_system.hpp b/kernel/include/vfs/file_system.hpp index 66c941dc..22bf2003 100644 --- a/kernel/include/vfs/file_system.hpp +++ b/kernel/include/vfs/file_system.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/vfs/path.hpp b/kernel/include/vfs/path.hpp index 60dc0ae9..3959cb61 100644 --- a/kernel/include/vfs/path.hpp +++ b/kernel/include/vfs/path.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/vfs/vfs.hpp b/kernel/include/vfs/vfs.hpp index 6176ffe6..05d74238 100644 --- a/kernel/include/vfs/vfs.hpp +++ b/kernel/include/vfs/vfs.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/virtual_allocator.hpp b/kernel/include/virtual_allocator.hpp index 136abff9..9de620a6 100644 --- a/kernel/include/virtual_allocator.hpp +++ b/kernel/include/virtual_allocator.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/include/virtual_debug.hpp b/kernel/include/virtual_debug.hpp index 9f5bc105..66fc11d1 100644 --- a/kernel/include/virtual_debug.hpp +++ b/kernel/include/virtual_debug.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/src/acpi.cpp b/kernel/src/acpi.cpp index f9103b40..91eb71de 100644 --- a/kernel/src/acpi.cpp +++ b/kernel/src/acpi.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/src/arch.cpp b/kernel/src/arch.cpp index 9d836003..ca999d56 100644 --- a/kernel/src/arch.cpp +++ b/kernel/src/arch.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/src/assert.cpp b/kernel/src/assert.cpp index 004dc4c9..4ba3f9a3 100644 --- a/kernel/src/assert.cpp +++ b/kernel/src/assert.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/src/block_cache.cpp b/kernel/src/block_cache.cpp index 0cf05114..39d21630 100644 --- a/kernel/src/block_cache.cpp +++ b/kernel/src/block_cache.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/src/conc/condition_variable.cpp b/kernel/src/conc/condition_variable.cpp index b21e7bd7..105c3241 100644 --- a/kernel/src/conc/condition_variable.cpp +++ b/kernel/src/conc/condition_variable.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/src/conc/wait_list.cpp b/kernel/src/conc/wait_list.cpp index a257fd39..255dd174 100644 --- a/kernel/src/conc/wait_list.cpp +++ b/kernel/src/conc/wait_list.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/src/console.cpp b/kernel/src/console.cpp index 0bc5deec..585fe4cc 100644 --- a/kernel/src/console.cpp +++ b/kernel/src/console.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/src/disks.cpp b/kernel/src/disks.cpp index 41968e26..3b9cf6df 100644 --- a/kernel/src/disks.cpp +++ b/kernel/src/disks.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/src/drivers/ata.cpp b/kernel/src/drivers/ata.cpp index cc10d289..70248a0c 100644 --- a/kernel/src/drivers/ata.cpp +++ b/kernel/src/drivers/ata.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/src/drivers/hpet.cpp b/kernel/src/drivers/hpet.cpp index 061dad33..9bbcf240 100644 --- a/kernel/src/drivers/hpet.cpp +++ b/kernel/src/drivers/hpet.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/src/drivers/keyboard.cpp b/kernel/src/drivers/keyboard.cpp index 8907db65..caf2e151 100644 --- a/kernel/src/drivers/keyboard.cpp +++ b/kernel/src/drivers/keyboard.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/src/drivers/loopback.cpp b/kernel/src/drivers/loopback.cpp index de2cb1c2..8bfec5b5 100644 --- a/kernel/src/drivers/loopback.cpp +++ b/kernel/src/drivers/loopback.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/src/drivers/mouse.cpp b/kernel/src/drivers/mouse.cpp index f5e14b96..df8d8cfb 100644 --- a/kernel/src/drivers/mouse.cpp +++ b/kernel/src/drivers/mouse.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/src/drivers/pci.cpp b/kernel/src/drivers/pci.cpp index 3534eca7..d4b3ba2a 100644 --- a/kernel/src/drivers/pci.cpp +++ b/kernel/src/drivers/pci.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/src/drivers/pit.cpp b/kernel/src/drivers/pit.cpp index de37c84b..34aeab9e 100644 --- a/kernel/src/drivers/pit.cpp +++ b/kernel/src/drivers/pit.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/src/drivers/ramdisk.cpp b/kernel/src/drivers/ramdisk.cpp index 0ca7a0f9..5ea0bb35 100644 --- a/kernel/src/drivers/ramdisk.cpp +++ b/kernel/src/drivers/ramdisk.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/src/drivers/rtc.cpp b/kernel/src/drivers/rtc.cpp index c44a0fb9..8c22bbd5 100644 --- a/kernel/src/drivers/rtc.cpp +++ b/kernel/src/drivers/rtc.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/src/drivers/rtl8139.cpp b/kernel/src/drivers/rtl8139.cpp index 2e4784be..c7f70808 100644 --- a/kernel/src/drivers/rtl8139.cpp +++ b/kernel/src/drivers/rtl8139.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/src/drivers/serial.cpp b/kernel/src/drivers/serial.cpp index b2c884f7..d8e9421f 100644 --- a/kernel/src/drivers/serial.cpp +++ b/kernel/src/drivers/serial.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/src/e820.cpp b/kernel/src/e820.cpp index f7d1b298..bf353eec 100644 --- a/kernel/src/e820.cpp +++ b/kernel/src/e820.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/src/fs/devfs.cpp b/kernel/src/fs/devfs.cpp index 737c38cd..8b292976 100644 --- a/kernel/src/fs/devfs.cpp +++ b/kernel/src/fs/devfs.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/src/fs/fat32.cpp b/kernel/src/fs/fat32.cpp index 656551c5..5ac8d130 100644 --- a/kernel/src/fs/fat32.cpp +++ b/kernel/src/fs/fat32.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/src/fs/procfs.cpp b/kernel/src/fs/procfs.cpp index d1f95bbb..9f404d27 100644 --- a/kernel/src/fs/procfs.cpp +++ b/kernel/src/fs/procfs.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/src/fs/sysfs.cpp b/kernel/src/fs/sysfs.cpp index 3e9d9202..43e4a09c 100644 --- a/kernel/src/fs/sysfs.cpp +++ b/kernel/src/fs/sysfs.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/src/gdt.cpp b/kernel/src/gdt.cpp index 06cdbba9..ec4d7553 100644 --- a/kernel/src/gdt.cpp +++ b/kernel/src/gdt.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/src/interrupts.cpp b/kernel/src/interrupts.cpp index 6ad68c14..18036ca1 100644 --- a/kernel/src/interrupts.cpp +++ b/kernel/src/interrupts.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/src/ioctl.cpp b/kernel/src/ioctl.cpp index aca53118..81e2b54c 100644 --- a/kernel/src/ioctl.cpp +++ b/kernel/src/ioctl.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/src/kalloc.cpp b/kernel/src/kalloc.cpp index f81ebce2..a34e8ee2 100644 --- a/kernel/src/kalloc.cpp +++ b/kernel/src/kalloc.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/src/kernel.cpp b/kernel/src/kernel.cpp index a6622ac5..2b3f8a35 100644 --- a/kernel/src/kernel.cpp +++ b/kernel/src/kernel.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/src/kernel_utils.cpp b/kernel/src/kernel_utils.cpp index 7f2d9c79..719b168b 100644 --- a/kernel/src/kernel_utils.cpp +++ b/kernel/src/kernel_utils.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/src/logging.cpp b/kernel/src/logging.cpp index eab90080..47952f38 100644 --- a/kernel/src/logging.cpp +++ b/kernel/src/logging.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/src/mmap.cpp b/kernel/src/mmap.cpp index 83967cf8..71c02e36 100644 --- a/kernel/src/mmap.cpp +++ b/kernel/src/mmap.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/src/net/alpha.cpp b/kernel/src/net/alpha.cpp index ebd32b4a..2e2f351e 100644 --- a/kernel/src/net/alpha.cpp +++ b/kernel/src/net/alpha.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/src/net/arp_cache.cpp b/kernel/src/net/arp_cache.cpp index 9114f105..316cd337 100644 --- a/kernel/src/net/arp_cache.cpp +++ b/kernel/src/net/arp_cache.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/src/net/arp_layer.cpp b/kernel/src/net/arp_layer.cpp index 864839d4..b2a0e4ff 100644 --- a/kernel/src/net/arp_layer.cpp +++ b/kernel/src/net/arp_layer.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/src/net/dhcp_layer.cpp b/kernel/src/net/dhcp_layer.cpp index 2a2bb6b0..62870699 100644 --- a/kernel/src/net/dhcp_layer.cpp +++ b/kernel/src/net/dhcp_layer.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/src/net/dns_layer.cpp b/kernel/src/net/dns_layer.cpp index c9464dbe..3cfdf261 100644 --- a/kernel/src/net/dns_layer.cpp +++ b/kernel/src/net/dns_layer.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/src/net/ethernet_layer.cpp b/kernel/src/net/ethernet_layer.cpp index 8a5cd81c..eb032c7b 100644 --- a/kernel/src/net/ethernet_layer.cpp +++ b/kernel/src/net/ethernet_layer.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/src/net/icmp_layer.cpp b/kernel/src/net/icmp_layer.cpp index c4bdea2a..7320b6c2 100644 --- a/kernel/src/net/icmp_layer.cpp +++ b/kernel/src/net/icmp_layer.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/src/net/ip_layer.cpp b/kernel/src/net/ip_layer.cpp index 53a2b211..a3be4c16 100644 --- a/kernel/src/net/ip_layer.cpp +++ b/kernel/src/net/ip_layer.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/src/net/network.cpp b/kernel/src/net/network.cpp index 1847807a..88237227 100644 --- a/kernel/src/net/network.cpp +++ b/kernel/src/net/network.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/src/net/tcp_layer.cpp b/kernel/src/net/tcp_layer.cpp index fb54e167..5938c4f4 100644 --- a/kernel/src/net/tcp_layer.cpp +++ b/kernel/src/net/tcp_layer.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/src/net/udp_layer.cpp b/kernel/src/net/udp_layer.cpp index ea8afb4d..7f21196e 100644 --- a/kernel/src/net/udp_layer.cpp +++ b/kernel/src/net/udp_layer.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/src/paging.cpp b/kernel/src/paging.cpp index 5f2a6b34..371b8344 100644 --- a/kernel/src/paging.cpp +++ b/kernel/src/paging.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/src/path.cpp b/kernel/src/path.cpp index c07b365e..6b68280f 100644 --- a/kernel/src/path.cpp +++ b/kernel/src/path.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/src/physical_allocator.cpp b/kernel/src/physical_allocator.cpp index c5901ea4..bbe4e87e 100644 --- a/kernel/src/physical_allocator.cpp +++ b/kernel/src/physical_allocator.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/src/print.cpp b/kernel/src/print.cpp index 75a37218..a723ae17 100644 --- a/kernel/src/print.cpp +++ b/kernel/src/print.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/src/scheduler.cpp b/kernel/src/scheduler.cpp index 4193d06c..ca013bc9 100644 --- a/kernel/src/scheduler.cpp +++ b/kernel/src/scheduler.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/src/stdio.cpp b/kernel/src/stdio.cpp index 4eaf2ce0..9e7316be 100644 --- a/kernel/src/stdio.cpp +++ b/kernel/src/stdio.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/src/system_calls.cpp b/kernel/src/system_calls.cpp index a4125d8c..bd80abe9 100644 --- a/kernel/src/system_calls.cpp +++ b/kernel/src/system_calls.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/src/terminal.cpp b/kernel/src/terminal.cpp index 6d3b5cc0..fda5f00f 100644 --- a/kernel/src/terminal.cpp +++ b/kernel/src/terminal.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/src/terminal_driver.cpp b/kernel/src/terminal_driver.cpp index 35e4974a..8c0c5816 100644 --- a/kernel/src/terminal_driver.cpp +++ b/kernel/src/terminal_driver.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/src/text_console.cpp b/kernel/src/text_console.cpp index 6c9b5575..ae3e5c31 100644 --- a/kernel/src/text_console.cpp +++ b/kernel/src/text_console.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/src/thor.cpp b/kernel/src/thor.cpp index 9cbe2a4a..0d69a864 100644 --- a/kernel/src/thor.cpp +++ b/kernel/src/thor.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/src/thor_acpi.cpp b/kernel/src/thor_acpi.cpp index 06cd9090..996c8af8 100644 --- a/kernel/src/thor_acpi.cpp +++ b/kernel/src/thor_acpi.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/src/timer.cpp b/kernel/src/timer.cpp index 7c18d1fc..45db0bde 100644 --- a/kernel/src/timer.cpp +++ b/kernel/src/timer.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/src/vesa.cpp b/kernel/src/vesa.cpp index f3e79c04..d097bf2a 100644 --- a/kernel/src/vesa.cpp +++ b/kernel/src/vesa.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/src/vesa_console.cpp b/kernel/src/vesa_console.cpp index 9d3f219a..f0dc739f 100644 --- a/kernel/src/vesa_console.cpp +++ b/kernel/src/vesa_console.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/src/vfs/vfs.cpp b/kernel/src/vfs/vfs.cpp index 4c456df3..c5a8a5c9 100644 --- a/kernel/src/vfs/vfs.cpp +++ b/kernel/src/vfs/vfs.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/kernel/src/virtual_allocator.cpp b/kernel/src/virtual_allocator.cpp index 49a1bb27..3abed200 100644 --- a/kernel/src/virtual_allocator.cpp +++ b/kernel/src/virtual_allocator.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/printf/include/printf_dec.hpp b/printf/include/printf_dec.hpp index 159d7f03..fb15f33c 100644 --- a/printf/include/printf_dec.hpp +++ b/printf/include/printf_dec.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/printf/include/printf_def.hpp b/printf/include/printf_def.hpp index 1ef66fb9..948cb326 100644 --- a/printf/include/printf_def.hpp +++ b/printf/include/printf_def.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/programs/alpha/src/main.cpp b/programs/alpha/src/main.cpp index faa89ef8..44162dab 100644 --- a/programs/alpha/src/main.cpp +++ b/programs/alpha/src/main.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/programs/args/src/main.cpp b/programs/args/src/main.cpp index 4bdd1564..abba4922 100644 --- a/programs/args/src/main.cpp +++ b/programs/args/src/main.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/programs/bench/src/main.cpp b/programs/bench/src/main.cpp index 09149b3b..010bd7bb 100644 --- a/programs/bench/src/main.cpp +++ b/programs/bench/src/main.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/programs/cat/src/main.cpp b/programs/cat/src/main.cpp index edc1be69..0207be1f 100644 --- a/programs/cat/src/main.cpp +++ b/programs/cat/src/main.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/programs/cpuid/src/main.cpp b/programs/cpuid/src/main.cpp index cdd00b68..8a6de9d0 100644 --- a/programs/cpuid/src/main.cpp +++ b/programs/cpuid/src/main.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/programs/date/src/main.cpp b/programs/date/src/main.cpp index 8dee7930..b0c63354 100644 --- a/programs/date/src/main.cpp +++ b/programs/date/src/main.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/programs/dctor/src/main.cpp b/programs/dctor/src/main.cpp index bce95f74..38a74c11 100644 --- a/programs/dctor/src/main.cpp +++ b/programs/dctor/src/main.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/programs/df/src/main.cpp b/programs/df/src/main.cpp index 68318a9d..b474d1aa 100644 --- a/programs/df/src/main.cpp +++ b/programs/df/src/main.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/programs/divzero/src/main.cpp b/programs/divzero/src/main.cpp index c587ba7b..1401ac28 100644 --- a/programs/divzero/src/main.cpp +++ b/programs/divzero/src/main.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/programs/free/src/main.cpp b/programs/free/src/main.cpp index 7e83ac96..07b8aa39 100644 --- a/programs/free/src/main.cpp +++ b/programs/free/src/main.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/programs/ifconfig/src/main.cpp b/programs/ifconfig/src/main.cpp index 0364a8df..92fe4b84 100644 --- a/programs/ifconfig/src/main.cpp +++ b/programs/ifconfig/src/main.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/programs/keyboard/src/main.cpp b/programs/keyboard/src/main.cpp index 2b7677e4..bacc91e0 100644 --- a/programs/keyboard/src/main.cpp +++ b/programs/keyboard/src/main.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/programs/long/src/main.cpp b/programs/long/src/main.cpp index 1a6d8918..db17297b 100644 --- a/programs/long/src/main.cpp +++ b/programs/long/src/main.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/programs/longone/src/main.cpp b/programs/longone/src/main.cpp index 4fd49c22..8c92b435 100644 --- a/programs/longone/src/main.cpp +++ b/programs/longone/src/main.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/programs/longtwo/src/main.cpp b/programs/longtwo/src/main.cpp index d79befff..617416db 100644 --- a/programs/longtwo/src/main.cpp +++ b/programs/longtwo/src/main.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/programs/loop/src/main.cpp b/programs/loop/src/main.cpp index 7906c52f..f562d7bf 100644 --- a/programs/loop/src/main.cpp +++ b/programs/loop/src/main.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/programs/ls/src/main.cpp b/programs/ls/src/main.cpp index 741051fa..e478ebf5 100644 --- a/programs/ls/src/main.cpp +++ b/programs/ls/src/main.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/programs/lse820/src/main.cpp b/programs/lse820/src/main.cpp index 49cc8d6c..a13be0a9 100644 --- a/programs/lse820/src/main.cpp +++ b/programs/lse820/src/main.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/programs/lspci/src/main.cpp b/programs/lspci/src/main.cpp index dc988b1e..67d7a7d9 100644 --- a/programs/lspci/src/main.cpp +++ b/programs/lspci/src/main.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/programs/mkdir/src/main.cpp b/programs/mkdir/src/main.cpp index fb882b59..ca67f923 100644 --- a/programs/mkdir/src/main.cpp +++ b/programs/mkdir/src/main.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/programs/mkfs/src/main.cpp b/programs/mkfs/src/main.cpp index 01074a8d..5346b946 100644 --- a/programs/mkfs/src/main.cpp +++ b/programs/mkfs/src/main.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/programs/mount/src/main.cpp b/programs/mount/src/main.cpp index 3e27d7cc..48ee8b4e 100644 --- a/programs/mount/src/main.cpp +++ b/programs/mount/src/main.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/programs/nc/src/main.cpp b/programs/nc/src/main.cpp index 9cac57ba..8bfa7464 100644 --- a/programs/nc/src/main.cpp +++ b/programs/nc/src/main.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/programs/nslookup/src/main.cpp b/programs/nslookup/src/main.cpp index c9a1b870..75fcc81e 100644 --- a/programs/nslookup/src/main.cpp +++ b/programs/nslookup/src/main.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/programs/odin/src/main.cpp b/programs/odin/src/main.cpp index dc94af7f..01d3db06 100644 --- a/programs/odin/src/main.cpp +++ b/programs/odin/src/main.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/programs/ping/src/main.cpp b/programs/ping/src/main.cpp index 88a2fabd..4965f893 100644 --- a/programs/ping/src/main.cpp +++ b/programs/ping/src/main.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/programs/ps/src/main.cpp b/programs/ps/src/main.cpp index 6242d25f..31a9dace 100644 --- a/programs/ps/src/main.cpp +++ b/programs/ps/src/main.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/programs/rand/src/main.cpp b/programs/rand/src/main.cpp index 20533210..439eb5ce 100644 --- a/programs/rand/src/main.cpp +++ b/programs/rand/src/main.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/programs/readelf/src/main.cpp b/programs/readelf/src/main.cpp index 39c0814d..6e1348eb 100644 --- a/programs/readelf/src/main.cpp +++ b/programs/readelf/src/main.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/programs/reboot/src/main.cpp b/programs/reboot/src/main.cpp index ff9074db..72f18524 100644 --- a/programs/reboot/src/main.cpp +++ b/programs/reboot/src/main.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/programs/rm/src/main.cpp b/programs/rm/src/main.cpp index b98ed5a2..09429049 100644 --- a/programs/rm/src/main.cpp +++ b/programs/rm/src/main.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/programs/shutdown/src/main.cpp b/programs/shutdown/src/main.cpp index f8639ed3..110dc20a 100644 --- a/programs/shutdown/src/main.cpp +++ b/programs/shutdown/src/main.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/programs/stat/src/main.cpp b/programs/stat/src/main.cpp index 50ae35d0..9b6c5b18 100644 --- a/programs/stat/src/main.cpp +++ b/programs/stat/src/main.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/programs/touch/src/main.cpp b/programs/touch/src/main.cpp index d554b490..50e56f31 100644 --- a/programs/touch/src/main.cpp +++ b/programs/touch/src/main.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/programs/tsh/src/main.cpp b/programs/tsh/src/main.cpp index 77f2cbb0..32c6a960 100644 --- a/programs/tsh/src/main.cpp +++ b/programs/tsh/src/main.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/programs/uptime/src/main.cpp b/programs/uptime/src/main.cpp index e38f2148..88617b27 100644 --- a/programs/uptime/src/main.cpp +++ b/programs/uptime/src/main.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/programs/wget/src/main.cpp b/programs/wget/src/main.cpp index 2be8443c..15651390 100644 --- a/programs/wget/src/main.cpp +++ b/programs/wget/src/main.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/programs/which/src/main.cpp b/programs/which/src/main.cpp index d26c56f9..06e6d499 100644 --- a/programs/which/src/main.cpp +++ b/programs/which/src/main.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/programs/writer/src/main.cpp b/programs/writer/src/main.cpp index 368dad24..d8dfcf4f 100644 --- a/programs/writer/src/main.cpp +++ b/programs/writer/src/main.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tlib/include/tlib/config.hpp b/tlib/include/tlib/config.hpp index f8743fa0..92e9db8f 100644 --- a/tlib/include/tlib/config.hpp +++ b/tlib/include/tlib/config.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tlib/include/tlib/datetime.hpp b/tlib/include/tlib/datetime.hpp index 43a915a1..3353c516 100644 --- a/tlib/include/tlib/datetime.hpp +++ b/tlib/include/tlib/datetime.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tlib/include/tlib/directory_entry.hpp b/tlib/include/tlib/directory_entry.hpp index 493c99f2..b85077b2 100644 --- a/tlib/include/tlib/directory_entry.hpp +++ b/tlib/include/tlib/directory_entry.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tlib/include/tlib/dns.hpp b/tlib/include/tlib/dns.hpp index dfb83272..a733f08d 100644 --- a/tlib/include/tlib/dns.hpp +++ b/tlib/include/tlib/dns.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tlib/include/tlib/elf.hpp b/tlib/include/tlib/elf.hpp index 76abf629..6ea926ae 100644 --- a/tlib/include/tlib/elf.hpp +++ b/tlib/include/tlib/elf.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tlib/include/tlib/errors.hpp b/tlib/include/tlib/errors.hpp index a06cc941..b12d67c9 100644 --- a/tlib/include/tlib/errors.hpp +++ b/tlib/include/tlib/errors.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tlib/include/tlib/fat32_specs.hpp b/tlib/include/tlib/fat32_specs.hpp index beb967dd..b9b7c529 100644 --- a/tlib/include/tlib/fat32_specs.hpp +++ b/tlib/include/tlib/fat32_specs.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tlib/include/tlib/file.hpp b/tlib/include/tlib/file.hpp index 7a3cf295..419eeda8 100644 --- a/tlib/include/tlib/file.hpp +++ b/tlib/include/tlib/file.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tlib/include/tlib/flags.hpp b/tlib/include/tlib/flags.hpp index 7f34423e..e976e1b3 100644 --- a/tlib/include/tlib/flags.hpp +++ b/tlib/include/tlib/flags.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tlib/include/tlib/graphics.hpp b/tlib/include/tlib/graphics.hpp index 3346ae07..dc357c50 100644 --- a/tlib/include/tlib/graphics.hpp +++ b/tlib/include/tlib/graphics.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tlib/include/tlib/io.hpp b/tlib/include/tlib/io.hpp index bce092d3..57960349 100644 --- a/tlib/include/tlib/io.hpp +++ b/tlib/include/tlib/io.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tlib/include/tlib/ioctl_codes.hpp b/tlib/include/tlib/ioctl_codes.hpp index bcc9edcd..70b4fb39 100644 --- a/tlib/include/tlib/ioctl_codes.hpp +++ b/tlib/include/tlib/ioctl_codes.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tlib/include/tlib/keycode.hpp b/tlib/include/tlib/keycode.hpp index b82d0bf3..6ceb0d1b 100644 --- a/tlib/include/tlib/keycode.hpp +++ b/tlib/include/tlib/keycode.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tlib/include/tlib/malloc.hpp b/tlib/include/tlib/malloc.hpp index e466f2dc..4b7013a7 100644 --- a/tlib/include/tlib/malloc.hpp +++ b/tlib/include/tlib/malloc.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tlib/include/tlib/mount_point.hpp b/tlib/include/tlib/mount_point.hpp index 98229386..29a527c2 100644 --- a/tlib/include/tlib/mount_point.hpp +++ b/tlib/include/tlib/mount_point.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tlib/include/tlib/net.hpp b/tlib/include/tlib/net.hpp index 60f90376..6a09c131 100644 --- a/tlib/include/tlib/net.hpp +++ b/tlib/include/tlib/net.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tlib/include/tlib/net_constants.hpp b/tlib/include/tlib/net_constants.hpp index 3f8c20ac..ae543c62 100644 --- a/tlib/include/tlib/net_constants.hpp +++ b/tlib/include/tlib/net_constants.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) //======================================================================= diff --git a/tlib/include/tlib/print.hpp b/tlib/include/tlib/print.hpp index d3db6091..8cc36e76 100644 --- a/tlib/include/tlib/print.hpp +++ b/tlib/include/tlib/print.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tlib/include/tlib/stat_info.hpp b/tlib/include/tlib/stat_info.hpp index da92ea0d..9349b4b2 100644 --- a/tlib/include/tlib/stat_info.hpp +++ b/tlib/include/tlib/stat_info.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tlib/include/tlib/statfs_info.hpp b/tlib/include/tlib/statfs_info.hpp index a56ad9a0..6334424a 100644 --- a/tlib/include/tlib/statfs_info.hpp +++ b/tlib/include/tlib/statfs_info.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tlib/include/tlib/system.hpp b/tlib/include/tlib/system.hpp index 1394cd06..739c4168 100644 --- a/tlib/include/tlib/system.hpp +++ b/tlib/include/tlib/system.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tlib/src/dns.cpp b/tlib/src/dns.cpp index 840062e6..6d9f6b6b 100644 --- a/tlib/src/dns.cpp +++ b/tlib/src/dns.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tlib/src/file.cpp b/tlib/src/file.cpp index 8935fca3..6f6a16b7 100644 --- a/tlib/src/file.cpp +++ b/tlib/src/file.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tlib/src/graphics.cpp b/tlib/src/graphics.cpp index 2eb40cdb..e87c8b4d 100644 --- a/tlib/src/graphics.cpp +++ b/tlib/src/graphics.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tlib/src/io.cpp b/tlib/src/io.cpp index 007236b2..1011342a 100644 --- a/tlib/src/io.cpp +++ b/tlib/src/io.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tlib/src/malloc.cpp b/tlib/src/malloc.cpp index c568fde6..f437b841 100644 --- a/tlib/src/malloc.cpp +++ b/tlib/src/malloc.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tlib/src/net.cpp b/tlib/src/net.cpp index 1f5f3acc..98bba874 100644 --- a/tlib/src/net.cpp +++ b/tlib/src/net.cpp @@ -1,5 +1,6 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. // Distributed under the terms of the MIT License. +// Copyright Baptiste Wicht 2013-2018. +// Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) //======================================================================= diff --git a/tlib/src/print.cpp b/tlib/src/print.cpp index bf2e288e..1a685c0d 100644 --- a/tlib/src/print.cpp +++ b/tlib/src/print.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tlib/src/ssp.cpp b/tlib/src/ssp.cpp index efc4a9ea..bf7c1ea7 100644 --- a/tlib/src/ssp.cpp +++ b/tlib/src/ssp.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tlib/src/start.cpp b/tlib/src/start.cpp index 034fc90a..2f0a099b 100644 --- a/tlib/src/start.cpp +++ b/tlib/src/start.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tlib/src/system.cpp b/tlib/src/system.cpp index 83548dd9..01ebf485 100644 --- a/tlib/src/system.cpp +++ b/tlib/src/system.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tstl/include/algorithms.hpp b/tstl/include/algorithms.hpp index 46941f89..48407757 100644 --- a/tstl/include/algorithms.hpp +++ b/tstl/include/algorithms.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tstl/include/array.hpp b/tstl/include/array.hpp index 5e04a9cb..48098c8c 100644 --- a/tstl/include/array.hpp +++ b/tstl/include/array.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tstl/include/atomic.hpp b/tstl/include/atomic.hpp index 1e7ae16e..fcfa783c 100644 --- a/tstl/include/atomic.hpp +++ b/tstl/include/atomic.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tstl/include/bit_field.hpp b/tstl/include/bit_field.hpp index 3779dcbe..e3352468 100644 --- a/tstl/include/bit_field.hpp +++ b/tstl/include/bit_field.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tstl/include/circular_buffer.hpp b/tstl/include/circular_buffer.hpp index f06e13bf..70014ba5 100644 --- a/tstl/include/circular_buffer.hpp +++ b/tstl/include/circular_buffer.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tstl/include/deleter.hpp b/tstl/include/deleter.hpp index f9e1e5b1..597bed2f 100644 --- a/tstl/include/deleter.hpp +++ b/tstl/include/deleter.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tstl/include/deque.hpp b/tstl/include/deque.hpp index eb6b8606..0cf7633d 100644 --- a/tstl/include/deque.hpp +++ b/tstl/include/deque.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tstl/include/enable_if.hpp b/tstl/include/enable_if.hpp index e01ffa39..86ab8cc4 100644 --- a/tstl/include/enable_if.hpp +++ b/tstl/include/enable_if.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tstl/include/expected.hpp b/tstl/include/expected.hpp index ee8b2666..66620caf 100644 --- a/tstl/include/expected.hpp +++ b/tstl/include/expected.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tstl/include/function.hpp b/tstl/include/function.hpp index 54a443fd..79b91d32 100644 --- a/tstl/include/function.hpp +++ b/tstl/include/function.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tstl/include/initializer_list.hpp b/tstl/include/initializer_list.hpp index 2382e2b4..364f72d6 100644 --- a/tstl/include/initializer_list.hpp +++ b/tstl/include/initializer_list.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tstl/include/integer_sequence.hpp b/tstl/include/integer_sequence.hpp index b970d39b..1ec8cbad 100644 --- a/tstl/include/integer_sequence.hpp +++ b/tstl/include/integer_sequence.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tstl/include/iostream.hpp b/tstl/include/iostream.hpp index 2d7c0fe1..71f3056e 100644 --- a/tstl/include/iostream.hpp +++ b/tstl/include/iostream.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tstl/include/iterator.hpp b/tstl/include/iterator.hpp index 9e80c70b..f7089b47 100644 --- a/tstl/include/iterator.hpp +++ b/tstl/include/iterator.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tstl/include/list.hpp b/tstl/include/list.hpp index 6bdee185..d7146ec7 100644 --- a/tstl/include/list.hpp +++ b/tstl/include/list.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tstl/include/literals.hpp b/tstl/include/literals.hpp index 5f64a2b1..0e025beb 100644 --- a/tstl/include/literals.hpp +++ b/tstl/include/literals.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tstl/include/lock_guard.hpp b/tstl/include/lock_guard.hpp index c5de8a7e..41c2ff5f 100644 --- a/tstl/include/lock_guard.hpp +++ b/tstl/include/lock_guard.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tstl/include/math.hpp b/tstl/include/math.hpp index 4a93472a..c6e3f1aa 100644 --- a/tstl/include/math.hpp +++ b/tstl/include/math.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tstl/include/memory.hpp b/tstl/include/memory.hpp index e3ae4034..a4af0173 100644 --- a/tstl/include/memory.hpp +++ b/tstl/include/memory.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tstl/include/new.hpp b/tstl/include/new.hpp index ff6f3b61..3236cb4f 100644 --- a/tstl/include/new.hpp +++ b/tstl/include/new.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tstl/include/nth_type.hpp b/tstl/include/nth_type.hpp index e427adb3..be741448 100644 --- a/tstl/include/nth_type.hpp +++ b/tstl/include/nth_type.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tstl/include/optional.hpp b/tstl/include/optional.hpp index 7e998198..860aa468 100644 --- a/tstl/include/optional.hpp +++ b/tstl/include/optional.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tstl/include/pair.hpp b/tstl/include/pair.hpp index 025c92d9..1669d32f 100644 --- a/tstl/include/pair.hpp +++ b/tstl/include/pair.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tstl/include/queue.hpp b/tstl/include/queue.hpp index deae5122..d5f38fef 100644 --- a/tstl/include/queue.hpp +++ b/tstl/include/queue.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tstl/include/random.hpp b/tstl/include/random.hpp index b3186502..001d5d67 100644 --- a/tstl/include/random.hpp +++ b/tstl/include/random.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tstl/include/shared_ptr.hpp b/tstl/include/shared_ptr.hpp index eb535969..d9a7f87b 100644 --- a/tstl/include/shared_ptr.hpp +++ b/tstl/include/shared_ptr.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tstl/include/stack.hpp b/tstl/include/stack.hpp index 3b7f3ed2..f52d93a2 100644 --- a/tstl/include/stack.hpp +++ b/tstl/include/stack.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tstl/include/string.hpp b/tstl/include/string.hpp index 76f99398..19d754a7 100644 --- a/tstl/include/string.hpp +++ b/tstl/include/string.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tstl/include/tuple.hpp b/tstl/include/tuple.hpp index 144e4b50..c544bcbe 100644 --- a/tstl/include/tuple.hpp +++ b/tstl/include/tuple.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tstl/include/type_traits.hpp b/tstl/include/type_traits.hpp index 39c69f45..b2c98110 100644 --- a/tstl/include/type_traits.hpp +++ b/tstl/include/type_traits.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tstl/include/types.hpp b/tstl/include/types.hpp index f7276d32..c8ef214c 100644 --- a/tstl/include/types.hpp +++ b/tstl/include/types.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tstl/include/unique_ptr.hpp b/tstl/include/unique_ptr.hpp index 653c34e9..896d66bf 100644 --- a/tstl/include/unique_ptr.hpp +++ b/tstl/include/unique_ptr.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tstl/include/utility.hpp b/tstl/include/utility.hpp index 10da9f7b..67f3a13b 100644 --- a/tstl/include/utility.hpp +++ b/tstl/include/utility.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tstl/include/vector.hpp b/tstl/include/vector.hpp index d9bf67f6..95c325e4 100644 --- a/tstl/include/vector.hpp +++ b/tstl/include/vector.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tstl/test_suite/algorithms.cpp b/tstl/test_suite/algorithms.cpp index 501e4dee..6c738723 100644 --- a/tstl/test_suite/algorithms.cpp +++ b/tstl/test_suite/algorithms.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tstl/test_suite/circular_buffer.cpp b/tstl/test_suite/circular_buffer.cpp index ea7085a9..10b03c84 100644 --- a/tstl/test_suite/circular_buffer.cpp +++ b/tstl/test_suite/circular_buffer.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tstl/test_suite/deque.cpp b/tstl/test_suite/deque.cpp index e77a046a..2c4c0449 100644 --- a/tstl/test_suite/deque.cpp +++ b/tstl/test_suite/deque.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tstl/test_suite/expected.cpp b/tstl/test_suite/expected.cpp index 18d64f2a..d355e1e3 100644 --- a/tstl/test_suite/expected.cpp +++ b/tstl/test_suite/expected.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tstl/test_suite/function.cpp b/tstl/test_suite/function.cpp index de858667..345589d5 100644 --- a/tstl/test_suite/function.cpp +++ b/tstl/test_suite/function.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tstl/test_suite/list.cpp b/tstl/test_suite/list.cpp index d02b2cd1..bb1be4d3 100644 --- a/tstl/test_suite/list.cpp +++ b/tstl/test_suite/list.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tstl/test_suite/shared_ptr.cpp b/tstl/test_suite/shared_ptr.cpp index 2b79c9ee..cecd0c6d 100644 --- a/tstl/test_suite/shared_ptr.cpp +++ b/tstl/test_suite/shared_ptr.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tstl/test_suite/strings.cpp b/tstl/test_suite/strings.cpp index 7d1533c6..5f6e057e 100644 --- a/tstl/test_suite/strings.cpp +++ b/tstl/test_suite/strings.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tstl/test_suite/test.cpp b/tstl/test_suite/test.cpp index 741b0b90..15c32591 100644 --- a/tstl/test_suite/test.cpp +++ b/tstl/test_suite/test.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tstl/test_suite/test.hpp b/tstl/test_suite/test.hpp index be3c8a64..194d3710 100644 --- a/tstl/test_suite/test.hpp +++ b/tstl/test_suite/test.hpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tstl/test_suite/traits.cpp b/tstl/test_suite/traits.cpp index 79782b26..ff4475a8 100644 --- a/tstl/test_suite/traits.cpp +++ b/tstl/test_suite/traits.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tstl/test_suite/tuple.cpp b/tstl/test_suite/tuple.cpp index 042922bc..72c9f1b0 100644 --- a/tstl/test_suite/tuple.cpp +++ b/tstl/test_suite/tuple.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) diff --git a/tstl/test_suite/vector.cpp b/tstl/test_suite/vector.cpp index 01a605c6..94429ea7 100644 --- a/tstl/test_suite/vector.cpp +++ b/tstl/test_suite/vector.cpp @@ -1,5 +1,5 @@ //======================================================================= -// Copyright Baptiste Wicht 2013-2016. +// Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT)