From 29b8d609c9a4fb30af0c1e0a93462c1630ab7e81 Mon Sep 17 00:00:00 2001 From: Norman Feske Date: Mon, 20 Feb 2017 13:23:52 +0100 Subject: [PATCH] Adjust file headers to refer to the AGPLv3 --- repos/base-fiasco/src/core/core_log.cc | 4 ++-- repos/base-fiasco/src/core/include/ipc_pager.h | 4 ++-- repos/base-fiasco/src/core/include/map_local.h | 4 ++-- repos/base-fiasco/src/core/include/platform.h | 4 ++-- repos/base-fiasco/src/core/include/platform_pd.h | 4 ++-- repos/base-fiasco/src/core/include/platform_thread.h | 4 ++-- repos/base-fiasco/src/core/include/rpc_cap_factory.h | 4 ++-- repos/base-fiasco/src/core/include/util.h | 4 ++-- repos/base-fiasco/src/core/io_mem_session_support.cc | 4 ++-- repos/base-fiasco/src/core/irq_session_component.cc | 4 ++-- repos/base-fiasco/src/core/pager.cc | 4 ++-- repos/base-fiasco/src/core/pager_object.cc | 4 ++-- repos/base-fiasco/src/core/platform.cc | 4 ++-- repos/base-fiasco/src/core/platform_pd.cc | 4 ++-- repos/base-fiasco/src/core/platform_thread.cc | 4 ++-- repos/base-fiasco/src/core/ram_session_support.cc | 4 ++-- repos/base-fiasco/src/core/region_map_support.cc | 4 ++-- repos/base-fiasco/src/core/spec/x86/platform_x86.cc | 4 ++-- repos/base-fiasco/src/core/thread_start.cc | 4 ++-- .../src/include/base/internal/fiasco_thread_helper.h | 4 ++-- .../base-fiasco/src/include/base/internal/lock_helper.h | 4 ++-- .../src/include/base/internal/native_thread.h | 4 ++-- .../base-fiasco/src/include/base/internal/native_utcb.h | 4 ++-- repos/base-fiasco/src/include/base/internal/parent_cap.h | 4 ++-- .../src/include/base/internal/raw_write_string.h | 4 ++-- .../src/include/base/internal/rpc_destination.h | 4 ++-- repos/base-fiasco/src/lib/base/capability_raw.cc | 4 ++-- repos/base-fiasco/src/lib/base/ipc.cc | 4 ++-- repos/base-fiasco/src/lib/base/lock.cc | 4 ++-- repos/base-fiasco/src/lib/base/sleep.cc | 4 ++-- repos/base-fiasco/src/lib/base/thread_bootstrap.cc | 4 ++-- repos/base-foc/include/foc/capability_space.h | 4 ++-- repos/base-foc/include/foc/native_capability.h | 4 ++-- repos/base-foc/include/foc/native_thread.h | 4 ++-- repos/base-foc/include/foc/receive_window.h | 4 ++-- repos/base-foc/include/foc/thread_state.h | 4 ++-- repos/base-foc/include/foc_native_cpu/client.h | 4 ++-- repos/base-foc/include/foc_native_cpu/foc_native_cpu.h | 4 ++-- repos/base-foc/include/foc_native_pd/client.h | 4 ++-- repos/base-foc/include/foc_native_pd/foc_native_pd.h | 4 ++-- repos/base-foc/src/core/core_log.cc | 4 ++-- repos/base-foc/src/core/include/cap_id_alloc.h | 4 ++-- repos/base-foc/src/core/include/cap_index.h | 4 ++-- repos/base-foc/src/core/include/cap_mapping.h | 4 ++-- repos/base-foc/src/core/include/cpu_session_irqs.h | 4 ++-- repos/base-foc/src/core/include/ipc_pager.h | 4 ++-- repos/base-foc/src/core/include/irq_object.h | 4 ++-- repos/base-foc/src/core/include/map_local.h | 4 ++-- repos/base-foc/src/core/include/native_cpu_component.h | 4 ++-- repos/base-foc/src/core/include/native_pd_component.h | 4 ++-- .../src/core/include/pager_object_exception_state.h | 4 ++-- repos/base-foc/src/core/include/platform.h | 4 ++-- repos/base-foc/src/core/include/platform_pd.h | 4 ++-- repos/base-foc/src/core/include/platform_thread.h | 4 ++-- repos/base-foc/src/core/include/rpc_cap_factory.h | 4 ++-- repos/base-foc/src/core/include/util.h | 4 ++-- repos/base-foc/src/core/io_mem_session_support.cc | 4 ++-- repos/base-foc/src/core/ipc_pager.cc | 4 ++-- repos/base-foc/src/core/irq_session_component.cc | 4 ++-- repos/base-foc/src/core/native_cpu_component.cc | 4 ++-- repos/base-foc/src/core/native_pd_component.cc | 4 ++-- repos/base-foc/src/core/pager.cc | 4 ++-- repos/base-foc/src/core/pager_object.cc | 4 ++-- repos/base-foc/src/core/platform.cc | 4 ++-- repos/base-foc/src/core/platform_pd.cc | 4 ++-- repos/base-foc/src/core/platform_thread.cc | 4 ++-- repos/base-foc/src/core/ram_session_support.cc | 4 ++-- repos/base-foc/src/core/region_map_support.cc | 4 ++-- repos/base-foc/src/core/rpc_cap_factory.cc | 4 ++-- repos/base-foc/src/core/signal_source_component.cc | 4 ++-- repos/base-foc/src/core/spec/arm/ipc_pager.cc | 4 ++-- repos/base-foc/src/core/spec/arm/platform_arm.cc | 4 ++-- repos/base-foc/src/core/spec/x86/ipc_pager.cc | 4 ++-- repos/base-foc/src/core/spec/x86/platform.cc | 4 ++-- repos/base-foc/src/core/spec/x86_32/ipc_pager.cc | 4 ++-- repos/base-foc/src/core/spec/x86_64/ipc_pager.cc | 4 ++-- repos/base-foc/src/core/thread_start.cc | 4 ++-- repos/base-foc/src/include/base/internal/cap_alloc.h | 4 ++-- repos/base-foc/src/include/base/internal/cap_map.h | 4 ++-- .../base-foc/src/include/base/internal/capability_data.h | 4 ++-- repos/base-foc/src/include/base/internal/foc_assert.h | 4 ++-- repos/base-foc/src/include/base/internal/lock_helper.h | 4 ++-- repos/base-foc/src/include/base/internal/native_thread.h | 4 ++-- repos/base-foc/src/include/base/internal/native_utcb.h | 4 ++-- repos/base-foc/src/include/base/internal/parent_cap.h | 4 ++-- .../src/include/base/internal/raw_write_string.h | 4 ++-- repos/base-foc/src/include/signal_source/client.h | 4 ++-- .../src/include/signal_source/foc_signal_source.h | 4 ++-- repos/base-foc/src/include/signal_source/rpc_object.h | 4 ++-- .../src/include/spec/arm/base/internal/stack_area.h | 4 ++-- repos/base-foc/src/lib/base/cache.cc | 4 ++-- repos/base-foc/src/lib/base/cap_alloc.cc | 4 ++-- repos/base-foc/src/lib/base/cap_map.cc | 4 ++-- repos/base-foc/src/lib/base/cap_map_remove.cc | 4 ++-- repos/base-foc/src/lib/base/capability.cc | 4 ++-- repos/base-foc/src/lib/base/ipc.cc | 4 ++-- repos/base-foc/src/lib/base/signal_source_client.cc | 4 ++-- repos/base-foc/src/lib/base/spin_lock.cc | 4 ++-- repos/base-foc/src/lib/base/thread_bootstrap.cc | 4 ++-- repos/base-foc/src/lib/base/thread_myself.cc | 4 ++-- repos/base-foc/src/lib/base/thread_start.cc | 4 ++-- repos/base-foc/src/test/cap_integrity/main.cc | 4 ++-- repos/base-hw/include/kernel/interface.h | 4 ++-- repos/base-hw/include/kernel/types.h | 4 ++-- .../base-hw/include/spec/arm/kernel/interface_support.h | 4 ++-- repos/base-hw/include/spec/arndale/vm_state.h | 4 ++-- repos/base-hw/include/spec/imx53/drivers/trustzone.h | 4 ++-- repos/base-hw/include/spec/imx53/vm_state.h | 4 ++-- repos/base-hw/include/spec/riscv/cpu/atomic.h | 4 ++-- repos/base-hw/include/spec/riscv/cpu/consts.h | 4 ++-- repos/base-hw/include/spec/riscv/cpu/cpu_state.h | 4 ++-- repos/base-hw/include/spec/riscv/cpu/memory_barrier.h | 4 ++-- repos/base-hw/include/spec/riscv/cpu/string.h | 4 ++-- .../include/spec/riscv/kernel/interface_support.h | 4 ++-- .../include/spec/x86_64/kernel/interface_support.h | 4 ++-- repos/base-hw/include/spec/x86_64/muen/sinfo.h | 4 ++-- repos/base-hw/include/vm_session/capability.h | 4 ++-- repos/base-hw/include/vm_session/client.h | 4 ++-- repos/base-hw/include/vm_session/connection.h | 4 ++-- repos/base-hw/include/vm_session/vm_session.h | 4 ++-- repos/base-hw/src/bootstrap/env.cc | 4 ++-- repos/base-hw/src/bootstrap/include/platform.h | 2 +- repos/base-hw/src/bootstrap/init.cc | 4 ++-- repos/base-hw/src/bootstrap/lock.cc | 4 ++-- repos/base-hw/src/bootstrap/platform.cc | 4 ++-- repos/base-hw/src/bootstrap/spec/arm/crt0.s | 4 ++-- repos/base-hw/src/bootstrap/spec/arm_v6/cpu.cc | 4 ++-- repos/base-hw/src/bootstrap/spec/arndale/cpu.cc | 4 ++-- repos/base-hw/src/bootstrap/spec/cortex_a9/platform.cc | 4 ++-- repos/base-hw/src/bootstrap/spec/exynos5/platform.cc | 4 ++-- repos/base-hw/src/bootstrap/spec/imx53/board.cc | 2 +- .../base-hw/src/bootstrap/spec/imx53/board_trustzone.cc | 2 +- repos/base-hw/src/bootstrap/spec/imx53/platform.cc | 2 +- repos/base-hw/src/bootstrap/spec/imx6/platform.cc | 4 ++-- repos/base-hw/src/bootstrap/spec/odroid_xu/cpu.cc | 4 ++-- repos/base-hw/src/bootstrap/spec/panda/platform.cc | 2 +- repos/base-hw/src/bootstrap/spec/pbxa9/platform.cc | 4 ++-- repos/base-hw/src/bootstrap/spec/riscv/cpu.cc | 4 ++-- repos/base-hw/src/bootstrap/spec/riscv/crt0.s | 4 ++-- .../base-hw/src/bootstrap/spec/riscv/exception_vector.cc | 4 ++-- repos/base-hw/src/bootstrap/spec/riscv/platform.cc | 4 ++-- repos/base-hw/src/bootstrap/spec/rpi/platform.cc | 4 ++-- repos/base-hw/src/bootstrap/spec/x86_64/crt0.s | 4 ++-- .../src/bootstrap/spec/x86_64/crt0_translation_table.s | 4 ++-- .../bootstrap/spec/x86_64/crt0_translation_table_muen.s | 4 ++-- repos/base-hw/src/bootstrap/spec/x86_64/platform.cc | 4 ++-- repos/base-hw/src/bootstrap/spec/x86_64/platform_muen.cc | 4 ++-- repos/base-hw/src/bootstrap/spec/zynq/platform.cc | 4 ++-- repos/base-hw/src/bootstrap/thread.cc | 4 ++-- repos/base-hw/src/core/capability.cc | 4 ++-- repos/base-hw/src/core/core_log.cc | 4 ++-- repos/base-hw/src/core/core_region_map.cc | 4 ++-- repos/base-hw/src/core/cpu_session_support.cc | 4 ++-- repos/base-hw/src/core/env.cc | 4 ++-- repos/base-hw/src/core/include/array.h | 4 ++-- repos/base-hw/src/core/include/assert.h | 4 ++-- repos/base-hw/src/core/include/bootinfo.h | 4 ++-- repos/base-hw/src/core/include/core_mmio.h | 4 ++-- repos/base-hw/src/core/include/cpu_thread_allocator.h | 4 ++-- repos/base-hw/src/core/include/irq_session_component.h | 4 ++-- repos/base-hw/src/core/include/kernel/clock.h | 4 ++-- repos/base-hw/src/core/include/kernel/configuration.h | 4 ++-- repos/base-hw/src/core/include/kernel/core_interface.h | 4 ++-- repos/base-hw/src/core/include/kernel/cpu.h | 4 ++-- repos/base-hw/src/core/include/kernel/cpu_scheduler.h | 4 ++-- repos/base-hw/src/core/include/kernel/double_list.h | 4 ++-- repos/base-hw/src/core/include/kernel/fifo.h | 4 ++-- repos/base-hw/src/core/include/kernel/ipc_node.h | 4 ++-- repos/base-hw/src/core/include/kernel/irq.h | 4 ++-- repos/base-hw/src/core/include/kernel/kernel.h | 4 ++-- repos/base-hw/src/core/include/kernel/log.h | 4 ++-- repos/base-hw/src/core/include/kernel/object.h | 4 ++-- repos/base-hw/src/core/include/kernel/pd.h | 4 ++-- repos/base-hw/src/core/include/kernel/perf_counter.h | 4 ++-- repos/base-hw/src/core/include/kernel/signal_receiver.h | 4 ++-- repos/base-hw/src/core/include/kernel/thread.h | 4 ++-- repos/base-hw/src/core/include/kernel/vm.h | 4 ++-- repos/base-hw/src/core/include/map_local.h | 4 ++-- repos/base-hw/src/core/include/mapping.h | 4 ++-- repos/base-hw/src/core/include/memory_region.h | 4 ++-- repos/base-hw/src/core/include/object.h | 4 ++-- repos/base-hw/src/core/include/page_flags.h | 4 ++-- repos/base-hw/src/core/include/pager.h | 4 ++-- repos/base-hw/src/core/include/platform.h | 4 ++-- repos/base-hw/src/core/include/platform_pd.h | 4 ++-- repos/base-hw/src/core/include/platform_thread.h | 4 ++-- repos/base-hw/src/core/include/rpc_cap_factory.h | 4 ++-- repos/base-hw/src/core/include/signal_broker.h | 4 ++-- repos/base-hw/src/core/include/signal_source_component.h | 4 ++-- repos/base-hw/src/core/include/spec/arm/cpu_support.h | 4 ++-- repos/base-hw/src/core/include/spec/arm/fpu.h | 4 ++-- repos/base-hw/src/core/include/spec/arm/macros_support.s | 4 ++-- repos/base-hw/src/core/include/spec/arm/pl310.h | 4 ++-- .../src/core/include/spec/arm/short_translation_table.h | 4 ++-- repos/base-hw/src/core/include/spec/arm_gic/pic.h | 4 ++-- repos/base-hw/src/core/include/spec/arm_v6/cpu.h | 4 ++-- repos/base-hw/src/core/include/spec/arm_v6/macros.s | 4 ++-- .../src/core/include/spec/arm_v6/translation_table.h | 4 ++-- repos/base-hw/src/core/include/spec/arm_v7/cpu_support.h | 4 ++-- .../core/include/spec/arm_v7/long_translation_table.h | 4 ++-- .../src/core/include/spec/arm_v7/macros_support.s | 4 ++-- .../include/spec/arm_v7/trustzone/vm_session_component.h | 4 ++-- .../spec/arm_v7/virtualization/vm_session_component.h | 4 ++-- .../src/core/include/spec/cortex_a15/board_support.h | 4 ++-- repos/base-hw/src/core/include/spec/cortex_a15/cpu.h | 4 ++-- repos/base-hw/src/core/include/spec/cortex_a15/macros.s | 4 ++-- .../src/core/include/spec/cortex_a15/translation_table.h | 4 ++-- repos/base-hw/src/core/include/spec/cortex_a8/cpu.h | 4 ++-- repos/base-hw/src/core/include/spec/cortex_a8/macros.s | 4 ++-- .../src/core/include/spec/cortex_a8/translation_table.h | 4 ++-- .../src/core/include/spec/cortex_a9/board_support.h | 4 ++-- .../src/core/include/spec/cortex_a9/cpu_support.h | 4 ++-- repos/base-hw/src/core/include/spec/cortex_a9/macros.s | 4 ++-- repos/base-hw/src/core/include/spec/cortex_a9/scu.h | 4 ++-- repos/base-hw/src/core/include/spec/cortex_a9/timer.h | 4 ++-- .../src/core/include/spec/cortex_a9/translation_table.h | 4 ++-- repos/base-hw/src/core/include/spec/exynos5/board.h | 4 ++-- repos/base-hw/src/core/include/spec/exynos5/serial.h | 4 ++-- repos/base-hw/src/core/include/spec/exynos5/timer.h | 4 ++-- repos/base-hw/src/core/include/spec/imx/board_support.h | 4 ++-- repos/base-hw/src/core/include/spec/imx/serial.h | 4 ++-- repos/base-hw/src/core/include/spec/imx53/board.h | 4 ++-- repos/base-hw/src/core/include/spec/imx53/pic.h | 4 ++-- repos/base-hw/src/core/include/spec/imx53/timer.h | 4 ++-- .../base-hw/src/core/include/spec/imx53/trustzone/csu.h | 4 ++-- .../core/include/spec/imx53_qsb/trustzone/csu_config.h | 4 ++-- repos/base-hw/src/core/include/spec/imx6/board.h | 4 ++-- repos/base-hw/src/core/include/spec/imx6/cpu.h | 4 ++-- repos/base-hw/src/core/include/spec/panda/board.h | 4 ++-- .../src/core/include/spec/panda/cortex_a9_wugen.h | 4 ++-- repos/base-hw/src/core/include/spec/panda/cpu.h | 4 ++-- repos/base-hw/src/core/include/spec/pbxa9/board.h | 4 ++-- repos/base-hw/src/core/include/spec/pbxa9/cpu.h | 4 ++-- repos/base-hw/src/core/include/spec/pl011/serial.h | 4 ++-- repos/base-hw/src/core/include/spec/riscv/board.h | 4 ++-- repos/base-hw/src/core/include/spec/riscv/cpu.h | 4 ++-- .../src/core/include/spec/riscv/kernel/thread_base.h | 4 ++-- repos/base-hw/src/core/include/spec/riscv/machine_call.h | 4 ++-- repos/base-hw/src/core/include/spec/riscv/macros.s | 4 ++-- repos/base-hw/src/core/include/spec/riscv/pic.h | 4 ++-- repos/base-hw/src/core/include/spec/riscv/serial.h | 4 ++-- repos/base-hw/src/core/include/spec/riscv/timer.h | 4 ++-- .../src/core/include/spec/riscv/translation_table.h | 4 ++-- repos/base-hw/src/core/include/spec/rpi/board.h | 4 ++-- repos/base-hw/src/core/include/spec/rpi/pic.h | 4 ++-- repos/base-hw/src/core/include/spec/rpi/timer.h | 4 ++-- repos/base-hw/src/core/include/spec/smp/kernel/lock.h | 4 ++-- repos/base-hw/src/core/include/spec/tl16c750/serial.h | 4 ++-- .../src/core/include/spec/usb_armory/csu_config.h | 4 ++-- repos/base-hw/src/core/include/spec/x86_64/board.h | 4 ++-- repos/base-hw/src/core/include/spec/x86_64/cpu.h | 4 ++-- repos/base-hw/src/core/include/spec/x86_64/fpu.h | 4 ++-- repos/base-hw/src/core/include/spec/x86_64/macros.s | 4 ++-- repos/base-hw/src/core/include/spec/x86_64/muen/board.h | 4 ++-- repos/base-hw/src/core/include/spec/x86_64/muen/pic.h | 4 ++-- repos/base-hw/src/core/include/spec/x86_64/muen/serial.h | 4 ++-- .../src/core/include/spec/x86_64/muen/sinfo_instance.h | 4 ++-- repos/base-hw/src/core/include/spec/x86_64/muen/timer.h | 4 ++-- .../core/include/spec/x86_64/muen/vm_session_component.h | 4 ++-- .../base-hw/src/core/include/spec/x86_64/muen/vm_state.h | 4 ++-- repos/base-hw/src/core/include/spec/x86_64/multiboot.h | 4 ++-- repos/base-hw/src/core/include/spec/x86_64/pic.h | 4 ++-- repos/base-hw/src/core/include/spec/x86_64/port_io.h | 4 ++-- repos/base-hw/src/core/include/spec/x86_64/serial.h | 4 ++-- repos/base-hw/src/core/include/spec/x86_64/timer.h | 4 ++-- .../src/core/include/spec/x86_64/translation_table.h | 4 ++-- .../src/core/include/spec/xilinx_uartps_0/serial.h | 4 ++-- repos/base-hw/src/core/include/spec/zynq/cpu.h | 4 ++-- repos/base-hw/src/core/include/spec/zynq_qemu/board.h | 4 ++-- .../src/core/include/translation_table_allocator.h | 4 ++-- .../src/core/include/translation_table_allocator_tpl.h | 4 ++-- repos/base-hw/src/core/include/trustzone.h | 4 ++-- repos/base-hw/src/core/include/util.h | 4 ++-- repos/base-hw/src/core/include/vm_root.h | 4 ++-- repos/base-hw/src/core/io_mem_session_support.cc | 4 ++-- repos/base-hw/src/core/irq_session_component.cc | 4 ++-- repos/base-hw/src/core/kernel/clock.cc | 4 ++-- repos/base-hw/src/core/kernel/cpu.cc | 4 ++-- repos/base-hw/src/core/kernel/cpu_scheduler.cc | 4 ++-- repos/base-hw/src/core/kernel/double_list.cc | 4 ++-- repos/base-hw/src/core/kernel/init.cc | 4 ++-- repos/base-hw/src/core/kernel/ipc_node.cc | 4 ++-- repos/base-hw/src/core/kernel/irq.cc | 4 ++-- repos/base-hw/src/core/kernel/kernel.cc | 4 ++-- repos/base-hw/src/core/kernel/pd.cc | 4 ++-- repos/base-hw/src/core/kernel/signal_receiver.cc | 4 ++-- repos/base-hw/src/core/kernel/thread.cc | 4 ++-- repos/base-hw/src/core/kernel/vm_thread_off.cc | 4 ++-- repos/base-hw/src/core/kernel/vm_thread_on.cc | 4 ++-- repos/base-hw/src/core/kernel_log.cc | 4 ++-- repos/base-hw/src/core/pager.cc | 4 ++-- repos/base-hw/src/core/pd_upgrade_ram_quota.cc | 4 ++-- repos/base-hw/src/core/platform.cc | 4 ++-- repos/base-hw/src/core/platform_pd.cc | 4 ++-- repos/base-hw/src/core/platform_thread.cc | 4 ++-- repos/base-hw/src/core/ram_session_support.cc | 4 ++-- repos/base-hw/src/core/region_map_support.cc | 4 ++-- repos/base-hw/src/core/spec/arm/crt0.s | 4 ++-- repos/base-hw/src/core/spec/arm/kernel/cpu.cc | 4 ++-- repos/base-hw/src/core/spec/arm/kernel/cpu_context.cc | 4 ++-- repos/base-hw/src/core/spec/arm/kernel/cpu_idle.cc | 4 ++-- repos/base-hw/src/core/spec/arm/kernel/crt0.s | 4 ++-- repos/base-hw/src/core/spec/arm/kernel/pd.cc | 4 ++-- repos/base-hw/src/core/spec/arm/kernel/thread.cc | 4 ++-- .../base-hw/src/core/spec/arm/kernel/thread_update_pd.cc | 4 ++-- repos/base-hw/src/core/spec/arm/platform_support.cc | 4 ++-- repos/base-hw/src/core/spec/arm/smp/kernel/cpu.cc | 4 ++-- .../src/core/spec/arm/smp/kernel/thread_update_pd.cc | 4 ++-- repos/base-hw/src/core/spec/arm_gic/pic.cc | 4 ++-- repos/base-hw/src/core/spec/arm_v6/cpu.cc | 4 ++-- repos/base-hw/src/core/spec/arm_v6/mode_transition.s | 4 ++-- repos/base-hw/src/core/spec/arm_v6/perf_counter.cc | 4 ++-- repos/base-hw/src/core/spec/arm_v7/cpu.cc | 4 ++-- repos/base-hw/src/core/spec/arm_v7/mode_transition.s | 4 ++-- repos/base-hw/src/core/spec/arm_v7/perf_counter.cc | 4 ++-- .../base-hw/src/core/spec/arm_v7/trustzone/kernel/vm.cc | 4 ++-- .../src/core/spec/arm_v7/trustzone/mode_transition.s | 4 ++-- .../core/spec/arm_v7/trustzone/vm_session_component.cc | 4 ++-- .../spec/arm_v7/virtualization/kernel/cpu_context.cc | 4 ++-- .../src/core/spec/arm_v7/virtualization/kernel/vm.cc | 4 ++-- .../core/spec/arm_v7/virtualization/mode_transition.s | 4 ++-- .../spec/arm_v7/virtualization/vm_session_component.cc | 4 ++-- .../base-hw/src/core/spec/arm_v7/vm_session_component.cc | 4 ++-- repos/base-hw/src/core/spec/arndale/pic.cc | 4 ++-- repos/base-hw/src/core/spec/arndale/platform_services.cc | 4 ++-- repos/base-hw/src/core/spec/cortex_a15/kernel/cpu.cc | 4 ++-- repos/base-hw/src/core/spec/cortex_a8/cpu.cc | 4 ++-- repos/base-hw/src/core/spec/cortex_a9/board.cc | 4 ++-- repos/base-hw/src/core/spec/cortex_a9/fpu.cc | 4 ++-- repos/base-hw/src/core/spec/cortex_a9/kernel/cpu.cc | 4 ++-- repos/base-hw/src/core/spec/cortex_a9/timer.cc | 4 ++-- repos/base-hw/src/core/spec/exynos5/cpu.cc | 4 ++-- repos/base-hw/src/core/spec/imx53/pic.cc | 4 ++-- repos/base-hw/src/core/spec/imx53/platform_support.cc | 4 ++-- repos/base-hw/src/core/spec/imx53/trustzone/pic.cc | 4 ++-- .../src/core/spec/imx53/trustzone/platform_services.cc | 4 ++-- .../src/core/spec/imx53/trustzone/platform_support.cc | 4 ++-- repos/base-hw/src/core/spec/imx6/platform_support.cc | 4 ++-- repos/base-hw/src/core/spec/panda/platform_support.cc | 4 ++-- repos/base-hw/src/core/spec/pbxa9/board.cc | 4 ++-- repos/base-hw/src/core/spec/pbxa9/platform_support.cc | 4 ++-- repos/base-hw/src/core/spec/riscv/cpu.cc | 4 ++-- repos/base-hw/src/core/spec/riscv/crt0.s | 4 ++-- repos/base-hw/src/core/spec/riscv/kernel/cpu.cc | 4 ++-- repos/base-hw/src/core/spec/riscv/kernel/cpu_context.cc | 4 ++-- repos/base-hw/src/core/spec/riscv/kernel/crt0.s | 4 ++-- repos/base-hw/src/core/spec/riscv/kernel/pd.cc | 4 ++-- repos/base-hw/src/core/spec/riscv/kernel/thread.cc | 4 ++-- repos/base-hw/src/core/spec/riscv/kernel/thread_base.cc | 4 ++-- repos/base-hw/src/core/spec/riscv/mode_transition.s | 4 ++-- repos/base-hw/src/core/spec/riscv/platform_support.cc | 4 ++-- repos/base-hw/src/core/spec/rpi/pic.cc | 4 ++-- repos/base-hw/src/core/spec/rpi/platform_support.cc | 4 ++-- repos/base-hw/src/core/spec/rpi/timer.cc | 4 ++-- repos/base-hw/src/core/spec/smp/kernel/cpu.cc | 4 ++-- repos/base-hw/src/core/spec/smp/kernel/kernel.cc | 4 ++-- repos/base-hw/src/core/spec/x86_64/bios_data_area.cc | 4 ++-- repos/base-hw/src/core/spec/x86_64/cpu.cc | 4 ++-- repos/base-hw/src/core/spec/x86_64/crt0.s | 4 ++-- repos/base-hw/src/core/spec/x86_64/fpu.cc | 4 ++-- repos/base-hw/src/core/spec/x86_64/kernel/cpu.cc | 4 ++-- repos/base-hw/src/core/spec/x86_64/kernel/cpu_context.cc | 4 ++-- .../base-hw/src/core/spec/x86_64/kernel/cpu_exception.cc | 4 ++-- repos/base-hw/src/core/spec/x86_64/kernel/crt0.s | 4 ++-- repos/base-hw/src/core/spec/x86_64/kernel/pd.cc | 4 ++-- repos/base-hw/src/core/spec/x86_64/kernel/thread.cc | 4 ++-- .../src/core/spec/x86_64/kernel/thread_exception.cc | 4 ++-- repos/base-hw/src/core/spec/x86_64/mode_transition.s | 4 ++-- .../src/core/spec/x86_64/muen/kernel/cpu_exception.cc | 4 ++-- .../src/core/spec/x86_64/muen/kernel/thread_exception.cc | 4 ++-- repos/base-hw/src/core/spec/x86_64/muen/kernel/vm.cc | 4 ++-- .../src/core/spec/x86_64/muen/platform_services.cc | 4 ++-- .../src/core/spec/x86_64/muen/platform_support.cc | 4 ++-- repos/base-hw/src/core/spec/x86_64/pic.cc | 4 ++-- repos/base-hw/src/core/spec/x86_64/platform_support.cc | 4 ++-- .../src/core/spec/x86_64/platform_support_common.cc | 4 ++-- repos/base-hw/src/core/spec/x86_64/timer.cc | 4 ++-- repos/base-hw/src/core/spec/zynq/platform_support.cc | 4 ++-- repos/base-hw/src/core/thread_start.cc | 4 ++-- .../base-hw/src/include/base/internal/capability_space.h | 4 ++-- repos/base-hw/src/include/base/internal/lock_helper.h | 4 ++-- repos/base-hw/src/include/base/internal/native_env.h | 4 ++-- repos/base-hw/src/include/base/internal/native_thread.h | 4 ++-- repos/base-hw/src/include/base/internal/native_utcb.h | 4 ++-- repos/base-hw/src/include/base/internal/parent_cap.h | 4 ++-- .../base-hw/src/include/base/internal/raw_write_string.h | 4 ++-- repos/base-hw/src/include/base/internal/stack_area.h | 4 ++-- repos/base-hw/src/lib/base/arm/kernel/interface.cc | 4 ++-- repos/base-hw/src/lib/base/cache.cc | 4 ++-- repos/base-hw/src/lib/base/capability.cc | 4 ++-- repos/base-hw/src/lib/base/env.cc | 4 ++-- repos/base-hw/src/lib/base/ipc.cc | 4 ++-- repos/base-hw/src/lib/base/raw_write_string.cc | 4 ++-- repos/base-hw/src/lib/base/riscv/kernel/interface.cc | 4 ++-- repos/base-hw/src/lib/base/signal.cc | 4 ++-- repos/base-hw/src/lib/base/thread_bootstrap.cc | 4 ++-- repos/base-hw/src/lib/base/thread_start.cc | 4 ++-- repos/base-hw/src/lib/base/x86_64/kernel/interface.cc | 4 ++-- repos/base-hw/src/lib/muen/musinfo.h | 4 ++-- repos/base-hw/src/lib/muen/sinfo.cc | 4 ++-- repos/base-hw/src/lib/startup/spec/riscv/crt0.s | 4 ++-- .../src/test/cpu_quota/include/sync_session/connection.h | 4 ++-- .../test/cpu_quota/include/sync_session/sync_session.h | 4 ++-- repos/base-hw/src/test/cpu_quota/main.cc | 4 ++-- repos/base-hw/src/test/cpu_quota/sync/main.cc | 4 ++-- repos/base-hw/src/test/cpu_scheduler/test.cc | 4 ++-- repos/base-hw/src/test/double_list/test.cc | 4 ++-- repos/base-linux/src/core/core_log.cc | 4 ++-- repos/base-linux/src/core/dataspace_component.cc | 4 ++-- repos/base-linux/src/core/include/core_env.h | 4 ++-- repos/base-linux/src/core/include/core_linux_syscalls.h | 4 ++-- repos/base-linux/src/core/include/dataspace_component.h | 4 ++-- .../src/core/include/io_mem_session_component.h | 4 ++-- .../base-linux/src/core/include/irq_session_component.h | 4 ++-- repos/base-linux/src/core/include/native_cpu_component.h | 4 ++-- repos/base-linux/src/core/include/native_pd_component.h | 4 ++-- repos/base-linux/src/core/include/pager.h | 4 ++-- repos/base-linux/src/core/include/platform.h | 4 ++-- repos/base-linux/src/core/include/platform_pd.h | 4 ++-- repos/base-linux/src/core/include/platform_thread.h | 4 ++-- repos/base-linux/src/core/include/region_map_component.h | 4 ++-- repos/base-linux/src/core/include/resource_path.h | 4 ++-- repos/base-linux/src/core/include/rpc_cap_factory.h | 4 ++-- repos/base-linux/src/core/include/server_socket_pair.h | 4 ++-- repos/base-linux/src/core/include/util.h | 4 ++-- repos/base-linux/src/core/io_mem_session_component.cc | 4 ++-- repos/base-linux/src/core/native_cpu_component.cc | 4 ++-- repos/base-linux/src/core/native_pd_component.cc | 4 ++-- repos/base-linux/src/core/pd_session_component.cc | 4 ++-- repos/base-linux/src/core/platform.cc | 4 ++-- repos/base-linux/src/core/platform_thread.cc | 4 ++-- repos/base-linux/src/core/ram_session_support.cc | 4 ++-- repos/base-linux/src/core/rom_session_component.cc | 4 ++-- repos/base-linux/src/core/stack_area.cc | 4 ++-- repos/base-linux/src/core/thread_linux.cc | 4 ++-- .../src/include/base/internal/local_capability.h | 4 ++-- .../base-linux/src/include/base/internal/local_parent.h | 4 ++-- .../src/include/base/internal/local_pd_session.h | 4 ++-- .../src/include/base/internal/local_rm_session.h | 4 ++-- .../base-linux/src/include/base/internal/local_session.h | 4 ++-- repos/base-linux/src/include/base/internal/lock_helper.h | 4 ++-- .../base-linux/src/include/base/internal/native_thread.h | 4 ++-- repos/base-linux/src/include/base/internal/native_utcb.h | 4 ++-- .../src/include/base/internal/parent_socket_handle.h | 4 ++-- .../base-linux/src/include/base/internal/platform_env.h | 4 ++-- .../src/include/base/internal/raw_write_string.h | 4 ++-- .../src/include/base/internal/region_map_mmap.h | 4 ++-- .../src/include/base/internal/region_registry.h | 4 ++-- .../src/include/base/internal/rpc_destination.h | 4 ++-- .../src/include/base/internal/server_socket_pair.h | 4 ++-- .../include/base/internal/socket_descriptor_registry.h | 4 ++-- repos/base-linux/src/include/base/internal/stack_area.h | 4 ++-- repos/base-linux/src/include/linux_dataspace/client.h | 4 ++-- .../src/include/linux_dataspace/linux_dataspace.h | 4 ++-- repos/base-linux/src/include/linux_native_cpu/client.h | 4 ++-- .../src/include/linux_native_cpu/linux_native_cpu.h | 4 ++-- repos/base-linux/src/include/linux_native_pd/client.h | 4 ++-- .../src/include/linux_native_pd/linux_native_pd.h | 4 ++-- repos/base-linux/src/ld/stack_area.nostdlib.ld | 4 ++-- repos/base-linux/src/ld/stack_area.stdlib.ld | 4 ++-- repos/base-linux/src/lib/base/attach_stack_area.cc | 4 ++-- repos/base-linux/src/lib/base/capability_raw.cc | 4 ++-- repos/base-linux/src/lib/base/child_process.cc | 4 ++-- repos/base-linux/src/lib/base/cpu/arm/cache.cc | 4 ++-- repos/base-linux/src/lib/base/debug.cc | 4 ++-- repos/base-linux/src/lib/base/env_reinit.cc | 4 ++-- repos/base-linux/src/lib/base/ipc.cc | 4 ++-- repos/base-linux/src/lib/base/platform_env.cc | 4 ++-- repos/base-linux/src/lib/base/region_map_client.cc | 4 ++-- repos/base-linux/src/lib/base/region_map_mmap.cc | 4 ++-- repos/base-linux/src/lib/base/rm_session_client.cc | 4 ++-- repos/base-linux/src/lib/base/thread_env.cc | 4 ++-- repos/base-linux/src/lib/base/thread_linux.cc | 4 ++-- repos/base-linux/src/lib/lx_hybrid/lx_hybrid.cc | 4 ++-- repos/base-linux/src/lib/syscall/linux_syscalls.h | 4 ++-- repos/base-linux/src/test/lx_hybrid_ctors/main.cc | 4 ++-- repos/base-linux/src/test/lx_hybrid_ctors/testlib.cc | 4 ++-- repos/base-linux/src/test/lx_hybrid_ctors/testlib.h | 4 ++-- repos/base-linux/src/test/lx_hybrid_exception/main.cc | 4 ++-- repos/base-linux/src/test/lx_hybrid_pthread_ipc/main.cc | 4 ++-- repos/base-linux/src/test/lx_rmap/main.cc | 4 ++-- repos/base-linux/src/test/region_map_mmap/main.cc | 4 ++-- repos/base-linux/src/test/sub_rm/config.h | 4 ++-- repos/base-nova/include/base/thread_state.h | 4 ++-- repos/base-nova/include/cpu_thread/client.h | 4 ++-- repos/base-nova/include/nova/cap_map.h | 4 ++-- repos/base-nova/include/nova/capability_space.h | 4 ++-- repos/base-nova/include/nova/native_thread.h | 4 ++-- repos/base-nova/include/nova/receive_window.h | 4 ++-- repos/base-nova/include/nova/stdint.h | 4 ++-- repos/base-nova/include/nova/util.h | 4 ++-- repos/base-nova/include/nova_native_pd/client.h | 4 ++-- repos/base-nova/include/nova_native_pd/nova_native_pd.h | 4 ++-- repos/base-nova/src/core/bios_data_area.cc | 4 ++-- repos/base-nova/src/core/core_log.cc | 4 ++-- repos/base-nova/src/core/core_region_map.cc | 4 ++-- repos/base-nova/src/core/core_rpc_cap_alloc.cc | 4 ++-- repos/base-nova/src/core/echo.cc | 4 ++-- repos/base-nova/src/core/include/echo.h | 4 ++-- repos/base-nova/src/core/include/imprint_badge.h | 4 ++-- repos/base-nova/src/core/include/ipc_pager.h | 4 ++-- repos/base-nova/src/core/include/irq_object.h | 4 ++-- repos/base-nova/src/core/include/map_local.h | 4 ++-- repos/base-nova/src/core/include/native_pd_component.h | 4 ++-- repos/base-nova/src/core/include/nova_util.h | 4 ++-- repos/base-nova/src/core/include/pager.h | 4 ++-- repos/base-nova/src/core/include/platform.h | 4 ++-- repos/base-nova/src/core/include/platform_pd.h | 4 ++-- repos/base-nova/src/core/include/platform_thread.h | 4 ++-- repos/base-nova/src/core/include/rpc_cap_factory.h | 4 ++-- repos/base-nova/src/core/include/signal_broker.h | 4 ++-- .../base-nova/src/core/include/signal_source_component.h | 4 ++-- repos/base-nova/src/core/include/util.h | 4 ++-- repos/base-nova/src/core/io_mem_session_support.cc | 4 ++-- repos/base-nova/src/core/ipc_pager.cc | 4 ++-- repos/base-nova/src/core/irq_session_component.cc | 4 ++-- repos/base-nova/src/core/native_pd_component.cc | 4 ++-- repos/base-nova/src/core/pager.cc | 4 ++-- repos/base-nova/src/core/pd_assign_pci.cc | 4 ++-- repos/base-nova/src/core/platform.cc | 4 ++-- repos/base-nova/src/core/platform_pd.cc | 4 ++-- repos/base-nova/src/core/platform_thread.cc | 4 ++-- repos/base-nova/src/core/ram_session_support.cc | 4 ++-- repos/base-nova/src/core/region_map_support.cc | 4 ++-- repos/base-nova/src/core/rpc_cap_factory.cc | 4 ++-- repos/base-nova/src/core/spec/x86_32/pager.cc | 4 ++-- repos/base-nova/src/core/spec/x86_64/pager.cc | 4 ++-- repos/base-nova/src/core/thread_start.cc | 4 ++-- repos/base-nova/src/include/base/internal/ipc.h | 4 ++-- repos/base-nova/src/include/base/internal/lock_helper.h | 4 ++-- .../base-nova/src/include/base/internal/native_thread.h | 4 ++-- repos/base-nova/src/include/base/internal/native_utcb.h | 4 ++-- repos/base-nova/src/include/base/internal/parent_cap.h | 4 ++-- .../src/include/base/internal/raw_write_string.h | 4 ++-- repos/base-nova/src/include/base/internal/spin_lock.h | 4 ++-- repos/base-nova/src/include/base/internal/stack_area.h | 4 ++-- repos/base-nova/src/include/signal_source/client.h | 4 ++-- .../src/include/signal_source/nova_signal_source.h | 4 ++-- repos/base-nova/src/lib/base/cap_map.cc | 4 ++-- repos/base-nova/src/lib/base/capability.cc | 4 ++-- repos/base-nova/src/lib/base/ipc.cc | 4 ++-- repos/base-nova/src/lib/base/region_map_client.cc | 4 ++-- repos/base-nova/src/lib/base/rpc_cap_alloc.cc | 4 ++-- repos/base-nova/src/lib/base/rpc_entrypoint.cc | 4 ++-- repos/base-nova/src/lib/base/signal_submit.cc | 4 ++-- repos/base-nova/src/lib/base/sleep.cc | 4 ++-- repos/base-nova/src/lib/base/stack.cc | 4 ++-- repos/base-nova/src/lib/base/thread_start.cc | 4 ++-- repos/base-nova/src/test/platform/ipc.cc | 4 ++-- repos/base-nova/src/test/platform/main.cc | 4 ++-- repos/base-nova/src/test/platform/server.h | 4 ++-- repos/base-okl4/src/core/core_log.cc | 4 ++-- repos/base-okl4/src/core/core_region_map.cc | 4 ++-- repos/base-okl4/src/core/include/ipc_pager.h | 4 ++-- repos/base-okl4/src/core/include/map_local.h | 4 ++-- repos/base-okl4/src/core/include/platform.h | 4 ++-- repos/base-okl4/src/core/include/platform_pd.h | 4 ++-- repos/base-okl4/src/core/include/platform_thread.h | 4 ++-- repos/base-okl4/src/core/include/rpc_cap_factory.h | 4 ++-- repos/base-okl4/src/core/include/stdint.h | 4 ++-- repos/base-okl4/src/core/include/util.h | 4 ++-- repos/base-okl4/src/core/io_mem_session_support.cc | 4 ++-- repos/base-okl4/src/core/irq_session_component.cc | 4 ++-- repos/base-okl4/src/core/pager.cc | 4 ++-- repos/base-okl4/src/core/pager_object.cc | 4 ++-- repos/base-okl4/src/core/platform.cc | 4 ++-- repos/base-okl4/src/core/platform_pd.cc | 4 ++-- repos/base-okl4/src/core/platform_thread.cc | 4 ++-- repos/base-okl4/src/core/ram_session_support.cc | 4 ++-- repos/base-okl4/src/core/region_map_support.cc | 4 ++-- repos/base-okl4/src/core/spec/x86/platform_thread_x86.cc | 4 ++-- repos/base-okl4/src/core/spec/x86/platform_x86.cc | 4 ++-- repos/base-okl4/src/core/thread_start.cc | 4 ++-- repos/base-okl4/src/include/base/internal/lock_helper.h | 4 ++-- .../base-okl4/src/include/base/internal/native_thread.h | 4 ++-- repos/base-okl4/src/include/base/internal/native_utcb.h | 4 ++-- repos/base-okl4/src/include/base/internal/parent_cap.h | 4 ++-- .../src/include/base/internal/raw_write_string.h | 4 ++-- .../src/include/base/internal/rpc_destination.h | 4 ++-- repos/base-okl4/src/include/bootinfo/internal/stdint.h | 4 ++-- repos/base-okl4/src/include/bootinfo/internal/stdio.h | 4 ++-- repos/base-okl4/src/lib/base/capability_raw.cc | 4 ++-- repos/base-okl4/src/lib/base/ipc.cc | 4 ++-- repos/base-okl4/src/lib/base/thread_bootstrap.cc | 4 ++-- repos/base-pistachio/src/core/core_log.cc | 4 ++-- repos/base-pistachio/src/core/cpu_session_platform.cc | 4 ++-- repos/base-pistachio/src/core/include/ipc_pager.h | 4 ++-- repos/base-pistachio/src/core/include/kip.h | 4 ++-- repos/base-pistachio/src/core/include/map_local.h | 4 ++-- repos/base-pistachio/src/core/include/platform.h | 4 ++-- repos/base-pistachio/src/core/include/platform_pd.h | 4 ++-- repos/base-pistachio/src/core/include/platform_thread.h | 4 ++-- .../base-pistachio/src/core/include/print_l4_thread_id.h | 4 ++-- repos/base-pistachio/src/core/include/rpc_cap_factory.h | 4 ++-- repos/base-pistachio/src/core/include/util.h | 4 ++-- repos/base-pistachio/src/core/io_mem_session_support.cc | 4 ++-- repos/base-pistachio/src/core/irq_session_component.cc | 4 ++-- repos/base-pistachio/src/core/kip.cc | 4 ++-- repos/base-pistachio/src/core/pager.cc | 4 ++-- repos/base-pistachio/src/core/pager_object.cc | 4 ++-- repos/base-pistachio/src/core/platform.cc | 4 ++-- repos/base-pistachio/src/core/platform_pd.cc | 4 ++-- repos/base-pistachio/src/core/platform_thread.cc | 4 ++-- repos/base-pistachio/src/core/ram_session_support.cc | 4 ++-- repos/base-pistachio/src/core/region_map_support.cc | 4 ++-- repos/base-pistachio/src/core/spec/x86/platform_x86.cc | 4 ++-- repos/base-pistachio/src/core/thread_start.cc | 4 ++-- .../src/include/base/internal/lock_helper.h | 4 ++-- .../src/include/base/internal/native_thread.h | 4 ++-- .../src/include/base/internal/native_utcb.h | 4 ++-- .../src/include/base/internal/parent_cap.h | 4 ++-- .../src/include/base/internal/raw_write_string.h | 4 ++-- .../src/include/base/internal/rpc_destination.h | 4 ++-- repos/base-pistachio/src/lib/base/capability_raw.cc | 4 ++-- repos/base-pistachio/src/lib/base/ipc.cc | 4 ++-- repos/base-pistachio/src/lib/base/thread_bootstrap.cc | 4 ++-- repos/base-sel4/include/sel4/assert.h | 4 ++-- repos/base-sel4/src/core/capability_space.cc | 4 ++-- repos/base-sel4/src/core/core_log.cc | 4 ++-- repos/base-sel4/src/core/core_region_map.cc | 4 ++-- repos/base-sel4/src/core/include/cap_sel_alloc.h | 4 ++-- repos/base-sel4/src/core/include/cnode.h | 4 ++-- repos/base-sel4/src/core/include/core_capability_data.h | 4 ++-- repos/base-sel4/src/core/include/core_cspace.h | 4 ++-- repos/base-sel4/src/core/include/initial_untyped_pool.h | 4 ++-- repos/base-sel4/src/core/include/install_mapping.h | 4 ++-- repos/base-sel4/src/core/include/ipc_pager.h | 4 ++-- repos/base-sel4/src/core/include/irq_object.h | 4 ++-- repos/base-sel4/src/core/include/kernel_object.h | 4 ++-- repos/base-sel4/src/core/include/map_local.h | 4 ++-- repos/base-sel4/src/core/include/page_table_registry.h | 4 ++-- repos/base-sel4/src/core/include/pager.h | 4 ++-- repos/base-sel4/src/core/include/platform.h | 4 ++-- repos/base-sel4/src/core/include/platform_pd.h | 4 ++-- repos/base-sel4/src/core/include/platform_thread.h | 4 ++-- repos/base-sel4/src/core/include/rpc_cap_factory.h | 4 ++-- repos/base-sel4/src/core/include/sel4_boot_info.h | 4 ++-- repos/base-sel4/src/core/include/thread_sel4.h | 4 ++-- repos/base-sel4/src/core/include/untyped_memory.h | 4 ++-- repos/base-sel4/src/core/include/util.h | 4 ++-- repos/base-sel4/src/core/include/vm_space.h | 4 ++-- repos/base-sel4/src/core/io_mem_session_support.cc | 4 ++-- repos/base-sel4/src/core/io_port_session_support.cc | 4 ++-- repos/base-sel4/src/core/irq_session_component.cc | 4 ++-- repos/base-sel4/src/core/pager.cc | 4 ++-- repos/base-sel4/src/core/platform.cc | 4 ++-- repos/base-sel4/src/core/platform_pd.cc | 4 ++-- repos/base-sel4/src/core/platform_thread.cc | 4 ++-- repos/base-sel4/src/core/ram_session_support.cc | 4 ++-- repos/base-sel4/src/core/region_map_support.cc | 4 ++-- repos/base-sel4/src/core/rpc_cap_factory.cc | 4 ++-- repos/base-sel4/src/core/signal_source_component.cc | 4 ++-- repos/base-sel4/src/core/stack_area.cc | 4 ++-- repos/base-sel4/src/core/thread_start.cc | 4 ++-- repos/base-sel4/src/include/base/internal/assert.h | 4 ++-- .../src/include/base/internal/capability_space_sel4.h | 4 ++-- .../src/include/base/internal/kernel_debugger.h | 4 ++-- repos/base-sel4/src/include/base/internal/lock_helper.h | 4 ++-- .../base-sel4/src/include/base/internal/native_thread.h | 4 ++-- repos/base-sel4/src/include/base/internal/native_utcb.h | 4 ++-- repos/base-sel4/src/include/base/internal/parent_cap.h | 4 ++-- .../src/include/base/internal/raw_write_string.h | 4 ++-- repos/base-sel4/src/include/signal_source/client.h | 4 ++-- repos/base-sel4/src/include/signal_source/rpc_object.h | 4 ++-- .../src/include/signal_source/sel4_signal_source.h | 4 ++-- repos/base-sel4/src/lib/base/capability_raw.cc | 4 ++-- repos/base-sel4/src/lib/base/capability_space.cc | 4 ++-- repos/base-sel4/src/lib/base/ipc.cc | 4 ++-- repos/base-sel4/src/lib/base/thread_bootstrap.cc | 4 ++-- repos/base-sel4/src/lib/base/thread_init.cc | 4 ++-- repos/base/include/base/affinity.h | 4 ++-- repos/base/include/base/allocator.h | 4 ++-- repos/base/include/base/allocator_avl.h | 4 ++-- repos/base/include/base/allocator_guard.h | 4 ++-- repos/base/include/base/attached_dataspace.h | 4 ++-- repos/base/include/base/attached_io_mem_dataspace.h | 4 ++-- repos/base/include/base/attached_ram_dataspace.h | 4 ++-- repos/base/include/base/attached_rom_dataspace.h | 4 ++-- repos/base/include/base/blocking.h | 4 ++-- repos/base/include/base/cache.h | 4 ++-- repos/base/include/base/cancelable_lock.h | 4 ++-- repos/base/include/base/capability.h | 4 ++-- repos/base/include/base/child.h | 4 ++-- repos/base/include/base/component.h | 4 ++-- repos/base/include/base/connection.h | 4 ++-- repos/base/include/base/console.h | 4 ++-- repos/base/include/base/debug.h | 4 ++-- repos/base/include/base/entrypoint.h | 4 ++-- repos/base/include/base/env.h | 4 ++-- repos/base/include/base/exception.h | 4 ++-- repos/base/include/base/heap.h | 4 ++-- repos/base/include/base/id_space.h | 4 ++-- repos/base/include/base/ipc.h | 4 ++-- repos/base/include/base/ipc_msgbuf.h | 4 ++-- repos/base/include/base/local_connection.h | 4 ++-- repos/base/include/base/lock.h | 4 ++-- repos/base/include/base/lock_guard.h | 4 ++-- repos/base/include/base/log.h | 4 ++-- repos/base/include/base/native_capability.h | 4 ++-- repos/base/include/base/native_capability_tpl.h | 4 ++-- repos/base/include/base/object_pool.h | 4 ++-- repos/base/include/base/output.h | 4 ++-- repos/base/include/base/printf.h | 4 ++-- repos/base/include/base/registry.h | 4 ++-- repos/base/include/base/rpc.h | 4 ++-- repos/base/include/base/rpc_args.h | 4 ++-- repos/base/include/base/rpc_client.h | 4 ++-- repos/base/include/base/rpc_server.h | 4 ++-- repos/base/include/base/semaphore.h | 4 ++-- repos/base/include/base/service.h | 4 ++-- repos/base/include/base/session_label.h | 4 ++-- repos/base/include/base/session_state.h | 4 ++-- repos/base/include/base/shared_object.h | 4 ++-- repos/base/include/base/signal.h | 4 ++-- repos/base/include/base/slab.h | 4 ++-- repos/base/include/base/sleep.h | 4 ++-- repos/base/include/base/snprintf.h | 4 ++-- repos/base/include/base/stdint.h | 4 ++-- repos/base/include/base/synced_allocator.h | 4 ++-- repos/base/include/base/synced_interface.h | 4 ++-- repos/base/include/base/thread.h | 4 ++-- repos/base/include/base/thread_state.h | 4 ++-- repos/base/include/base/thread_state_base.h | 4 ++-- repos/base/include/base/trace/buffer.h | 4 ++-- repos/base/include/base/trace/events.h | 4 ++-- repos/base/include/base/trace/logger.h | 4 ++-- repos/base/include/base/trace/policy.h | 4 ++-- repos/base/include/base/trace/types.h | 4 ++-- repos/base/include/base/tslab.h | 4 ++-- repos/base/include/base/weak_ptr.h | 4 ++-- repos/base/include/cap_session/cap_session.h | 4 ++-- repos/base/include/cap_session/connection.h | 4 ++-- repos/base/include/cpu/cache.h | 4 ++-- repos/base/include/cpu_session/capability.h | 4 ++-- repos/base/include/cpu_session/client.h | 4 ++-- repos/base/include/cpu_session/connection.h | 4 ++-- repos/base/include/cpu_session/cpu_session.h | 4 ++-- repos/base/include/cpu_thread/capability.h | 4 ++-- repos/base/include/cpu_thread/client.h | 4 ++-- repos/base/include/cpu_thread/cpu_thread.h | 4 ++-- repos/base/include/dataspace/capability.h | 4 ++-- repos/base/include/dataspace/client.h | 4 ++-- repos/base/include/dataspace/dataspace.h | 4 ++-- repos/base/include/deprecated/env.h | 4 ++-- repos/base/include/io_mem_session/capability.h | 4 ++-- repos/base/include/io_mem_session/client.h | 4 ++-- repos/base/include/io_mem_session/connection.h | 4 ++-- repos/base/include/io_mem_session/io_mem_session.h | 4 ++-- repos/base/include/io_port_session/capability.h | 4 ++-- repos/base/include/io_port_session/client.h | 4 ++-- repos/base/include/io_port_session/connection.h | 4 ++-- repos/base/include/io_port_session/io_port_session.h | 4 ++-- repos/base/include/irq_session/capability.h | 4 ++-- repos/base/include/irq_session/client.h | 4 ++-- repos/base/include/irq_session/connection.h | 4 ++-- repos/base/include/irq_session/irq_session.h | 4 ++-- repos/base/include/log_session/capability.h | 4 ++-- repos/base/include/log_session/client.h | 4 ++-- repos/base/include/log_session/connection.h | 4 ++-- repos/base/include/log_session/log_session.h | 4 ++-- repos/base/include/parent/capability.h | 4 ++-- repos/base/include/parent/client.h | 4 ++-- repos/base/include/parent/parent.h | 4 ++-- repos/base/include/pd_session/capability.h | 4 ++-- repos/base/include/pd_session/client.h | 4 ++-- repos/base/include/pd_session/connection.h | 4 ++-- repos/base/include/pd_session/pd_session.h | 4 ++-- repos/base/include/ram_session/capability.h | 4 ++-- repos/base/include/ram_session/client.h | 4 ++-- repos/base/include/ram_session/connection.h | 4 ++-- repos/base/include/ram_session/ram_session.h | 4 ++-- repos/base/include/region_map/client.h | 4 ++-- repos/base/include/region_map/region_map.h | 4 ++-- repos/base/include/rm_session/capability.h | 4 ++-- repos/base/include/rm_session/client.h | 4 ++-- repos/base/include/rm_session/connection.h | 4 ++-- repos/base/include/rm_session/rm_session.h | 4 ++-- repos/base/include/rom_session/capability.h | 4 ++-- repos/base/include/rom_session/client.h | 4 ++-- repos/base/include/rom_session/connection.h | 4 ++-- repos/base/include/rom_session/rom_session.h | 4 ++-- repos/base/include/root/capability.h | 4 ++-- repos/base/include/root/client.h | 4 ++-- repos/base/include/root/component.h | 4 ++-- repos/base/include/root/root.h | 4 ++-- repos/base/include/session/capability.h | 4 ++-- repos/base/include/session/session.h | 4 ++-- repos/base/include/spec/32bit/base/fixed_stdint.h | 4 ++-- repos/base/include/spec/64bit/base/fixed_stdint.h | 4 ++-- repos/base/include/spec/arm/cpu/atomic.h | 4 ++-- repos/base/include/spec/arm/cpu/consts.h | 4 ++-- repos/base/include/spec/arm/cpu/cpu_state.h | 4 ++-- repos/base/include/spec/arm/cpu/string.h | 4 ++-- repos/base/include/spec/arm/vfp/cpu/string.h | 4 ++-- repos/base/include/spec/arm_v6/cpu/memory_barrier.h | 4 ++-- repos/base/include/spec/arm_v7/cpu/memory_barrier.h | 4 ++-- repos/base/include/spec/arndale/drivers/board_base.h | 4 ++-- repos/base/include/spec/exynos/drivers/uart_base.h | 4 ++-- repos/base/include/spec/exynos4/board_base.h | 4 ++-- repos/base/include/spec/exynos5/board_base.h | 4 ++-- repos/base/include/spec/imx/drivers/uart_base.h | 4 ++-- .../base/include/spec/imx53/drivers/board_base_support.h | 4 ++-- repos/base/include/spec/imx53_qsb/drivers/board_base.h | 4 ++-- repos/base/include/spec/imx6/drivers/board_base.h | 4 ++-- repos/base/include/spec/odroid_x2/drivers/board_base.h | 4 ++-- repos/base/include/spec/odroid_xu/drivers/board_base.h | 4 ++-- repos/base/include/spec/panda/drivers/board_base.h | 4 ++-- repos/base/include/spec/pbxa9/drivers/board_base.h | 4 ++-- repos/base/include/spec/pl011/drivers/uart_base.h | 4 ++-- repos/base/include/spec/rpi/drivers/board_base.h | 4 ++-- repos/base/include/spec/tl16c750/drivers/uart_base.h | 4 ++-- repos/base/include/spec/usb_armory/drivers/board_base.h | 4 ++-- repos/base/include/spec/x86/bios_data_area.h | 4 ++-- repos/base/include/spec/x86/cpu/atomic.h | 4 ++-- repos/base/include/spec/x86/cpu/consts.h | 4 ++-- repos/base/include/spec/x86/cpu/memory_barrier.h | 4 ++-- repos/base/include/spec/x86/cpu/string.h | 4 ++-- repos/base/include/spec/x86/drivers/uart_base.h | 4 ++-- repos/base/include/spec/x86_32/cpu/cpu_state.h | 4 ++-- repos/base/include/spec/x86_64/cpu/cpu_state.h | 4 ++-- repos/base/include/spec/xilinx/drivers/uart_base.h | 4 ++-- .../base/include/spec/zynq/drivers/board_base_support.h | 4 ++-- repos/base/include/spec/zynq_qemu/drivers/board_base.h | 4 ++-- repos/base/include/thread/capability.h | 4 ++-- repos/base/include/trace_session/client.h | 2 +- repos/base/include/trace_session/connection.h | 2 +- repos/base/include/trace_session/trace_session.h | 4 ++-- repos/base/include/util/arg_string.h | 4 ++-- repos/base/include/util/avl_string.h | 4 ++-- repos/base/include/util/avl_tree.h | 4 ++-- repos/base/include/util/bit_allocator.h | 4 ++-- repos/base/include/util/bit_array.h | 4 ++-- repos/base/include/util/construct_at.h | 4 ++-- repos/base/include/util/fifo.h | 4 ++-- repos/base/include/util/flex_iterator.h | 4 ++-- repos/base/include/util/list.h | 4 ++-- repos/base/include/util/meta.h | 4 ++-- repos/base/include/util/misc_math.h | 4 ++-- repos/base/include/util/mmio.h | 4 ++-- repos/base/include/util/noncopyable.h | 4 ++-- repos/base/include/util/print_lines.h | 4 ++-- repos/base/include/util/reconstructible.h | 4 ++-- repos/base/include/util/register.h | 4 ++-- repos/base/include/util/retry.h | 4 ++-- repos/base/include/util/string.h | 4 ++-- repos/base/include/util/token.h | 4 ++-- repos/base/include/util/touch.h | 4 ++-- repos/base/include/util/volatile_object.h | 4 ++-- repos/base/include/util/xml_generator.h | 4 ++-- repos/base/include/util/xml_node.h | 4 ++-- repos/base/lib/symbols/ld | 4 ++-- repos/base/src/core/capability_space.cc | 4 ++-- repos/base/src/core/core_mem_alloc.cc | 4 ++-- repos/base/src/core/core_region_map.cc | 4 ++-- repos/base/src/core/core_rpc_cap_alloc.cc | 4 ++-- repos/base/src/core/cpu_session_component.cc | 4 ++-- repos/base/src/core/cpu_session_support.cc | 4 ++-- repos/base/src/core/cpu_thread_component.cc | 4 ++-- repos/base/src/core/dataspace_component.cc | 4 ++-- repos/base/src/core/default_log.cc | 4 ++-- repos/base/src/core/dump_alloc.cc | 4 ++-- repos/base/src/core/include/address_space.h | 4 ++-- repos/base/src/core/include/assertion.h | 4 ++-- repos/base/src/core/include/boot_modules.h | 4 ++-- repos/base/src/core/include/core_capability_space.h | 4 ++-- repos/base/src/core/include/core_env.h | 4 ++-- repos/base/src/core/include/core_log.h | 4 ++-- repos/base/src/core/include/core_mem_alloc.h | 4 ++-- repos/base/src/core/include/core_parent.h | 4 ++-- repos/base/src/core/include/core_pd_session.h | 4 ++-- repos/base/src/core/include/core_region_map.h | 4 ++-- repos/base/src/core/include/cpu_root.h | 4 ++-- repos/base/src/core/include/cpu_session_component.h | 4 ++-- repos/base/src/core/include/cpu_thread_allocator.h | 4 ++-- repos/base/src/core/include/cpu_thread_component.h | 4 ++-- repos/base/src/core/include/dataspace_component.h | 4 ++-- repos/base/src/core/include/io_mem_root.h | 4 ++-- repos/base/src/core/include/io_mem_session_component.h | 4 ++-- repos/base/src/core/include/io_port_root.h | 4 ++-- repos/base/src/core/include/io_port_session_component.h | 4 ++-- repos/base/src/core/include/irq_args.h | 4 ++-- repos/base/src/core/include/irq_object.h | 4 ++-- repos/base/src/core/include/irq_root.h | 4 ++-- repos/base/src/core/include/irq_session_component.h | 4 ++-- repos/base/src/core/include/log_root.h | 4 ++-- repos/base/src/core/include/log_session_component.h | 4 ++-- repos/base/src/core/include/native_cpu_component.h | 4 ++-- repos/base/src/core/include/native_pd_component.h | 4 ++-- repos/base/src/core/include/pager.h | 4 ++-- .../base/src/core/include/pager_object_exception_state.h | 4 ++-- repos/base/src/core/include/pd_root.h | 4 ++-- repos/base/src/core/include/pd_session_component.h | 4 ++-- repos/base/src/core/include/platform_generic.h | 4 ++-- repos/base/src/core/include/platform_services.h | 4 ++-- repos/base/src/core/include/ram_root.h | 4 ++-- repos/base/src/core/include/ram_session_component.h | 4 ++-- repos/base/src/core/include/region_map_component.h | 4 ++-- repos/base/src/core/include/rm_root.h | 4 ++-- repos/base/src/core/include/rm_session_component.h | 4 ++-- repos/base/src/core/include/rom_fs.h | 4 ++-- repos/base/src/core/include/rom_root.h | 4 ++-- repos/base/src/core/include/rom_session_component.h | 4 ++-- repos/base/src/core/include/rpc_cap_factory.h | 4 ++-- repos/base/src/core/include/signal_broker.h | 4 ++-- repos/base/src/core/include/signal_source_component.h | 4 ++-- repos/base/src/core/include/synced_range_allocator.h | 4 ++-- repos/base/src/core/include/trace/control_area.h | 4 ++-- repos/base/src/core/include/trace/policy_registry.h | 4 ++-- repos/base/src/core/include/trace/root.h | 4 ++-- repos/base/src/core/include/trace/session_component.h | 4 ++-- repos/base/src/core/include/trace/source_registry.h | 4 ++-- repos/base/src/core/include/trace/subject_registry.h | 4 ++-- repos/base/src/core/io_mem_session_component.cc | 4 ++-- repos/base/src/core/main.cc | 4 ++-- repos/base/src/core/pager_ep.cc | 4 ++-- repos/base/src/core/pager_object.cc | 4 ++-- repos/base/src/core/pd_assign_pci.cc | 4 ++-- repos/base/src/core/pd_session_component.cc | 4 ++-- repos/base/src/core/pd_upgrade_ram_quota.cc | 4 ++-- repos/base/src/core/platform_services.cc | 4 ++-- repos/base/src/core/ram_session_component.cc | 4 ++-- repos/base/src/core/region_map_component.cc | 4 ++-- repos/base/src/core/rom_session_component.cc | 4 ++-- repos/base/src/core/rpc_cap_factory.cc | 4 ++-- repos/base/src/core/rpc_cap_factory_l4.cc | 4 ++-- repos/base/src/core/signal_source_component.cc | 4 ++-- .../base/src/core/spec/x86/io_port_session_component.cc | 4 ++-- repos/base/src/core/spec/x86/io_port_session_support.cc | 4 ++-- repos/base/src/core/spec/x86/platform_services.cc | 4 ++-- repos/base/src/core/stack_area.cc | 4 ++-- repos/base/src/core/trace_session_component.cc | 4 ++-- repos/base/src/core/version.cc | 4 ++-- .../base/src/include/base/internal/attached_stack_area.h | 4 ++-- repos/base/src/include/base/internal/capability_data.h | 4 ++-- repos/base/src/include/base/internal/capability_space.h | 4 ++-- .../src/include/base/internal/capability_space_tpl.h | 4 ++-- repos/base/src/include/base/internal/crt0.h | 4 ++-- repos/base/src/include/base/internal/elf.h | 4 ++-- .../include/base/internal/expanding_cpu_session_client.h | 4 ++-- .../src/include/base/internal/expanding_parent_client.h | 4 ++-- .../include/base/internal/expanding_ram_session_client.h | 4 ++-- .../include/base/internal/expanding_region_map_client.h | 4 ++-- repos/base/src/include/base/internal/globals.h | 4 ++-- repos/base/src/include/base/internal/ipc_server.h | 4 ++-- repos/base/src/include/base/internal/output.h | 4 ++-- repos/base/src/include/base/internal/page_size.h | 4 ++-- repos/base/src/include/base/internal/parent_cap.h | 4 ++-- repos/base/src/include/base/internal/platform_env.h | 4 ++-- repos/base/src/include/base/internal/rpc_obj_key.h | 4 ++-- repos/base/src/include/base/internal/spin_lock.h | 4 ++-- repos/base/src/include/base/internal/stack.h | 4 ++-- repos/base/src/include/base/internal/stack_allocator.h | 4 ++-- repos/base/src/include/base/internal/stack_area.h | 4 ++-- repos/base/src/include/base/internal/trace_control.h | 4 ++-- .../base/src/include/base/internal/unmanaged_singleton.h | 4 ++-- .../base/src/include/base/internal/upgradeable_client.h | 4 ++-- repos/base/src/include/pager/capability.h | 4 ++-- repos/base/src/include/signal_source/capability.h | 4 ++-- repos/base/src/include/signal_source/client.h | 4 ++-- repos/base/src/include/signal_source/rpc_object.h | 4 ++-- repos/base/src/include/signal_source/signal_source.h | 4 ++-- repos/base/src/ld/genode.ld | 4 ++-- repos/base/src/ld/genode_dyn.ld | 4 ++-- repos/base/src/ld/genode_rel.ld | 4 ++-- repos/base/src/lib/base/allocator_avl.cc | 4 ++-- repos/base/src/lib/base/avl_tree.cc | 4 ++-- repos/base/src/lib/base/cache.cc | 4 ++-- repos/base/src/lib/base/capability.cc | 4 ++-- repos/base/src/lib/base/capability_space.cc | 4 ++-- repos/base/src/lib/base/child.cc | 4 ++-- repos/base/src/lib/base/child_process.cc | 4 ++-- repos/base/src/lib/base/component.cc | 4 ++-- repos/base/src/lib/base/console.cc | 4 ++-- repos/base/src/lib/base/default_log.cc | 4 ++-- repos/base/src/lib/base/elf_binary.cc | 4 ++-- repos/base/src/lib/base/entrypoint.cc | 4 ++-- repos/base/src/lib/base/env_deprecated.cc | 4 ++-- repos/base/src/lib/base/env_reinit.cc | 4 ++-- repos/base/src/lib/base/env_session_id_space.cc | 4 ++-- repos/base/src/lib/base/heap.cc | 4 ++-- repos/base/src/lib/base/lock.cc | 4 ++-- repos/base/src/lib/base/log.cc | 4 ++-- repos/base/src/lib/base/log_console.cc | 4 ++-- repos/base/src/lib/base/output.cc | 4 ++-- repos/base/src/lib/base/raw_output.cc | 4 ++-- repos/base/src/lib/base/region_map_client.cc | 4 ++-- repos/base/src/lib/base/registry.cc | 4 ++-- repos/base/src/lib/base/rm_session_client.cc | 4 ++-- repos/base/src/lib/base/root_proxy.cc | 4 ++-- repos/base/src/lib/base/rpc_cap_alloc.cc | 4 ++-- repos/base/src/lib/base/rpc_dispatch_loop.cc | 4 ++-- repos/base/src/lib/base/rpc_entrypoint.cc | 4 ++-- repos/base/src/lib/base/session_state.cc | 4 ++-- repos/base/src/lib/base/signal.cc | 4 ++-- repos/base/src/lib/base/signal_common.cc | 4 ++-- repos/base/src/lib/base/signal_submit.cc | 4 ++-- repos/base/src/lib/base/slab.cc | 4 ++-- repos/base/src/lib/base/sleep.cc | 4 ++-- repos/base/src/lib/base/sliced_heap.cc | 4 ++-- repos/base/src/lib/base/stack_allocator.cc | 4 ++-- repos/base/src/lib/base/stack_area.cc | 4 ++-- repos/base/src/lib/base/thread.cc | 4 ++-- repos/base/src/lib/base/thread_bootstrap.cc | 4 ++-- repos/base/src/lib/base/thread_myself.cc | 4 ++-- repos/base/src/lib/base/thread_start.cc | 4 ++-- repos/base/src/lib/base/trace.cc | 4 ++-- repos/base/src/lib/base/utcb.cc | 4 ++-- repos/base/src/lib/cxx/exception.cc | 4 ++-- repos/base/src/lib/cxx/guard.cc | 4 ++-- repos/base/src/lib/cxx/malloc_free.cc | 4 ++-- repos/base/src/lib/cxx/misc.cc | 4 ++-- repos/base/src/lib/cxx/new_delete.cc | 4 ++-- repos/base/src/lib/cxx/unwind.c | 4 ++-- repos/base/src/lib/ldso/debug.cc | 4 ++-- repos/base/src/lib/ldso/dependency.cc | 4 ++-- repos/base/src/lib/ldso/exception.cc | 4 ++-- repos/base/src/lib/ldso/include/debug.h | 4 ++-- repos/base/src/lib/ldso/include/dynamic.h | 4 ++-- repos/base/src/lib/ldso/include/dynamic_generic.h | 4 ++-- repos/base/src/lib/ldso/include/elf.h | 4 ++-- repos/base/src/lib/ldso/include/file.h | 4 ++-- repos/base/src/lib/ldso/include/init.h | 4 ++-- repos/base/src/lib/ldso/include/linker.h | 4 ++-- repos/base/src/lib/ldso/include/region_map.h | 4 ++-- repos/base/src/lib/ldso/include/relocation_generic.h | 4 ++-- repos/base/src/lib/ldso/include/types.h | 4 ++-- repos/base/src/lib/ldso/include/util.h | 4 ++-- repos/base/src/lib/ldso/linker.ld | 4 ++-- repos/base/src/lib/ldso/linux-32.ld | 4 ++-- repos/base/src/lib/ldso/main.cc | 4 ++-- repos/base/src/lib/ldso/shared_object.cc | 4 ++-- repos/base/src/lib/ldso/spec/arm/jmp_slot.s | 4 ++-- repos/base/src/lib/ldso/spec/arm/relocation.h | 4 ++-- repos/base/src/lib/ldso/spec/riscv/jmp_slot.s | 4 ++-- repos/base/src/lib/ldso/spec/riscv/relocation.h | 4 ++-- repos/base/src/lib/ldso/spec/x86_32/jmp_slot.s | 4 ++-- repos/base/src/lib/ldso/spec/x86_32/relocation.h | 4 ++-- repos/base/src/lib/ldso/spec/x86_64/jmp_slot.s | 4 ++-- repos/base/src/lib/ldso/spec/x86_64/relocation.h | 4 ++-- repos/base/src/lib/ldso/startup/startup.cc | 4 ++-- repos/base/src/lib/ldso/startup/unwind_exidx.cc | 4 ++-- repos/base/src/lib/ldso/test.cc | 4 ++-- repos/base/src/lib/startup/_main.cc | 4 ++-- repos/base/src/lib/startup/cap_copy.cc | 4 ++-- repos/base/src/lib/startup/init_main_thread.cc | 4 ++-- repos/base/src/lib/startup/spec/arm/crt0.s | 4 ++-- repos/base/src/lib/startup/spec/x86_32/crt0.s | 4 ++-- repos/base/src/lib/startup/spec/x86_64/crt0.s | 4 ++-- repos/base/src/test/affinity/main.cc | 4 ++-- repos/base/src/test/ds_ownership/main.cc | 4 ++-- repos/base/src/test/fpu/main.cc | 4 ++-- repos/base/src/test/log/main.cc | 4 ++-- repos/base/src/test/mp_server/main.cc | 4 ++-- repos/base/src/test/new_delete/main.cc | 4 ++-- repos/base/src/test/reconstructible/main.cc | 4 ++-- repos/base/src/test/rm_fault/main.cc | 4 ++-- repos/base/src/test/rm_nested/main.cc | 4 ++-- repos/base/src/test/slab/main.cc | 4 ++-- repos/base/src/test/sub_rm/config.h | 4 ++-- repos/base/src/test/sub_rm/main.cc | 4 ++-- repos/base/src/test/synced_interface/main.cc | 4 ++-- repos/base/src/test/thread/main.cc | 4 ++-- repos/base/src/test/util_mmio/main.cc | 4 ++-- repos/base/src/test/weak_ptr/main.cc | 4 ++-- repos/dde_bsd/include/audio/audio.h | 4 ++-- repos/dde_bsd/src/drivers/audio/main.cc | 4 ++-- repos/dde_bsd/src/lib/audio/bsd.h | 2 +- repos/dde_bsd/src/lib/audio/bsd_emul.c | 4 ++-- repos/dde_bsd/src/lib/audio/bus.cc | 2 +- repos/dde_bsd/src/lib/audio/driver.cc | 2 +- repos/dde_bsd/src/lib/audio/dummies.cc | 4 ++-- repos/dde_bsd/src/lib/audio/include/bsd_emul.h | 4 ++-- repos/dde_bsd/src/lib/audio/include/extern_c_begin.h | 4 ++-- repos/dde_bsd/src/lib/audio/include/extern_c_end.h | 4 ++-- repos/dde_bsd/src/lib/audio/include/list.h | 4 ++-- repos/dde_bsd/src/lib/audio/include/scheduler.h | 4 ++-- .../lib/audio/include/spec/x86_32/platform/platform.h | 4 ++-- .../lib/audio/include/spec/x86_64/platform/platform.h | 4 ++-- repos/dde_bsd/src/lib/audio/irq.cc | 4 ++-- repos/dde_bsd/src/lib/audio/mem.cc | 2 +- repos/dde_bsd/src/lib/audio/misc.cc | 4 ++-- repos/dde_bsd/src/lib/audio/scheduler.cc | 4 ++-- repos/dde_bsd/src/lib/audio/timer.cc | 2 +- repos/dde_bsd/src/test/audio_in/main.cc | 2 +- repos/dde_ipxe/include/dde_ipxe/nic.h | 7 +++---- repos/dde_ipxe/include/dde_ipxe/support.h | 5 ++--- repos/dde_ipxe/src/drivers/nic/main.cc | 4 ++-- repos/dde_ipxe/src/lib/dde_ipxe/dde.c | 6 +++--- repos/dde_ipxe/src/lib/dde_ipxe/dde_support.cc | 6 +++--- repos/dde_ipxe/src/lib/dde_ipxe/dummies.c | 6 +++--- repos/dde_ipxe/src/lib/dde_ipxe/include/dde_support.h | 6 +++--- repos/dde_ipxe/src/lib/dde_ipxe/local.h | 6 +++--- repos/dde_ipxe/src/lib/dde_ipxe/nic.c | 6 +++--- repos/dde_linux/include/lxip/lxip.h | 6 +++--- repos/dde_linux/include/wifi/socket_call.h | 6 +++--- .../src/drivers/framebuffer/intel/i915_params.c | 6 +++--- .../src/drivers/framebuffer/intel/include/component.h | 6 +++--- repos/dde_linux/src/drivers/framebuffer/intel/lx_emul.cc | 6 +++--- .../dde_linux/src/drivers/framebuffer/intel/lx_emul_c.c | 6 +++--- repos/dde_linux/src/drivers/framebuffer/intel/main.cc | 4 ++-- repos/dde_linux/src/drivers/usb/main.cc | 6 +++--- repos/dde_linux/src/drivers/usb_net_stat/main.cc | 6 +++--- repos/dde_linux/src/drivers/wifi/main.cc | 4 ++-- repos/dde_linux/src/drivers/wifi/wpa.h | 4 ++-- repos/dde_linux/src/include/lx_emul/atomic.h | 6 +++--- repos/dde_linux/src/include/lx_emul/bitops.h | 6 +++--- repos/dde_linux/src/include/lx_emul/bug.h | 6 +++--- repos/dde_linux/src/include/lx_emul/byteorder.h | 6 +++--- repos/dde_linux/src/include/lx_emul/compiler.h | 6 +++--- repos/dde_linux/src/include/lx_emul/completion.h | 6 +++--- repos/dde_linux/src/include/lx_emul/errno.h | 6 +++--- repos/dde_linux/src/include/lx_emul/extern_c_begin.h | 6 +++--- repos/dde_linux/src/include/lx_emul/extern_c_end.h | 6 +++--- repos/dde_linux/src/include/lx_emul/gfp.h | 6 +++--- repos/dde_linux/src/include/lx_emul/impl/completion.h | 4 ++-- repos/dde_linux/src/include/lx_emul/impl/delay.h | 4 ++-- repos/dde_linux/src/include/lx_emul/impl/gfp.h | 6 +++--- repos/dde_linux/src/include/lx_emul/impl/io.h | 6 +++--- repos/dde_linux/src/include/lx_emul/impl/kernel.h | 6 +++--- repos/dde_linux/src/include/lx_emul/impl/mutex.h | 4 ++-- repos/dde_linux/src/include/lx_emul/impl/pci.h | 4 ++-- repos/dde_linux/src/include/lx_emul/impl/pci_resource.h | 6 +++--- repos/dde_linux/src/include/lx_emul/impl/sched.h | 6 +++--- repos/dde_linux/src/include/lx_emul/impl/slab.h | 6 +++--- repos/dde_linux/src/include/lx_emul/impl/spinlock.h | 6 +++--- repos/dde_linux/src/include/lx_emul/impl/timer.h | 6 +++--- repos/dde_linux/src/include/lx_emul/impl/wait.h | 6 +++--- repos/dde_linux/src/include/lx_emul/impl/work.h | 6 +++--- repos/dde_linux/src/include/lx_emul/ioport.h | 6 +++--- repos/dde_linux/src/include/lx_emul/irq.h | 6 +++--- repos/dde_linux/src/include/lx_emul/jiffies.h | 6 +++--- repos/dde_linux/src/include/lx_emul/kernel.h | 6 +++--- repos/dde_linux/src/include/lx_emul/kobject.h | 6 +++--- repos/dde_linux/src/include/lx_emul/list.h | 6 +++--- repos/dde_linux/src/include/lx_emul/mmio.h | 6 +++--- repos/dde_linux/src/include/lx_emul/module.h | 6 +++--- repos/dde_linux/src/include/lx_emul/mutex.h | 6 +++--- repos/dde_linux/src/include/lx_emul/pci.h | 6 +++--- repos/dde_linux/src/include/lx_emul/pm.h | 6 +++--- repos/dde_linux/src/include/lx_emul/printf.h | 6 +++--- repos/dde_linux/src/include/lx_emul/scatterlist.h | 6 +++--- repos/dde_linux/src/include/lx_emul/semaphore.h | 6 +++--- repos/dde_linux/src/include/lx_emul/spinlock.h | 6 +++--- repos/dde_linux/src/include/lx_emul/string.h | 6 +++--- repos/dde_linux/src/include/lx_emul/time.h | 6 +++--- repos/dde_linux/src/include/lx_emul/timer.h | 6 +++--- repos/dde_linux/src/include/lx_emul/types.h | 6 +++--- repos/dde_linux/src/include/lx_emul/work.h | 6 +++--- .../dde_linux/src/include/lx_kit/addr_to_page_mapping.h | 6 +++--- repos/dde_linux/src/include/lx_kit/backend_alloc.h | 6 +++--- repos/dde_linux/src/include/lx_kit/env.h | 6 +++--- repos/dde_linux/src/include/lx_kit/internal/io_port.h | 6 +++--- repos/dde_linux/src/include/lx_kit/internal/list.h | 6 +++--- repos/dde_linux/src/include/lx_kit/internal/pci_dev.h | 6 +++--- repos/dde_linux/src/include/lx_kit/internal/slab_alloc.h | 6 +++--- .../src/include/lx_kit/internal/slab_backend_alloc.h | 6 +++--- repos/dde_linux/src/include/lx_kit/internal/task.h | 6 +++--- repos/dde_linux/src/include/lx_kit/irq.h | 4 ++-- repos/dde_linux/src/include/lx_kit/malloc.h | 4 ++-- repos/dde_linux/src/include/lx_kit/mapped_io_mem_range.h | 6 +++--- repos/dde_linux/src/include/lx_kit/pci.h | 4 ++-- repos/dde_linux/src/include/lx_kit/pci_dev_registry.h | 4 ++-- repos/dde_linux/src/include/lx_kit/scheduler.h | 4 ++-- repos/dde_linux/src/include/lx_kit/timer.h | 4 ++-- repos/dde_linux/src/include/lx_kit/types.h | 6 +++--- repos/dde_linux/src/include/lx_kit/work.h | 6 +++--- .../src/include/spec/arm/lx_kit/internal/arch_execute.h | 6 +++--- .../dde_linux/src/include/spec/arm_v6/lx_emul/barrier.h | 6 +++--- .../dde_linux/src/include/spec/arm_v7/lx_emul/barrier.h | 6 +++--- .../include/spec/x86_32/lx_kit/internal/arch_execute.h | 6 +++--- .../include/spec/x86_64/lx_kit/internal/arch_execute.h | 6 +++--- repos/dde_linux/src/lib/libc_lxip/plugin.cc | 6 +++--- repos/dde_linux/src/lib/libnl/include/defs.h | 6 +++--- repos/dde_linux/src/lib/libnl/include/libnl_emul.h | 6 +++--- .../src/lib/libnl/include/spec/32bit/platform/types.h | 6 +++--- .../src/lib/libnl/include/spec/64bit/platform/types.h | 6 +++--- repos/dde_linux/src/lib/libnl/lxcc_emul.cc | 4 ++-- repos/dde_linux/src/lib/libnl/socket.cc | 6 +++--- repos/dde_linux/src/lib/lxip/driver.c | 8 ++++---- repos/dde_linux/src/lib/lxip/dummies.cc | 6 +++--- repos/dde_linux/src/lib/lxip/dummies_c.c | 8 ++++---- repos/dde_linux/src/lib/lxip/include/lx_emul.h | 8 ++++---- repos/dde_linux/src/lib/lxip/include/nic.h | 9 +++++---- repos/dde_linux/src/lib/lxip/lx.h | 4 ++-- repos/dde_linux/src/lib/lxip/lxc_emul.c | 8 ++++---- repos/dde_linux/src/lib/lxip/lxcc_emul.cc | 6 +++--- repos/dde_linux/src/lib/lxip/nic_handler.cc | 6 +++--- repos/dde_linux/src/lib/lxip/random.cc | 8 ++++---- repos/dde_linux/src/lib/lxip/socket_handler.cc | 8 ++++---- repos/dde_linux/src/lib/lxip/timer_handler.cc | 4 ++-- repos/dde_linux/src/lib/usb/dummies.c | 6 +++--- repos/dde_linux/src/lib/usb/include/lx_emul.h | 6 +++--- repos/dde_linux/src/lib/usb/include/platform.h | 6 +++--- repos/dde_linux/src/lib/usb/include/signal.h | 4 ++-- .../src/lib/usb/include/spec/arm/platform/lx_emul.h | 7 ++++--- .../include/spec/arm/platform_device/platform_device.h | 6 +++--- .../usb/include/spec/arm_v6/platform/lx_emul_barrier.h | 7 ++++--- .../usb/include/spec/arm_v7/platform/lx_emul_barrier.h | 7 ++++--- .../src/lib/usb/include/spec/odroid_x2/usb_masks.h | 6 +++--- .../src/lib/usb/include/spec/x86/platform/lx_emul.h | 6 +++--- repos/dde_linux/src/lib/usb/include/storage/scsi.h | 6 +++--- repos/dde_linux/src/lib/usb/include/usb_nic_component.h | 4 ++-- repos/dde_linux/src/lib/usb/input/evdev.cc | 6 +++--- repos/dde_linux/src/lib/usb/input/input_component.cc | 4 ++-- repos/dde_linux/src/lib/usb/lx_emul.cc | 4 ++-- repos/dde_linux/src/lib/usb/main.cc | 4 ++-- repos/dde_linux/src/lib/usb/nic/nic.cc | 4 ++-- repos/dde_linux/src/lib/usb/raw/raw.cc | 6 +++--- repos/dde_linux/src/lib/usb/raw/raw_driver.c | 8 ++++---- repos/dde_linux/src/lib/usb/spec/arm/platform_device.cc | 6 +++--- repos/dde_linux/src/lib/usb/spec/arm/platform_generic.cc | 6 +++--- repos/dde_linux/src/lib/usb/spec/arndale/platform.cc | 6 +++--- repos/dde_linux/src/lib/usb/spec/odroid_x2/platform.cc | 6 +++--- repos/dde_linux/src/lib/usb/spec/panda/platform.cc | 8 ++++---- repos/dde_linux/src/lib/usb/spec/rpi/platform.cc | 6 +++--- repos/dde_linux/src/lib/usb/spec/x86/pci_driver.cc | 6 +++--- repos/dde_linux/src/lib/usb/spec/x86/platform.cc | 6 +++--- repos/dde_linux/src/lib/usb/storage/scsi.c | 6 +++--- repos/dde_linux/src/lib/usb/storage/storage.cc | 4 ++-- repos/dde_linux/src/lib/usb/test.cc | 6 +++--- repos/dde_linux/src/lib/vfs/lxip/vfs.cc | 4 ++-- repos/dde_linux/src/lib/wifi/dummies.cc | 8 ++++---- repos/dde_linux/src/lib/wifi/include/firmware_list.h | 6 +++--- repos/dde_linux/src/lib/wifi/include/lx_emul.h | 6 +++--- .../src/lib/wifi/include/spec/x86_32/platform/platform.h | 8 ++++---- .../src/lib/wifi/include/spec/x86_64/platform/platform.h | 8 ++++---- repos/dde_linux/src/lib/wifi/init.cc | 4 ++-- repos/dde_linux/src/lib/wifi/lx.h | 4 ++-- repos/dde_linux/src/lib/wifi/lxc.h | 6 +++--- repos/dde_linux/src/lib/wifi/lxc_emul.c | 8 ++++---- repos/dde_linux/src/lib/wifi/lxcc_emul.cc | 6 +++--- repos/dde_linux/src/lib/wifi/nic.cc | 4 ++-- repos/dde_linux/src/lib/wifi/socket_call.cc | 6 +++--- repos/dde_linux/src/lib/wpa_driver_nl80211/dummies.cc | 8 ++++---- repos/dde_linux/src/lib/wpa_driver_nl80211/ioctl.cc | 8 ++++---- repos/dde_linux/src/lib/wpa_supplicant/main.c | 6 +++--- repos/dde_linux/src/lib/wpa_supplicant/reporter.cc | 4 ++-- repos/dde_linux/src/lx_kit/env.cc | 8 ++++---- repos/dde_linux/src/lx_kit/irq.cc | 4 ++-- repos/dde_linux/src/lx_kit/malloc.cc | 4 ++-- repos/dde_linux/src/lx_kit/mapped_io_mem_range.cc | 4 ++-- repos/dde_linux/src/lx_kit/pci.cc | 4 ++-- repos/dde_linux/src/lx_kit/printf.cc | 6 +++--- repos/dde_linux/src/lx_kit/scheduler.cc | 4 ++-- repos/dde_linux/src/lx_kit/timer.cc | 4 ++-- repos/dde_linux/src/lx_kit/work.cc | 6 +++--- repos/dde_linux/src/server/usb_terminal/main.cc | 4 ++-- repos/dde_linux/src/test/framebuffer/intel/main.cc | 4 ++-- repos/dde_linux/src/test/lxip/http_srv/main.cc | 4 ++-- repos/dde_linux/src/test/lxip/udp_client/main.cc | 4 ++-- repos/dde_linux/src/test/lxip/udp_echo/main.cc | 4 ++-- repos/dde_linux/src/test/vfs_lxip/main.cc | 2 +- repos/dde_rump/include/rump/env.h | 4 ++-- repos/dde_rump/include/rump_cgd/cgd.h | 4 ++-- repos/dde_rump/include/rump_fs/fs.h | 4 ++-- repos/dde_rump/include/spec/arm/rump_cgd/device.h | 4 ++-- repos/dde_rump/include/spec/x86/rump_cgd/device.h | 4 ++-- repos/dde_rump/include/util/allocator_fap.h | 4 ++-- repos/dde_rump/include/util/hard_context.h | 4 ++-- repos/dde_rump/include/util/random.h | 4 ++-- repos/dde_rump/src/lib/rump/bootstrap.cc | 4 ++-- repos/dde_rump/src/lib/rump/dummies.cc | 4 ++-- repos/dde_rump/src/lib/rump/env.cc | 4 ++-- repos/dde_rump/src/lib/rump/hypercall.cc | 4 ++-- repos/dde_rump/src/lib/rump/io.cc | 4 ++-- repos/dde_rump/src/lib/rump/misc.cc | 4 ++-- repos/dde_rump/src/lib/rump/sched.h | 4 ++-- repos/dde_rump/src/lib/rump/sync.cc | 4 ++-- repos/dde_rump/src/lib/vfs/rump/random.cc | 4 ++-- repos/dde_rump/src/lib/vfs/rump/vfs_rump.cc | 4 ++-- repos/dde_rump/src/server/rump_cgd/block_driver.h | 2 +- repos/dde_rump/src/server/rump_cgd/cgd.cc | 4 ++-- repos/dde_rump/src/server/rump_cgd/cgd.h | 4 ++-- repos/dde_rump/src/server/rump_cgd/main.cc | 2 +- repos/dde_rump/src/server/rump_cgd/random.cc | 2 +- repos/dde_rump/src/server/rump_fs/directory.h | 4 ++-- repos/dde_rump/src/server/rump_fs/file.h | 4 ++-- repos/dde_rump/src/server/rump_fs/file_system.cc | 4 ++-- repos/dde_rump/src/server/rump_fs/file_system.h | 4 ++-- repos/dde_rump/src/server/rump_fs/main.cc | 2 +- repos/dde_rump/src/server/rump_fs/node.h | 4 ++-- repos/dde_rump/src/server/rump_fs/random.cc | 4 ++-- repos/dde_rump/src/server/rump_fs/symlink.h | 4 ++-- repos/dde_rump/src/server/rump_fs/undef.h | 4 ++-- repos/demo/include/launchpad/launchpad.h | 4 ++-- repos/demo/include/mini_c/errno.h | 4 ++-- repos/demo/include/mini_c/init.h | 4 ++-- repos/demo/include/mini_c/limits.h | 4 ++-- repos/demo/include/mini_c/stdio.h | 4 ++-- repos/demo/include/mini_c/stdlib.h | 4 ++-- repos/demo/include/mini_c/string.h | 4 ++-- repos/demo/include/mini_c/sys/types.h | 4 ++-- repos/demo/include/scout/canvas.h | 4 ++-- repos/demo/include/scout/element.h | 4 ++-- repos/demo/include/scout/event.h | 4 ++-- repos/demo/include/scout/fader.h | 4 ++-- repos/demo/include/scout/graphics_backend.h | 4 ++-- repos/demo/include/scout/misc_math.h | 4 ++-- repos/demo/include/scout/nitpicker_graphics_backend.h | 4 ++-- repos/demo/include/scout/parent_element.h | 4 ++-- repos/demo/include/scout/platform.h | 4 ++-- repos/demo/include/scout/printf.h | 4 ++-- repos/demo/include/scout/string.h | 4 ++-- repos/demo/include/scout/texture_allocator.h | 4 ++-- repos/demo/include/scout/tick.h | 4 ++-- repos/demo/include/scout/types.h | 4 ++-- repos/demo/include/scout/user_state.h | 4 ++-- repos/demo/include/scout/window.h | 4 ++-- repos/demo/include/scout_gfx/horizontal_shadow_painter.h | 4 ++-- repos/demo/include/scout_gfx/icon_painter.h | 4 ++-- repos/demo/include/scout_gfx/random.h | 4 ++-- repos/demo/include/scout_gfx/refracted_icon_painter.h | 4 ++-- repos/demo/include/scout_gfx/sky_texture_painter.h | 4 ++-- repos/demo/include/util/lazy_value.h | 4 ++-- repos/demo/src/app/launchpad/child_entry.h | 4 ++-- repos/demo/src/app/launchpad/launch_entry.h | 4 ++-- repos/demo/src/app/launchpad/launcher.cc | 4 ++-- repos/demo/src/app/launchpad/launchpad_window.cc | 4 ++-- repos/demo/src/app/launchpad/launchpad_window.h | 4 ++-- repos/demo/src/app/launchpad/loadbar.h | 4 ++-- repos/demo/src/app/launchpad/main.cc | 4 ++-- repos/demo/src/app/launchpad/section.h | 4 ++-- repos/demo/src/app/launchpad/status_entry.h | 4 ++-- repos/demo/src/app/scout/about.cc | 4 ++-- repos/demo/src/app/scout/browser.h | 4 ++-- repos/demo/src/app/scout/browser_window.cc | 4 ++-- repos/demo/src/app/scout/browser_window.h | 4 ++-- repos/demo/src/app/scout/config.h | 4 ++-- repos/demo/src/app/scout/doc.cc | 4 ++-- repos/demo/src/app/scout/elements.cc | 4 ++-- repos/demo/src/app/scout/elements.h | 4 ++-- repos/demo/src/app/scout/fade_icon.h | 4 ++-- repos/demo/src/app/scout/history.h | 4 ++-- repos/demo/src/app/scout/launcher.cc | 4 ++-- repos/demo/src/app/scout/launcher_config.h | 4 ++-- repos/demo/src/app/scout/main.cc | 4 ++-- repos/demo/src/app/scout/navbar.cc | 4 ++-- repos/demo/src/app/scout/png_image.cc | 4 ++-- repos/demo/src/app/scout/refracted_icon.h | 4 ++-- repos/demo/src/app/scout/scrollbar.cc | 4 ++-- repos/demo/src/app/scout/scrollbar.h | 4 ++-- repos/demo/src/app/scout/sky_texture.h | 4 ++-- repos/demo/src/app/scout/styles.h | 4 ++-- repos/demo/src/app/scout/tick.cc | 4 ++-- repos/demo/src/app/scout/titlebar.h | 4 ++-- repos/demo/src/app/scout/widgets.cc | 4 ++-- repos/demo/src/app/scout/widgets.h | 4 ++-- repos/demo/src/lib/launchpad/launchpad.cc | 4 ++-- repos/demo/src/lib/mini_c/abort.cc | 4 ++-- repos/demo/src/lib/mini_c/atol.cc | 4 ++-- repos/demo/src/lib/mini_c/malloc_free.cc | 4 ++-- repos/demo/src/lib/mini_c/memcmp.cc | 4 ++-- repos/demo/src/lib/mini_c/memset.cc | 4 ++-- repos/demo/src/lib/mini_c/mini_c.c | 4 ++-- repos/demo/src/lib/mini_c/printf.cc | 4 ++-- repos/demo/src/lib/mini_c/snprintf.cc | 4 ++-- repos/demo/src/lib/mini_c/strlen.cc | 4 ++-- repos/demo/src/lib/mini_c/strtod.cc | 4 ++-- repos/demo/src/lib/mini_c/strtol.cc | 4 ++-- repos/demo/src/lib/mini_c/vsnprintf.cc | 4 ++-- repos/demo/src/lib/scout_gfx/sky_texture_painter.cc | 4 ++-- .../src/server/liquid_framebuffer/framebuffer_window.h | 4 ++-- repos/demo/src/server/liquid_framebuffer/main.cc | 4 ++-- repos/demo/src/server/liquid_framebuffer/services.cc | 4 ++-- repos/demo/src/server/liquid_framebuffer/services.h | 4 ++-- repos/demo/src/server/nitlog/main.cc | 4 ++-- repos/gems/include/gems/animator.h | 4 ++-- repos/gems/include/gems/chunky_texture.h | 4 ++-- repos/gems/include/gems/color_hsv.h | 4 ++-- repos/gems/include/gems/dither_painter.h | 4 ++-- repos/gems/include/gems/file.h | 4 ++-- repos/gems/include/gems/local_reporter.h | 4 ++-- repos/gems/include/gems/nitpicker_buffer.h | 4 ++-- repos/gems/include/gems/png_image.h | 4 ++-- repos/gems/include/gems/report_rom_slave.h | 4 ++-- repos/gems/include/gems/texture_utils.h | 4 ++-- repos/gems/include/gems/wrapped_nitpicker_session.h | 4 ++-- repos/gems/include/gems/xml_anchor.h | 4 ++-- repos/gems/include/nano3d/cube_shape.h | 4 ++-- repos/gems/include/nano3d/dodecahedron_shape.h | 4 ++-- repos/gems/include/nano3d/scene.h | 4 ++-- repos/gems/include/nano3d/sincos_frac16.h | 4 ++-- repos/gems/include/nano3d/sqrt.h | 4 ++-- repos/gems/include/nano3d/vertex_array.h | 4 ++-- repos/gems/include/polygon_gfx/clipping.h | 4 ++-- repos/gems/include/polygon_gfx/interpolate_rgb565.h | 4 ++-- repos/gems/include/polygon_gfx/interpolate_rgba.h | 4 ++-- repos/gems/include/polygon_gfx/polygon_painter_base.h | 4 ++-- repos/gems/include/polygon_gfx/shaded_polygon_painter.h | 4 ++-- .../gems/include/polygon_gfx/textured_polygon_painter.h | 4 ++-- repos/gems/include/polygon_gfx/texturize_rgba.h | 4 ++-- repos/gems/src/app/backdrop/main.cc | 4 ++-- repos/gems/src/app/cpu_load_display/main.cc | 4 ++-- repos/gems/src/app/decorator/canvas.h | 4 ++-- repos/gems/src/app/decorator/config.h | 4 ++-- repos/gems/src/app/decorator/default_font.cc | 4 ++-- repos/gems/src/app/decorator/main.cc | 4 ++-- repos/gems/src/app/decorator/texture_by_id.cc | 4 ++-- repos/gems/src/app/decorator/window.cc | 4 ++-- repos/gems/src/app/decorator/window.h | 4 ++-- repos/gems/src/app/decorator/window_element.h | 4 ++-- repos/gems/src/app/floating_window_layouter/action.h | 4 ++-- .../src/app/floating_window_layouter/focus_history.h | 4 ++-- .../app/floating_window_layouter/key_sequence_tracker.h | 4 ++-- repos/gems/src/app/floating_window_layouter/main.cc | 4 ++-- repos/gems/src/app/floating_window_layouter/operations.h | 4 ++-- repos/gems/src/app/floating_window_layouter/types.h | 4 ++-- repos/gems/src/app/floating_window_layouter/user_state.h | 4 ++-- repos/gems/src/app/floating_window_layouter/window.h | 4 ++-- repos/gems/src/app/launcher/context_dialog.h | 4 ++-- repos/gems/src/app/launcher/dialog_nitpicker.h | 4 ++-- repos/gems/src/app/launcher/fading_dialog.h | 4 ++-- repos/gems/src/app/launcher/main.cc | 4 ++-- repos/gems/src/app/launcher/menu_dialog.h | 4 ++-- repos/gems/src/app/launcher/menu_view_slave.h | 4 ++-- repos/gems/src/app/launcher/nit_fader_slave.h | 4 ++-- repos/gems/src/app/launcher/panel_dialog.h | 4 ++-- repos/gems/src/app/launcher/subsystem_manager.h | 4 ++-- repos/gems/src/app/launcher/types.h | 4 ++-- repos/gems/src/app/menu_view/main.cc | 4 ++-- repos/gems/src/app/menu_view/style_database.h | 4 ++-- repos/gems/src/app/menu_view/types.h | 4 ++-- repos/gems/src/app/menu_view/widgets.h | 4 ++-- repos/gems/src/app/mixer_gui_qt/main_window.cpp | 4 ++-- repos/gems/src/app/mixer_gui_qt/main_window.h | 4 ++-- repos/gems/src/app/nano3d/main.cc | 4 ++-- repos/gems/src/app/themed_decorator/config.h | 4 ++-- repos/gems/src/app/themed_decorator/main.cc | 4 ++-- repos/gems/src/app/themed_decorator/theme.cc | 4 ++-- repos/gems/src/app/themed_decorator/theme.h | 4 ++-- repos/gems/src/app/themed_decorator/tint_painter.h | 4 ++-- repos/gems/src/app/themed_decorator/window.cc | 4 ++-- repos/gems/src/app/themed_decorator/window.h | 4 ++-- repos/gems/src/lib/file/file.cc | 4 ++-- repos/gems/src/server/cpu_sampler/cpu_root.h | 4 ++-- .../gems/src/server/cpu_sampler/cpu_session_component.cc | 4 ++-- .../gems/src/server/cpu_sampler/cpu_session_component.h | 4 ++-- .../gems/src/server/cpu_sampler/cpu_thread_component.cc | 4 ++-- repos/gems/src/server/cpu_sampler/cpu_thread_component.h | 4 ++-- repos/gems/src/server/cpu_sampler/main.cc | 4 ++-- repos/gems/src/server/cpu_sampler/native_cpu.cc | 4 ++-- repos/gems/src/server/cpu_sampler/spec/foc/native_cpu.cc | 4 ++-- .../src/server/cpu_sampler/thread_list_change_handler.h | 4 ++-- repos/gems/src/server/file_terminal/main.cc | 2 +- repos/gems/src/server/http_blk/http.cc | 4 ++-- repos/gems/src/server/http_blk/http.h | 4 ++-- repos/gems/src/server/http_blk/main.cc | 2 +- repos/gems/src/server/nit_fader/alpha_dither_painter.h | 4 ++-- repos/gems/src/server/nit_fader/main.cc | 4 ++-- repos/gems/src/server/tcp_terminal/main.cc | 2 +- repos/gems/src/server/terminal/main.cc | 2 +- repos/gems/src/server/terminal_mux/main.cc | 2 +- repos/gems/src/server/wm/decorator_nitpicker.h | 4 ++-- repos/gems/src/server/wm/direct_nitpicker.h | 4 ++-- repos/gems/src/server/wm/last_motion.h | 4 ++-- repos/gems/src/server/wm/layouter_nitpicker.h | 4 ++-- repos/gems/src/server/wm/main.cc | 4 ++-- repos/gems/src/server/wm/nitpicker.h | 4 ++-- repos/gems/src/server/wm/window_registry.h | 4 ++-- repos/gems/src/test/cpu_sampler/main.cc | 4 ++-- repos/gems/src/test/decorator_stress/main.cc | 4 ++-- repos/gems/src/test/terminal_decoder/main.cc | 4 ++-- repos/hello_tutorial/include/hello_session/client.h | 4 ++-- repos/hello_tutorial/include/hello_session/connection.h | 4 ++-- .../hello_tutorial/include/hello_session/hello_session.h | 4 ++-- repos/hello_tutorial/src/hello/client/main.cc | 4 ++-- repos/hello_tutorial/src/hello/server/main.cc | 4 ++-- repos/libports/include/EGL/eglplatform.h | 4 ++-- repos/libports/include/acpica/acpica.h | 4 ++-- repos/libports/include/fuse/fuse.h | 4 ++-- repos/libports/include/fuse/fuse_opt.h | 4 ++-- repos/libports/include/fuse/fuse_private.h | 4 ++-- repos/libports/include/libc-plugin/fd_alloc.h | 4 ++-- repos/libports/include/libc-plugin/plugin.h | 4 ++-- repos/libports/include/libc-plugin/plugin_registry.h | 4 ++-- repos/libports/include/libc/allocator.h | 2 +- repos/libports/include/libc/component.h | 4 ++-- repos/libports/include/libc/select.h | 2 +- repos/libports/include/lwip/arch/cc.h | 4 ++-- repos/libports/include/lwip/arch/perf.h | 4 ++-- repos/libports/include/lwip/arch/sys_arch.h | 4 ++-- repos/libports/include/lwip/genode.h | 4 ++-- repos/libports/include/lwip/lwipopts.h | 4 ++-- repos/libports/include/python/spec/x86_32/genode_defs.h | 4 ++-- repos/libports/include/python/spec/x86_64/genode_defs.h | 4 ++-- repos/libports/include/qemu/usb.h | 4 ++-- repos/libports/include/qt5/genode/thread_qt.h | 4 ++-- .../qt5/qnitpickerviewwidget/qnitpickerviewwidget.h | 4 ++-- repos/libports/include/qt5/qpluginwidget/qpluginwidget.h | 4 ++-- repos/libports/include/x86emu/sys/types.h | 4 ++-- repos/libports/src/app/acpica/ac.h | 4 ++-- repos/libports/src/app/acpica/debug/printf.cc | 4 ++-- repos/libports/src/app/acpica/ec.h | 4 ++-- repos/libports/src/app/acpica/fixed.h | 4 ++-- repos/libports/src/app/acpica/lid.h | 4 ++-- repos/libports/src/app/acpica/os.cc | 4 ++-- repos/libports/src/app/acpica/printf.cc | 4 ++-- repos/libports/src/app/acpica/reporter.h | 4 ++-- repos/libports/src/app/acpica/sb.h | 4 ++-- repos/libports/src/app/avplay/libc_dummies.c | 4 ++-- repos/libports/src/app/mupdf/main.cc | 4 ++-- repos/libports/src/app/qt5/qt_avplay/avplay_slave.h | 4 ++-- repos/libports/src/app/qt5/qt_avplay/control_bar.cpp | 4 ++-- repos/libports/src/app/qt5/qt_avplay/control_bar.h | 4 ++-- .../src/app/qt5/qt_avplay/filter_framebuffer_slave.h | 4 ++-- .../src/app/qt5/qt_avplay/framebuffer_service_factory.h | 4 ++-- repos/libports/src/app/qt5/qt_avplay/main.cpp | 4 ++-- repos/libports/src/app/qt5/qt_avplay/main_window.cpp | 4 ++-- repos/libports/src/app/qt5/qt_avplay/main_window.h | 4 ++-- repos/libports/src/app/qt5/qt_launchpad/child_entry.h | 4 ++-- repos/libports/src/app/qt5/qt_launchpad/kbyte_loadbar.h | 4 ++-- repos/libports/src/app/qt5/qt_launchpad/launch_entry.h | 4 ++-- repos/libports/src/app/qt5/qt_launchpad/qt_launchpad.h | 4 ++-- .../libports/src/drivers/framebuffer/vesa/framebuffer.cc | 2 +- repos/libports/src/drivers/framebuffer/vesa/hw_emul.cc | 2 +- repos/libports/src/drivers/framebuffer/vesa/ifx86emu.cc | 2 +- .../src/drivers/framebuffer/vesa/include/framebuffer.h | 2 +- .../src/drivers/framebuffer/vesa/include/genode_env.h | 2 +- .../src/drivers/framebuffer/vesa/include/hw_emul.h | 2 +- .../src/drivers/framebuffer/vesa/include/ifx86emu.h | 2 +- .../libports/src/drivers/framebuffer/vesa/include/vbe.h | 4 ++-- .../libports/src/drivers/framebuffer/vesa/include/vesa.h | 4 ++-- repos/libports/src/drivers/framebuffer/vesa/main.cc | 2 +- repos/libports/src/lib/acpica/env.cc | 4 ++-- repos/libports/src/lib/acpica/env.h | 4 ++-- repos/libports/src/lib/acpica/iomem.cc | 4 ++-- repos/libports/src/lib/acpica/osl.cc | 4 ++-- repos/libports/src/lib/acpica/pci.cc | 4 ++-- repos/libports/src/lib/acpica/scan_root.cc | 4 ++-- repos/libports/src/lib/egl/driver.cc | 4 ++-- repos/libports/src/lib/egl/select_driver.cc | 4 ++-- repos/libports/src/lib/egl/select_driver.h | 4 ++-- repos/libports/src/lib/egl/st_opengl.c | 4 ++-- repos/libports/src/lib/exfat/init.cc | 4 ++-- repos/libports/src/lib/ffat/diskio.c | 4 ++-- repos/libports/src/lib/ffat/diskio_block.cc | 4 ++-- repos/libports/src/lib/fuse-ext2/init.cc | 4 ++-- repos/libports/src/lib/fuse/fuse.cc | 4 ++-- repos/libports/src/lib/gallium/dummy_trace.c | 4 ++-- repos/libports/src/lib/gallium/i915/query_device_id.cc | 4 ++-- repos/libports/src/lib/gallium/main.cc | 4 ++-- .../src/lib/jitterentropy/jitterentropy-base-genode.cc | 2 +- .../src/lib/jitterentropy/jitterentropy-base-genode.h | 2 +- .../spec/arm_v6/jitterentropy-base-genode-nstime.h | 4 ++-- .../spec/arm_v7/jitterentropy-base-genode-nstime.h | 4 ++-- .../spec/x86_32/jitterentropy-base-genode-nstime.h | 4 ++-- .../spec/x86_64/jitterentropy-base-genode-nstime.h | 4 ++-- repos/libports/src/lib/libc/addrinfo.cc | 2 +- repos/libports/src/lib/libc/atexit.cc | 4 ++-- repos/libports/src/lib/libc/clock_gettime.cc | 4 ++-- repos/libports/src/lib/libc/dummies.cc | 4 ++-- repos/libports/src/lib/libc/environ.cc | 4 ++-- repos/libports/src/lib/libc/errno.cc | 4 ++-- repos/libports/src/lib/libc/exit.cc | 4 ++-- repos/libports/src/lib/libc/fd_alloc.cc | 4 ++-- repos/libports/src/lib/libc/file_operations.cc | 2 +- repos/libports/src/lib/libc/gai_strerror.cc | 4 ++-- repos/libports/src/lib/libc/gettimeofday.cc | 4 ++-- .../src/lib/libc/include/spec/arm/internal/call_func.h | 4 ++-- .../lib/libc/include/spec/x86_32/internal/call_func.h | 4 ++-- .../lib/libc/include/spec/x86_64/internal/call_func.h | 4 ++-- repos/libports/src/lib/libc/issetugid.cc | 4 ++-- repos/libports/src/lib/libc/libc_errno.h | 4 ++-- repos/libports/src/lib/libc/libc_file.h | 2 +- repos/libports/src/lib/libc/libc_init.h | 4 ++-- repos/libports/src/lib/libc/libc_pdbg.cc | 4 ++-- repos/libports/src/lib/libc/libc_pdbg.h | 4 ++-- repos/libports/src/lib/libc/log2.c | 4 ++-- repos/libports/src/lib/libc/malloc.cc | 4 ++-- repos/libports/src/lib/libc/nanosleep.cc | 4 ++-- repos/libports/src/lib/libc/plugin.cc | 4 ++-- repos/libports/src/lib/libc/plugin_registry.cc | 4 ++-- repos/libports/src/lib/libc/poll.cc | 4 ++-- repos/libports/src/lib/libc/pread_pwrite.cc | 4 ++-- repos/libports/src/lib/libc/progname.cc | 4 ++-- repos/libports/src/lib/libc/readv_writev.cc | 4 ++-- repos/libports/src/lib/libc/rlimit.cc | 4 ++-- repos/libports/src/lib/libc/rtc.cc | 4 ++-- repos/libports/src/lib/libc/select.cc | 2 +- repos/libports/src/lib/libc/signal.cc | 4 ++-- repos/libports/src/lib/libc/socket_fs_plugin.cc | 2 +- repos/libports/src/lib/libc/socket_fs_plugin.h | 2 +- repos/libports/src/lib/libc/socket_operations.cc | 2 +- repos/libports/src/lib/libc/sysctl.cc | 4 ++-- repos/libports/src/lib/libc/task.cc | 2 +- repos/libports/src/lib/libc/task.h | 2 +- repos/libports/src/lib/libc/vfs_plugin.cc | 2 +- repos/libports/src/lib/libc/vfs_plugin.h | 2 +- repos/libports/src/lib/libc_ffat/plugin.cc | 4 ++-- repos/libports/src/lib/libc_fuse/plugin.cc | 4 ++-- repos/libports/src/lib/libc_lwip/init.cc | 4 ++-- repos/libports/src/lib/libc_lwip/plugin.cc | 4 ++-- repos/libports/src/lib/libc_lwip_loopback/init.cc | 4 ++-- repos/libports/src/lib/libc_lwip_nic_dhcp/init.cc | 4 ++-- repos/libports/src/lib/libc_lwip_nic_dhcp/plugin.cc | 4 ++-- repos/libports/src/lib/libc_pipe/plugin.cc | 4 ++-- repos/libports/src/lib/libc_resolv/plugin.cc | 4 ++-- repos/libports/src/lib/libc_terminal/plugin.cc | 4 ++-- repos/libports/src/lib/libdrm/ioctl.cc | 4 ++-- repos/libports/src/lib/libusb/genode_usb_raw.cc | 4 ++-- repos/libports/src/lib/lwip/include/nic.h | 4 ++-- repos/libports/src/lib/lwip/include/ring_buffer.h | 4 ++-- repos/libports/src/lib/lwip/include/thread.h | 4 ++-- repos/libports/src/lib/lwip/include/verbose.h | 4 ++-- repos/libports/src/lib/lwip/platform/nic.cc | 4 ++-- repos/libports/src/lib/lwip/platform/printf.cc | 4 ++-- repos/libports/src/lib/lwip/platform/sys_arch.cc | 4 ++-- repos/libports/src/lib/ntfs-3g/init.cc | 4 ++-- repos/libports/src/lib/pcsc-lite/init.cc | 4 ++-- repos/libports/src/lib/posix/construct.cc | 4 ++-- repos/libports/src/lib/pthread/semaphore.cc | 4 ++-- repos/libports/src/lib/pthread/thread.cc | 4 ++-- repos/libports/src/lib/pthread/thread.h | 4 ++-- repos/libports/src/lib/pthread/thread_create.cc | 4 ++-- repos/libports/src/lib/python/dup.c | 4 ++-- repos/libports/src/lib/qemu-usb/dummies.cc | 4 ++-- repos/libports/src/lib/qemu-usb/include/extern_c_begin.h | 4 ++-- repos/libports/src/lib/qemu-usb/include/extern_c_end.h | 4 ++-- repos/libports/src/lib/qemu-usb/include/qemu_emul.h | 4 ++-- repos/libports/src/lib/qemu-usb/qemu_emul.cc | 4 ++-- repos/libports/src/lib/qt5/libc_dummies.cc | 4 ++-- repos/libports/src/lib/qt5/qt_main.cc | 4 ++-- .../qt5/qtbase/src/plugins/platforms/nitpicker/main.cpp | 4 ++-- .../src/plugins/platforms/nitpicker/qgenodeclipboard.cpp | 4 ++-- .../src/plugins/platforms/nitpicker/qgenodeclipboard.h | 4 ++-- .../plugins/platforms/nitpicker/qnitpickerglcontext.cpp | 4 ++-- .../plugins/platforms/nitpicker/qnitpickerglcontext.h | 4 ++-- .../platforms/nitpicker/qnitpickerintegration.cpp | 4 ++-- .../plugins/platforms/nitpicker/qnitpickerintegration.h | 4 ++-- .../platforms/nitpicker/qnitpickerintegrationplugin.h | 4 ++-- .../platforms/nitpicker/qnitpickerplatformwindow.cpp | 4 ++-- .../platforms/nitpicker/qnitpickerplatformwindow.h | 4 ++-- .../src/plugins/platforms/nitpicker/qnitpickerscreen.h | 4 ++-- .../platforms/nitpicker/qnitpickerwindowsurface.cpp | 4 ++-- .../platforms/nitpicker/qnitpickerwindowsurface.h | 4 ++-- .../plugins/platforms/nitpicker/qsignalhandlerthread.cpp | 4 ++-- .../plugins/platforms/nitpicker/qsignalhandlerthread.h | 4 ++-- repos/libports/src/lib/readline/genode.cc | 4 ++-- repos/libports/src/lib/sdl/audio/SDL_genodeaudio.cc | 4 ++-- repos/libports/src/lib/sdl/audio/SDL_genodeaudio.h | 4 ++-- repos/libports/src/lib/sdl/loadso/SDL_loadso.cc | 4 ++-- repos/libports/src/lib/sdl/timer/SDL_systimer.cc | 4 ++-- repos/libports/src/lib/vfs/jitterentropy/vfs.cc | 4 ++-- .../src/lib/vfs/jitterentropy/vfs_jitterentropy.h | 4 ++-- repos/libports/src/server/acpi_input/main.cc | 4 ++-- repos/libports/src/server/ffat_fs/main.cc | 2 +- repos/libports/src/server/fuse_fs/fuse_fs_main.cc | 2 +- repos/libports/src/test/echo_udp/main.cc | 2 +- repos/libports/src/test/expat/main.cc | 4 ++-- repos/libports/src/test/ldso/include/test-ldso.h | 4 ++-- repos/libports/src/test/ldso/lib_1.cc | 4 ++-- repos/libports/src/test/ldso/lib_2.cc | 4 ++-- repos/libports/src/test/ldso/lib_dl.cc | 4 ++-- repos/libports/src/test/ldso/main.cc | 4 ++-- repos/libports/src/test/libc/main.cc | 4 ++-- repos/libports/src/test/libc_block/main.cc | 4 ++-- repos/libports/src/test/libc_component/main.cc | 2 +- repos/libports/src/test/libc_counter/sink/main.cc | 2 +- repos/libports/src/test/libc_counter/source/main.cc | 2 +- repos/libports/src/test/libc_ffat/main.cc | 4 ++-- repos/libports/src/test/libc_getenv/main.c | 2 +- repos/libports/src/test/libc_pipe/main.cc | 4 ++-- repos/libports/src/test/libc_resolv/main.cc | 4 ++-- repos/libports/src/test/libc_select/main.cc | 2 +- repos/libports/src/test/libc_vfs_block/main.cc | 2 +- repos/libports/src/test/libc_with_libc/main.cc | 2 +- repos/libports/src/test/libports/main.cc | 4 ++-- repos/libports/src/test/lwip/http_clnt/main.cc | 4 ++-- repos/libports/src/test/lwip/http_srv/main.cc | 4 ++-- repos/libports/src/test/lwip/http_srv_connect/main.c | 4 ++-- repos/libports/src/test/lwip/http_srv_connect/net.c | 4 ++-- repos/libports/src/test/lwip/http_srv_static/main.cc | 4 ++-- repos/libports/src/test/lwip/loopback/main.cc | 4 ++-- repos/libports/src/test/lwip/pingpong/client/main.cc | 4 ++-- repos/libports/src/test/lwip/pingpong/pingpong.cc | 4 ++-- repos/libports/src/test/lwip/pingpong/pingpong.h | 4 ++-- repos/libports/src/test/lwip/pingpong/server/main.cc | 4 ++-- repos/libports/src/test/moon/main.cc | 4 ++-- repos/libports/src/test/netty/main.cc | 2 +- repos/libports/src/test/pthread/main.cc | 4 ++-- repos/libports/src/test/python/main.cc | 4 ++-- repos/libports/src/test/smartcard/main.cc | 4 ++-- repos/libports/src/test/stdcxx/main.cc | 4 ++-- repos/os/include/audio_in_session/audio_in_session.h | 4 ++-- repos/os/include/audio_in_session/capability.h | 4 ++-- repos/os/include/audio_in_session/client.h | 4 ++-- repos/os/include/audio_in_session/connection.h | 4 ++-- repos/os/include/audio_in_session/rpc_object.h | 4 ++-- repos/os/include/audio_out_session/audio_out_session.h | 4 ++-- repos/os/include/audio_out_session/capability.h | 4 ++-- repos/os/include/audio_out_session/client.h | 4 ++-- repos/os/include/audio_out_session/connection.h | 4 ++-- repos/os/include/audio_out_session/rpc_object.h | 4 ++-- repos/os/include/blit/blit.h | 4 ++-- repos/os/include/block/component.h | 2 +- repos/os/include/block/driver.h | 2 +- repos/os/include/block_session/block_session.h | 4 ++-- repos/os/include/block_session/capability.h | 4 ++-- repos/os/include/block_session/client.h | 4 ++-- repos/os/include/block_session/connection.h | 4 ++-- repos/os/include/block_session/rpc_object.h | 4 ++-- repos/os/include/cli_monitor/child.h | 4 ++-- repos/os/include/cli_monitor/ram.h | 4 ++-- repos/os/include/decorator/types.h | 4 ++-- repos/os/include/decorator/window.h | 4 ++-- repos/os/include/decorator/window_factory.h | 4 ++-- repos/os/include/decorator/window_stack.h | 4 ++-- repos/os/include/decorator/xml_utils.h | 4 ++-- repos/os/include/file_system/util.h | 4 ++-- repos/os/include/file_system_session/capability.h | 4 ++-- repos/os/include/file_system_session/client.h | 4 ++-- repos/os/include/file_system_session/connection.h | 4 ++-- .../os/include/file_system_session/file_system_session.h | 2 +- repos/os/include/file_system_session/rpc_object.h | 2 +- repos/os/include/framebuffer_session/capability.h | 4 ++-- repos/os/include/framebuffer_session/client.h | 4 ++-- repos/os/include/framebuffer_session/connection.h | 4 ++-- .../os/include/framebuffer_session/framebuffer_session.h | 4 ++-- repos/os/include/gpio/component.h | 4 ++-- repos/os/include/gpio/config.h | 4 ++-- repos/os/include/gpio/driver.h | 4 ++-- repos/os/include/gpio_session/capability.h | 4 ++-- repos/os/include/gpio_session/client.h | 4 ++-- repos/os/include/gpio_session/connection.h | 4 ++-- repos/os/include/gpio_session/gpio_session.h | 4 ++-- repos/os/include/gpu/driver.h | 4 ++-- repos/os/include/init/child.h | 4 ++-- repos/os/include/init/child_config.h | 4 ++-- repos/os/include/init/child_policy.h | 4 ++-- repos/os/include/init/report.h | 2 +- repos/os/include/init/verbose.h | 2 +- repos/os/include/input/component.h | 4 ++-- repos/os/include/input/event.h | 4 ++-- repos/os/include/input/event_queue.h | 4 ++-- repos/os/include/input/keycodes.h | 4 ++-- repos/os/include/input/root.h | 4 ++-- repos/os/include/input_session/capability.h | 4 ++-- repos/os/include/input_session/client.h | 4 ++-- repos/os/include/input_session/connection.h | 4 ++-- repos/os/include/input_session/input_session.h | 4 ++-- repos/os/include/ldso/arch.h | 4 ++-- repos/os/include/loader_session/capability.h | 4 ++-- repos/os/include/loader_session/client.h | 4 ++-- repos/os/include/loader_session/connection.h | 4 ++-- repos/os/include/loader_session/loader_session.h | 4 ++-- repos/os/include/mixer/channel.h | 4 ++-- repos/os/include/net/arp.h | 4 ++-- repos/os/include/net/dhcp.h | 4 ++-- repos/os/include/net/ethernet.h | 4 ++-- repos/os/include/net/ipv4.h | 4 ++-- repos/os/include/net/mac_address.h | 4 ++-- repos/os/include/net/netaddress.h | 4 ++-- repos/os/include/net/port.h | 4 ++-- repos/os/include/net/tcp.h | 4 ++-- repos/os/include/net/udp.h | 4 ++-- repos/os/include/nic/component.h | 2 +- repos/os/include/nic/packet_allocator.h | 4 ++-- repos/os/include/nic/root.h | 2 +- repos/os/include/nic/stat.h | 4 ++-- repos/os/include/nic/xml_node.h | 4 ++-- repos/os/include/nic_bridge/mac_allocator.h | 4 ++-- repos/os/include/nic_session/capability.h | 4 ++-- repos/os/include/nic_session/client.h | 4 ++-- repos/os/include/nic_session/connection.h | 4 ++-- repos/os/include/nic_session/nic_session.h | 4 ++-- repos/os/include/nic_session/rpc_object.h | 4 ++-- repos/os/include/nitpicker_gfx/box_painter.h | 4 ++-- repos/os/include/nitpicker_gfx/text_painter.h | 4 ++-- repos/os/include/nitpicker_gfx/texture_painter.h | 4 ++-- repos/os/include/nitpicker_session/capability.h | 4 ++-- repos/os/include/nitpicker_session/client.h | 4 ++-- repos/os/include/nitpicker_session/connection.h | 4 ++-- repos/os/include/nitpicker_session/nitpicker_session.h | 4 ++-- repos/os/include/os/alarm.h | 4 ++-- repos/os/include/os/attached_dataspace.h | 4 ++-- repos/os/include/os/attached_io_mem_dataspace.h | 4 ++-- repos/os/include/os/attached_mmio.h | 4 ++-- repos/os/include/os/attached_ram_dataspace.h | 4 ++-- repos/os/include/os/attached_rom_dataspace.h | 4 ++-- repos/os/include/os/child_policy_dynamic_rom.h | 4 ++-- repos/os/include/os/config.h | 4 ++-- repos/os/include/os/dither_painter.h | 4 ++-- repos/os/include/os/dynamic_rom_session.h | 4 ++-- repos/os/include/os/handle_registry.h | 4 ++-- repos/os/include/os/packet_allocator.h | 4 ++-- repos/os/include/os/packet_stream.h | 4 ++-- repos/os/include/os/path.h | 4 ++-- repos/os/include/os/pixel_alpha8.h | 4 ++-- repos/os/include/os/pixel_rgb565.h | 4 ++-- repos/os/include/os/pixel_rgb888.h | 4 ++-- repos/os/include/os/pixel_rgba.h | 4 ++-- repos/os/include/os/ram_session_guard.h | 4 ++-- repos/os/include/os/reporter.h | 4 ++-- repos/os/include/os/ring_buffer.h | 4 ++-- repos/os/include/os/server.h | 4 ++-- repos/os/include/os/session_policy.h | 4 ++-- repos/os/include/os/session_requester.h | 4 ++-- repos/os/include/os/signal_rpc_dispatcher.h | 4 ++-- repos/os/include/os/single_session_service.h | 4 ++-- repos/os/include/os/slave.h | 4 ++-- repos/os/include/os/static_parent_services.h | 2 +- repos/os/include/os/static_root.h | 4 ++-- repos/os/include/os/surface.h | 4 ++-- repos/os/include/os/texture.h | 4 ++-- repos/os/include/os/texture_rgb565.h | 4 ++-- repos/os/include/os/texture_rgb888.h | 4 ++-- repos/os/include/os/time_source.h | 4 ++-- repos/os/include/os/timed_semaphore.h | 4 ++-- repos/os/include/os/timeout.h | 4 ++-- repos/os/include/os/timer.h | 4 ++-- repos/os/include/packet_stream_rx/client.h | 4 ++-- repos/os/include/packet_stream_rx/packet_stream_rx.h | 4 ++-- repos/os/include/packet_stream_rx/rpc_object.h | 4 ++-- repos/os/include/packet_stream_tx/client.h | 4 ++-- repos/os/include/packet_stream_tx/packet_stream_tx.h | 4 ++-- repos/os/include/packet_stream_tx/rpc_object.h | 4 ++-- repos/os/include/platform_device/device.h | 4 ++-- repos/os/include/platform_session/capability.h | 4 ++-- repos/os/include/platform_session/connection.h | 4 ++-- repos/os/include/ram_fs/chunk.h | 4 ++-- repos/os/include/ram_fs/directory.h | 4 ++-- repos/os/include/ram_fs/file.h | 4 ++-- repos/os/include/ram_fs/node.h | 4 ++-- repos/os/include/ram_fs/symlink.h | 4 ++-- repos/os/include/regulator/component.h | 4 ++-- repos/os/include/regulator/driver.h | 4 ++-- repos/os/include/regulator_session/capability.h | 4 ++-- repos/os/include/regulator_session/client.h | 4 ++-- repos/os/include/regulator_session/connection.h | 4 ++-- repos/os/include/regulator_session/regulator_session.h | 4 ++-- repos/os/include/regulator_session/rpc_object.h | 4 ++-- repos/os/include/report_rom/report_service.h | 4 ++-- repos/os/include/report_rom/rom_module.h | 4 ++-- repos/os/include/report_rom/rom_registry.h | 4 ++-- repos/os/include/report_rom/rom_service.h | 4 ++-- repos/os/include/report_session/client.h | 4 ++-- repos/os/include/report_session/connection.h | 4 ++-- repos/os/include/report_session/report_session.h | 4 ++-- repos/os/include/rtc_session/client.h | 6 +++--- repos/os/include/rtc_session/connection.h | 4 ++-- repos/os/include/rtc_session/rtc_session.h | 4 ++-- repos/os/include/spec/arm/os/backtrace.h | 4 ++-- repos/os/include/spec/arm_v6/trace/timestamp.h | 4 ++-- repos/os/include/spec/arm_v7/trace/timestamp.h | 4 ++-- repos/os/include/spec/exynos4/regulator/consts.h | 4 ++-- repos/os/include/spec/exynos5/regulator/consts.h | 4 ++-- .../include/spec/imx53/imx_framebuffer_session/client.h | 4 ++-- .../spec/imx53/imx_framebuffer_session/connection.h | 4 ++-- .../imx_framebuffer_session/imx_framebuffer_session.h | 4 ++-- repos/os/include/spec/imx53/platform_session/client.h | 4 ++-- .../spec/imx53/platform_session/platform_session.h | 4 ++-- repos/os/include/spec/pbxa9/lan9118_defs.h | 4 ++-- repos/os/include/spec/pbxa9/pl050_defs.h | 4 ++-- repos/os/include/spec/pbxa9/pl11x_defs.h | 4 ++-- repos/os/include/spec/pbxa9/pl180_defs.h | 4 ++-- repos/os/include/spec/pbxa9/sp810_defs.h | 4 ++-- repos/os/include/spec/rpi/platform/framebuffer_info.h | 4 ++-- repos/os/include/spec/rpi/platform/property_message.h | 4 ++-- repos/os/include/spec/rpi/platform_session/client.h | 4 ++-- .../include/spec/rpi/platform_session/platform_session.h | 4 ++-- repos/os/include/spec/x86/platform_device/capability.h | 4 ++-- repos/os/include/spec/x86/platform_device/client.h | 4 ++-- .../include/spec/x86/platform_device/platform_device.h | 4 ++-- repos/os/include/spec/x86/platform_session/client.h | 4 ++-- repos/os/include/spec/x86/platform_session/connection.h | 4 ++-- .../include/spec/x86/platform_session/platform_session.h | 4 ++-- repos/os/include/spec/x86_32/os/backtrace.h | 4 ++-- repos/os/include/spec/x86_32/trace/timestamp.h | 4 ++-- repos/os/include/spec/x86_64/os/backtrace.h | 4 ++-- repos/os/include/spec/x86_64/trace/timestamp.h | 4 ++-- repos/os/include/terminal/cell_array.h | 4 ++-- .../include/terminal/char_cell_array_character_screen.h | 4 ++-- repos/os/include/terminal/character_screen.h | 4 ++-- repos/os/include/terminal/character_screen_tracer.h | 4 ++-- repos/os/include/terminal/decoder.h | 4 ++-- repos/os/include/terminal/font_face.h | 4 ++-- repos/os/include/terminal/keymaps.h | 4 ++-- repos/os/include/terminal/read_buffer.h | 4 ++-- repos/os/include/terminal/scancode_tracker.h | 4 ++-- repos/os/include/terminal/types.h | 4 ++-- repos/os/include/terminal_session/client.h | 2 +- repos/os/include/terminal_session/connection.h | 4 ++-- repos/os/include/terminal_session/terminal_session.h | 2 +- repos/os/include/timer_session/capability.h | 4 ++-- repos/os/include/timer_session/client.h | 4 ++-- repos/os/include/timer_session/connection.h | 4 ++-- repos/os/include/timer_session/timer_session.h | 4 ++-- repos/os/include/trace/policy.h | 4 ++-- repos/os/include/uart_session/client.h | 4 ++-- repos/os/include/uart_session/connection.h | 4 ++-- repos/os/include/uart_session/uart_session.h | 4 ++-- repos/os/include/usb/packet_handler.h | 4 ++-- repos/os/include/usb/types.h | 4 ++-- repos/os/include/usb/usb.h | 4 ++-- repos/os/include/usb_session/capability.h | 4 ++-- repos/os/include/usb_session/client.h | 4 ++-- repos/os/include/usb_session/connection.h | 4 ++-- repos/os/include/usb_session/rpc_object.h | 2 +- repos/os/include/usb_session/usb_session.h | 4 ++-- repos/os/include/util/color.h | 4 ++-- repos/os/include/util/dirty_rect.h | 4 ++-- repos/os/include/util/dither_matrix.h | 4 ++-- repos/os/include/util/endian.h | 4 ++-- repos/os/include/util/geometry.h | 4 ++-- repos/os/include/vfs/dir_file_system.h | 2 +- repos/os/include/vfs/directory_service.h | 4 ++-- repos/os/include/vfs/file_io_service.h | 2 +- repos/os/include/vfs/file_system.h | 4 ++-- repos/os/include/vfs/file_system_factory.h | 4 ++-- repos/os/include/vfs/single_file_system.h | 4 ++-- repos/os/include/vfs/types.h | 4 ++-- repos/os/include/vfs/vfs_handle.h | 4 ++-- repos/os/include/xev_track/xev_track.h | 4 ++-- repos/os/src/app/cli_monitor/child.h | 4 ++-- repos/os/src/app/cli_monitor/child_registry.h | 4 ++-- repos/os/src/app/cli_monitor/command_line.h | 4 ++-- repos/os/src/app/cli_monitor/format_util.h | 4 ++-- repos/os/src/app/cli_monitor/help_command.h | 4 ++-- repos/os/src/app/cli_monitor/kill_command.h | 4 ++-- repos/os/src/app/cli_monitor/line_editor.h | 4 ++-- repos/os/src/app/cli_monitor/main.cc | 4 ++-- repos/os/src/app/cli_monitor/no_extension.cc | 4 ++-- repos/os/src/app/cli_monitor/ram_command.h | 4 ++-- repos/os/src/app/cli_monitor/start_command.h | 4 ++-- repos/os/src/app/cli_monitor/status_command.h | 4 ++-- repos/os/src/app/cli_monitor/subsystem_config_registry.h | 4 ++-- repos/os/src/app/cli_monitor/table.h | 4 ++-- repos/os/src/app/cli_monitor/yield_command.h | 4 ++-- repos/os/src/app/cpu_burner/main.cc | 4 ++-- repos/os/src/app/dummy/main.cc | 2 +- repos/os/src/app/pointer/big_mouse.h | 4 ++-- repos/os/src/app/pointer/main.cc | 4 ++-- repos/os/src/app/rom_logger/main.cc | 4 ++-- repos/os/src/app/rom_to_file/main.cc | 4 ++-- repos/os/src/app/status_bar/main.cc | 4 ++-- repos/os/src/app/trace_subject_reporter/main.cc | 4 ++-- repos/os/src/app/usb_report_filter/main.cc | 4 ++-- repos/os/src/app/xray_trigger/main.cc | 4 ++-- repos/os/src/drivers/acpi/acpi.cc | 2 +- repos/os/src/drivers/acpi/acpi.h | 4 ++-- repos/os/src/drivers/acpi/main.cc | 4 ++-- repos/os/src/drivers/acpi/memory.h | 4 ++-- repos/os/src/drivers/ahci/ahci.cc | 2 +- repos/os/src/drivers/ahci/ahci.h | 2 +- repos/os/src/drivers/ahci/ata_driver.h | 2 +- repos/os/src/drivers/ahci/atapi_driver.h | 2 +- repos/os/src/drivers/ahci/main.cc | 2 +- repos/os/src/drivers/ahci/spec/exynos5/platform.cc | 2 +- repos/os/src/drivers/ahci/spec/x86/platform.cc | 4 ++-- repos/os/src/drivers/audio/spec/linux/alsa.c | 4 ++-- repos/os/src/drivers/audio/spec/linux/alsa.h | 4 ++-- repos/os/src/drivers/audio/spec/linux/main.cc | 4 ++-- repos/os/src/drivers/framebuffer/spec/exynos/driver.cc | 2 +- repos/os/src/drivers/framebuffer/spec/exynos/driver.h | 2 +- repos/os/src/drivers/framebuffer/spec/exynos/main.cc | 2 +- repos/os/src/drivers/framebuffer/spec/imx53/driver.h | 4 ++-- repos/os/src/drivers/framebuffer/spec/imx53/ipu.h | 4 ++-- repos/os/src/drivers/framebuffer/spec/imx53/pwm.h | 4 ++-- repos/os/src/drivers/framebuffer/spec/omap4/dispc.h | 4 ++-- repos/os/src/drivers/framebuffer/spec/omap4/driver.h | 4 ++-- repos/os/src/drivers/framebuffer/spec/omap4/hdmi.h | 4 ++-- repos/os/src/drivers/framebuffer/spec/omap4/main.cc | 4 ++-- repos/os/src/drivers/framebuffer/spec/pl11x/main.cc | 4 ++-- repos/os/src/drivers/framebuffer/spec/rpi/main.cc | 2 +- repos/os/src/drivers/framebuffer/spec/sdl/fb_sdl.cc | 2 +- repos/os/src/drivers/framebuffer/spec/sdl/input.cc | 2 +- repos/os/src/drivers/framebuffer/spec/sdl/input.h | 2 +- repos/os/src/drivers/gpio/spec/exynos4/driver.h | 4 ++-- repos/os/src/drivers/gpio/spec/exynos4/gpio.h | 4 ++-- repos/os/src/drivers/gpio/spec/exynos4/main.cc | 4 ++-- repos/os/src/drivers/gpio/spec/imx53/driver.h | 4 ++-- repos/os/src/drivers/gpio/spec/imx53/gpio.h | 4 ++-- repos/os/src/drivers/gpio/spec/imx53/main.cc | 4 ++-- repos/os/src/drivers/gpio/spec/omap4/driver.h | 4 ++-- repos/os/src/drivers/gpio/spec/omap4/gpio.h | 4 ++-- repos/os/src/drivers/gpio/spec/omap4/main.cc | 4 ++-- repos/os/src/drivers/gpio/spec/rpi/driver.h | 4 ++-- repos/os/src/drivers/gpio/spec/rpi/foc/irq.h | 4 ++-- repos/os/src/drivers/gpio/spec/rpi/gpio.h | 4 ++-- repos/os/src/drivers/gpio/spec/rpi/hw/irq.h | 4 ++-- repos/os/src/drivers/gpio/spec/rpi/main.cc | 4 ++-- repos/os/src/drivers/input/dummy/main.cc | 4 ++-- repos/os/src/drivers/input/spec/imx53/driver.h | 4 ++-- repos/os/src/drivers/input/spec/imx53/egalax_ts.h | 4 ++-- repos/os/src/drivers/input/spec/imx53/i2c.h | 4 ++-- repos/os/src/drivers/input/spec/imx53/irq_handler.h | 4 ++-- repos/os/src/drivers/input/spec/imx53/main.cc | 4 ++-- repos/os/src/drivers/input/spec/imx53/mpr121.h | 4 ++-- repos/os/src/drivers/input/spec/ps2/input_driver.h | 4 ++-- repos/os/src/drivers/input/spec/ps2/irq_handler.h | 4 ++-- repos/os/src/drivers/input/spec/ps2/pl050/irq_handler.h | 4 ++-- repos/os/src/drivers/input/spec/ps2/pl050/main.cc | 4 ++-- repos/os/src/drivers/input/spec/ps2/pl050/pl050.h | 4 ++-- repos/os/src/drivers/input/spec/ps2/ps2_keyboard.h | 4 ++-- repos/os/src/drivers/input/spec/ps2/ps2_mouse.h | 4 ++-- repos/os/src/drivers/input/spec/ps2/scan_code_set_1.h | 4 ++-- repos/os/src/drivers/input/spec/ps2/scan_code_set_2.h | 4 ++-- repos/os/src/drivers/input/spec/ps2/serial_interface.h | 4 ++-- repos/os/src/drivers/input/spec/ps2/verbose.h | 4 ++-- repos/os/src/drivers/input/spec/ps2/x86/i8042.h | 4 ++-- repos/os/src/drivers/input/spec/ps2/x86/main.cc | 2 +- repos/os/src/drivers/nic/spec/gem/buffer_descriptor.h | 2 +- repos/os/src/drivers/nic/spec/gem/cadence_gem.h | 2 +- repos/os/src/drivers/nic/spec/gem/main.cc | 2 +- repos/os/src/drivers/nic/spec/gem/marvell_phy.h | 2 +- repos/os/src/drivers/nic/spec/gem/phyio.h | 4 ++-- repos/os/src/drivers/nic/spec/gem/rx_buffer_descriptor.h | 2 +- repos/os/src/drivers/nic/spec/gem/system_control.h | 2 +- repos/os/src/drivers/nic/spec/gem/tx_buffer_descriptor.h | 4 ++-- repos/os/src/drivers/nic/spec/lan9118/lan9118.h | 2 +- repos/os/src/drivers/nic/spec/lan9118/main.cc | 4 ++-- repos/os/src/drivers/nic/spec/linux/main.cc | 2 +- repos/os/src/drivers/platform/spec/arndale/cmu.h | 2 +- repos/os/src/drivers/platform/spec/arndale/main.cc | 2 +- repos/os/src/drivers/platform/spec/arndale/pmu.h | 2 +- repos/os/src/drivers/platform/spec/imx53/ccm.h | 2 +- repos/os/src/drivers/platform/spec/imx53/iim.h | 2 +- repos/os/src/drivers/platform/spec/imx53/iomux.h | 2 +- repos/os/src/drivers/platform/spec/imx53/main.cc | 2 +- repos/os/src/drivers/platform/spec/imx53/src.h | 2 +- repos/os/src/drivers/platform/spec/odroid_x2/cmu.h | 2 +- repos/os/src/drivers/platform/spec/odroid_x2/main.cc | 2 +- repos/os/src/drivers/platform/spec/odroid_x2/pmu.h | 2 +- .../src/drivers/platform/spec/rpi/framebuffer_message.h | 4 ++-- repos/os/src/drivers/platform/spec/rpi/main.cc | 2 +- repos/os/src/drivers/platform/spec/rpi/mbox.h | 2 +- .../os/src/drivers/platform/spec/rpi/property_command.h | 4 ++-- repos/os/src/drivers/platform/spec/x86/device_pd.h | 4 ++-- repos/os/src/drivers/platform/spec/x86/device_pd/main.cc | 4 ++-- repos/os/src/drivers/platform/spec/x86/irq.cc | 4 ++-- repos/os/src/drivers/platform/spec/x86/irq.h | 4 ++-- repos/os/src/drivers/platform/spec/x86/irq_proxy.h | 4 ++-- repos/os/src/drivers/platform/spec/x86/main.cc | 4 ++-- repos/os/src/drivers/platform/spec/x86/nonpci_devices.cc | 4 ++-- repos/os/src/drivers/platform/spec/x86/pci_bridge.h | 4 ++-- .../os/src/drivers/platform/spec/x86/pci_config_access.h | 4 ++-- repos/os/src/drivers/platform/spec/x86/pci_device.cc | 4 ++-- .../src/drivers/platform/spec/x86/pci_device_component.h | 4 ++-- .../os/src/drivers/platform/spec/x86/pci_device_config.h | 4 ++-- .../os/src/drivers/platform/spec/x86/pci_device_pd_ipc.h | 4 ++-- .../drivers/platform/spec/x86/pci_session_component.h | 4 ++-- repos/os/src/drivers/platform/spec/x86/session.cc | 4 ++-- repos/os/src/drivers/rtc/spec/x86/linux.cc | 2 +- repos/os/src/drivers/rtc/spec/x86/main.cc | 2 +- repos/os/src/drivers/rtc/spec/x86/rtc.cc | 2 +- repos/os/src/drivers/rtc/spec/x86/rtc.h | 2 +- repos/os/src/drivers/sd_card/adma2.cc | 4 ++-- repos/os/src/drivers/sd_card/adma2.h | 4 ++-- repos/os/src/drivers/sd_card/driver_base.h | 2 +- repos/os/src/drivers/sd_card/main.cc | 2 +- repos/os/src/drivers/sd_card/sd_card.h | 4 ++-- repos/os/src/drivers/sd_card/spec/exynos5/driver.cc | 2 +- repos/os/src/drivers/sd_card/spec/exynos5/driver.h | 2 +- repos/os/src/drivers/sd_card/spec/imx/driver.cc | 2 +- repos/os/src/drivers/sd_card/spec/imx/driver.h | 4 ++-- repos/os/src/drivers/sd_card/spec/imx53/driver.cc | 4 ++-- repos/os/src/drivers/sd_card/spec/imx6/driver.cc | 4 ++-- repos/os/src/drivers/sd_card/spec/omap4/driver.cc | 2 +- repos/os/src/drivers/sd_card/spec/omap4/driver.h | 2 +- repos/os/src/drivers/sd_card/spec/pl180/driver.cc | 2 +- repos/os/src/drivers/sd_card/spec/pl180/driver.h | 2 +- repos/os/src/drivers/sd_card/spec/rpi/driver.cc | 2 +- repos/os/src/drivers/sd_card/spec/rpi/driver.h | 2 +- repos/os/src/drivers/timer/fiasco/time_source.cc | 2 +- repos/os/src/drivers/timer/hw/time_source.cc | 2 +- repos/os/src/drivers/timer/hw/time_source.h | 2 +- repos/os/src/drivers/timer/include/root_component.h | 2 +- repos/os/src/drivers/timer/include/session_component.h | 4 ++-- .../os/src/drivers/timer/include/signalled_time_source.h | 2 +- .../os/src/drivers/timer/include/threaded_time_source.h | 2 +- repos/os/src/drivers/timer/linux/time_source.cc | 4 ++-- repos/os/src/drivers/timer/main.cc | 2 +- repos/os/src/drivers/timer/nova/time_source.cc | 2 +- repos/os/src/drivers/timer/nova/time_source.h | 2 +- repos/os/src/drivers/timer/periodic/time_source.cc | 4 ++-- repos/os/src/drivers/timer/periodic/time_source.h | 2 +- repos/os/src/drivers/timer/pistachio/time_source.cc | 4 ++-- repos/os/src/drivers/timer/pit/time_source.cc | 2 +- repos/os/src/drivers/timer/pit/time_source.h | 2 +- repos/os/src/drivers/uart/kdb/uart_driver.h | 4 ++-- repos/os/src/drivers/uart/main.cc | 4 ++-- repos/os/src/drivers/uart/spec/exynos5/uart_driver.h | 4 ++-- repos/os/src/drivers/uart/spec/panda/uart_driver.h | 4 ++-- repos/os/src/drivers/uart/spec/pbxa9/uart_driver.h | 4 ++-- repos/os/src/drivers/uart/spec/x86/uart_driver.h | 2 +- repos/os/src/drivers/uart/uart_component.h | 2 +- repos/os/src/drivers/uart/uart_driver_base.h | 4 ++-- repos/os/src/drivers/usb_block/cbw_csw.h | 4 ++-- repos/os/src/drivers/usb_block/main.cc | 2 +- repos/os/src/drivers/usb_block/scsi.h | 4 ++-- repos/os/src/init/main.cc | 4 ++-- repos/os/src/lib/alarm/alarm.cc | 4 ++-- repos/os/src/lib/blit/blit.cc | 4 ++-- repos/os/src/lib/blit/blit_helper.h | 4 ++-- repos/os/src/lib/blit/spec/arm/blit_helper.h | 4 ++-- repos/os/src/lib/blit/spec/x86/blit_helper.h | 4 ++-- repos/os/src/lib/blit/spec/x86_32/mmx.h | 4 ++-- repos/os/src/lib/blit/spec/x86_64/mmx.h | 4 ++-- repos/os/src/lib/config/config.cc | 4 ++-- repos/os/src/lib/net/arp.cc | 4 ++-- repos/os/src/lib/net/dhcp.cc | 4 ++-- repos/os/src/lib/net/ethernet.cc | 4 ++-- repos/os/src/lib/net/ipv4.cc | 4 ++-- repos/os/src/lib/net/mac_address.cc | 4 ++-- repos/os/src/lib/net/stat-client.cc | 4 ++-- repos/os/src/lib/net/stat.cc | 4 ++-- repos/os/src/lib/net/tcp.cc | 4 ++-- repos/os/src/lib/net/udp.cc | 4 ++-- repos/os/src/lib/server/server.cc | 4 ++-- repos/os/src/lib/timed_semaphore/timed_semaphore.cc | 4 ++-- repos/os/src/lib/timeout/timeout.cc | 4 ++-- repos/os/src/lib/trace/policy/table.cc | 4 ++-- repos/os/src/lib/vfs/block_file_system.h | 4 ++-- repos/os/src/lib/vfs/file_system_factory.cc | 2 +- repos/os/src/lib/vfs/fs_file_system.h | 2 +- repos/os/src/lib/vfs/inline_file_system.h | 4 ++-- repos/os/src/lib/vfs/log_file_system.h | 4 ++-- repos/os/src/lib/vfs/null_file_system.h | 4 ++-- repos/os/src/lib/vfs/ram_file_system.h | 4 ++-- repos/os/src/lib/vfs/rom_file_system.h | 4 ++-- repos/os/src/lib/vfs/rtc_file_system.h | 4 ++-- repos/os/src/lib/vfs/symlink_file_system.h | 4 ++-- repos/os/src/lib/vfs/tar_file_system.h | 4 ++-- repos/os/src/lib/vfs/terminal_file_system.h | 2 +- repos/os/src/lib/vfs/zero_file_system.h | 4 ++-- repos/os/src/server/blk_cache/chunk.h | 4 ++-- repos/os/src/server/blk_cache/driver.h | 2 +- repos/os/src/server/blk_cache/lru.cc | 2 +- repos/os/src/server/blk_cache/lru.h | 4 ++-- repos/os/src/server/blk_cache/main.cc | 2 +- repos/os/src/server/clipboard/main.cc | 4 ++-- repos/os/src/server/dynamic_rom/main.cc | 2 +- repos/os/src/server/fs_log/main.cc | 4 ++-- repos/os/src/server/fs_log/session.h | 4 ++-- repos/os/src/server/fs_rom/main.cc | 4 ++-- repos/os/src/server/input_filter/chargen_source.h | 2 +- repos/os/src/server/input_filter/connection.h | 2 +- repos/os/src/server/input_filter/include_accessor.h | 2 +- repos/os/src/server/input_filter/input_source.h | 2 +- repos/os/src/server/input_filter/key_code_by_name.h | 2 +- repos/os/src/server/input_filter/main.cc | 2 +- repos/os/src/server/input_filter/merge_source.h | 2 +- repos/os/src/server/input_filter/remap_source.h | 2 +- repos/os/src/server/input_filter/source.h | 2 +- repos/os/src/server/input_filter/timer_accessor.h | 2 +- repos/os/src/server/input_filter/types.h | 2 +- repos/os/src/server/input_merger/main.cc | 4 ++-- repos/os/src/server/iso9660/iso9660.cc | 2 +- repos/os/src/server/iso9660/iso9660.h | 2 +- repos/os/src/server/iso9660/main.cc | 4 ++-- repos/os/src/server/loader/child.h | 4 ++-- repos/os/src/server/loader/input.h | 2 +- repos/os/src/server/loader/main.cc | 2 +- repos/os/src/server/loader/nitpicker.h | 2 +- repos/os/src/server/loader/ram_session_client_guard.h | 4 ++-- repos/os/src/server/loader/rom.h | 2 +- repos/os/src/server/log_report/main.cc | 2 +- repos/os/src/server/log_terminal/main.cc | 2 +- repos/os/src/server/lx_fs/main.cc | 2 +- repos/os/src/server/mixer/mixer.cc | 4 ++-- repos/os/src/server/nic_bridge/address_node.h | 4 ++-- repos/os/src/server/nic_bridge/component.cc | 2 +- repos/os/src/server/nic_bridge/component.h | 4 ++-- repos/os/src/server/nic_bridge/mac_allocator.cc | 4 ++-- repos/os/src/server/nic_bridge/main.cc | 2 +- repos/os/src/server/nic_bridge/nic.cc | 2 +- repos/os/src/server/nic_bridge/nic.h | 2 +- repos/os/src/server/nic_bridge/packet_handler.cc | 4 ++-- repos/os/src/server/nic_bridge/packet_handler.h | 4 ++-- repos/os/src/server/nic_bridge/vlan.h | 4 ++-- repos/os/src/server/nic_loopback/main.cc | 2 +- repos/os/src/server/nic_router/arp_cache.cc | 4 ++-- repos/os/src/server/nic_router/arp_cache.h | 4 ++-- repos/os/src/server/nic_router/arp_waiter.cc | 4 ++-- repos/os/src/server/nic_router/arp_waiter.h | 4 ++-- repos/os/src/server/nic_router/component.cc | 2 +- repos/os/src/server/nic_router/component.h | 2 +- repos/os/src/server/nic_router/configuration.cc | 4 ++-- repos/os/src/server/nic_router/configuration.h | 4 ++-- repos/os/src/server/nic_router/direct_rule.cc | 4 ++-- repos/os/src/server/nic_router/direct_rule.h | 4 ++-- repos/os/src/server/nic_router/domain.cc | 4 ++-- repos/os/src/server/nic_router/domain.h | 4 ++-- repos/os/src/server/nic_router/forward_rule.cc | 4 ++-- repos/os/src/server/nic_router/forward_rule.h | 4 ++-- repos/os/src/server/nic_router/interface.cc | 4 ++-- repos/os/src/server/nic_router/interface.h | 4 ++-- repos/os/src/server/nic_router/ip_rule.cc | 4 ++-- repos/os/src/server/nic_router/ip_rule.h | 4 ++-- repos/os/src/server/nic_router/leaf_rule.cc | 4 ++-- repos/os/src/server/nic_router/leaf_rule.h | 4 ++-- repos/os/src/server/nic_router/link.cc | 4 ++-- repos/os/src/server/nic_router/link.h | 4 ++-- repos/os/src/server/nic_router/mac_allocator.cc | 4 ++-- repos/os/src/server/nic_router/main.cc | 2 +- repos/os/src/server/nic_router/nat_rule.cc | 4 ++-- repos/os/src/server/nic_router/nat_rule.h | 4 ++-- repos/os/src/server/nic_router/permit_rule.cc | 4 ++-- repos/os/src/server/nic_router/permit_rule.h | 4 ++-- repos/os/src/server/nic_router/pointer.h | 4 ++-- repos/os/src/server/nic_router/port_allocator.cc | 4 ++-- repos/os/src/server/nic_router/port_allocator.h | 4 ++-- repos/os/src/server/nic_router/protocol_name.cc | 4 ++-- repos/os/src/server/nic_router/protocol_name.h | 4 ++-- repos/os/src/server/nic_router/rule.h | 4 ++-- repos/os/src/server/nic_router/transport_rule.cc | 4 ++-- repos/os/src/server/nic_router/transport_rule.h | 4 ++-- repos/os/src/server/nic_router/uplink.cc | 2 +- repos/os/src/server/nic_router/uplink.h | 4 ++-- repos/os/src/server/nit_fb/main.cc | 4 ++-- repos/os/src/server/nitpicker/background.h | 4 ++-- repos/os/src/server/nitpicker/canvas.h | 4 ++-- repos/os/src/server/nitpicker/clip_guard.h | 4 ++-- repos/os/src/server/nitpicker/color.h | 4 ++-- repos/os/src/server/nitpicker/domain_registry.h | 4 ++-- repos/os/src/server/nitpicker/draw_label.h | 4 ++-- repos/os/src/server/nitpicker/global_keys.cc | 4 ++-- repos/os/src/server/nitpicker/global_keys.h | 4 ++-- repos/os/src/server/nitpicker/input.h | 4 ++-- repos/os/src/server/nitpicker/main.cc | 4 ++-- repos/os/src/server/nitpicker/mode.h | 4 ++-- repos/os/src/server/nitpicker/pointer_origin.h | 4 ++-- repos/os/src/server/nitpicker/session.h | 4 ++-- repos/os/src/server/nitpicker/user_state.cc | 4 ++-- repos/os/src/server/nitpicker/user_state.h | 4 ++-- repos/os/src/server/nitpicker/view.cc | 4 ++-- repos/os/src/server/nitpicker/view.h | 4 ++-- repos/os/src/server/nitpicker/view_stack.cc | 4 ++-- repos/os/src/server/nitpicker/view_stack.h | 4 ++-- repos/os/src/server/part_blk/component.h | 2 +- repos/os/src/server/part_blk/driver.h | 2 +- repos/os/src/server/part_blk/gpt.h | 4 ++-- repos/os/src/server/part_blk/main.cc | 2 +- repos/os/src/server/part_blk/mbr.h | 4 ++-- repos/os/src/server/part_blk/partition_table.h | 4 ++-- repos/os/src/server/ram_blk/main.cc | 2 +- repos/os/src/server/ram_fs/main.cc | 2 +- repos/os/src/server/report_rom/main.cc | 4 ++-- repos/os/src/server/report_rom/rom_registry.h | 4 ++-- repos/os/src/server/rom_blk/main.cc | 2 +- repos/os/src/server/rom_filter/input_rom_registry.h | 4 ++-- repos/os/src/server/rom_filter/main.cc | 4 ++-- repos/os/src/server/rom_prefetcher/main.cc | 2 +- repos/os/src/server/tar_rom/main.cc | 4 ++-- repos/os/src/server/terminal_crosslink/main.cc | 2 +- repos/os/src/server/terminal_crosslink/terminal_root.h | 2 +- .../terminal_crosslink/terminal_session_component.cc | 2 +- .../terminal_crosslink/terminal_session_component.h | 2 +- repos/os/src/server/terminal_log/main.cc | 4 ++-- repos/os/src/server/trace_fs/buffer.h | 4 ++-- repos/os/src/server/trace_fs/chunk.h | 4 ++-- repos/os/src/server/trace_fs/file.h | 4 ++-- repos/os/src/server/trace_fs/followed_subject.h | 2 +- repos/os/src/server/trace_fs/main.cc | 2 +- repos/os/src/server/trace_fs/trace_files.h | 4 ++-- repos/os/src/server/tz_vmm/block_driver.cc | 2 +- repos/os/src/server/tz_vmm/include/atag.h | 4 ++-- repos/os/src/server/tz_vmm/include/block_driver.h | 2 +- repos/os/src/server/tz_vmm/include/mmu.h | 4 ++-- repos/os/src/server/tz_vmm/include/ram.h | 4 ++-- repos/os/src/server/tz_vmm/include/serial_driver.h | 2 +- repos/os/src/server/tz_vmm/include/vm_base.h | 2 +- repos/os/src/server/tz_vmm/serial_driver.cc | 2 +- repos/os/src/server/tz_vmm/spec/imx53/m4if.h | 2 +- repos/os/src/server/tz_vmm/spec/imx53/main.cc | 2 +- repos/os/src/server/tz_vmm/spec/imx53_qsb/vm.cc | 2 +- repos/os/src/server/tz_vmm/spec/imx53_qsb/vm.h | 2 +- repos/os/src/server/tz_vmm/spec/usb_armory/vm.cc | 2 +- repos/os/src/server/tz_vmm/spec/usb_armory/vm.h | 2 +- repos/os/src/server/tz_vmm/vm_base.cc | 2 +- repos/os/src/server/vfs/assert.h | 4 ++-- repos/os/src/server/vfs/main.cc | 2 +- repos/os/src/server/vfs/node.h | 2 +- repos/os/src/server/vmm/board.h | 4 ++-- repos/os/src/server/vmm/main.cc | 4 ++-- repos/os/src/test/audio_out/main.cc | 4 ++-- repos/os/src/test/audio_out_click/main.cc | 4 ++-- repos/os/src/test/blk/bench/main.cc | 4 ++-- repos/os/src/test/blk/srv/main.cc | 2 +- repos/os/src/test/bomb/main.cc | 4 ++-- repos/os/src/test/clipboard/main.cc | 4 ++-- repos/os/src/test/cpufreq/main.cc | 2 +- repos/os/src/test/dynamic_config/loader/main.cc | 4 ++-- repos/os/src/test/dynamic_config/main.cc | 2 +- repos/os/src/test/dynamic_config/master/main.cc | 4 ++-- repos/os/src/test/dynamic_config/server/main.cc | 2 +- repos/os/src/test/fault_detection/main.cc | 4 ++-- repos/os/src/test/fb_bench/main.cc | 2 +- repos/os/src/test/framebuffer/main.cc | 4 ++-- repos/os/src/test/gpio_drv/gpio_test.h | 4 ++-- repos/os/src/test/gpio_drv/main.cc | 4 ++-- repos/os/src/test/gpio_led/main.cc | 4 ++-- repos/os/src/test/gpio_signal/main.cc | 4 ++-- repos/os/src/test/init/main.cc | 2 +- repos/os/src/test/input/test.cc | 2 +- repos/os/src/test/input_filter/main.cc | 2 +- repos/os/src/test/iso/main.cc | 4 ++-- repos/os/src/test/loader/main.cc | 4 ++-- repos/os/src/test/nic_loopback/main.cc | 4 ++-- repos/os/src/test/nitpicker/test.cc | 4 ++-- repos/os/src/test/pci/test.cc | 4 ++-- repos/os/src/test/ram_fs_chunk/main.cc | 2 +- repos/os/src/test/report_rom/main.cc | 4 ++-- repos/os/src/test/resource_request/main.cc | 4 ++-- repos/os/src/test/resource_yield/main.cc | 4 ++-- repos/os/src/test/rom_blk/main.cc | 2 +- repos/os/src/test/rtc/main.cc | 2 +- repos/os/src/test/sd_card_bench/main.cc | 4 ++-- repos/os/src/test/signal/main.cc | 2 +- repos/os/src/test/terminal_crosslink/main.cc | 2 +- repos/os/src/test/terminal_echo/main.cc | 2 +- repos/os/src/test/thread_join/main.cc | 4 ++-- repos/os/src/test/timed_semaphore/main.cc | 4 ++-- repos/os/src/test/timeout/main.cc | 4 ++-- repos/os/src/test/timer/main.cc | 2 +- repos/os/src/test/timer_accuracy/main.cc | 2 +- repos/os/src/test/trace/main.cc | 2 +- repos/os/src/test/uart/main.cc | 2 +- repos/os/src/test/vfs_stress/main.cc | 2 +- repos/os/src/test/xml_generator/main.cc | 4 ++-- repos/os/src/test/xml_node/test.cc | 2 +- repos/ports/include/noux_session/capability.h | 4 ++-- repos/ports/include/noux_session/client.h | 4 ++-- repos/ports/include/noux_session/connection.h | 4 ++-- repos/ports/include/noux_session/noux_session.h | 4 ++-- repos/ports/include/noux_session/sysio.h | 4 ++-- repos/ports/include/vbox_pointer/dither_painter.h | 4 ++-- repos/ports/include/vbox_pointer/shape_report.h | 4 ++-- repos/ports/include/vmm/guest_memory.h | 4 ++-- repos/ports/include/vmm/printf.h | 4 ++-- repos/ports/include/vmm/types.h | 4 ++-- repos/ports/include/vmm/utcb_guard.h | 4 ++-- repos/ports/include/vmm/vcpu_dispatcher.h | 4 ++-- repos/ports/include/vmm/vcpu_thread.h | 4 ++-- repos/ports/src/app/dosbox/spec/x86_32/size_defs.h | 6 +++--- repos/ports/src/app/dosbox/spec/x86_64/size_defs.h | 6 +++--- repos/ports/src/app/gdb_monitor/app_child.h | 2 +- repos/ports/src/app/gdb_monitor/append_list.h | 4 ++-- repos/ports/src/app/gdb_monitor/cpu_session_component.cc | 2 +- repos/ports/src/app/gdb_monitor/cpu_session_component.h | 2 +- repos/ports/src/app/gdb_monitor/cpu_thread_component.cc | 2 +- repos/ports/src/app/gdb_monitor/cpu_thread_component.h | 2 +- repos/ports/src/app/gdb_monitor/dataspace_object.h | 4 ++-- repos/ports/src/app/gdb_monitor/gdbserver/config.h | 4 ++-- repos/ports/src/app/gdb_monitor/gdbserver/genode-low.cc | 2 +- repos/ports/src/app/gdb_monitor/gdbserver/genode-low.h | 4 ++-- repos/ports/src/app/gdb_monitor/genode_child_resources.h | 2 +- repos/ports/src/app/gdb_monitor/main.cc | 4 ++-- repos/ports/src/app/gdb_monitor/pd_session_component.h | 2 +- repos/ports/src/app/gdb_monitor/ram_session_component.cc | 2 +- repos/ports/src/app/gdb_monitor/ram_session_component.h | 2 +- repos/ports/src/app/gdb_monitor/region_map_component.cc | 2 +- repos/ports/src/app/gdb_monitor/region_map_component.h | 2 +- repos/ports/src/app/gdb_monitor/rom.h | 2 +- repos/ports/src/app/gdb_monitor/signal_handler_thread.cc | 2 +- repos/ports/src/app/gdb_monitor/signal_handler_thread.h | 2 +- repos/ports/src/app/netperf/timer.cc | 4 ++-- repos/ports/src/app/openvpn/dummies.c | 8 ++++---- repos/ports/src/app/openvpn/main.cc | 6 +++--- repos/ports/src/app/openvpn/tun_genode.cc | 8 ++++---- repos/ports/src/app/openvpn/tuntap.h | 8 ++++---- repos/ports/src/app/seoul/boot_module_provider.h | 2 +- repos/ports/src/app/seoul/console.h | 2 +- repos/ports/src/app/seoul/device_model_registry.cc | 2 +- repos/ports/src/app/seoul/device_model_registry.h | 2 +- repos/ports/src/app/seoul/disk.cc | 2 +- repos/ports/src/app/seoul/include/service/memory.h | 2 +- repos/ports/src/app/seoul/include/service/profile.h | 2 +- repos/ports/src/app/seoul/keyboard.cc | 2 +- repos/ports/src/app/seoul/keyboard.h | 2 +- repos/ports/src/app/seoul/nova_user_env.cc | 2 +- repos/ports/src/app/seoul/synced_motherboard.h | 2 +- repos/ports/src/app/vbox_pointer/big_mouse.h | 4 ++-- repos/ports/src/app/vbox_pointer/main.cc | 4 ++-- repos/ports/src/app/vbox_pointer/policy.cc | 4 ++-- repos/ports/src/app/vbox_pointer/policy.h | 4 ++-- repos/ports/src/app/vbox_pointer/util.h | 4 ++-- repos/ports/src/lib/gdbserver_libc_support/elf/common.h | 4 ++-- .../lib/gdbserver_libc_support/gdbserver_libc_support.h | 4 ++-- repos/ports/src/lib/gdbserver_libc_support/sys/procfs.h | 4 ++-- repos/ports/src/lib/gdbserver_libc_support/sys/ptrace.h | 4 ++-- repos/ports/src/lib/gdbserver_libc_support/sys/vfs.h | 4 ++-- repos/ports/src/lib/gdbserver_libc_support/sys/wait.h | 4 ++-- repos/ports/src/lib/gdbserver_platform/amd64.h | 4 ++-- .../lib/gdbserver_platform/gdbserver_platform_helper.cc | 2 +- .../lib/gdbserver_platform/gdbserver_platform_helper.h | 4 ++-- repos/ports/src/lib/gdbserver_platform/i386.h | 4 ++-- repos/ports/src/lib/gdbserver_platform/native_cpu.cc | 4 ++-- repos/ports/src/lib/gdbserver_platform/reg-arm.h | 4 ++-- .../src/lib/gdbserver_platform/spec/foc/native_cpu.cc | 4 ++-- .../ports/src/lib/gdbserver_platform/spec/foc_arm/low.cc | 2 +- .../src/lib/gdbserver_platform/spec/foc_x86_32/low.cc | 2 +- .../src/lib/gdbserver_platform/spec/nova_x86_32/low.cc | 4 ++-- .../src/lib/gdbserver_platform/spec/nova_x86_64/low.cc | 4 ++-- repos/ports/src/lib/libc_noux/plugin.cc | 4 ++-- repos/ports/src/noux/args.h | 4 ++-- repos/ports/src/noux/child.h | 4 ++-- repos/ports/src/noux/child_env.h | 4 ++-- repos/ports/src/noux/child_policy.h | 4 ++-- repos/ports/src/noux/cpu_session_component.h | 4 ++-- repos/ports/src/noux/dataspace_registry.h | 4 ++-- repos/ports/src/noux/destruct_queue.h | 4 ++-- repos/ports/src/noux/environment.h | 4 ++-- repos/ports/src/noux/family_member.h | 4 ++-- repos/ports/src/noux/file_descriptor_registry.h | 4 ++-- repos/ports/src/noux/interrupt_handler.h | 4 ++-- repos/ports/src/noux/io_channel.h | 4 ++-- repos/ports/src/noux/io_channel_listener.h | 4 ++-- repos/ports/src/noux/io_receptor_registry.h | 4 ++-- repos/ports/src/noux/kill_broadcaster.h | 4 ++-- repos/ports/src/noux/local_rom_service.h | 4 ++-- repos/ports/src/noux/main.cc | 4 ++-- repos/ports/src/noux/minimal/dummy_net.cc | 4 ++-- repos/ports/src/noux/net/net.cc | 4 ++-- repos/ports/src/noux/net/socket_io_channel.h | 4 ++-- repos/ports/src/noux/parent_execve.h | 4 ++-- repos/ports/src/noux/parent_exit.h | 4 ++-- repos/ports/src/noux/path.h | 4 ++-- repos/ports/src/noux/pd_session_component.h | 4 ++-- repos/ports/src/noux/pipe_io_channel.h | 4 ++-- repos/ports/src/noux/ram_session_component.h | 4 ++-- repos/ports/src/noux/range_checked_index.h | 4 ++-- repos/ports/src/noux/region_map_component.h | 4 ++-- repos/ports/src/noux/rom_session_component.h | 4 ++-- repos/ports/src/noux/shared_pointer.h | 4 ++-- repos/ports/src/noux/syscall.cc | 4 ++-- repos/ports/src/noux/terminal_io_channel.h | 4 ++-- repos/ports/src/noux/timeout_scheduler.h | 4 ++-- repos/ports/src/noux/user_info.h | 4 ++-- repos/ports/src/noux/verbose.h | 2 +- repos/ports/src/noux/vfs_io_channel.h | 4 ++-- repos/ports/src/noux/wake_up_notifier.h | 4 ++-- repos/ports/src/test/gdb_monitor/main.cc | 4 ++-- repos/ports/src/test/gdb_monitor_target_config/main.cc | 4 ++-- repos/ports/src/test/noux_signals/main.cc | 4 ++-- repos/ports/src/test/vbox_pointer/main.cc | 4 ++-- repos/ports/src/test/vmm_utils/main.cc | 2 +- repos/ports/src/virtualbox/accloff/mem_region.h | 2 +- repos/ports/src/virtualbox/accloff/sup.cc | 2 +- repos/ports/src/virtualbox/devices.cc | 2 +- repos/ports/src/virtualbox/devxhci.cc | 2 +- repos/ports/src/virtualbox/drivers.cc | 2 +- repos/ports/src/virtualbox/dummies.cc | 2 +- repos/ports/src/virtualbox/dynlib.cc | 2 +- repos/ports/src/virtualbox/frontend/console.cc | 2 +- repos/ports/src/virtualbox/frontend/console.h | 2 +- repos/ports/src/virtualbox/frontend/fb.h | 2 +- repos/ports/src/virtualbox/frontend/main.cc | 2 +- repos/ports/src/virtualbox/guest_memory.h | 2 +- repos/ports/src/virtualbox/hm.cc | 2 +- repos/ports/src/virtualbox/iommio.cc | 2 +- repos/ports/src/virtualbox/ioport.cc | 2 +- repos/ports/src/virtualbox/libc.cc | 2 +- repos/ports/src/virtualbox/logger.cc | 2 +- repos/ports/src/virtualbox/mm.cc | 2 +- repos/ports/src/virtualbox/mm.h | 2 +- repos/ports/src/virtualbox/network.cpp | 2 +- repos/ports/src/virtualbox/pdm.cc | 2 +- repos/ports/src/virtualbox/pgm.cc | 2 +- repos/ports/src/virtualbox/rt.cc | 2 +- repos/ports/src/virtualbox/spec/muen/guest_interrupts.h | 2 +- repos/ports/src/virtualbox/spec/muen/mem_region.h | 2 +- repos/ports/src/virtualbox/spec/muen/sup.cc | 2 +- repos/ports/src/virtualbox/spec/muen/vcpu.h | 2 +- repos/ports/src/virtualbox/spec/muen/vm_handler.h | 2 +- repos/ports/src/virtualbox/spec/nova/mem_region.h | 2 +- repos/ports/src/virtualbox/spec/nova/sup.cc | 2 +- repos/ports/src/virtualbox/spec/nova/svm.h | 2 +- repos/ports/src/virtualbox/spec/nova/vcpu.h | 2 +- repos/ports/src/virtualbox/spec/nova/vcpu_svm.h | 2 +- repos/ports/src/virtualbox/spec/nova/vcpu_vmx.h | 2 +- repos/ports/src/virtualbox/spec/nova/vmx.h | 2 +- repos/ports/src/virtualbox/sup.cc | 2 +- repos/ports/src/virtualbox/sup.h | 2 +- repos/ports/src/virtualbox/thread.cc | 2 +- repos/ports/src/virtualbox/unimpl.cc | 2 +- repos/ports/src/virtualbox/util.h | 2 +- repos/ports/src/virtualbox/vmm_memory.h | 2 +- repos/ports/src/virtualbox/vmm_region.h | 2 +- repos/ports/src/virtualbox5/devices.cc | 2 +- repos/ports/src/virtualbox5/drivers.cc | 2 +- repos/ports/src/virtualbox5/dummies.cc | 2 +- repos/ports/src/virtualbox5/frontend/console.cc | 2 +- repos/ports/src/virtualbox5/frontend/console.h | 2 +- repos/ports/src/virtualbox5/frontend/fb.h | 2 +- repos/ports/src/virtualbox5/frontend/main.cc | 2 +- repos/ports/src/virtualbox5/hm.cc | 2 +- repos/ports/src/virtualbox5/mm.cc | 2 +- repos/ports/src/virtualbox5/pgm.cc | 2 +- repos/ports/src/virtualbox5/spec/nova/pgm.cc | 2 +- repos/ports/src/virtualbox5/spec/nova/sup.cc | 2 +- repos/ports/src/virtualbox5/spec/nova/svm.h | 2 +- repos/ports/src/virtualbox5/spec/nova/vcpu.h | 2 +- repos/ports/src/virtualbox5/spec/nova/vcpu_svm.h | 2 +- repos/ports/src/virtualbox5/spec/nova/vcpu_vmx.h | 2 +- repos/ports/src/virtualbox5/spec/nova/vmx.h | 2 +- repos/ports/src/virtualbox5/sup.cc | 2 +- repos/ports/src/virtualbox5/unimpl.cc | 2 +- 2498 files changed, 4839 insertions(+), 4837 deletions(-) diff --git a/repos/base-fiasco/src/core/core_log.cc b/repos/base-fiasco/src/core/core_log.cc index 5059e3516..bdc969e91 100644 --- a/repos/base-fiasco/src/core/core_log.cc +++ b/repos/base-fiasco/src/core/core_log.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-fiasco/src/core/include/ipc_pager.h b/repos/base-fiasco/src/core/include/ipc_pager.h index dc9267cd4..7b0c0d0c0 100644 --- a/repos/base-fiasco/src/core/include/ipc_pager.h +++ b/repos/base-fiasco/src/core/include/ipc_pager.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__IPC_PAGER_H_ diff --git a/repos/base-fiasco/src/core/include/map_local.h b/repos/base-fiasco/src/core/include/map_local.h index 8006eeaf1..3a6ce219c 100644 --- a/repos/base-fiasco/src/core/include/map_local.h +++ b/repos/base-fiasco/src/core/include/map_local.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__MAP_LOCAL_H_ diff --git a/repos/base-fiasco/src/core/include/platform.h b/repos/base-fiasco/src/core/include/platform.h index 917e928e8..d0df2c30d 100644 --- a/repos/base-fiasco/src/core/include/platform.h +++ b/repos/base-fiasco/src/core/include/platform.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2007-2013 Genode Labs GmbH + * Copyright (C) 2007-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__PLATFORM_H_ diff --git a/repos/base-fiasco/src/core/include/platform_pd.h b/repos/base-fiasco/src/core/include/platform_pd.h index 51bf456a7..4881a3874 100644 --- a/repos/base-fiasco/src/core/include/platform_pd.h +++ b/repos/base-fiasco/src/core/include/platform_pd.h @@ -8,10 +8,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__PLATFORM_PD_H_ diff --git a/repos/base-fiasco/src/core/include/platform_thread.h b/repos/base-fiasco/src/core/include/platform_thread.h index 5b8094c85..537e4450a 100644 --- a/repos/base-fiasco/src/core/include/platform_thread.h +++ b/repos/base-fiasco/src/core/include/platform_thread.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__PLATFORM_THREAD_H_ diff --git a/repos/base-fiasco/src/core/include/rpc_cap_factory.h b/repos/base-fiasco/src/core/include/rpc_cap_factory.h index fd1514523..9b0200c56 100644 --- a/repos/base-fiasco/src/core/include/rpc_cap_factory.h +++ b/repos/base-fiasco/src/core/include/rpc_cap_factory.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__RPC_CAP_FACTORY_H_ diff --git a/repos/base-fiasco/src/core/include/util.h b/repos/base-fiasco/src/core/include/util.h index bebfa001d..c3237d0e0 100644 --- a/repos/base-fiasco/src/core/include/util.h +++ b/repos/base-fiasco/src/core/include/util.h @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__UTIL_H_ diff --git a/repos/base-fiasco/src/core/io_mem_session_support.cc b/repos/base-fiasco/src/core/io_mem_session_support.cc index ffe6b6b5c..88e423e57 100644 --- a/repos/base-fiasco/src/core/io_mem_session_support.cc +++ b/repos/base-fiasco/src/core/io_mem_session_support.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-fiasco/src/core/irq_session_component.cc b/repos/base-fiasco/src/core/irq_session_component.cc index 0797c9bf8..1940cb2b1 100644 --- a/repos/base-fiasco/src/core/irq_session_component.cc +++ b/repos/base-fiasco/src/core/irq_session_component.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2007-2015 Genode Labs GmbH + * Copyright (C) 2007-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-fiasco/src/core/pager.cc b/repos/base-fiasco/src/core/pager.cc index 267d86614..bfb242ff6 100644 --- a/repos/base-fiasco/src/core/pager.cc +++ b/repos/base-fiasco/src/core/pager.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-fiasco/src/core/pager_object.cc b/repos/base-fiasco/src/core/pager_object.cc index a5d626766..37a05db2c 100644 --- a/repos/base-fiasco/src/core/pager_object.cc +++ b/repos/base-fiasco/src/core/pager_object.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-fiasco/src/core/platform.cc b/repos/base-fiasco/src/core/platform.cc index 6e01035cd..6d9b2aa86 100644 --- a/repos/base-fiasco/src/core/platform.cc +++ b/repos/base-fiasco/src/core/platform.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-fiasco/src/core/platform_pd.cc b/repos/base-fiasco/src/core/platform_pd.cc index 9442674ce..f0b8f8f7e 100644 --- a/repos/base-fiasco/src/core/platform_pd.cc +++ b/repos/base-fiasco/src/core/platform_pd.cc @@ -12,10 +12,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-fiasco/src/core/platform_thread.cc b/repos/base-fiasco/src/core/platform_thread.cc index 5b7d2e13a..664517cb3 100644 --- a/repos/base-fiasco/src/core/platform_thread.cc +++ b/repos/base-fiasco/src/core/platform_thread.cc @@ -8,10 +8,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-fiasco/src/core/ram_session_support.cc b/repos/base-fiasco/src/core/ram_session_support.cc index f231d6833..78c47abf1 100644 --- a/repos/base-fiasco/src/core/ram_session_support.cc +++ b/repos/base-fiasco/src/core/ram_session_support.cc @@ -8,10 +8,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include "ram_session_component.h" diff --git a/repos/base-fiasco/src/core/region_map_support.cc b/repos/base-fiasco/src/core/region_map_support.cc index 8673d621d..a72e7c859 100644 --- a/repos/base-fiasco/src/core/region_map_support.cc +++ b/repos/base-fiasco/src/core/region_map_support.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-fiasco/src/core/spec/x86/platform_x86.cc b/repos/base-fiasco/src/core/spec/x86/platform_x86.cc index 9298fe2fd..a62f979e6 100644 --- a/repos/base-fiasco/src/core/spec/x86/platform_x86.cc +++ b/repos/base-fiasco/src/core/spec/x86/platform_x86.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base-fiasco/src/core/thread_start.cc b/repos/base-fiasco/src/core/thread_start.cc index b32323b77..34903e189 100644 --- a/repos/base-fiasco/src/core/thread_start.cc +++ b/repos/base-fiasco/src/core/thread_start.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-fiasco/src/include/base/internal/fiasco_thread_helper.h b/repos/base-fiasco/src/include/base/internal/fiasco_thread_helper.h index 5ec5bd165..562a5a707 100644 --- a/repos/base-fiasco/src/include/base/internal/fiasco_thread_helper.h +++ b/repos/base-fiasco/src/include/base/internal/fiasco_thread_helper.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2007-2013 Genode Labs GmbH + * Copyright (C) 2007-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__FIASCO__THREAD_HELPER_H_ diff --git a/repos/base-fiasco/src/include/base/internal/lock_helper.h b/repos/base-fiasco/src/include/base/internal/lock_helper.h index 27f8fde67..f638e06ab 100644 --- a/repos/base-fiasco/src/include/base/internal/lock_helper.h +++ b/repos/base-fiasco/src/include/base/internal/lock_helper.h @@ -12,10 +12,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__LOCK_HELPER_H_ diff --git a/repos/base-fiasco/src/include/base/internal/native_thread.h b/repos/base-fiasco/src/include/base/internal/native_thread.h index 5f80a5896..027e859fd 100644 --- a/repos/base-fiasco/src/include/base/internal/native_thread.h +++ b/repos/base-fiasco/src/include/base/internal/native_thread.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__NATIVE_THREAD_H_ diff --git a/repos/base-fiasco/src/include/base/internal/native_utcb.h b/repos/base-fiasco/src/include/base/internal/native_utcb.h index 7fa25fe56..8645ea4fd 100644 --- a/repos/base-fiasco/src/include/base/internal/native_utcb.h +++ b/repos/base-fiasco/src/include/base/internal/native_utcb.h @@ -8,10 +8,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__NATIVE_UTCB_H_ diff --git a/repos/base-fiasco/src/include/base/internal/parent_cap.h b/repos/base-fiasco/src/include/base/internal/parent_cap.h index 9896bfbff..3a7e192b1 100644 --- a/repos/base-fiasco/src/include/base/internal/parent_cap.h +++ b/repos/base-fiasco/src/include/base/internal/parent_cap.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__PARENT_CAP_H_ diff --git a/repos/base-fiasco/src/include/base/internal/raw_write_string.h b/repos/base-fiasco/src/include/base/internal/raw_write_string.h index 19b2f64d1..4283bb7dd 100644 --- a/repos/base-fiasco/src/include/base/internal/raw_write_string.h +++ b/repos/base-fiasco/src/include/base/internal/raw_write_string.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__RAW_WRITE_STRING_H_ diff --git a/repos/base-fiasco/src/include/base/internal/rpc_destination.h b/repos/base-fiasco/src/include/base/internal/rpc_destination.h index 2dae9af38..7443be688 100644 --- a/repos/base-fiasco/src/include/base/internal/rpc_destination.h +++ b/repos/base-fiasco/src/include/base/internal/rpc_destination.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__RPC_DESTINATION_H_ diff --git a/repos/base-fiasco/src/lib/base/capability_raw.cc b/repos/base-fiasco/src/lib/base/capability_raw.cc index 90222e4dc..0f19e057e 100644 --- a/repos/base-fiasco/src/lib/base/capability_raw.cc +++ b/repos/base-fiasco/src/lib/base/capability_raw.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base-fiasco/src/lib/base/ipc.cc b/repos/base-fiasco/src/lib/base/ipc.cc index a176055a2..e0b8c4bff 100644 --- a/repos/base-fiasco/src/lib/base/ipc.cc +++ b/repos/base-fiasco/src/lib/base/ipc.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-fiasco/src/lib/base/lock.cc b/repos/base-fiasco/src/lib/base/lock.cc index 097326c57..7feb76c7c 100644 --- a/repos/base-fiasco/src/lib/base/lock.cc +++ b/repos/base-fiasco/src/lib/base/lock.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2007-2013 Genode Labs GmbH + * Copyright (C) 2007-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-fiasco/src/lib/base/sleep.cc b/repos/base-fiasco/src/lib/base/sleep.cc index a607bcb02..effd68a5c 100644 --- a/repos/base-fiasco/src/lib/base/sleep.cc +++ b/repos/base-fiasco/src/lib/base/sleep.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2006-2016 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-fiasco/src/lib/base/thread_bootstrap.cc b/repos/base-fiasco/src/lib/base/thread_bootstrap.cc index 2e8a7ecb1..d9cc878b9 100644 --- a/repos/base-fiasco/src/lib/base/thread_bootstrap.cc +++ b/repos/base-fiasco/src/lib/base/thread_bootstrap.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-foc/include/foc/capability_space.h b/repos/base-foc/include/foc/capability_space.h index 2c6100dde..63a7a566d 100644 --- a/repos/base-foc/include/foc/capability_space.h +++ b/repos/base-foc/include/foc/capability_space.h @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__FOC__CAPABILITY_SPACE_H_ diff --git a/repos/base-foc/include/foc/native_capability.h b/repos/base-foc/include/foc/native_capability.h index 8cf9b5152..49f7b3454 100644 --- a/repos/base-foc/include/foc/native_capability.h +++ b/repos/base-foc/include/foc/native_capability.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__FOC__NATIVE_CAPABILITY_H_ diff --git a/repos/base-foc/include/foc/native_thread.h b/repos/base-foc/include/foc/native_thread.h index fe624f915..c3a0c9e20 100644 --- a/repos/base-foc/include/foc/native_thread.h +++ b/repos/base-foc/include/foc/native_thread.h @@ -9,10 +9,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__FOC__NATIVE_THREAD_H_ diff --git a/repos/base-foc/include/foc/receive_window.h b/repos/base-foc/include/foc/receive_window.h index 77c0bb1af..97f114b78 100644 --- a/repos/base-foc/include/foc/receive_window.h +++ b/repos/base-foc/include/foc/receive_window.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__FOC__RECEIVE_WINDOW_H_ diff --git a/repos/base-foc/include/foc/thread_state.h b/repos/base-foc/include/foc/thread_state.h index c8a9fa7fe..0b779f8b8 100644 --- a/repos/base-foc/include/foc/thread_state.h +++ b/repos/base-foc/include/foc/thread_state.h @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__FOC__THREAD_STATE_H_ diff --git a/repos/base-foc/include/foc_native_cpu/client.h b/repos/base-foc/include/foc_native_cpu/client.h index c88f38a67..987bdb23f 100644 --- a/repos/base-foc/include/foc_native_cpu/client.h +++ b/repos/base-foc/include/foc_native_cpu/client.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__FOC_NATIVE_CPU__CLIENT_H_ diff --git a/repos/base-foc/include/foc_native_cpu/foc_native_cpu.h b/repos/base-foc/include/foc_native_cpu/foc_native_cpu.h index 7b4cb906e..80bd1283b 100644 --- a/repos/base-foc/include/foc_native_cpu/foc_native_cpu.h +++ b/repos/base-foc/include/foc_native_cpu/foc_native_cpu.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2011-2016 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__FOC_NATIVE_CPU__FOC_NATIVE_CPU_H_ diff --git a/repos/base-foc/include/foc_native_pd/client.h b/repos/base-foc/include/foc_native_pd/client.h index c4670d072..3faef1c18 100644 --- a/repos/base-foc/include/foc_native_pd/client.h +++ b/repos/base-foc/include/foc_native_pd/client.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__FOC_NATIVE_PD__CLIENT_H_ diff --git a/repos/base-foc/include/foc_native_pd/foc_native_pd.h b/repos/base-foc/include/foc_native_pd/foc_native_pd.h index e095b0e05..7e66afa54 100644 --- a/repos/base-foc/include/foc_native_pd/foc_native_pd.h +++ b/repos/base-foc/include/foc_native_pd/foc_native_pd.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2011-2016 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__FOC_NATIVE_PD__FOC_NATIVE_PD_H_ diff --git a/repos/base-foc/src/core/core_log.cc b/repos/base-foc/src/core/core_log.cc index 5059e3516..bdc969e91 100644 --- a/repos/base-foc/src/core/core_log.cc +++ b/repos/base-foc/src/core/core_log.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-foc/src/core/include/cap_id_alloc.h b/repos/base-foc/src/core/include/cap_id_alloc.h index 9b96d599f..a23557c06 100644 --- a/repos/base-foc/src/core/include/cap_id_alloc.h +++ b/repos/base-foc/src/core/include/cap_id_alloc.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__CAP_ID_ALLOC_H_ diff --git a/repos/base-foc/src/core/include/cap_index.h b/repos/base-foc/src/core/include/cap_index.h index 3c42e1e7e..ac2061ae9 100644 --- a/repos/base-foc/src/core/include/cap_index.h +++ b/repos/base-foc/src/core/include/cap_index.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__CAP_INDEX_H_ diff --git a/repos/base-foc/src/core/include/cap_mapping.h b/repos/base-foc/src/core/include/cap_mapping.h index 57b89097b..d79655931 100644 --- a/repos/base-foc/src/core/include/cap_mapping.h +++ b/repos/base-foc/src/core/include/cap_mapping.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__CAP_MAPPING_H_ diff --git a/repos/base-foc/src/core/include/cpu_session_irqs.h b/repos/base-foc/src/core/include/cpu_session_irqs.h index e8a98d385..30f2910bf 100644 --- a/repos/base-foc/src/core/include/cpu_session_irqs.h +++ b/repos/base-foc/src/core/include/cpu_session_irqs.h @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__CPU_SESSION_IRQS_H_ diff --git a/repos/base-foc/src/core/include/ipc_pager.h b/repos/base-foc/src/core/include/ipc_pager.h index 009de3c06..77995a033 100644 --- a/repos/base-foc/src/core/include/ipc_pager.h +++ b/repos/base-foc/src/core/include/ipc_pager.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__IPC_PAGER_H_ diff --git a/repos/base-foc/src/core/include/irq_object.h b/repos/base-foc/src/core/include/irq_object.h index 1f3211b73..29b2d8fa3 100644 --- a/repos/base-foc/src/core/include/irq_object.h +++ b/repos/base-foc/src/core/include/irq_object.h @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2007-2015 Genode Labs GmbH + * Copyright (C) 2007-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__IRQ_OBJECT_H_ diff --git a/repos/base-foc/src/core/include/map_local.h b/repos/base-foc/src/core/include/map_local.h index 529b2832f..9a243dbd9 100644 --- a/repos/base-foc/src/core/include/map_local.h +++ b/repos/base-foc/src/core/include/map_local.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__MAP_LOCAL_H_ diff --git a/repos/base-foc/src/core/include/native_cpu_component.h b/repos/base-foc/src/core/include/native_cpu_component.h index 6304ef19f..4bc0f3412 100644 --- a/repos/base-foc/src/core/include/native_cpu_component.h +++ b/repos/base-foc/src/core/include/native_cpu_component.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__NATIVE_CPU_COMPONENT_H_ diff --git a/repos/base-foc/src/core/include/native_pd_component.h b/repos/base-foc/src/core/include/native_pd_component.h index 0fea6f1e9..0fd39c5d2 100644 --- a/repos/base-foc/src/core/include/native_pd_component.h +++ b/repos/base-foc/src/core/include/native_pd_component.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__NATIVE_PD_COMPONENT_H_ diff --git a/repos/base-foc/src/core/include/pager_object_exception_state.h b/repos/base-foc/src/core/include/pager_object_exception_state.h index 026ccfec8..d0fe9968b 100644 --- a/repos/base-foc/src/core/include/pager_object_exception_state.h +++ b/repos/base-foc/src/core/include/pager_object_exception_state.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__PAGER_OBJECT_EXCEPTION_STATE_H_ diff --git a/repos/base-foc/src/core/include/platform.h b/repos/base-foc/src/core/include/platform.h index b790c1d53..3f1766b51 100644 --- a/repos/base-foc/src/core/include/platform.h +++ b/repos/base-foc/src/core/include/platform.h @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2007-2013 Genode Labs GmbH + * Copyright (C) 2007-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__PLATFORM_H_ diff --git a/repos/base-foc/src/core/include/platform_pd.h b/repos/base-foc/src/core/include/platform_pd.h index 9a2dd8003..3328ae5f1 100644 --- a/repos/base-foc/src/core/include/platform_pd.h +++ b/repos/base-foc/src/core/include/platform_pd.h @@ -9,10 +9,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__PLATFORM_PD_H_ diff --git a/repos/base-foc/src/core/include/platform_thread.h b/repos/base-foc/src/core/include/platform_thread.h index 6cf22afe3..774fe8e9b 100644 --- a/repos/base-foc/src/core/include/platform_thread.h +++ b/repos/base-foc/src/core/include/platform_thread.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__PLATFORM_THREAD_H_ diff --git a/repos/base-foc/src/core/include/rpc_cap_factory.h b/repos/base-foc/src/core/include/rpc_cap_factory.h index 46377ec77..0d45757ee 100644 --- a/repos/base-foc/src/core/include/rpc_cap_factory.h +++ b/repos/base-foc/src/core/include/rpc_cap_factory.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__RPC_CAP_FACTORY_H_ diff --git a/repos/base-foc/src/core/include/util.h b/repos/base-foc/src/core/include/util.h index fcf65e4a5..b8c5f4f03 100644 --- a/repos/base-foc/src/core/include/util.h +++ b/repos/base-foc/src/core/include/util.h @@ -8,10 +8,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__UTIL_H_ diff --git a/repos/base-foc/src/core/io_mem_session_support.cc b/repos/base-foc/src/core/io_mem_session_support.cc index f7b5cbd3f..a56a832ac 100644 --- a/repos/base-foc/src/core/io_mem_session_support.cc +++ b/repos/base-foc/src/core/io_mem_session_support.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-foc/src/core/ipc_pager.cc b/repos/base-foc/src/core/ipc_pager.cc index 2b041bb0b..30d9a7927 100644 --- a/repos/base-foc/src/core/ipc_pager.cc +++ b/repos/base-foc/src/core/ipc_pager.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-foc/src/core/irq_session_component.cc b/repos/base-foc/src/core/irq_session_component.cc index f03dcd187..426049b2f 100644 --- a/repos/base-foc/src/core/irq_session_component.cc +++ b/repos/base-foc/src/core/irq_session_component.cc @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2007-2015 Genode Labs GmbH + * Copyright (C) 2007-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-foc/src/core/native_cpu_component.cc b/repos/base-foc/src/core/native_cpu_component.cc index 795f69e04..ccfd85acc 100644 --- a/repos/base-foc/src/core/native_cpu_component.cc +++ b/repos/base-foc/src/core/native_cpu_component.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-foc/src/core/native_pd_component.cc b/repos/base-foc/src/core/native_pd_component.cc index 6edf90ff5..98889d221 100644 --- a/repos/base-foc/src/core/native_pd_component.cc +++ b/repos/base-foc/src/core/native_pd_component.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base-foc/src/core/pager.cc b/repos/base-foc/src/core/pager.cc index 77bca3138..5a96723f6 100644 --- a/repos/base-foc/src/core/pager.cc +++ b/repos/base-foc/src/core/pager.cc @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-foc/src/core/pager_object.cc b/repos/base-foc/src/core/pager_object.cc index ee2e03e69..f0501672f 100644 --- a/repos/base-foc/src/core/pager_object.cc +++ b/repos/base-foc/src/core/pager_object.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-foc/src/core/platform.cc b/repos/base-foc/src/core/platform.cc index 8fb4d53f1..b1fa454a0 100644 --- a/repos/base-foc/src/core/platform.cc +++ b/repos/base-foc/src/core/platform.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-foc/src/core/platform_pd.cc b/repos/base-foc/src/core/platform_pd.cc index c675f0e6a..e8f44fac2 100644 --- a/repos/base-foc/src/core/platform_pd.cc +++ b/repos/base-foc/src/core/platform_pd.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-foc/src/core/platform_thread.cc b/repos/base-foc/src/core/platform_thread.cc index 72562aca1..bf600405f 100644 --- a/repos/base-foc/src/core/platform_thread.cc +++ b/repos/base-foc/src/core/platform_thread.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-foc/src/core/ram_session_support.cc b/repos/base-foc/src/core/ram_session_support.cc index 5d812734b..75bec3d73 100644 --- a/repos/base-foc/src/core/ram_session_support.cc +++ b/repos/base-foc/src/core/ram_session_support.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core-local includes */ diff --git a/repos/base-foc/src/core/region_map_support.cc b/repos/base-foc/src/core/region_map_support.cc index 79963b109..cf6621844 100644 --- a/repos/base-foc/src/core/region_map_support.cc +++ b/repos/base-foc/src/core/region_map_support.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-foc/src/core/rpc_cap_factory.cc b/repos/base-foc/src/core/rpc_cap_factory.cc index 3e5902514..fefc8001f 100644 --- a/repos/base-foc/src/core/rpc_cap_factory.cc +++ b/repos/base-foc/src/core/rpc_cap_factory.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2011-2016 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-foc/src/core/signal_source_component.cc b/repos/base-foc/src/core/signal_source_component.cc index 2c9b17c00..fccae7330 100644 --- a/repos/base-foc/src/core/signal_source_component.cc +++ b/repos/base-foc/src/core/signal_source_component.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-foc/src/core/spec/arm/ipc_pager.cc b/repos/base-foc/src/core/spec/arm/ipc_pager.cc index e6b72b2ea..69c50451e 100644 --- a/repos/base-foc/src/core/spec/arm/ipc_pager.cc +++ b/repos/base-foc/src/core/spec/arm/ipc_pager.cc @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-foc/src/core/spec/arm/platform_arm.cc b/repos/base-foc/src/core/spec/arm/platform_arm.cc index 25f1048fc..ff795b8e8 100644 --- a/repos/base-foc/src/core/spec/arm/platform_arm.cc +++ b/repos/base-foc/src/core/spec/arm/platform_arm.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base-foc/src/core/spec/x86/ipc_pager.cc b/repos/base-foc/src/core/spec/x86/ipc_pager.cc index 6e97b13ee..a09792cad 100644 --- a/repos/base-foc/src/core/spec/x86/ipc_pager.cc +++ b/repos/base-foc/src/core/spec/x86/ipc_pager.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-foc/src/core/spec/x86/platform.cc b/repos/base-foc/src/core/spec/x86/platform.cc index 3694fc094..a1dc236c7 100644 --- a/repos/base-foc/src/core/spec/x86/platform.cc +++ b/repos/base-foc/src/core/spec/x86/platform.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-foc/src/core/spec/x86_32/ipc_pager.cc b/repos/base-foc/src/core/spec/x86_32/ipc_pager.cc index 4c415964c..f592da2e7 100644 --- a/repos/base-foc/src/core/spec/x86_32/ipc_pager.cc +++ b/repos/base-foc/src/core/spec/x86_32/ipc_pager.cc @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-foc/src/core/spec/x86_64/ipc_pager.cc b/repos/base-foc/src/core/spec/x86_64/ipc_pager.cc index cb38c268b..1fd94169d 100644 --- a/repos/base-foc/src/core/spec/x86_64/ipc_pager.cc +++ b/repos/base-foc/src/core/spec/x86_64/ipc_pager.cc @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-foc/src/core/thread_start.cc b/repos/base-foc/src/core/thread_start.cc index 6c2afe4a4..dbbd49c07 100644 --- a/repos/base-foc/src/core/thread_start.cc +++ b/repos/base-foc/src/core/thread_start.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-foc/src/include/base/internal/cap_alloc.h b/repos/base-foc/src/include/base/internal/cap_alloc.h index 760cb17a3..89a77150f 100644 --- a/repos/base-foc/src/include/base/internal/cap_alloc.h +++ b/repos/base-foc/src/include/base/internal/cap_alloc.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__CAP_ALLOC_H_ diff --git a/repos/base-foc/src/include/base/internal/cap_map.h b/repos/base-foc/src/include/base/internal/cap_map.h index d8b2311de..7a78b8344 100644 --- a/repos/base-foc/src/include/base/internal/cap_map.h +++ b/repos/base-foc/src/include/base/internal/cap_map.h @@ -18,10 +18,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__CAP_MAP_H_ diff --git a/repos/base-foc/src/include/base/internal/capability_data.h b/repos/base-foc/src/include/base/internal/capability_data.h index f68aa9a9a..79a2e757b 100644 --- a/repos/base-foc/src/include/base/internal/capability_data.h +++ b/repos/base-foc/src/include/base/internal/capability_data.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__CAPABILITY_DATA_H_ diff --git a/repos/base-foc/src/include/base/internal/foc_assert.h b/repos/base-foc/src/include/base/internal/foc_assert.h index 04f73c325..dc6d11b41 100644 --- a/repos/base-foc/src/include/base/internal/foc_assert.h +++ b/repos/base-foc/src/include/base/internal/foc_assert.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__FOC_ASSERT_H_ diff --git a/repos/base-foc/src/include/base/internal/lock_helper.h b/repos/base-foc/src/include/base/internal/lock_helper.h index 3efa6b2c2..44f223a03 100644 --- a/repos/base-foc/src/include/base/internal/lock_helper.h +++ b/repos/base-foc/src/include/base/internal/lock_helper.h @@ -9,10 +9,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__LOCK_HELPER_H_ diff --git a/repos/base-foc/src/include/base/internal/native_thread.h b/repos/base-foc/src/include/base/internal/native_thread.h index b27dad689..2dc5872a1 100644 --- a/repos/base-foc/src/include/base/internal/native_thread.h +++ b/repos/base-foc/src/include/base/internal/native_thread.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base-foc/src/include/base/internal/native_utcb.h b/repos/base-foc/src/include/base/internal/native_utcb.h index d9b1b6f71..edf47862c 100644 --- a/repos/base-foc/src/include/base/internal/native_utcb.h +++ b/repos/base-foc/src/include/base/internal/native_utcb.h @@ -9,10 +9,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__NATIVE_UTCB_H_ diff --git a/repos/base-foc/src/include/base/internal/parent_cap.h b/repos/base-foc/src/include/base/internal/parent_cap.h index f7e53b582..eb758c604 100644 --- a/repos/base-foc/src/include/base/internal/parent_cap.h +++ b/repos/base-foc/src/include/base/internal/parent_cap.h @@ -8,10 +8,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__PARENT_CAP_H_ diff --git a/repos/base-foc/src/include/base/internal/raw_write_string.h b/repos/base-foc/src/include/base/internal/raw_write_string.h index 19b2f64d1..4283bb7dd 100644 --- a/repos/base-foc/src/include/base/internal/raw_write_string.h +++ b/repos/base-foc/src/include/base/internal/raw_write_string.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__RAW_WRITE_STRING_H_ diff --git a/repos/base-foc/src/include/signal_source/client.h b/repos/base-foc/src/include/signal_source/client.h index bc43d5a61..64e470945 100644 --- a/repos/base-foc/src/include/signal_source/client.h +++ b/repos/base-foc/src/include/signal_source/client.h @@ -14,10 +14,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SIGNAL_SOURCE__CLIENT_H_ diff --git a/repos/base-foc/src/include/signal_source/foc_signal_source.h b/repos/base-foc/src/include/signal_source/foc_signal_source.h index 751efc980..a3cc2162c 100644 --- a/repos/base-foc/src/include/signal_source/foc_signal_source.h +++ b/repos/base-foc/src/include/signal_source/foc_signal_source.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SIGNAL_SOURCE__FOC_SIGNAL_SOURCE_H_ diff --git a/repos/base-foc/src/include/signal_source/rpc_object.h b/repos/base-foc/src/include/signal_source/rpc_object.h index 3afd8a56a..bd96522b5 100644 --- a/repos/base-foc/src/include/signal_source/rpc_object.h +++ b/repos/base-foc/src/include/signal_source/rpc_object.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SIGNAL_SOURCE__RPC_OBJECT_H_ diff --git a/repos/base-foc/src/include/spec/arm/base/internal/stack_area.h b/repos/base-foc/src/include/spec/arm/base/internal/stack_area.h index c55e6960d..9e3e2af42 100644 --- a/repos/base-foc/src/include/spec/arm/base/internal/stack_area.h +++ b/repos/base-foc/src/include/spec/arm/base/internal/stack_area.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__STACK_AREA_H_ diff --git a/repos/base-foc/src/lib/base/cache.cc b/repos/base-foc/src/lib/base/cache.cc index 0cbbc5812..9dd17e862 100644 --- a/repos/base-foc/src/lib/base/cache.cc +++ b/repos/base-foc/src/lib/base/cache.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ namespace Fiasco { diff --git a/repos/base-foc/src/lib/base/cap_alloc.cc b/repos/base-foc/src/lib/base/cap_alloc.cc index 90444d976..d282b8091 100644 --- a/repos/base-foc/src/lib/base/cap_alloc.cc +++ b/repos/base-foc/src/lib/base/cap_alloc.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base-foc/src/lib/base/cap_map.cc b/repos/base-foc/src/lib/base/cap_map.cc index fb7b32702..57423b0d3 100644 --- a/repos/base-foc/src/lib/base/cap_map.cc +++ b/repos/base-foc/src/lib/base/cap_map.cc @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* base-internal includes */ diff --git a/repos/base-foc/src/lib/base/cap_map_remove.cc b/repos/base-foc/src/lib/base/cap_map_remove.cc index 34599adba..0342ec013 100644 --- a/repos/base-foc/src/lib/base/cap_map_remove.cc +++ b/repos/base-foc/src/lib/base/cap_map_remove.cc @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base-foc/src/lib/base/capability.cc b/repos/base-foc/src/lib/base/capability.cc index 2daec69f8..d840440cb 100644 --- a/repos/base-foc/src/lib/base/capability.cc +++ b/repos/base-foc/src/lib/base/capability.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Fiasco includes */ diff --git a/repos/base-foc/src/lib/base/ipc.cc b/repos/base-foc/src/lib/base/ipc.cc index 71866b9e5..ab8e10027 100644 --- a/repos/base-foc/src/lib/base/ipc.cc +++ b/repos/base-foc/src/lib/base/ipc.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* diff --git a/repos/base-foc/src/lib/base/signal_source_client.cc b/repos/base-foc/src/lib/base/signal_source_client.cc index 060c19e2c..ce0d5eea3 100644 --- a/repos/base-foc/src/lib/base/signal_source_client.cc +++ b/repos/base-foc/src/lib/base/signal_source_client.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-foc/src/lib/base/spin_lock.cc b/repos/base-foc/src/lib/base/spin_lock.cc index 36eec1252..38fa6c3b9 100644 --- a/repos/base-foc/src/lib/base/spin_lock.cc +++ b/repos/base-foc/src/lib/base/spin_lock.cc @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* base-internal includes */ diff --git a/repos/base-foc/src/lib/base/thread_bootstrap.cc b/repos/base-foc/src/lib/base/thread_bootstrap.cc index 2f6cca2bc..e300a4ef4 100644 --- a/repos/base-foc/src/lib/base/thread_bootstrap.cc +++ b/repos/base-foc/src/lib/base/thread_bootstrap.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-foc/src/lib/base/thread_myself.cc b/repos/base-foc/src/lib/base/thread_myself.cc index d15a05859..e0633586e 100644 --- a/repos/base-foc/src/lib/base/thread_myself.cc +++ b/repos/base-foc/src/lib/base/thread_myself.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-foc/src/lib/base/thread_start.cc b/repos/base-foc/src/lib/base/thread_start.cc index 2b55d51dd..d4a1fc48b 100644 --- a/repos/base-foc/src/lib/base/thread_start.cc +++ b/repos/base-foc/src/lib/base/thread_start.cc @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-foc/src/test/cap_integrity/main.cc b/repos/base-foc/src/test/cap_integrity/main.cc index 868c8b739..d7de8b821 100644 --- a/repos/base-foc/src/test/cap_integrity/main.cc +++ b/repos/base-foc/src/test/cap_integrity/main.cc @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-hw/include/kernel/interface.h b/repos/base-hw/include/kernel/interface.h index 68a3606fc..01a77dfaa 100644 --- a/repos/base-hw/include/kernel/interface.h +++ b/repos/base-hw/include/kernel/interface.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__KERNEL__INTERFACE_H_ diff --git a/repos/base-hw/include/kernel/types.h b/repos/base-hw/include/kernel/types.h index d6be5af36..b2cb9c20f 100644 --- a/repos/base-hw/include/kernel/types.h +++ b/repos/base-hw/include/kernel/types.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _KERNEL__TYPES_H_ diff --git a/repos/base-hw/include/spec/arm/kernel/interface_support.h b/repos/base-hw/include/spec/arm/kernel/interface_support.h index c6bd161ea..7a054f1a6 100644 --- a/repos/base-hw/include/spec/arm/kernel/interface_support.h +++ b/repos/base-hw/include/spec/arm/kernel/interface_support.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SPEC__ARM__KERNEL__INTERFACE_SUPPORT_H_ diff --git a/repos/base-hw/include/spec/arndale/vm_state.h b/repos/base-hw/include/spec/arndale/vm_state.h index 063547ad2..4fe551255 100644 --- a/repos/base-hw/include/spec/arndale/vm_state.h +++ b/repos/base-hw/include/spec/arndale/vm_state.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SPEC__ARNDALE__VM_STATE_H_ diff --git a/repos/base-hw/include/spec/imx53/drivers/trustzone.h b/repos/base-hw/include/spec/imx53/drivers/trustzone.h index b85a7d67f..890bf53de 100644 --- a/repos/base-hw/include/spec/imx53/drivers/trustzone.h +++ b/repos/base-hw/include/spec/imx53/drivers/trustzone.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SPEC__IMX53__DRIVERS__TRUSTZONE_H_ diff --git a/repos/base-hw/include/spec/imx53/vm_state.h b/repos/base-hw/include/spec/imx53/vm_state.h index 26dad041c..61f510ad9 100644 --- a/repos/base-hw/include/spec/imx53/vm_state.h +++ b/repos/base-hw/include/spec/imx53/vm_state.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SPEC__IMX53__VM_STATE_H_ diff --git a/repos/base-hw/include/spec/riscv/cpu/atomic.h b/repos/base-hw/include/spec/riscv/cpu/atomic.h index 02d626318..287e38007 100644 --- a/repos/base-hw/include/spec/riscv/cpu/atomic.h +++ b/repos/base-hw/include/spec/riscv/cpu/atomic.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__RISCV__CPU__ATOMIC_H_ diff --git a/repos/base-hw/include/spec/riscv/cpu/consts.h b/repos/base-hw/include/spec/riscv/cpu/consts.h index 9300b462a..f3e7614ed 100644 --- a/repos/base-hw/include/spec/riscv/cpu/consts.h +++ b/repos/base-hw/include/spec/riscv/cpu/consts.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__RISCV__CPU__CONSTS_H_ diff --git a/repos/base-hw/include/spec/riscv/cpu/cpu_state.h b/repos/base-hw/include/spec/riscv/cpu/cpu_state.h index b7f32c96d..9a461fbfe 100644 --- a/repos/base-hw/include/spec/riscv/cpu/cpu_state.h +++ b/repos/base-hw/include/spec/riscv/cpu/cpu_state.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__RISCV__CPU__CPU_STATE_H_ diff --git a/repos/base-hw/include/spec/riscv/cpu/memory_barrier.h b/repos/base-hw/include/spec/riscv/cpu/memory_barrier.h index b6c4b2ab3..58d034c57 100644 --- a/repos/base-hw/include/spec/riscv/cpu/memory_barrier.h +++ b/repos/base-hw/include/spec/riscv/cpu/memory_barrier.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__RISCV__CPU__MEMORY_BARRIER_H_ diff --git a/repos/base-hw/include/spec/riscv/cpu/string.h b/repos/base-hw/include/spec/riscv/cpu/string.h index 61c072557..9aa9e79ee 100644 --- a/repos/base-hw/include/spec/riscv/cpu/string.h +++ b/repos/base-hw/include/spec/riscv/cpu/string.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__RISCV__CPU__STRING_H_ diff --git a/repos/base-hw/include/spec/riscv/kernel/interface_support.h b/repos/base-hw/include/spec/riscv/kernel/interface_support.h index 7a98374f2..d2e4bab6d 100644 --- a/repos/base-hw/include/spec/riscv/kernel/interface_support.h +++ b/repos/base-hw/include/spec/riscv/kernel/interface_support.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _KERNEL__INTERFACE_SUPPORT_H_ diff --git a/repos/base-hw/include/spec/x86_64/kernel/interface_support.h b/repos/base-hw/include/spec/x86_64/kernel/interface_support.h index cf56df800..34d5cf3c3 100644 --- a/repos/base-hw/include/spec/x86_64/kernel/interface_support.h +++ b/repos/base-hw/include/spec/x86_64/kernel/interface_support.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SPEC__X86_64__KERNEL__INTERFACE_SUPPORT_H_ diff --git a/repos/base-hw/include/spec/x86_64/muen/sinfo.h b/repos/base-hw/include/spec/x86_64/muen/sinfo.h index a3572a1be..b6c46009a 100644 --- a/repos/base-hw/include/spec/x86_64/muen/sinfo.h +++ b/repos/base-hw/include/spec/x86_64/muen/sinfo.h @@ -8,10 +8,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SPEC__X86_64__MUEN__SINFO_H_ diff --git a/repos/base-hw/include/vm_session/capability.h b/repos/base-hw/include/vm_session/capability.h index eea8110b7..0150ece6b 100644 --- a/repos/base-hw/include/vm_session/capability.h +++ b/repos/base-hw/include/vm_session/capability.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__VM_SESSION__CAPABILITY_H_ diff --git a/repos/base-hw/include/vm_session/client.h b/repos/base-hw/include/vm_session/client.h index f920e5052..4e7d80087 100644 --- a/repos/base-hw/include/vm_session/client.h +++ b/repos/base-hw/include/vm_session/client.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__VM_SESSION__CLIENT_H_ diff --git a/repos/base-hw/include/vm_session/connection.h b/repos/base-hw/include/vm_session/connection.h index 629ba43bd..ac952f22d 100644 --- a/repos/base-hw/include/vm_session/connection.h +++ b/repos/base-hw/include/vm_session/connection.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__VM_SESSION__CONNECTION_H_ diff --git a/repos/base-hw/include/vm_session/vm_session.h b/repos/base-hw/include/vm_session/vm_session.h index 636bb8750..c390f75b6 100644 --- a/repos/base-hw/include/vm_session/vm_session.h +++ b/repos/base-hw/include/vm_session/vm_session.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__VM_SESSION__VM_SESSION_H_ diff --git a/repos/base-hw/src/bootstrap/env.cc b/repos/base-hw/src/bootstrap/env.cc index 95f8ac85c..d35004634 100644 --- a/repos/base-hw/src/bootstrap/env.cc +++ b/repos/base-hw/src/bootstrap/env.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* base includes */ diff --git a/repos/base-hw/src/bootstrap/include/platform.h b/repos/base-hw/src/bootstrap/include/platform.h index a27158cdb..7dde4a260 100644 --- a/repos/base-hw/src/bootstrap/include/platform.h +++ b/repos/base-hw/src/bootstrap/include/platform.h @@ -8,7 +8,7 @@ * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _PLATFORM_H_ diff --git a/repos/base-hw/src/bootstrap/init.cc b/repos/base-hw/src/bootstrap/init.cc index 4da9e2a0a..885719ef7 100644 --- a/repos/base-hw/src/bootstrap/init.cc +++ b/repos/base-hw/src/bootstrap/init.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* local */ diff --git a/repos/base-hw/src/bootstrap/lock.cc b/repos/base-hw/src/bootstrap/lock.cc index db8d4e454..bbe23c328 100644 --- a/repos/base-hw/src/bootstrap/lock.cc +++ b/repos/base-hw/src/bootstrap/lock.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base-hw/src/bootstrap/platform.cc b/repos/base-hw/src/bootstrap/platform.cc index c31930318..5a2999492 100644 --- a/repos/base-hw/src/bootstrap/platform.cc +++ b/repos/base-hw/src/bootstrap/platform.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* base-internal includes */ diff --git a/repos/base-hw/src/bootstrap/spec/arm/crt0.s b/repos/base-hw/src/bootstrap/spec/arm/crt0.s index e7eb6aef9..6b6fa43dd 100644 --- a/repos/base-hw/src/bootstrap/spec/arm/crt0.s +++ b/repos/base-hw/src/bootstrap/spec/arm/crt0.s @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ .include "macros.s" diff --git a/repos/base-hw/src/bootstrap/spec/arm_v6/cpu.cc b/repos/base-hw/src/bootstrap/spec/arm_v6/cpu.cc index 2844eaa81..c161c8be4 100644 --- a/repos/base-hw/src/bootstrap/spec/arm_v6/cpu.cc +++ b/repos/base-hw/src/bootstrap/spec/arm_v6/cpu.cc @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2012-2016 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base-hw/src/bootstrap/spec/arndale/cpu.cc b/repos/base-hw/src/bootstrap/spec/arndale/cpu.cc index 6ca9effd7..9f2310955 100644 --- a/repos/base-hw/src/bootstrap/spec/arndale/cpu.cc +++ b/repos/base-hw/src/bootstrap/spec/arndale/cpu.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-hw/src/bootstrap/spec/cortex_a9/platform.cc b/repos/base-hw/src/bootstrap/spec/cortex_a9/platform.cc index a33860a9b..1c42477ed 100644 --- a/repos/base-hw/src/bootstrap/spec/cortex_a9/platform.cc +++ b/repos/base-hw/src/bootstrap/spec/cortex_a9/platform.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base-hw/src/bootstrap/spec/exynos5/platform.cc b/repos/base-hw/src/bootstrap/spec/exynos5/platform.cc index 2f3b751ed..9756d080b 100644 --- a/repos/base-hw/src/bootstrap/spec/exynos5/platform.cc +++ b/repos/base-hw/src/bootstrap/spec/exynos5/platform.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base-hw/src/bootstrap/spec/imx53/board.cc b/repos/base-hw/src/bootstrap/spec/imx53/board.cc index e48b27672..9f3b9d090 100644 --- a/repos/base-hw/src/bootstrap/spec/imx53/board.cc +++ b/repos/base-hw/src/bootstrap/spec/imx53/board.cc @@ -8,7 +8,7 @@ * Copyright (C) 2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base-hw/src/bootstrap/spec/imx53/board_trustzone.cc b/repos/base-hw/src/bootstrap/spec/imx53/board_trustzone.cc index ae05e82d1..5ea4a235f 100644 --- a/repos/base-hw/src/bootstrap/spec/imx53/board_trustzone.cc +++ b/repos/base-hw/src/bootstrap/spec/imx53/board_trustzone.cc @@ -8,7 +8,7 @@ * Copyright (C) 2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-hw/src/bootstrap/spec/imx53/platform.cc b/repos/base-hw/src/bootstrap/spec/imx53/platform.cc index 39d07b9c1..767d75071 100644 --- a/repos/base-hw/src/bootstrap/spec/imx53/platform.cc +++ b/repos/base-hw/src/bootstrap/spec/imx53/platform.cc @@ -8,7 +8,7 @@ * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-hw/src/bootstrap/spec/imx6/platform.cc b/repos/base-hw/src/bootstrap/spec/imx6/platform.cc index 552da464e..a0e8ebc0f 100644 --- a/repos/base-hw/src/bootstrap/spec/imx6/platform.cc +++ b/repos/base-hw/src/bootstrap/spec/imx6/platform.cc @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2014-2016 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-hw/src/bootstrap/spec/odroid_xu/cpu.cc b/repos/base-hw/src/bootstrap/spec/odroid_xu/cpu.cc index 8e65896df..b34e2c29d 100644 --- a/repos/base-hw/src/bootstrap/spec/odroid_xu/cpu.cc +++ b/repos/base-hw/src/bootstrap/spec/odroid_xu/cpu.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base-hw/src/bootstrap/spec/panda/platform.cc b/repos/base-hw/src/bootstrap/spec/panda/platform.cc index ea0ac794c..3db092bfa 100644 --- a/repos/base-hw/src/bootstrap/spec/panda/platform.cc +++ b/repos/base-hw/src/bootstrap/spec/panda/platform.cc @@ -8,7 +8,7 @@ * Copyright (C) 2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base-hw/src/bootstrap/spec/pbxa9/platform.cc b/repos/base-hw/src/bootstrap/spec/pbxa9/platform.cc index 4a045e1ea..65840d660 100644 --- a/repos/base-hw/src/bootstrap/spec/pbxa9/platform.cc +++ b/repos/base-hw/src/bootstrap/spec/pbxa9/platform.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* bootstrap includes */ diff --git a/repos/base-hw/src/bootstrap/spec/riscv/cpu.cc b/repos/base-hw/src/bootstrap/spec/riscv/cpu.cc index f3c54c962..b92aee7f5 100644 --- a/repos/base-hw/src/bootstrap/spec/riscv/cpu.cc +++ b/repos/base-hw/src/bootstrap/spec/riscv/cpu.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-hw/src/bootstrap/spec/riscv/crt0.s b/repos/base-hw/src/bootstrap/spec/riscv/crt0.s index 67dcbe6d0..b09f6e270 100644 --- a/repos/base-hw/src/bootstrap/spec/riscv/crt0.s +++ b/repos/base-hw/src/bootstrap/spec/riscv/crt0.s @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ .set STACK_SIZE, 64 * 1024 diff --git a/repos/base-hw/src/bootstrap/spec/riscv/exception_vector.cc b/repos/base-hw/src/bootstrap/spec/riscv/exception_vector.cc index 069dc29cf..e40b4f8e0 100644 --- a/repos/base-hw/src/bootstrap/spec/riscv/exception_vector.cc +++ b/repos/base-hw/src/bootstrap/spec/riscv/exception_vector.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Core includes */ diff --git a/repos/base-hw/src/bootstrap/spec/riscv/platform.cc b/repos/base-hw/src/bootstrap/spec/riscv/platform.cc index 053b0ed0f..4c5b98437 100644 --- a/repos/base-hw/src/bootstrap/spec/riscv/platform.cc +++ b/repos/base-hw/src/bootstrap/spec/riscv/platform.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base-hw/src/bootstrap/spec/rpi/platform.cc b/repos/base-hw/src/bootstrap/spec/rpi/platform.cc index e02d9df3e..4791d2413 100644 --- a/repos/base-hw/src/bootstrap/spec/rpi/platform.cc +++ b/repos/base-hw/src/bootstrap/spec/rpi/platform.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2013-2016 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base-hw/src/bootstrap/spec/x86_64/crt0.s b/repos/base-hw/src/bootstrap/spec/x86_64/crt0.s index d471201e1..e2142154d 100644 --- a/repos/base-hw/src/bootstrap/spec/x86_64/crt0.s +++ b/repos/base-hw/src/bootstrap/spec/x86_64/crt0.s @@ -8,10 +8,10 @@ */ /* - * Copyright (C) 2011-2015 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ .include "macros.s" diff --git a/repos/base-hw/src/bootstrap/spec/x86_64/crt0_translation_table.s b/repos/base-hw/src/bootstrap/spec/x86_64/crt0_translation_table.s index bb2bbbf82..a519f2115 100644 --- a/repos/base-hw/src/bootstrap/spec/x86_64/crt0_translation_table.s +++ b/repos/base-hw/src/bootstrap/spec/x86_64/crt0_translation_table.s @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ .include "macros.s" diff --git a/repos/base-hw/src/bootstrap/spec/x86_64/crt0_translation_table_muen.s b/repos/base-hw/src/bootstrap/spec/x86_64/crt0_translation_table_muen.s index ae9ce7ee1..264283c4b 100644 --- a/repos/base-hw/src/bootstrap/spec/x86_64/crt0_translation_table_muen.s +++ b/repos/base-hw/src/bootstrap/spec/x86_64/crt0_translation_table_muen.s @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ .include "macros.s" diff --git a/repos/base-hw/src/bootstrap/spec/x86_64/platform.cc b/repos/base-hw/src/bootstrap/spec/x86_64/platform.cc index abc08777d..82d3888b5 100644 --- a/repos/base-hw/src/bootstrap/spec/x86_64/platform.cc +++ b/repos/base-hw/src/bootstrap/spec/x86_64/platform.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-hw/src/bootstrap/spec/x86_64/platform_muen.cc b/repos/base-hw/src/bootstrap/spec/x86_64/platform_muen.cc index d3eb0f597..fe500784d 100644 --- a/repos/base-hw/src/bootstrap/spec/x86_64/platform_muen.cc +++ b/repos/base-hw/src/bootstrap/spec/x86_64/platform_muen.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-hw/src/bootstrap/spec/zynq/platform.cc b/repos/base-hw/src/bootstrap/spec/zynq/platform.cc index 82dac0d73..4f7a6d951 100644 --- a/repos/base-hw/src/bootstrap/spec/zynq/platform.cc +++ b/repos/base-hw/src/bootstrap/spec/zynq/platform.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2014-2016 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-hw/src/bootstrap/thread.cc b/repos/base-hw/src/bootstrap/thread.cc index 4608fcb5c..028993418 100644 --- a/repos/base-hw/src/bootstrap/thread.cc +++ b/repos/base-hw/src/bootstrap/thread.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* base includes */ diff --git a/repos/base-hw/src/core/capability.cc b/repos/base-hw/src/core/capability.cc index 71bad5dca..3be3e6746 100644 --- a/repos/base-hw/src/core/capability.cc +++ b/repos/base-hw/src/core/capability.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base-hw/src/core/core_log.cc b/repos/base-hw/src/core/core_log.cc index ee8794998..965d07b20 100644 --- a/repos/base-hw/src/core/core_log.cc +++ b/repos/base-hw/src/core/core_log.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* base-internal includes */ diff --git a/repos/base-hw/src/core/core_region_map.cc b/repos/base-hw/src/core/core_region_map.cc index 30e8b38da..0efc9f874 100644 --- a/repos/base-hw/src/core/core_region_map.cc +++ b/repos/base-hw/src/core/core_region_map.cc @@ -8,10 +8,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-hw/src/core/cpu_session_support.cc b/repos/base-hw/src/core/cpu_session_support.cc index 655b38d19..d39cf864d 100644 --- a/repos/base-hw/src/core/cpu_session_support.cc +++ b/repos/base-hw/src/core/cpu_session_support.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-hw/src/core/env.cc b/repos/base-hw/src/core/env.cc index 88d6dfb72..56559daf1 100644 --- a/repos/base-hw/src/core/env.cc +++ b/repos/base-hw/src/core/env.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-hw/src/core/include/array.h b/repos/base-hw/src/core/include/array.h index 82ab0d884..b2707a741 100644 --- a/repos/base-hw/src/core/include/array.h +++ b/repos/base-hw/src/core/include/array.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _ARRAY_H_ diff --git a/repos/base-hw/src/core/include/assert.h b/repos/base-hw/src/core/include/assert.h index 25057842b..c7290f91d 100644 --- a/repos/base-hw/src/core/include/assert.h +++ b/repos/base-hw/src/core/include/assert.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__ASSERT_H_ diff --git a/repos/base-hw/src/core/include/bootinfo.h b/repos/base-hw/src/core/include/bootinfo.h index c9fb8ca19..cc2f547b8 100644 --- a/repos/base-hw/src/core/include/bootinfo.h +++ b/repos/base-hw/src/core/include/bootinfo.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _BOOTINFO_H_ diff --git a/repos/base-hw/src/core/include/core_mmio.h b/repos/base-hw/src/core/include/core_mmio.h index 3f7464dba..1c55fe091 100644 --- a/repos/base-hw/src/core/include/core_mmio.h +++ b/repos/base-hw/src/core/include/core_mmio.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE_MMIO_H_ diff --git a/repos/base-hw/src/core/include/cpu_thread_allocator.h b/repos/base-hw/src/core/include/cpu_thread_allocator.h index 4fae23b33..9ba4b16cb 100644 --- a/repos/base-hw/src/core/include/cpu_thread_allocator.h +++ b/repos/base-hw/src/core/include/cpu_thread_allocator.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__CPU_THREAD_ALLOCATOR_H_ diff --git a/repos/base-hw/src/core/include/irq_session_component.h b/repos/base-hw/src/core/include/irq_session_component.h index 51f07c1b8..31cb0eae1 100644 --- a/repos/base-hw/src/core/include/irq_session_component.h +++ b/repos/base-hw/src/core/include/irq_session_component.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013-2015 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__IRQ_SESSION_COMPONENT_H_ diff --git a/repos/base-hw/src/core/include/kernel/clock.h b/repos/base-hw/src/core/include/kernel/clock.h index e4e412376..7edb4484f 100644 --- a/repos/base-hw/src/core/include/kernel/clock.h +++ b/repos/base-hw/src/core/include/kernel/clock.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__KERNEL__CLOCK_H_ diff --git a/repos/base-hw/src/core/include/kernel/configuration.h b/repos/base-hw/src/core/include/kernel/configuration.h index 74efdaae1..a47ba28fa 100644 --- a/repos/base-hw/src/core/include/kernel/configuration.h +++ b/repos/base-hw/src/core/include/kernel/configuration.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__KERNEL__CONFIGURATION_H_ diff --git a/repos/base-hw/src/core/include/kernel/core_interface.h b/repos/base-hw/src/core/include/kernel/core_interface.h index 06b070847..031ea5a6f 100644 --- a/repos/base-hw/src/core/include/kernel/core_interface.h +++ b/repos/base-hw/src/core/include/kernel/core_interface.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__KERNEL__CORE_INTERFACE_H_ diff --git a/repos/base-hw/src/core/include/kernel/cpu.h b/repos/base-hw/src/core/include/kernel/cpu.h index c47b7ae31..f25d19805 100644 --- a/repos/base-hw/src/core/include/kernel/cpu.h +++ b/repos/base-hw/src/core/include/kernel/cpu.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__KERNEL__CPU_H_ diff --git a/repos/base-hw/src/core/include/kernel/cpu_scheduler.h b/repos/base-hw/src/core/include/kernel/cpu_scheduler.h index a7b9af8ce..adc935031 100644 --- a/repos/base-hw/src/core/include/kernel/cpu_scheduler.h +++ b/repos/base-hw/src/core/include/kernel/cpu_scheduler.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__KERNEL__CPU_SCHEDULER_H_ diff --git a/repos/base-hw/src/core/include/kernel/double_list.h b/repos/base-hw/src/core/include/kernel/double_list.h index 1c4db45dc..17c21917a 100644 --- a/repos/base-hw/src/core/include/kernel/double_list.h +++ b/repos/base-hw/src/core/include/kernel/double_list.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__KERNEL__DOUBLE_LIST_H_ diff --git a/repos/base-hw/src/core/include/kernel/fifo.h b/repos/base-hw/src/core/include/kernel/fifo.h index cb09397ca..37630361d 100644 --- a/repos/base-hw/src/core/include/kernel/fifo.h +++ b/repos/base-hw/src/core/include/kernel/fifo.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__KERNEL__FIFO_H_ diff --git a/repos/base-hw/src/core/include/kernel/ipc_node.h b/repos/base-hw/src/core/include/kernel/ipc_node.h index 7459549d6..859ee3178 100644 --- a/repos/base-hw/src/core/include/kernel/ipc_node.h +++ b/repos/base-hw/src/core/include/kernel/ipc_node.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__KERNEL__IPC_NODE_H_ diff --git a/repos/base-hw/src/core/include/kernel/irq.h b/repos/base-hw/src/core/include/kernel/irq.h index 571e9743f..6804822b8 100644 --- a/repos/base-hw/src/core/include/kernel/irq.h +++ b/repos/base-hw/src/core/include/kernel/irq.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__KERNEL__IRQ_H_ diff --git a/repos/base-hw/src/core/include/kernel/kernel.h b/repos/base-hw/src/core/include/kernel/kernel.h index 5fc81156a..15079fce7 100644 --- a/repos/base-hw/src/core/include/kernel/kernel.h +++ b/repos/base-hw/src/core/include/kernel/kernel.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2013-2016 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__KERNEL__KERNEL_H_ diff --git a/repos/base-hw/src/core/include/kernel/log.h b/repos/base-hw/src/core/include/kernel/log.h index 4032e053e..c56ab4d18 100644 --- a/repos/base-hw/src/core/include/kernel/log.h +++ b/repos/base-hw/src/core/include/kernel/log.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__KERNEL__LOG_H_ diff --git a/repos/base-hw/src/core/include/kernel/object.h b/repos/base-hw/src/core/include/kernel/object.h index 14390b31c..8e4da7cd2 100644 --- a/repos/base-hw/src/core/include/kernel/object.h +++ b/repos/base-hw/src/core/include/kernel/object.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2015 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__KERNEL__OBJECT_H_ diff --git a/repos/base-hw/src/core/include/kernel/pd.h b/repos/base-hw/src/core/include/kernel/pd.h index f38188515..d55bafe4c 100644 --- a/repos/base-hw/src/core/include/kernel/pd.h +++ b/repos/base-hw/src/core/include/kernel/pd.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__KERNEL__PD_H_ diff --git a/repos/base-hw/src/core/include/kernel/perf_counter.h b/repos/base-hw/src/core/include/kernel/perf_counter.h index 8bddf6dd6..cac1532dd 100644 --- a/repos/base-hw/src/core/include/kernel/perf_counter.h +++ b/repos/base-hw/src/core/include/kernel/perf_counter.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__KERNEL__PERF_COUNTER_H_ diff --git a/repos/base-hw/src/core/include/kernel/signal_receiver.h b/repos/base-hw/src/core/include/kernel/signal_receiver.h index 1a3037567..7e19e7060 100644 --- a/repos/base-hw/src/core/include/kernel/signal_receiver.h +++ b/repos/base-hw/src/core/include/kernel/signal_receiver.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__KERNEL__SIGNAL_RECEIVER_H_ diff --git a/repos/base-hw/src/core/include/kernel/thread.h b/repos/base-hw/src/core/include/kernel/thread.h index 4f7396658..b8f471b63 100644 --- a/repos/base-hw/src/core/include/kernel/thread.h +++ b/repos/base-hw/src/core/include/kernel/thread.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__KERNEL__THREAD_H_ diff --git a/repos/base-hw/src/core/include/kernel/vm.h b/repos/base-hw/src/core/include/kernel/vm.h index b95d3f389..6a2e8b449 100644 --- a/repos/base-hw/src/core/include/kernel/vm.h +++ b/repos/base-hw/src/core/include/kernel/vm.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__KERNEL__VM_H_ diff --git a/repos/base-hw/src/core/include/map_local.h b/repos/base-hw/src/core/include/map_local.h index 047b5be5c..e0501a954 100644 --- a/repos/base-hw/src/core/include/map_local.h +++ b/repos/base-hw/src/core/include/map_local.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__MAP_LOCAL_H_ diff --git a/repos/base-hw/src/core/include/mapping.h b/repos/base-hw/src/core/include/mapping.h index 87e12191c..bf000d829 100644 --- a/repos/base-hw/src/core/include/mapping.h +++ b/repos/base-hw/src/core/include/mapping.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _MAPPING_H_ diff --git a/repos/base-hw/src/core/include/memory_region.h b/repos/base-hw/src/core/include/memory_region.h index 6accf1fd2..b88f59b86 100644 --- a/repos/base-hw/src/core/include/memory_region.h +++ b/repos/base-hw/src/core/include/memory_region.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _MEMORY_REGION_H_ diff --git a/repos/base-hw/src/core/include/object.h b/repos/base-hw/src/core/include/object.h index f5398cc11..a09209d2a 100644 --- a/repos/base-hw/src/core/include/object.h +++ b/repos/base-hw/src/core/include/object.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__OBJECT_H_ diff --git a/repos/base-hw/src/core/include/page_flags.h b/repos/base-hw/src/core/include/page_flags.h index 1eb154429..b7d303866 100644 --- a/repos/base-hw/src/core/include/page_flags.h +++ b/repos/base-hw/src/core/include/page_flags.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014-2016 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__PAGE_FLAGS_H_ diff --git a/repos/base-hw/src/core/include/pager.h b/repos/base-hw/src/core/include/pager.h index 520538cc2..d4ec46190 100644 --- a/repos/base-hw/src/core/include/pager.h +++ b/repos/base-hw/src/core/include/pager.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__PAGER_H_ diff --git a/repos/base-hw/src/core/include/platform.h b/repos/base-hw/src/core/include/platform.h index 041eab876..866b77088 100644 --- a/repos/base-hw/src/core/include/platform.h +++ b/repos/base-hw/src/core/include/platform.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__PLATFORM_H_ diff --git a/repos/base-hw/src/core/include/platform_pd.h b/repos/base-hw/src/core/include/platform_pd.h index d1770a1a2..118e16bd9 100644 --- a/repos/base-hw/src/core/include/platform_pd.h +++ b/repos/base-hw/src/core/include/platform_pd.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__PLATFORM_PD_H_ diff --git a/repos/base-hw/src/core/include/platform_thread.h b/repos/base-hw/src/core/include/platform_thread.h index 547d51660..7dc72280d 100644 --- a/repos/base-hw/src/core/include/platform_thread.h +++ b/repos/base-hw/src/core/include/platform_thread.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__PLATFORM_THREAD_H_ diff --git a/repos/base-hw/src/core/include/rpc_cap_factory.h b/repos/base-hw/src/core/include/rpc_cap_factory.h index 552e1e87d..93c051743 100644 --- a/repos/base-hw/src/core/include/rpc_cap_factory.h +++ b/repos/base-hw/src/core/include/rpc_cap_factory.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__RPC_CAP_FACTORY_H_ diff --git a/repos/base-hw/src/core/include/signal_broker.h b/repos/base-hw/src/core/include/signal_broker.h index af8c161c8..79e7f6b9f 100644 --- a/repos/base-hw/src/core/include/signal_broker.h +++ b/repos/base-hw/src/core/include/signal_broker.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__SIGNAL_BROKER_H_ diff --git a/repos/base-hw/src/core/include/signal_source_component.h b/repos/base-hw/src/core/include/signal_source_component.h index 60e939248..fe2fdcb2d 100644 --- a/repos/base-hw/src/core/include/signal_source_component.h +++ b/repos/base-hw/src/core/include/signal_source_component.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__SIGNAL_SOURCE_COMPONENT_H_ diff --git a/repos/base-hw/src/core/include/spec/arm/cpu_support.h b/repos/base-hw/src/core/include/spec/arm/cpu_support.h index 9946d5501..9eeb422cc 100644 --- a/repos/base-hw/src/core/include/spec/arm/cpu_support.h +++ b/repos/base-hw/src/core/include/spec/arm/cpu_support.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2012-2016 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__SPEC__ARM__CPU_SUPPORT_H_ diff --git a/repos/base-hw/src/core/include/spec/arm/fpu.h b/repos/base-hw/src/core/include/spec/arm/fpu.h index fb5ca9f3c..be4a56273 100644 --- a/repos/base-hw/src/core/include/spec/arm/fpu.h +++ b/repos/base-hw/src/core/include/spec/arm/fpu.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _SPEC__ARM__FPU_H_ diff --git a/repos/base-hw/src/core/include/spec/arm/macros_support.s b/repos/base-hw/src/core/include/spec/arm/macros_support.s index 37d84a157..bfad27a51 100644 --- a/repos/base-hw/src/core/include/spec/arm/macros_support.s +++ b/repos/base-hw/src/core/include/spec/arm/macros_support.s @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /** diff --git a/repos/base-hw/src/core/include/spec/arm/pl310.h b/repos/base-hw/src/core/include/spec/arm/pl310.h index 23452c0c0..2eaafa14b 100644 --- a/repos/base-hw/src/core/include/spec/arm/pl310.h +++ b/repos/base-hw/src/core/include/spec/arm/pl310.h @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2014-2016 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__SPEC__ARM__PL310_H_ diff --git a/repos/base-hw/src/core/include/spec/arm/short_translation_table.h b/repos/base-hw/src/core/include/spec/arm/short_translation_table.h index 9c3d6e252..157edf4fd 100644 --- a/repos/base-hw/src/core/include/spec/arm/short_translation_table.h +++ b/repos/base-hw/src/core/include/spec/arm/short_translation_table.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__SPEC__ARM__SHORT_TRANSLATION_TABLE_H_ diff --git a/repos/base-hw/src/core/include/spec/arm_gic/pic.h b/repos/base-hw/src/core/include/spec/arm_gic/pic.h index de585ff87..7d1c575aa 100644 --- a/repos/base-hw/src/core/include/spec/arm_gic/pic.h +++ b/repos/base-hw/src/core/include/spec/arm_gic/pic.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__SPEC__ARM_GIC__PIC_H_ diff --git a/repos/base-hw/src/core/include/spec/arm_v6/cpu.h b/repos/base-hw/src/core/include/spec/arm_v6/cpu.h index 326d7fc91..4b86c52c5 100644 --- a/repos/base-hw/src/core/include/spec/arm_v6/cpu.h +++ b/repos/base-hw/src/core/include/spec/arm_v6/cpu.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__SPEC__ARM_V6__CPU_H_ diff --git a/repos/base-hw/src/core/include/spec/arm_v6/macros.s b/repos/base-hw/src/core/include/spec/arm_v6/macros.s index fd9e13b3f..22d6a5d6a 100644 --- a/repos/base-hw/src/core/include/spec/arm_v6/macros.s +++ b/repos/base-hw/src/core/include/spec/arm_v6/macros.s @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-hw/src/core/include/spec/arm_v6/translation_table.h b/repos/base-hw/src/core/include/spec/arm_v6/translation_table.h index a94a4c23c..7ffc9d047 100644 --- a/repos/base-hw/src/core/include/spec/arm_v6/translation_table.h +++ b/repos/base-hw/src/core/include/spec/arm_v6/translation_table.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__SPEC__ARM_V6__TRANSLATION_TABLE_H_ diff --git a/repos/base-hw/src/core/include/spec/arm_v7/cpu_support.h b/repos/base-hw/src/core/include/spec/arm_v7/cpu_support.h index 6256ca59c..00641e3af 100644 --- a/repos/base-hw/src/core/include/spec/arm_v7/cpu_support.h +++ b/repos/base-hw/src/core/include/spec/arm_v7/cpu_support.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__SPEC__ARM_V7__CPU_SUPPORT_H_ diff --git a/repos/base-hw/src/core/include/spec/arm_v7/long_translation_table.h b/repos/base-hw/src/core/include/spec/arm_v7/long_translation_table.h index 1c6f59dd8..896c26ecb 100644 --- a/repos/base-hw/src/core/include/spec/arm_v7/long_translation_table.h +++ b/repos/base-hw/src/core/include/spec/arm_v7/long_translation_table.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__SPEC__ARM_V7__LONG_TRANSLATION_TABLE_H_ diff --git a/repos/base-hw/src/core/include/spec/arm_v7/macros_support.s b/repos/base-hw/src/core/include/spec/arm_v7/macros_support.s index c5626e724..9755b547d 100644 --- a/repos/base-hw/src/core/include/spec/arm_v7/macros_support.s +++ b/repos/base-hw/src/core/include/spec/arm_v7/macros_support.s @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-hw/src/core/include/spec/arm_v7/trustzone/vm_session_component.h b/repos/base-hw/src/core/include/spec/arm_v7/trustzone/vm_session_component.h index 8d0674f3f..66e164c4a 100644 --- a/repos/base-hw/src/core/include/spec/arm_v7/trustzone/vm_session_component.h +++ b/repos/base-hw/src/core/include/spec/arm_v7/trustzone/vm_session_component.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__SPEC__ARM_V7__TRUSTZONE__VM_SESSION_COMPONENT_H_ diff --git a/repos/base-hw/src/core/include/spec/arm_v7/virtualization/vm_session_component.h b/repos/base-hw/src/core/include/spec/arm_v7/virtualization/vm_session_component.h index 15f125507..df4923bb7 100644 --- a/repos/base-hw/src/core/include/spec/arm_v7/virtualization/vm_session_component.h +++ b/repos/base-hw/src/core/include/spec/arm_v7/virtualization/vm_session_component.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__SPEC__ARM_V7__VIRTUALIZATION__VM_SESSION_COMPONENT_H_ diff --git a/repos/base-hw/src/core/include/spec/cortex_a15/board_support.h b/repos/base-hw/src/core/include/spec/cortex_a15/board_support.h index 76794b4e4..892006ffc 100644 --- a/repos/base-hw/src/core/include/spec/cortex_a15/board_support.h +++ b/repos/base-hw/src/core/include/spec/cortex_a15/board_support.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__SPEC__CORTEX_A15__BOARD_SUPPORT_H_ diff --git a/repos/base-hw/src/core/include/spec/cortex_a15/cpu.h b/repos/base-hw/src/core/include/spec/cortex_a15/cpu.h index d274be1a1..669dbf123 100644 --- a/repos/base-hw/src/core/include/spec/cortex_a15/cpu.h +++ b/repos/base-hw/src/core/include/spec/cortex_a15/cpu.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2011-2016 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__SPEC__CORTEX_A15__CPU_H_ diff --git a/repos/base-hw/src/core/include/spec/cortex_a15/macros.s b/repos/base-hw/src/core/include/spec/cortex_a15/macros.s index 134483372..140e7dcc8 100644 --- a/repos/base-hw/src/core/include/spec/cortex_a15/macros.s +++ b/repos/base-hw/src/core/include/spec/cortex_a15/macros.s @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-hw/src/core/include/spec/cortex_a15/translation_table.h b/repos/base-hw/src/core/include/spec/cortex_a15/translation_table.h index 9fc58c998..7c9c1602d 100644 --- a/repos/base-hw/src/core/include/spec/cortex_a15/translation_table.h +++ b/repos/base-hw/src/core/include/spec/cortex_a15/translation_table.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__SPEC__CORTEX_A15__TRANSLATION_TABLE_H_ diff --git a/repos/base-hw/src/core/include/spec/cortex_a8/cpu.h b/repos/base-hw/src/core/include/spec/cortex_a8/cpu.h index d0001cca3..83b53d2dc 100644 --- a/repos/base-hw/src/core/include/spec/cortex_a8/cpu.h +++ b/repos/base-hw/src/core/include/spec/cortex_a8/cpu.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2011-2016 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__SPEC__CORTEX_A8__CPU_H_ diff --git a/repos/base-hw/src/core/include/spec/cortex_a8/macros.s b/repos/base-hw/src/core/include/spec/cortex_a8/macros.s index 5166afb4d..b113c4faa 100644 --- a/repos/base-hw/src/core/include/spec/cortex_a8/macros.s +++ b/repos/base-hw/src/core/include/spec/cortex_a8/macros.s @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-hw/src/core/include/spec/cortex_a8/translation_table.h b/repos/base-hw/src/core/include/spec/cortex_a8/translation_table.h index 8d6c7e2af..664380cc0 100644 --- a/repos/base-hw/src/core/include/spec/cortex_a8/translation_table.h +++ b/repos/base-hw/src/core/include/spec/cortex_a8/translation_table.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__SPEC__CORTEX_A8__TRANSLATION_TABLE_H_ diff --git a/repos/base-hw/src/core/include/spec/cortex_a9/board_support.h b/repos/base-hw/src/core/include/spec/cortex_a9/board_support.h index 8ecd353fc..7b50e679f 100644 --- a/repos/base-hw/src/core/include/spec/cortex_a9/board_support.h +++ b/repos/base-hw/src/core/include/spec/cortex_a9/board_support.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__SPEC__CORTEX_A9__BOARD_SUPPORT_H_ diff --git a/repos/base-hw/src/core/include/spec/cortex_a9/cpu_support.h b/repos/base-hw/src/core/include/spec/cortex_a9/cpu_support.h index 6a1d6b5b4..e07ccaefa 100644 --- a/repos/base-hw/src/core/include/spec/cortex_a9/cpu_support.h +++ b/repos/base-hw/src/core/include/spec/cortex_a9/cpu_support.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2011-2016 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _SPEC__CORTEX_A9__CPU_SUPPORT_H_ diff --git a/repos/base-hw/src/core/include/spec/cortex_a9/macros.s b/repos/base-hw/src/core/include/spec/cortex_a9/macros.s index 85efa018f..b4791cfe3 100644 --- a/repos/base-hw/src/core/include/spec/cortex_a9/macros.s +++ b/repos/base-hw/src/core/include/spec/cortex_a9/macros.s @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-hw/src/core/include/spec/cortex_a9/scu.h b/repos/base-hw/src/core/include/spec/cortex_a9/scu.h index f64b6822e..40aaca48c 100644 --- a/repos/base-hw/src/core/include/spec/cortex_a9/scu.h +++ b/repos/base-hw/src/core/include/spec/cortex_a9/scu.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-hw/src/core/include/spec/cortex_a9/timer.h b/repos/base-hw/src/core/include/spec/cortex_a9/timer.h index da7e3f30f..ad0c3146d 100644 --- a/repos/base-hw/src/core/include/spec/cortex_a9/timer.h +++ b/repos/base-hw/src/core/include/spec/cortex_a9/timer.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__SPEC__CORTEX_A9__TIMER_H_ diff --git a/repos/base-hw/src/core/include/spec/cortex_a9/translation_table.h b/repos/base-hw/src/core/include/spec/cortex_a9/translation_table.h index 3875a3c17..616fe9a63 100644 --- a/repos/base-hw/src/core/include/spec/cortex_a9/translation_table.h +++ b/repos/base-hw/src/core/include/spec/cortex_a9/translation_table.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__SPEC__CORTEX_A9__TRANSLATION_TABLE_H_ diff --git a/repos/base-hw/src/core/include/spec/exynos5/board.h b/repos/base-hw/src/core/include/spec/exynos5/board.h index d4a9df79e..82e1398ad 100644 --- a/repos/base-hw/src/core/include/spec/exynos5/board.h +++ b/repos/base-hw/src/core/include/spec/exynos5/board.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2012-2016 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__SPEC__EXYNOS5__BOARD_H_ diff --git a/repos/base-hw/src/core/include/spec/exynos5/serial.h b/repos/base-hw/src/core/include/spec/exynos5/serial.h index ba1e1fe3f..d6fe30346 100644 --- a/repos/base-hw/src/core/include/spec/exynos5/serial.h +++ b/repos/base-hw/src/core/include/spec/exynos5/serial.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__SPEC__EXYNOS5__SERIAL_H_ diff --git a/repos/base-hw/src/core/include/spec/exynos5/timer.h b/repos/base-hw/src/core/include/spec/exynos5/timer.h index f0de347c6..d393b0119 100644 --- a/repos/base-hw/src/core/include/spec/exynos5/timer.h +++ b/repos/base-hw/src/core/include/spec/exynos5/timer.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__SPEC__EXYNOS5__TIMER_H_ diff --git a/repos/base-hw/src/core/include/spec/imx/board_support.h b/repos/base-hw/src/core/include/spec/imx/board_support.h index 1ec484b9e..1b80b5d02 100644 --- a/repos/base-hw/src/core/include/spec/imx/board_support.h +++ b/repos/base-hw/src/core/include/spec/imx/board_support.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2012-2015 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__SPEC__IMX__BOARD_SUPPORT_H_ diff --git a/repos/base-hw/src/core/include/spec/imx/serial.h b/repos/base-hw/src/core/include/spec/imx/serial.h index 69de63393..5d3e577c8 100644 --- a/repos/base-hw/src/core/include/spec/imx/serial.h +++ b/repos/base-hw/src/core/include/spec/imx/serial.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__SPEC__IMX__SERIAL_H_ diff --git a/repos/base-hw/src/core/include/spec/imx53/board.h b/repos/base-hw/src/core/include/spec/imx53/board.h index 60f843167..227068276 100644 --- a/repos/base-hw/src/core/include/spec/imx53/board.h +++ b/repos/base-hw/src/core/include/spec/imx53/board.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2012-2015 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__SPEC__IMX53__BOARD_H_ diff --git a/repos/base-hw/src/core/include/spec/imx53/pic.h b/repos/base-hw/src/core/include/spec/imx53/pic.h index 38c48d90e..71ea37895 100644 --- a/repos/base-hw/src/core/include/spec/imx53/pic.h +++ b/repos/base-hw/src/core/include/spec/imx53/pic.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__SPEC__IMX53__PIC_H_ diff --git a/repos/base-hw/src/core/include/spec/imx53/timer.h b/repos/base-hw/src/core/include/spec/imx53/timer.h index 3a8885e70..95e4bee4c 100644 --- a/repos/base-hw/src/core/include/spec/imx53/timer.h +++ b/repos/base-hw/src/core/include/spec/imx53/timer.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__SPEC__IMX53__TIMER_H_ diff --git a/repos/base-hw/src/core/include/spec/imx53/trustzone/csu.h b/repos/base-hw/src/core/include/spec/imx53/trustzone/csu.h index 4c8f12dfd..78ade30b3 100644 --- a/repos/base-hw/src/core/include/spec/imx53/trustzone/csu.h +++ b/repos/base-hw/src/core/include/spec/imx53/trustzone/csu.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__SPEC__IMX53__TRUSTZONE__CSU_H_ diff --git a/repos/base-hw/src/core/include/spec/imx53_qsb/trustzone/csu_config.h b/repos/base-hw/src/core/include/spec/imx53_qsb/trustzone/csu_config.h index 818f1ea4e..6dfa641c0 100644 --- a/repos/base-hw/src/core/include/spec/imx53_qsb/trustzone/csu_config.h +++ b/repos/base-hw/src/core/include/spec/imx53_qsb/trustzone/csu_config.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__SPEC__IMX53_QSB__TRUSTZONE__CSU_CONFIG_H_ diff --git a/repos/base-hw/src/core/include/spec/imx6/board.h b/repos/base-hw/src/core/include/spec/imx6/board.h index 14fb47b12..210055ad9 100644 --- a/repos/base-hw/src/core/include/spec/imx6/board.h +++ b/repos/base-hw/src/core/include/spec/imx6/board.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2014-2015 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__SPEC__IMX6__BOARD_H_ diff --git a/repos/base-hw/src/core/include/spec/imx6/cpu.h b/repos/base-hw/src/core/include/spec/imx6/cpu.h index d9f174bfc..fa4fe06d3 100644 --- a/repos/base-hw/src/core/include/spec/imx6/cpu.h +++ b/repos/base-hw/src/core/include/spec/imx6/cpu.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CPU_H_ diff --git a/repos/base-hw/src/core/include/spec/panda/board.h b/repos/base-hw/src/core/include/spec/panda/board.h index 62abe11e0..10d4f2b82 100644 --- a/repos/base-hw/src/core/include/spec/panda/board.h +++ b/repos/base-hw/src/core/include/spec/panda/board.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2014-2015 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__SPEC__PANDA__BOARD_H_ diff --git a/repos/base-hw/src/core/include/spec/panda/cortex_a9_wugen.h b/repos/base-hw/src/core/include/spec/panda/cortex_a9_wugen.h index f7d020f26..b70ee764c 100644 --- a/repos/base-hw/src/core/include/spec/panda/cortex_a9_wugen.h +++ b/repos/base-hw/src/core/include/spec/panda/cortex_a9_wugen.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef CORTEX_A9_WUGEN_H diff --git a/repos/base-hw/src/core/include/spec/panda/cpu.h b/repos/base-hw/src/core/include/spec/panda/cpu.h index 89675ae0b..ebd3a393d 100644 --- a/repos/base-hw/src/core/include/spec/panda/cpu.h +++ b/repos/base-hw/src/core/include/spec/panda/cpu.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CPU_H_ diff --git a/repos/base-hw/src/core/include/spec/pbxa9/board.h b/repos/base-hw/src/core/include/spec/pbxa9/board.h index 55aba7035..6b2ce8383 100644 --- a/repos/base-hw/src/core/include/spec/pbxa9/board.h +++ b/repos/base-hw/src/core/include/spec/pbxa9/board.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__SPEC__PBXA9__BOARD_H_ diff --git a/repos/base-hw/src/core/include/spec/pbxa9/cpu.h b/repos/base-hw/src/core/include/spec/pbxa9/cpu.h index 9628f983b..e05615329 100644 --- a/repos/base-hw/src/core/include/spec/pbxa9/cpu.h +++ b/repos/base-hw/src/core/include/spec/pbxa9/cpu.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CPU_H_ diff --git a/repos/base-hw/src/core/include/spec/pl011/serial.h b/repos/base-hw/src/core/include/spec/pl011/serial.h index 05af7f661..b1a92ce3c 100644 --- a/repos/base-hw/src/core/include/spec/pl011/serial.h +++ b/repos/base-hw/src/core/include/spec/pl011/serial.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__SPEC__PL011__SERIAL_H_ diff --git a/repos/base-hw/src/core/include/spec/riscv/board.h b/repos/base-hw/src/core/include/spec/riscv/board.h index 8f06bf29b..b7713686e 100644 --- a/repos/base-hw/src/core/include/spec/riscv/board.h +++ b/repos/base-hw/src/core/include/spec/riscv/board.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _BOARD_H_ diff --git a/repos/base-hw/src/core/include/spec/riscv/cpu.h b/repos/base-hw/src/core/include/spec/riscv/cpu.h index edfdd75fe..d1a0ae1ba 100644 --- a/repos/base-hw/src/core/include/spec/riscv/cpu.h +++ b/repos/base-hw/src/core/include/spec/riscv/cpu.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CPU_H_ diff --git a/repos/base-hw/src/core/include/spec/riscv/kernel/thread_base.h b/repos/base-hw/src/core/include/spec/riscv/kernel/thread_base.h index af2a643b3..cdab39bf2 100644 --- a/repos/base-hw/src/core/include/spec/riscv/kernel/thread_base.h +++ b/repos/base-hw/src/core/include/spec/riscv/kernel/thread_base.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _KERNEL__THREAD_BASE_H_ diff --git a/repos/base-hw/src/core/include/spec/riscv/machine_call.h b/repos/base-hw/src/core/include/spec/riscv/machine_call.h index 82c46a258..dbfe9f4a7 100644 --- a/repos/base-hw/src/core/include/spec/riscv/machine_call.h +++ b/repos/base-hw/src/core/include/spec/riscv/machine_call.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _MACHINE_CALL_H_ diff --git a/repos/base-hw/src/core/include/spec/riscv/macros.s b/repos/base-hw/src/core/include/spec/riscv/macros.s index c62399fb2..3b3407f31 100644 --- a/repos/base-hw/src/core/include/spec/riscv/macros.s +++ b/repos/base-hw/src/core/include/spec/riscv/macros.s @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* alignment constraints */ diff --git a/repos/base-hw/src/core/include/spec/riscv/pic.h b/repos/base-hw/src/core/include/spec/riscv/pic.h index 378e80c2b..92e582178 100644 --- a/repos/base-hw/src/core/include/spec/riscv/pic.h +++ b/repos/base-hw/src/core/include/spec/riscv/pic.h @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _PIC_H_ diff --git a/repos/base-hw/src/core/include/spec/riscv/serial.h b/repos/base-hw/src/core/include/spec/riscv/serial.h index abddff0d7..1d20797cd 100644 --- a/repos/base-hw/src/core/include/spec/riscv/serial.h +++ b/repos/base-hw/src/core/include/spec/riscv/serial.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _SERIAL_H_ diff --git a/repos/base-hw/src/core/include/spec/riscv/timer.h b/repos/base-hw/src/core/include/spec/riscv/timer.h index a84279cdd..8c7ddf5d5 100644 --- a/repos/base-hw/src/core/include/spec/riscv/timer.h +++ b/repos/base-hw/src/core/include/spec/riscv/timer.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _TIMER_H_ diff --git a/repos/base-hw/src/core/include/spec/riscv/translation_table.h b/repos/base-hw/src/core/include/spec/riscv/translation_table.h index d1c24d011..c83ec7497 100644 --- a/repos/base-hw/src/core/include/spec/riscv/translation_table.h +++ b/repos/base-hw/src/core/include/spec/riscv/translation_table.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _TRANSLATION_TABLE_H_ diff --git a/repos/base-hw/src/core/include/spec/rpi/board.h b/repos/base-hw/src/core/include/spec/rpi/board.h index 3085f7255..435574a44 100644 --- a/repos/base-hw/src/core/include/spec/rpi/board.h +++ b/repos/base-hw/src/core/include/spec/rpi/board.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2012-2016 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__BOARD_H_ diff --git a/repos/base-hw/src/core/include/spec/rpi/pic.h b/repos/base-hw/src/core/include/spec/rpi/pic.h index a58bc2134..f3f3cc955 100644 --- a/repos/base-hw/src/core/include/spec/rpi/pic.h +++ b/repos/base-hw/src/core/include/spec/rpi/pic.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__SPEC__RPI__PIC_H_ diff --git a/repos/base-hw/src/core/include/spec/rpi/timer.h b/repos/base-hw/src/core/include/spec/rpi/timer.h index 0c1a7f495..2a405e923 100644 --- a/repos/base-hw/src/core/include/spec/rpi/timer.h +++ b/repos/base-hw/src/core/include/spec/rpi/timer.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__SPEC__RPI__TIMER_H_ diff --git a/repos/base-hw/src/core/include/spec/smp/kernel/lock.h b/repos/base-hw/src/core/include/spec/smp/kernel/lock.h index 2e56f43be..a61084e02 100644 --- a/repos/base-hw/src/core/include/spec/smp/kernel/lock.h +++ b/repos/base-hw/src/core/include/spec/smp/kernel/lock.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2012-2015 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__KERNEL__LOCK_H_ diff --git a/repos/base-hw/src/core/include/spec/tl16c750/serial.h b/repos/base-hw/src/core/include/spec/tl16c750/serial.h index 27eba959a..e247e0819 100644 --- a/repos/base-hw/src/core/include/spec/tl16c750/serial.h +++ b/repos/base-hw/src/core/include/spec/tl16c750/serial.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__SPEC__TL16C750__SERIAL_H_ diff --git a/repos/base-hw/src/core/include/spec/usb_armory/csu_config.h b/repos/base-hw/src/core/include/spec/usb_armory/csu_config.h index 5e148fc5e..19583176a 100644 --- a/repos/base-hw/src/core/include/spec/usb_armory/csu_config.h +++ b/repos/base-hw/src/core/include/spec/usb_armory/csu_config.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__SPEC__USB_ARMORY__CSU_CONFIG_H_ diff --git a/repos/base-hw/src/core/include/spec/x86_64/board.h b/repos/base-hw/src/core/include/spec/x86_64/board.h index 956bff0d2..983908a09 100644 --- a/repos/base-hw/src/core/include/spec/x86_64/board.h +++ b/repos/base-hw/src/core/include/spec/x86_64/board.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__SPEC__X86_64__BOARD_H_ diff --git a/repos/base-hw/src/core/include/spec/x86_64/cpu.h b/repos/base-hw/src/core/include/spec/x86_64/cpu.h index 7e2c71300..563abf654 100644 --- a/repos/base-hw/src/core/include/spec/x86_64/cpu.h +++ b/repos/base-hw/src/core/include/spec/x86_64/cpu.h @@ -8,10 +8,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__SPEC__X86_64__CPU_H_ diff --git a/repos/base-hw/src/core/include/spec/x86_64/fpu.h b/repos/base-hw/src/core/include/spec/x86_64/fpu.h index 535b8f416..b8ef0dd1a 100644 --- a/repos/base-hw/src/core/include/spec/x86_64/fpu.h +++ b/repos/base-hw/src/core/include/spec/x86_64/fpu.h @@ -8,10 +8,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _SPEC__X86_64__FPU_H_ diff --git a/repos/base-hw/src/core/include/spec/x86_64/macros.s b/repos/base-hw/src/core/include/spec/x86_64/macros.s index 4e220204c..29ef1ca7c 100644 --- a/repos/base-hw/src/core/include/spec/x86_64/macros.s +++ b/repos/base-hw/src/core/include/spec/x86_64/macros.s @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ diff --git a/repos/base-hw/src/core/include/spec/x86_64/muen/board.h b/repos/base-hw/src/core/include/spec/x86_64/muen/board.h index 5279b1c32..246496150 100644 --- a/repos/base-hw/src/core/include/spec/x86_64/muen/board.h +++ b/repos/base-hw/src/core/include/spec/x86_64/muen/board.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__SPEC__X86_64__MUEN__BOARD_H_ diff --git a/repos/base-hw/src/core/include/spec/x86_64/muen/pic.h b/repos/base-hw/src/core/include/spec/x86_64/muen/pic.h index fb41a100c..413e08588 100644 --- a/repos/base-hw/src/core/include/spec/x86_64/muen/pic.h +++ b/repos/base-hw/src/core/include/spec/x86_64/muen/pic.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__SPEC__X86_64__MUEN__PIC_H_ diff --git a/repos/base-hw/src/core/include/spec/x86_64/muen/serial.h b/repos/base-hw/src/core/include/spec/x86_64/muen/serial.h index 7e42cc678..20f76ee57 100644 --- a/repos/base-hw/src/core/include/spec/x86_64/muen/serial.h +++ b/repos/base-hw/src/core/include/spec/x86_64/muen/serial.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2012-2015 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__SPEC__X86_64__MUEN__SERIAL_H_ diff --git a/repos/base-hw/src/core/include/spec/x86_64/muen/sinfo_instance.h b/repos/base-hw/src/core/include/spec/x86_64/muen/sinfo_instance.h index 79302205c..d5a204aa0 100644 --- a/repos/base-hw/src/core/include/spec/x86_64/muen/sinfo_instance.h +++ b/repos/base-hw/src/core/include/spec/x86_64/muen/sinfo_instance.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__SPEC__X86_64__MUEN__SINFO_INSTANCE_H_ diff --git a/repos/base-hw/src/core/include/spec/x86_64/muen/timer.h b/repos/base-hw/src/core/include/spec/x86_64/muen/timer.h index 08f3a742b..27596dd1c 100644 --- a/repos/base-hw/src/core/include/spec/x86_64/muen/timer.h +++ b/repos/base-hw/src/core/include/spec/x86_64/muen/timer.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__SPEC__X86_64__MUEN__TIMER_H_ diff --git a/repos/base-hw/src/core/include/spec/x86_64/muen/vm_session_component.h b/repos/base-hw/src/core/include/spec/x86_64/muen/vm_session_component.h index 3b2604cca..8f627a2dd 100644 --- a/repos/base-hw/src/core/include/spec/x86_64/muen/vm_session_component.h +++ b/repos/base-hw/src/core/include/spec/x86_64/muen/vm_session_component.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__SPEC__X86_64__MUEN__VM_SESSION_COMPONENT_H_ diff --git a/repos/base-hw/src/core/include/spec/x86_64/muen/vm_state.h b/repos/base-hw/src/core/include/spec/x86_64/muen/vm_state.h index 3b742a8e5..cdbf11af3 100644 --- a/repos/base-hw/src/core/include/spec/x86_64/muen/vm_state.h +++ b/repos/base-hw/src/core/include/spec/x86_64/muen/vm_state.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _VM_STATE_H_ diff --git a/repos/base-hw/src/core/include/spec/x86_64/multiboot.h b/repos/base-hw/src/core/include/spec/x86_64/multiboot.h index adc8f9d1b..1ceeb669d 100644 --- a/repos/base-hw/src/core/include/spec/x86_64/multiboot.h +++ b/repos/base-hw/src/core/include/spec/x86_64/multiboot.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2006-2015 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _MULTIBOOT_H_ diff --git a/repos/base-hw/src/core/include/spec/x86_64/pic.h b/repos/base-hw/src/core/include/spec/x86_64/pic.h index 6a7eb8529..5ead99590 100644 --- a/repos/base-hw/src/core/include/spec/x86_64/pic.h +++ b/repos/base-hw/src/core/include/spec/x86_64/pic.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__SPEC__X86_64__PIC_H_ diff --git a/repos/base-hw/src/core/include/spec/x86_64/port_io.h b/repos/base-hw/src/core/include/spec/x86_64/port_io.h index 4e6bcfc1e..f726f9afb 100644 --- a/repos/base-hw/src/core/include/spec/x86_64/port_io.h +++ b/repos/base-hw/src/core/include/spec/x86_64/port_io.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__SPEC__X86_64__PORT_IO_H_ diff --git a/repos/base-hw/src/core/include/spec/x86_64/serial.h b/repos/base-hw/src/core/include/spec/x86_64/serial.h index fdaed5b0b..6d3e3c520 100644 --- a/repos/base-hw/src/core/include/spec/x86_64/serial.h +++ b/repos/base-hw/src/core/include/spec/x86_64/serial.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2015 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__SPEC__X86_64__SERIAL_H_ diff --git a/repos/base-hw/src/core/include/spec/x86_64/timer.h b/repos/base-hw/src/core/include/spec/x86_64/timer.h index f8426fa76..d0c047d1c 100644 --- a/repos/base-hw/src/core/include/spec/x86_64/timer.h +++ b/repos/base-hw/src/core/include/spec/x86_64/timer.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__SPEC__X86_64__TIMER_H_ diff --git a/repos/base-hw/src/core/include/spec/x86_64/translation_table.h b/repos/base-hw/src/core/include/spec/x86_64/translation_table.h index 16fad4486..98576368a 100644 --- a/repos/base-hw/src/core/include/spec/x86_64/translation_table.h +++ b/repos/base-hw/src/core/include/spec/x86_64/translation_table.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__SPEC__X86_64__TRANSLATION_TABLE_H_ diff --git a/repos/base-hw/src/core/include/spec/xilinx_uartps_0/serial.h b/repos/base-hw/src/core/include/spec/xilinx_uartps_0/serial.h index 524d1d7e6..ddb37d071 100644 --- a/repos/base-hw/src/core/include/spec/xilinx_uartps_0/serial.h +++ b/repos/base-hw/src/core/include/spec/xilinx_uartps_0/serial.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014-2015 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__SPEC__XILINX__SERIAL_H_ diff --git a/repos/base-hw/src/core/include/spec/zynq/cpu.h b/repos/base-hw/src/core/include/spec/zynq/cpu.h index ac5b4279e..df1cdea65 100644 --- a/repos/base-hw/src/core/include/spec/zynq/cpu.h +++ b/repos/base-hw/src/core/include/spec/zynq/cpu.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CPU_H_ diff --git a/repos/base-hw/src/core/include/spec/zynq_qemu/board.h b/repos/base-hw/src/core/include/spec/zynq_qemu/board.h index 9cafcafec..97278edaa 100644 --- a/repos/base-hw/src/core/include/spec/zynq_qemu/board.h +++ b/repos/base-hw/src/core/include/spec/zynq_qemu/board.h @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2014-2015 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__SPEC__ZYNQ_QEMU__BOARD_H_ diff --git a/repos/base-hw/src/core/include/translation_table_allocator.h b/repos/base-hw/src/core/include/translation_table_allocator.h index 83b6e9466..e1898c458 100644 --- a/repos/base-hw/src/core/include/translation_table_allocator.h +++ b/repos/base-hw/src/core/include/translation_table_allocator.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__TRANSLATION_TABLE_ALLOCATOR_H_ diff --git a/repos/base-hw/src/core/include/translation_table_allocator_tpl.h b/repos/base-hw/src/core/include/translation_table_allocator_tpl.h index e223d73e3..457b60ac2 100644 --- a/repos/base-hw/src/core/include/translation_table_allocator_tpl.h +++ b/repos/base-hw/src/core/include/translation_table_allocator_tpl.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__TRANSLATION_TABLE_ALLOCATOR_TPL_H_ diff --git a/repos/base-hw/src/core/include/trustzone.h b/repos/base-hw/src/core/include/trustzone.h index f4e6065be..b664d2403 100644 --- a/repos/base-hw/src/core/include/trustzone.h +++ b/repos/base-hw/src/core/include/trustzone.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__TRUSTZONE_H_ diff --git a/repos/base-hw/src/core/include/util.h b/repos/base-hw/src/core/include/util.h index 0caf6d607..82248891f 100644 --- a/repos/base-hw/src/core/include/util.h +++ b/repos/base-hw/src/core/include/util.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__UTIL_H_ diff --git a/repos/base-hw/src/core/include/vm_root.h b/repos/base-hw/src/core/include/vm_root.h index d7497b043..02ac75419 100644 --- a/repos/base-hw/src/core/include/vm_root.h +++ b/repos/base-hw/src/core/include/vm_root.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__VM_ROOT_H_ diff --git a/repos/base-hw/src/core/io_mem_session_support.cc b/repos/base-hw/src/core/io_mem_session_support.cc index b2c25ee1e..ec82bce58 100644 --- a/repos/base-hw/src/core/io_mem_session_support.cc +++ b/repos/base-hw/src/core/io_mem_session_support.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-hw/src/core/irq_session_component.cc b/repos/base-hw/src/core/irq_session_component.cc index 5ba0f2790..ee0b50278 100644 --- a/repos/base-hw/src/core/irq_session_component.cc +++ b/repos/base-hw/src/core/irq_session_component.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2012-2015 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* base-hw includes */ diff --git a/repos/base-hw/src/core/kernel/clock.cc b/repos/base-hw/src/core/kernel/clock.cc index 4678a63ef..ea70eb3d9 100644 --- a/repos/base-hw/src/core/kernel/clock.cc +++ b/repos/base-hw/src/core/kernel/clock.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Core includes */ diff --git a/repos/base-hw/src/core/kernel/cpu.cc b/repos/base-hw/src/core/kernel/cpu.cc index 9f158052f..9aa425418 100644 --- a/repos/base-hw/src/core/kernel/cpu.cc +++ b/repos/base-hw/src/core/kernel/cpu.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2014-2016 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-hw/src/core/kernel/cpu_scheduler.cc b/repos/base-hw/src/core/kernel/cpu_scheduler.cc index d918bb0f6..ad34fdbd9 100644 --- a/repos/base-hw/src/core/kernel/cpu_scheduler.cc +++ b/repos/base-hw/src/core/kernel/cpu_scheduler.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-hw/src/core/kernel/double_list.cc b/repos/base-hw/src/core/kernel/double_list.cc index 9bd181bb6..6b3af8cf9 100644 --- a/repos/base-hw/src/core/kernel/double_list.cc +++ b/repos/base-hw/src/core/kernel/double_list.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-hw/src/core/kernel/init.cc b/repos/base-hw/src/core/kernel/init.cc index c829fe68f..f51f29f0f 100644 --- a/repos/base-hw/src/core/kernel/init.cc +++ b/repos/base-hw/src/core/kernel/init.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-hw/src/core/kernel/ipc_node.cc b/repos/base-hw/src/core/kernel/ipc_node.cc index 65c29d530..51b21b9ea 100644 --- a/repos/base-hw/src/core/kernel/ipc_node.cc +++ b/repos/base-hw/src/core/kernel/ipc_node.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-hw/src/core/kernel/irq.cc b/repos/base-hw/src/core/kernel/irq.cc index 88e50d8d8..5e1a40538 100644 --- a/repos/base-hw/src/core/kernel/irq.cc +++ b/repos/base-hw/src/core/kernel/irq.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-hw/src/core/kernel/kernel.cc b/repos/base-hw/src/core/kernel/kernel.cc index 76d1c3cc3..72fccc0b9 100644 --- a/repos/base-hw/src/core/kernel/kernel.cc +++ b/repos/base-hw/src/core/kernel/kernel.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2011-2015 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-hw/src/core/kernel/pd.cc b/repos/base-hw/src/core/kernel/pd.cc index 4a91f23f1..b0edbef2c 100644 --- a/repos/base-hw/src/core/kernel/pd.cc +++ b/repos/base-hw/src/core/kernel/pd.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-hw/src/core/kernel/signal_receiver.cc b/repos/base-hw/src/core/kernel/signal_receiver.cc index 906e56a6c..3ceac4633 100644 --- a/repos/base-hw/src/core/kernel/signal_receiver.cc +++ b/repos/base-hw/src/core/kernel/signal_receiver.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-hw/src/core/kernel/thread.cc b/repos/base-hw/src/core/kernel/thread.cc index 91c287522..f5f0571a1 100644 --- a/repos/base-hw/src/core/kernel/thread.cc +++ b/repos/base-hw/src/core/kernel/thread.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-hw/src/core/kernel/vm_thread_off.cc b/repos/base-hw/src/core/kernel/vm_thread_off.cc index e22d83836..b3c136d17 100644 --- a/repos/base-hw/src/core/kernel/vm_thread_off.cc +++ b/repos/base-hw/src/core/kernel/vm_thread_off.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-hw/src/core/kernel/vm_thread_on.cc b/repos/base-hw/src/core/kernel/vm_thread_on.cc index abe77c496..69947e1e7 100644 --- a/repos/base-hw/src/core/kernel/vm_thread_on.cc +++ b/repos/base-hw/src/core/kernel/vm_thread_on.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-hw/src/core/kernel_log.cc b/repos/base-hw/src/core/kernel_log.cc index 1b03f29db..2df756b87 100644 --- a/repos/base-hw/src/core/kernel_log.cc +++ b/repos/base-hw/src/core/kernel_log.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* base-internal includes */ diff --git a/repos/base-hw/src/core/pager.cc b/repos/base-hw/src/core/pager.cc index db25a4ea8..4a4161f40 100644 --- a/repos/base-hw/src/core/pager.cc +++ b/repos/base-hw/src/core/pager.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-hw/src/core/pd_upgrade_ram_quota.cc b/repos/base-hw/src/core/pd_upgrade_ram_quota.cc index 84962cb8f..9b49d3f8c 100644 --- a/repos/base-hw/src/core/pd_upgrade_ram_quota.cc +++ b/repos/base-hw/src/core/pd_upgrade_ram_quota.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core-local includes */ diff --git a/repos/base-hw/src/core/platform.cc b/repos/base-hw/src/core/platform.cc index 5649a2aa7..f49847146 100644 --- a/repos/base-hw/src/core/platform.cc +++ b/repos/base-hw/src/core/platform.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-hw/src/core/platform_pd.cc b/repos/base-hw/src/core/platform_pd.cc index 53aaffa0a..813cb5058 100644 --- a/repos/base-hw/src/core/platform_pd.cc +++ b/repos/base-hw/src/core/platform_pd.cc @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2012-2015 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-hw/src/core/platform_thread.cc b/repos/base-hw/src/core/platform_thread.cc index 67a20c82e..40e1ac53a 100644 --- a/repos/base-hw/src/core/platform_thread.cc +++ b/repos/base-hw/src/core/platform_thread.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-hw/src/core/ram_session_support.cc b/repos/base-hw/src/core/ram_session_support.cc index 625af91a6..c15d2614f 100644 --- a/repos/base-hw/src/core/ram_session_support.cc +++ b/repos/base-hw/src/core/ram_session_support.cc @@ -9,10 +9,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-hw/src/core/region_map_support.cc b/repos/base-hw/src/core/region_map_support.cc index 716437c69..5070c58ad 100644 --- a/repos/base-hw/src/core/region_map_support.cc +++ b/repos/base-hw/src/core/region_map_support.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-hw/src/core/spec/arm/crt0.s b/repos/base-hw/src/core/spec/arm/crt0.s index 97982228c..25c895de9 100644 --- a/repos/base-hw/src/core/spec/arm/crt0.s +++ b/repos/base-hw/src/core/spec/arm/crt0.s @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ diff --git a/repos/base-hw/src/core/spec/arm/kernel/cpu.cc b/repos/base-hw/src/core/spec/arm/kernel/cpu.cc index 1dd66c4fd..217bad0ac 100644 --- a/repos/base-hw/src/core/spec/arm/kernel/cpu.cc +++ b/repos/base-hw/src/core/spec/arm/kernel/cpu.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2014-2016 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-hw/src/core/spec/arm/kernel/cpu_context.cc b/repos/base-hw/src/core/spec/arm/kernel/cpu_context.cc index 97883585c..18620795d 100644 --- a/repos/base-hw/src/core/spec/arm/kernel/cpu_context.cc +++ b/repos/base-hw/src/core/spec/arm/kernel/cpu_context.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-hw/src/core/spec/arm/kernel/cpu_idle.cc b/repos/base-hw/src/core/spec/arm/kernel/cpu_idle.cc index b41ec50fe..b93ae7a15 100644 --- a/repos/base-hw/src/core/spec/arm/kernel/cpu_idle.cc +++ b/repos/base-hw/src/core/spec/arm/kernel/cpu_idle.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-hw/src/core/spec/arm/kernel/crt0.s b/repos/base-hw/src/core/spec/arm/kernel/crt0.s index bde39b213..9cfe2b867 100644 --- a/repos/base-hw/src/core/spec/arm/kernel/crt0.s +++ b/repos/base-hw/src/core/spec/arm/kernel/crt0.s @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /************ diff --git a/repos/base-hw/src/core/spec/arm/kernel/pd.cc b/repos/base-hw/src/core/spec/arm/kernel/pd.cc index c392f560f..881062b23 100644 --- a/repos/base-hw/src/core/spec/arm/kernel/pd.cc +++ b/repos/base-hw/src/core/spec/arm/kernel/pd.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-hw/src/core/spec/arm/kernel/thread.cc b/repos/base-hw/src/core/spec/arm/kernel/thread.cc index 0cd9cffda..2c05399c3 100644 --- a/repos/base-hw/src/core/spec/arm/kernel/thread.cc +++ b/repos/base-hw/src/core/spec/arm/kernel/thread.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2013-2016 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-hw/src/core/spec/arm/kernel/thread_update_pd.cc b/repos/base-hw/src/core/spec/arm/kernel/thread_update_pd.cc index c3972bc08..df369b0f9 100644 --- a/repos/base-hw/src/core/spec/arm/kernel/thread_update_pd.cc +++ b/repos/base-hw/src/core/spec/arm/kernel/thread_update_pd.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ #include diff --git a/repos/base-hw/src/core/spec/arm/platform_support.cc b/repos/base-hw/src/core/spec/arm/platform_support.cc index a33dd7eba..8c83fe457 100644 --- a/repos/base-hw/src/core/spec/arm/platform_support.cc +++ b/repos/base-hw/src/core/spec/arm/platform_support.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-hw/src/core/spec/arm/smp/kernel/cpu.cc b/repos/base-hw/src/core/spec/arm/smp/kernel/cpu.cc index 32a52521a..f91e2635d 100644 --- a/repos/base-hw/src/core/spec/arm/smp/kernel/cpu.cc +++ b/repos/base-hw/src/core/spec/arm/smp/kernel/cpu.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-hw/src/core/spec/arm/smp/kernel/thread_update_pd.cc b/repos/base-hw/src/core/spec/arm/smp/kernel/thread_update_pd.cc index 0c4aa6c81..da42e4e7d 100644 --- a/repos/base-hw/src/core/spec/arm/smp/kernel/thread_update_pd.cc +++ b/repos/base-hw/src/core/spec/arm/smp/kernel/thread_update_pd.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-hw/src/core/spec/arm_gic/pic.cc b/repos/base-hw/src/core/spec/arm_gic/pic.cc index 22011fe04..b07075863 100644 --- a/repos/base-hw/src/core/spec/arm_gic/pic.cc +++ b/repos/base-hw/src/core/spec/arm_gic/pic.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-hw/src/core/spec/arm_v6/cpu.cc b/repos/base-hw/src/core/spec/arm_v6/cpu.cc index d0e76e158..27f7a906a 100644 --- a/repos/base-hw/src/core/spec/arm_v6/cpu.cc +++ b/repos/base-hw/src/core/spec/arm_v6/cpu.cc @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2012-2016 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base-hw/src/core/spec/arm_v6/mode_transition.s b/repos/base-hw/src/core/spec/arm_v6/mode_transition.s index c89e115c5..c47df8c9f 100644 --- a/repos/base-hw/src/core/spec/arm_v6/mode_transition.s +++ b/repos/base-hw/src/core/spec/arm_v6/mode_transition.s @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-hw/src/core/spec/arm_v6/perf_counter.cc b/repos/base-hw/src/core/spec/arm_v6/perf_counter.cc index 308f1f563..e8b0afe43 100644 --- a/repos/base-hw/src/core/spec/arm_v6/perf_counter.cc +++ b/repos/base-hw/src/core/spec/arm_v6/perf_counter.cc @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-hw/src/core/spec/arm_v7/cpu.cc b/repos/base-hw/src/core/spec/arm_v7/cpu.cc index ed4eaa135..564103b23 100644 --- a/repos/base-hw/src/core/spec/arm_v7/cpu.cc +++ b/repos/base-hw/src/core/spec/arm_v7/cpu.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2011-2016 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base-hw/src/core/spec/arm_v7/mode_transition.s b/repos/base-hw/src/core/spec/arm_v7/mode_transition.s index 0b1771a5d..b2c3014f6 100644 --- a/repos/base-hw/src/core/spec/arm_v7/mode_transition.s +++ b/repos/base-hw/src/core/spec/arm_v7/mode_transition.s @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-hw/src/core/spec/arm_v7/perf_counter.cc b/repos/base-hw/src/core/spec/arm_v7/perf_counter.cc index daed56c68..14c64eb95 100644 --- a/repos/base-hw/src/core/spec/arm_v7/perf_counter.cc +++ b/repos/base-hw/src/core/spec/arm_v7/perf_counter.cc @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-hw/src/core/spec/arm_v7/trustzone/kernel/vm.cc b/repos/base-hw/src/core/spec/arm_v7/trustzone/kernel/vm.cc index fa05fb9fb..122add341 100644 --- a/repos/base-hw/src/core/spec/arm_v7/trustzone/kernel/vm.cc +++ b/repos/base-hw/src/core/spec/arm_v7/trustzone/kernel/vm.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-hw/src/core/spec/arm_v7/trustzone/mode_transition.s b/repos/base-hw/src/core/spec/arm_v7/trustzone/mode_transition.s index 103560322..0a9f2e6d4 100644 --- a/repos/base-hw/src/core/spec/arm_v7/trustzone/mode_transition.s +++ b/repos/base-hw/src/core/spec/arm_v7/trustzone/mode_transition.s @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-hw/src/core/spec/arm_v7/trustzone/vm_session_component.cc b/repos/base-hw/src/core/spec/arm_v7/trustzone/vm_session_component.cc index 5050ebefc..a0bd6f7c0 100644 --- a/repos/base-hw/src/core/spec/arm_v7/trustzone/vm_session_component.cc +++ b/repos/base-hw/src/core/spec/arm_v7/trustzone/vm_session_component.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base-hw/src/core/spec/arm_v7/virtualization/kernel/cpu_context.cc b/repos/base-hw/src/core/spec/arm_v7/virtualization/kernel/cpu_context.cc index dccab33a8..058684564 100644 --- a/repos/base-hw/src/core/spec/arm_v7/virtualization/kernel/cpu_context.cc +++ b/repos/base-hw/src/core/spec/arm_v7/virtualization/kernel/cpu_context.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-hw/src/core/spec/arm_v7/virtualization/kernel/vm.cc b/repos/base-hw/src/core/spec/arm_v7/virtualization/kernel/vm.cc index 91d1938c5..0eb758c17 100644 --- a/repos/base-hw/src/core/spec/arm_v7/virtualization/kernel/vm.cc +++ b/repos/base-hw/src/core/spec/arm_v7/virtualization/kernel/vm.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base-hw/src/core/spec/arm_v7/virtualization/mode_transition.s b/repos/base-hw/src/core/spec/arm_v7/virtualization/mode_transition.s index 50dd59153..99ed3824a 100644 --- a/repos/base-hw/src/core/spec/arm_v7/virtualization/mode_transition.s +++ b/repos/base-hw/src/core/spec/arm_v7/virtualization/mode_transition.s @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-hw/src/core/spec/arm_v7/virtualization/vm_session_component.cc b/repos/base-hw/src/core/spec/arm_v7/virtualization/vm_session_component.cc index dee50c4e3..b85f17f53 100644 --- a/repos/base-hw/src/core/spec/arm_v7/virtualization/vm_session_component.cc +++ b/repos/base-hw/src/core/spec/arm_v7/virtualization/vm_session_component.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-hw/src/core/spec/arm_v7/vm_session_component.cc b/repos/base-hw/src/core/spec/arm_v7/vm_session_component.cc index ee12f84f5..0356a2e14 100644 --- a/repos/base-hw/src/core/spec/arm_v7/vm_session_component.cc +++ b/repos/base-hw/src/core/spec/arm_v7/vm_session_component.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base-hw/src/core/spec/arndale/pic.cc b/repos/base-hw/src/core/spec/arndale/pic.cc index a05973c74..bd969dba8 100644 --- a/repos/base-hw/src/core/spec/arndale/pic.cc +++ b/repos/base-hw/src/core/spec/arndale/pic.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-hw/src/core/spec/arndale/platform_services.cc b/repos/base-hw/src/core/spec/arndale/platform_services.cc index a9ab70df4..b88722ee1 100644 --- a/repos/base-hw/src/core/spec/arndale/platform_services.cc +++ b/repos/base-hw/src/core/spec/arndale/platform_services.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-hw/src/core/spec/cortex_a15/kernel/cpu.cc b/repos/base-hw/src/core/spec/cortex_a15/kernel/cpu.cc index 594a5385b..3c38363b7 100644 --- a/repos/base-hw/src/core/spec/cortex_a15/kernel/cpu.cc +++ b/repos/base-hw/src/core/spec/cortex_a15/kernel/cpu.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-hw/src/core/spec/cortex_a8/cpu.cc b/repos/base-hw/src/core/spec/cortex_a8/cpu.cc index 0cc6954f8..ac034b2b5 100644 --- a/repos/base-hw/src/core/spec/cortex_a8/cpu.cc +++ b/repos/base-hw/src/core/spec/cortex_a8/cpu.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base-hw/src/core/spec/cortex_a9/board.cc b/repos/base-hw/src/core/spec/cortex_a9/board.cc index cca9e6f4a..9f5eb9315 100644 --- a/repos/base-hw/src/core/spec/cortex_a9/board.cc +++ b/repos/base-hw/src/core/spec/cortex_a9/board.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base-hw/src/core/spec/cortex_a9/fpu.cc b/repos/base-hw/src/core/spec/cortex_a9/fpu.cc index b49da8c11..efe4eb55e 100644 --- a/repos/base-hw/src/core/spec/cortex_a9/fpu.cc +++ b/repos/base-hw/src/core/spec/cortex_a9/fpu.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base-hw/src/core/spec/cortex_a9/kernel/cpu.cc b/repos/base-hw/src/core/spec/cortex_a9/kernel/cpu.cc index efdc0a604..c8e181606 100644 --- a/repos/base-hw/src/core/spec/cortex_a9/kernel/cpu.cc +++ b/repos/base-hw/src/core/spec/cortex_a9/kernel/cpu.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-hw/src/core/spec/cortex_a9/timer.cc b/repos/base-hw/src/core/spec/cortex_a9/timer.cc index ee77d4a4c..1f9927a83 100644 --- a/repos/base-hw/src/core/spec/cortex_a9/timer.cc +++ b/repos/base-hw/src/core/spec/cortex_a9/timer.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base-hw/src/core/spec/exynos5/cpu.cc b/repos/base-hw/src/core/spec/exynos5/cpu.cc index 95a63cf44..46629a2fb 100644 --- a/repos/base-hw/src/core/spec/exynos5/cpu.cc +++ b/repos/base-hw/src/core/spec/exynos5/cpu.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2011-2012 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-hw/src/core/spec/imx53/pic.cc b/repos/base-hw/src/core/spec/imx53/pic.cc index 91b100056..694d5e628 100644 --- a/repos/base-hw/src/core/spec/imx53/pic.cc +++ b/repos/base-hw/src/core/spec/imx53/pic.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-hw/src/core/spec/imx53/platform_support.cc b/repos/base-hw/src/core/spec/imx53/platform_support.cc index 504291dc7..9c13cfc47 100644 --- a/repos/base-hw/src/core/spec/imx53/platform_support.cc +++ b/repos/base-hw/src/core/spec/imx53/platform_support.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-hw/src/core/spec/imx53/trustzone/pic.cc b/repos/base-hw/src/core/spec/imx53/trustzone/pic.cc index 420461acf..5629fd526 100644 --- a/repos/base-hw/src/core/spec/imx53/trustzone/pic.cc +++ b/repos/base-hw/src/core/spec/imx53/trustzone/pic.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-hw/src/core/spec/imx53/trustzone/platform_services.cc b/repos/base-hw/src/core/spec/imx53/trustzone/platform_services.cc index ccb9ce07b..ca4f00c69 100644 --- a/repos/base-hw/src/core/spec/imx53/trustzone/platform_services.cc +++ b/repos/base-hw/src/core/spec/imx53/trustzone/platform_services.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-hw/src/core/spec/imx53/trustzone/platform_support.cc b/repos/base-hw/src/core/spec/imx53/trustzone/platform_support.cc index fcea6b38d..e75365eec 100644 --- a/repos/base-hw/src/core/spec/imx53/trustzone/platform_support.cc +++ b/repos/base-hw/src/core/spec/imx53/trustzone/platform_support.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base-hw/src/core/spec/imx6/platform_support.cc b/repos/base-hw/src/core/spec/imx6/platform_support.cc index ff15b1698..e84cc5d50 100644 --- a/repos/base-hw/src/core/spec/imx6/platform_support.cc +++ b/repos/base-hw/src/core/spec/imx6/platform_support.cc @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2014-2016 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-hw/src/core/spec/panda/platform_support.cc b/repos/base-hw/src/core/spec/panda/platform_support.cc index 5005b8704..ab77599bc 100644 --- a/repos/base-hw/src/core/spec/panda/platform_support.cc +++ b/repos/base-hw/src/core/spec/panda/platform_support.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-hw/src/core/spec/pbxa9/board.cc b/repos/base-hw/src/core/spec/pbxa9/board.cc index db940a187..a173c7ba7 100644 --- a/repos/base-hw/src/core/spec/pbxa9/board.cc +++ b/repos/base-hw/src/core/spec/pbxa9/board.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base-hw/src/core/spec/pbxa9/platform_support.cc b/repos/base-hw/src/core/spec/pbxa9/platform_support.cc index c95ac2d74..160c7fcb5 100644 --- a/repos/base-hw/src/core/spec/pbxa9/platform_support.cc +++ b/repos/base-hw/src/core/spec/pbxa9/platform_support.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-hw/src/core/spec/riscv/cpu.cc b/repos/base-hw/src/core/spec/riscv/cpu.cc index 5540a30e4..c7366c913 100644 --- a/repos/base-hw/src/core/spec/riscv/cpu.cc +++ b/repos/base-hw/src/core/spec/riscv/cpu.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-hw/src/core/spec/riscv/crt0.s b/repos/base-hw/src/core/spec/riscv/crt0.s index 1887099e1..2b3ec30ae 100644 --- a/repos/base-hw/src/core/spec/riscv/crt0.s +++ b/repos/base-hw/src/core/spec/riscv/crt0.s @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ .section ".text" diff --git a/repos/base-hw/src/core/spec/riscv/kernel/cpu.cc b/repos/base-hw/src/core/spec/riscv/kernel/cpu.cc index 911304a8f..1b2d4f521 100644 --- a/repos/base-hw/src/core/spec/riscv/kernel/cpu.cc +++ b/repos/base-hw/src/core/spec/riscv/kernel/cpu.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-hw/src/core/spec/riscv/kernel/cpu_context.cc b/repos/base-hw/src/core/spec/riscv/kernel/cpu_context.cc index 5696c10ba..61038edb5 100644 --- a/repos/base-hw/src/core/spec/riscv/kernel/cpu_context.cc +++ b/repos/base-hw/src/core/spec/riscv/kernel/cpu_context.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Core includes */ diff --git a/repos/base-hw/src/core/spec/riscv/kernel/crt0.s b/repos/base-hw/src/core/spec/riscv/kernel/crt0.s index 8558b9e3f..aa6142cca 100644 --- a/repos/base-hw/src/core/spec/riscv/kernel/crt0.s +++ b/repos/base-hw/src/core/spec/riscv/kernel/crt0.s @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ .section ".text.crt0" diff --git a/repos/base-hw/src/core/spec/riscv/kernel/pd.cc b/repos/base-hw/src/core/spec/riscv/kernel/pd.cc index 0d78892f2..3c8f7d978 100644 --- a/repos/base-hw/src/core/spec/riscv/kernel/pd.cc +++ b/repos/base-hw/src/core/spec/riscv/kernel/pd.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-hw/src/core/spec/riscv/kernel/thread.cc b/repos/base-hw/src/core/spec/riscv/kernel/thread.cc index e790670da..8a65228d8 100644 --- a/repos/base-hw/src/core/spec/riscv/kernel/thread.cc +++ b/repos/base-hw/src/core/spec/riscv/kernel/thread.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-hw/src/core/spec/riscv/kernel/thread_base.cc b/repos/base-hw/src/core/spec/riscv/kernel/thread_base.cc index 8527632ac..c7da3972a 100644 --- a/repos/base-hw/src/core/spec/riscv/kernel/thread_base.cc +++ b/repos/base-hw/src/core/spec/riscv/kernel/thread_base.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-hw/src/core/spec/riscv/mode_transition.s b/repos/base-hw/src/core/spec/riscv/mode_transition.s index b5812d16f..a3a25f0cc 100644 --- a/repos/base-hw/src/core/spec/riscv/mode_transition.s +++ b/repos/base-hw/src/core/spec/riscv/mode_transition.s @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ .set USER_MODE, 0 diff --git a/repos/base-hw/src/core/spec/riscv/platform_support.cc b/repos/base-hw/src/core/spec/riscv/platform_support.cc index 1b5b4c64f..cb7c02b71 100644 --- a/repos/base-hw/src/core/spec/riscv/platform_support.cc +++ b/repos/base-hw/src/core/spec/riscv/platform_support.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-hw/src/core/spec/rpi/pic.cc b/repos/base-hw/src/core/spec/rpi/pic.cc index a50487454..f8851567f 100644 --- a/repos/base-hw/src/core/spec/rpi/pic.cc +++ b/repos/base-hw/src/core/spec/rpi/pic.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base-hw/src/core/spec/rpi/platform_support.cc b/repos/base-hw/src/core/spec/rpi/platform_support.cc index bb3dbbf40..8e4b62a4c 100644 --- a/repos/base-hw/src/core/spec/rpi/platform_support.cc +++ b/repos/base-hw/src/core/spec/rpi/platform_support.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-hw/src/core/spec/rpi/timer.cc b/repos/base-hw/src/core/spec/rpi/timer.cc index 94635517d..bbdbf4d52 100644 --- a/repos/base-hw/src/core/spec/rpi/timer.cc +++ b/repos/base-hw/src/core/spec/rpi/timer.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base-hw/src/core/spec/smp/kernel/cpu.cc b/repos/base-hw/src/core/spec/smp/kernel/cpu.cc index edd40dbf5..2591d9fa9 100644 --- a/repos/base-hw/src/core/spec/smp/kernel/cpu.cc +++ b/repos/base-hw/src/core/spec/smp/kernel/cpu.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-hw/src/core/spec/smp/kernel/kernel.cc b/repos/base-hw/src/core/spec/smp/kernel/kernel.cc index f35a8dffb..dd6e7be81 100644 --- a/repos/base-hw/src/core/spec/smp/kernel/kernel.cc +++ b/repos/base-hw/src/core/spec/smp/kernel/kernel.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2011-2016 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-hw/src/core/spec/x86_64/bios_data_area.cc b/repos/base-hw/src/core/spec/x86_64/bios_data_area.cc index a883c55b4..7f35bc5c4 100644 --- a/repos/base-hw/src/core/spec/x86_64/bios_data_area.cc +++ b/repos/base-hw/src/core/spec/x86_64/bios_data_area.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-hw/src/core/spec/x86_64/cpu.cc b/repos/base-hw/src/core/spec/x86_64/cpu.cc index e6d839954..ce9522c61 100644 --- a/repos/base-hw/src/core/spec/x86_64/cpu.cc +++ b/repos/base-hw/src/core/spec/x86_64/cpu.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-hw/src/core/spec/x86_64/crt0.s b/repos/base-hw/src/core/spec/x86_64/crt0.s index 38a592e9a..269d7c977 100644 --- a/repos/base-hw/src/core/spec/x86_64/crt0.s +++ b/repos/base-hw/src/core/spec/x86_64/crt0.s @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /************************** diff --git a/repos/base-hw/src/core/spec/x86_64/fpu.cc b/repos/base-hw/src/core/spec/x86_64/fpu.cc index 5a4f22e06..bd2ee20d8 100644 --- a/repos/base-hw/src/core/spec/x86_64/fpu.cc +++ b/repos/base-hw/src/core/spec/x86_64/fpu.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-hw/src/core/spec/x86_64/kernel/cpu.cc b/repos/base-hw/src/core/spec/x86_64/kernel/cpu.cc index c91907994..d451f341f 100644 --- a/repos/base-hw/src/core/spec/x86_64/kernel/cpu.cc +++ b/repos/base-hw/src/core/spec/x86_64/kernel/cpu.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-hw/src/core/spec/x86_64/kernel/cpu_context.cc b/repos/base-hw/src/core/spec/x86_64/kernel/cpu_context.cc index ae3fafe56..0150a074f 100644 --- a/repos/base-hw/src/core/spec/x86_64/kernel/cpu_context.cc +++ b/repos/base-hw/src/core/spec/x86_64/kernel/cpu_context.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-hw/src/core/spec/x86_64/kernel/cpu_exception.cc b/repos/base-hw/src/core/spec/x86_64/kernel/cpu_exception.cc index acc53f1cd..d75dd8995 100644 --- a/repos/base-hw/src/core/spec/x86_64/kernel/cpu_exception.cc +++ b/repos/base-hw/src/core/spec/x86_64/kernel/cpu_exception.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base-hw/src/core/spec/x86_64/kernel/crt0.s b/repos/base-hw/src/core/spec/x86_64/kernel/crt0.s index 8bad86387..94de49d2c 100644 --- a/repos/base-hw/src/core/spec/x86_64/kernel/crt0.s +++ b/repos/base-hw/src/core/spec/x86_64/kernel/crt0.s @@ -8,10 +8,10 @@ */ /* - * Copyright (C) 2011-2015 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ .include "macros.s" diff --git a/repos/base-hw/src/core/spec/x86_64/kernel/pd.cc b/repos/base-hw/src/core/spec/x86_64/kernel/pd.cc index 3b97825b3..7c7c42542 100644 --- a/repos/base-hw/src/core/spec/x86_64/kernel/pd.cc +++ b/repos/base-hw/src/core/spec/x86_64/kernel/pd.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-hw/src/core/spec/x86_64/kernel/thread.cc b/repos/base-hw/src/core/spec/x86_64/kernel/thread.cc index b71886833..36639c84e 100644 --- a/repos/base-hw/src/core/spec/x86_64/kernel/thread.cc +++ b/repos/base-hw/src/core/spec/x86_64/kernel/thread.cc @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2013-2015 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-hw/src/core/spec/x86_64/kernel/thread_exception.cc b/repos/base-hw/src/core/spec/x86_64/kernel/thread_exception.cc index 53d4e68ba..d5e692cdd 100644 --- a/repos/base-hw/src/core/spec/x86_64/kernel/thread_exception.cc +++ b/repos/base-hw/src/core/spec/x86_64/kernel/thread_exception.cc @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-hw/src/core/spec/x86_64/mode_transition.s b/repos/base-hw/src/core/spec/x86_64/mode_transition.s index dc5c4b3f3..f3857c6d4 100644 --- a/repos/base-hw/src/core/spec/x86_64/mode_transition.s +++ b/repos/base-hw/src/core/spec/x86_64/mode_transition.s @@ -8,10 +8,10 @@ */ /* - * Copyright (C) 2011-2015 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ .include "macros.s" diff --git a/repos/base-hw/src/core/spec/x86_64/muen/kernel/cpu_exception.cc b/repos/base-hw/src/core/spec/x86_64/muen/kernel/cpu_exception.cc index 604b11022..4122264a7 100644 --- a/repos/base-hw/src/core/spec/x86_64/muen/kernel/cpu_exception.cc +++ b/repos/base-hw/src/core/spec/x86_64/muen/kernel/cpu_exception.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base-hw/src/core/spec/x86_64/muen/kernel/thread_exception.cc b/repos/base-hw/src/core/spec/x86_64/muen/kernel/thread_exception.cc index f59d5fb83..30ff4e14e 100644 --- a/repos/base-hw/src/core/spec/x86_64/muen/kernel/thread_exception.cc +++ b/repos/base-hw/src/core/spec/x86_64/muen/kernel/thread_exception.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-hw/src/core/spec/x86_64/muen/kernel/vm.cc b/repos/base-hw/src/core/spec/x86_64/muen/kernel/vm.cc index 24beaba9d..251745365 100644 --- a/repos/base-hw/src/core/spec/x86_64/muen/kernel/vm.cc +++ b/repos/base-hw/src/core/spec/x86_64/muen/kernel/vm.cc @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base-hw/src/core/spec/x86_64/muen/platform_services.cc b/repos/base-hw/src/core/spec/x86_64/muen/platform_services.cc index 3b436ba93..fce2a96a5 100644 --- a/repos/base-hw/src/core/spec/x86_64/muen/platform_services.cc +++ b/repos/base-hw/src/core/spec/x86_64/muen/platform_services.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-hw/src/core/spec/x86_64/muen/platform_support.cc b/repos/base-hw/src/core/spec/x86_64/muen/platform_support.cc index 6fff07d3e..cb7bd1363 100644 --- a/repos/base-hw/src/core/spec/x86_64/muen/platform_support.cc +++ b/repos/base-hw/src/core/spec/x86_64/muen/platform_support.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-hw/src/core/spec/x86_64/pic.cc b/repos/base-hw/src/core/spec/x86_64/pic.cc index bf69f912d..8e096ea26 100644 --- a/repos/base-hw/src/core/spec/x86_64/pic.cc +++ b/repos/base-hw/src/core/spec/x86_64/pic.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-hw/src/core/spec/x86_64/platform_support.cc b/repos/base-hw/src/core/spec/x86_64/platform_support.cc index 3d7bf7c2d..465989c35 100644 --- a/repos/base-hw/src/core/spec/x86_64/platform_support.cc +++ b/repos/base-hw/src/core/spec/x86_64/platform_support.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-hw/src/core/spec/x86_64/platform_support_common.cc b/repos/base-hw/src/core/spec/x86_64/platform_support_common.cc index 117220d26..c4128ba27 100644 --- a/repos/base-hw/src/core/spec/x86_64/platform_support_common.cc +++ b/repos/base-hw/src/core/spec/x86_64/platform_support_common.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2013-2015 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-hw/src/core/spec/x86_64/timer.cc b/repos/base-hw/src/core/spec/x86_64/timer.cc index c07e4dfa8..74ae1eeed 100644 --- a/repos/base-hw/src/core/spec/x86_64/timer.cc +++ b/repos/base-hw/src/core/spec/x86_64/timer.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-hw/src/core/spec/zynq/platform_support.cc b/repos/base-hw/src/core/spec/zynq/platform_support.cc index e54b30c8b..55bc21244 100644 --- a/repos/base-hw/src/core/spec/zynq/platform_support.cc +++ b/repos/base-hw/src/core/spec/zynq/platform_support.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2014-2016 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-hw/src/core/thread_start.cc b/repos/base-hw/src/core/thread_start.cc index 734b37136..16926918e 100644 --- a/repos/base-hw/src/core/thread_start.cc +++ b/repos/base-hw/src/core/thread_start.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-hw/src/include/base/internal/capability_space.h b/repos/base-hw/src/include/base/internal/capability_space.h index d981428bc..de5b73264 100644 --- a/repos/base-hw/src/include/base/internal/capability_space.h +++ b/repos/base-hw/src/include/base/internal/capability_space.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__CAPABILITY_SPACE_H_ diff --git a/repos/base-hw/src/include/base/internal/lock_helper.h b/repos/base-hw/src/include/base/internal/lock_helper.h index b5db80285..8cbe36d38 100644 --- a/repos/base-hw/src/include/base/internal/lock_helper.h +++ b/repos/base-hw/src/include/base/internal/lock_helper.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__LOCK_HELPER_H_ diff --git a/repos/base-hw/src/include/base/internal/native_env.h b/repos/base-hw/src/include/base/internal/native_env.h index 40d307949..ed7397dc0 100644 --- a/repos/base-hw/src/include/base/internal/native_env.h +++ b/repos/base-hw/src/include/base/internal/native_env.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__NATIVE_ENV_H_ diff --git a/repos/base-hw/src/include/base/internal/native_thread.h b/repos/base-hw/src/include/base/internal/native_thread.h index 600b4a16e..8b2df7ae9 100644 --- a/repos/base-hw/src/include/base/internal/native_thread.h +++ b/repos/base-hw/src/include/base/internal/native_thread.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__NATIVE_THREAD_H_ diff --git a/repos/base-hw/src/include/base/internal/native_utcb.h b/repos/base-hw/src/include/base/internal/native_utcb.h index 73ff38aba..d92f70613 100644 --- a/repos/base-hw/src/include/base/internal/native_utcb.h +++ b/repos/base-hw/src/include/base/internal/native_utcb.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__NATIVE_UTCB_H_ diff --git a/repos/base-hw/src/include/base/internal/parent_cap.h b/repos/base-hw/src/include/base/internal/parent_cap.h index 2a4bd881e..f0efdb2c8 100644 --- a/repos/base-hw/src/include/base/internal/parent_cap.h +++ b/repos/base-hw/src/include/base/internal/parent_cap.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__PARENT_CAP_H_ diff --git a/repos/base-hw/src/include/base/internal/raw_write_string.h b/repos/base-hw/src/include/base/internal/raw_write_string.h index 2fddf8abe..d056b2004 100644 --- a/repos/base-hw/src/include/base/internal/raw_write_string.h +++ b/repos/base-hw/src/include/base/internal/raw_write_string.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__RAW_WRITE_STRING_H_ diff --git a/repos/base-hw/src/include/base/internal/stack_area.h b/repos/base-hw/src/include/base/internal/stack_area.h index 13e792902..b59eca766 100644 --- a/repos/base-hw/src/include/base/internal/stack_area.h +++ b/repos/base-hw/src/include/base/internal/stack_area.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__STACK_AREA_H_ diff --git a/repos/base-hw/src/lib/base/arm/kernel/interface.cc b/repos/base-hw/src/lib/base/arm/kernel/interface.cc index c05ffcca8..03bc2ad0e 100644 --- a/repos/base-hw/src/lib/base/arm/kernel/interface.cc +++ b/repos/base-hw/src/lib/base/arm/kernel/interface.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-hw/src/lib/base/cache.cc b/repos/base-hw/src/lib/base/cache.cc index a3fa969ea..ffe8a65c9 100644 --- a/repos/base-hw/src/lib/base/cache.cc +++ b/repos/base-hw/src/lib/base/cache.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base-hw/src/lib/base/capability.cc b/repos/base-hw/src/lib/base/capability.cc index ba9e16980..f74dc8be3 100644 --- a/repos/base-hw/src/lib/base/capability.cc +++ b/repos/base-hw/src/lib/base/capability.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-hw/src/lib/base/env.cc b/repos/base-hw/src/lib/base/env.cc index c293471c5..ca352a4bd 100644 --- a/repos/base-hw/src/lib/base/env.cc +++ b/repos/base-hw/src/lib/base/env.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-hw/src/lib/base/ipc.cc b/repos/base-hw/src/lib/base/ipc.cc index 8787f2542..3884faaa5 100644 --- a/repos/base-hw/src/lib/base/ipc.cc +++ b/repos/base-hw/src/lib/base/ipc.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-hw/src/lib/base/raw_write_string.cc b/repos/base-hw/src/lib/base/raw_write_string.cc index 726f7f6ab..a523b4cae 100644 --- a/repos/base-hw/src/lib/base/raw_write_string.cc +++ b/repos/base-hw/src/lib/base/raw_write_string.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base-hw/src/lib/base/riscv/kernel/interface.cc b/repos/base-hw/src/lib/base/riscv/kernel/interface.cc index 51e6eff9d..248a89b0c 100644 --- a/repos/base-hw/src/lib/base/riscv/kernel/interface.cc +++ b/repos/base-hw/src/lib/base/riscv/kernel/interface.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-hw/src/lib/base/signal.cc b/repos/base-hw/src/lib/base/signal.cc index e72bab88d..8a90eee22 100644 --- a/repos/base-hw/src/lib/base/signal.cc +++ b/repos/base-hw/src/lib/base/signal.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-hw/src/lib/base/thread_bootstrap.cc b/repos/base-hw/src/lib/base/thread_bootstrap.cc index a308e5118..955dbc0c7 100644 --- a/repos/base-hw/src/lib/base/thread_bootstrap.cc +++ b/repos/base-hw/src/lib/base/thread_bootstrap.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-hw/src/lib/base/thread_start.cc b/repos/base-hw/src/lib/base/thread_start.cc index 0ed733713..f2f4740ac 100644 --- a/repos/base-hw/src/lib/base/thread_start.cc +++ b/repos/base-hw/src/lib/base/thread_start.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-hw/src/lib/base/x86_64/kernel/interface.cc b/repos/base-hw/src/lib/base/x86_64/kernel/interface.cc index a2780f815..e33e5399c 100644 --- a/repos/base-hw/src/lib/base/x86_64/kernel/interface.cc +++ b/repos/base-hw/src/lib/base/x86_64/kernel/interface.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-hw/src/lib/muen/musinfo.h b/repos/base-hw/src/lib/muen/musinfo.h index 68ddf7cce..106207b53 100644 --- a/repos/base-hw/src/lib/muen/musinfo.h +++ b/repos/base-hw/src/lib/muen/musinfo.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _LIB__MUEN__MUSINFO_H_ diff --git a/repos/base-hw/src/lib/muen/sinfo.cc b/repos/base-hw/src/lib/muen/sinfo.cc index 61c7feefe..853c0dade 100644 --- a/repos/base-hw/src/lib/muen/sinfo.cc +++ b/repos/base-hw/src/lib/muen/sinfo.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base-hw/src/lib/startup/spec/riscv/crt0.s b/repos/base-hw/src/lib/startup/spec/riscv/crt0.s index fd601b85d..215e24aaf 100644 --- a/repos/base-hw/src/lib/startup/spec/riscv/crt0.s +++ b/repos/base-hw/src/lib/startup/spec/riscv/crt0.s @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ .section ".text" diff --git a/repos/base-hw/src/test/cpu_quota/include/sync_session/connection.h b/repos/base-hw/src/test/cpu_quota/include/sync_session/connection.h index da169fd47..c0013747c 100644 --- a/repos/base-hw/src/test/cpu_quota/include/sync_session/connection.h +++ b/repos/base-hw/src/test/cpu_quota/include/sync_session/connection.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _SYNC_SESSION__CONNECTION_H_ diff --git a/repos/base-hw/src/test/cpu_quota/include/sync_session/sync_session.h b/repos/base-hw/src/test/cpu_quota/include/sync_session/sync_session.h index 5500cfcb0..902b586da 100644 --- a/repos/base-hw/src/test/cpu_quota/include/sync_session/sync_session.h +++ b/repos/base-hw/src/test/cpu_quota/include/sync_session/sync_session.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _SYNC_SESSION__SYNC_SESSION_H_ diff --git a/repos/base-hw/src/test/cpu_quota/main.cc b/repos/base-hw/src/test/cpu_quota/main.cc index 4ba759612..0bc65e340 100644 --- a/repos/base-hw/src/test/cpu_quota/main.cc +++ b/repos/base-hw/src/test/cpu_quota/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-hw/src/test/cpu_quota/sync/main.cc b/repos/base-hw/src/test/cpu_quota/sync/main.cc index f8ef44e8d..eb41ee233 100644 --- a/repos/base-hw/src/test/cpu_quota/sync/main.cc +++ b/repos/base-hw/src/test/cpu_quota/sync/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-hw/src/test/cpu_scheduler/test.cc b/repos/base-hw/src/test/cpu_scheduler/test.cc index b613e2624..e33fa9d2e 100644 --- a/repos/base-hw/src/test/cpu_scheduler/test.cc +++ b/repos/base-hw/src/test/cpu_scheduler/test.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base-hw/src/test/double_list/test.cc b/repos/base-hw/src/test/double_list/test.cc index 840505dcc..b545508a3 100644 --- a/repos/base-hw/src/test/double_list/test.cc +++ b/repos/base-hw/src/test/double_list/test.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* base includes */ diff --git a/repos/base-linux/src/core/core_log.cc b/repos/base-linux/src/core/core_log.cc index 1f63552f4..0a8b1703e 100644 --- a/repos/base-linux/src/core/core_log.cc +++ b/repos/base-linux/src/core/core_log.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-linux/src/core/dataspace_component.cc b/repos/base-linux/src/core/dataspace_component.cc index c6e54ea22..c7bd07bc9 100644 --- a/repos/base-linux/src/core/dataspace_component.cc +++ b/repos/base-linux/src/core/dataspace_component.cc @@ -9,10 +9,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Linux includes */ diff --git a/repos/base-linux/src/core/include/core_env.h b/repos/base-linux/src/core/include/core_env.h index a30dd4f19..5b7d05481 100644 --- a/repos/base-linux/src/core/include/core_env.h +++ b/repos/base-linux/src/core/include/core_env.h @@ -9,10 +9,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__CORE_ENV_H_ diff --git a/repos/base-linux/src/core/include/core_linux_syscalls.h b/repos/base-linux/src/core/include/core_linux_syscalls.h index 129968b47..0620a8b0c 100644 --- a/repos/base-linux/src/core/include/core_linux_syscalls.h +++ b/repos/base-linux/src/core/include/core_linux_syscalls.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__CORE_LINUX_SYSCALLS_H_ diff --git a/repos/base-linux/src/core/include/dataspace_component.h b/repos/base-linux/src/core/include/dataspace_component.h index 1a6212018..903b0b883 100644 --- a/repos/base-linux/src/core/include/dataspace_component.h +++ b/repos/base-linux/src/core/include/dataspace_component.h @@ -10,10 +10,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__DATASPACE_COMPONENT_H_ diff --git a/repos/base-linux/src/core/include/io_mem_session_component.h b/repos/base-linux/src/core/include/io_mem_session_component.h index e86e1e842..0b30408fc 100644 --- a/repos/base-linux/src/core/include/io_mem_session_component.h +++ b/repos/base-linux/src/core/include/io_mem_session_component.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2007-2013 Genode Labs GmbH + * Copyright (C) 2007-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__IO_MEM_SESSION_COMPONENT_H_ diff --git a/repos/base-linux/src/core/include/irq_session_component.h b/repos/base-linux/src/core/include/irq_session_component.h index 9d6229d73..c6b05179f 100644 --- a/repos/base-linux/src/core/include/irq_session_component.h +++ b/repos/base-linux/src/core/include/irq_session_component.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2007-2013 Genode Labs GmbH + * Copyright (C) 2007-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__IRQ_SESSION_COMPONENT_H_ diff --git a/repos/base-linux/src/core/include/native_cpu_component.h b/repos/base-linux/src/core/include/native_cpu_component.h index 0174519ca..e425f9971 100644 --- a/repos/base-linux/src/core/include/native_cpu_component.h +++ b/repos/base-linux/src/core/include/native_cpu_component.h @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__NATIVE_CPU_COMPONENT_H_ diff --git a/repos/base-linux/src/core/include/native_pd_component.h b/repos/base-linux/src/core/include/native_pd_component.h index d182eac6b..be46c8bd9 100644 --- a/repos/base-linux/src/core/include/native_pd_component.h +++ b/repos/base-linux/src/core/include/native_pd_component.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__NATIVE_PD_COMPONENT_H_ diff --git a/repos/base-linux/src/core/include/pager.h b/repos/base-linux/src/core/include/pager.h index 36de7a3e4..9f0f30139 100644 --- a/repos/base-linux/src/core/include/pager.h +++ b/repos/base-linux/src/core/include/pager.h @@ -8,10 +8,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__PAGER_H_ diff --git a/repos/base-linux/src/core/include/platform.h b/repos/base-linux/src/core/include/platform.h index e3b925bf3..b5076e0e9 100644 --- a/repos/base-linux/src/core/include/platform.h +++ b/repos/base-linux/src/core/include/platform.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2007-2013 Genode Labs GmbH + * Copyright (C) 2007-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__PLATFORM_H_ diff --git a/repos/base-linux/src/core/include/platform_pd.h b/repos/base-linux/src/core/include/platform_pd.h index 7dcc2bc7b..af8266a69 100644 --- a/repos/base-linux/src/core/include/platform_pd.h +++ b/repos/base-linux/src/core/include/platform_pd.h @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__PLATFORM_PD_H_ diff --git a/repos/base-linux/src/core/include/platform_thread.h b/repos/base-linux/src/core/include/platform_thread.h index 7de061ee5..e5be74557 100644 --- a/repos/base-linux/src/core/include/platform_thread.h +++ b/repos/base-linux/src/core/include/platform_thread.h @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__PLATFORM_THREAD_H_ diff --git a/repos/base-linux/src/core/include/region_map_component.h b/repos/base-linux/src/core/include/region_map_component.h index 745642c60..049678b02 100644 --- a/repos/base-linux/src/core/include/region_map_component.h +++ b/repos/base-linux/src/core/include/region_map_component.h @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__REGION_MAP_COMPONENT_H_ diff --git a/repos/base-linux/src/core/include/resource_path.h b/repos/base-linux/src/core/include/resource_path.h index 0cd15683c..6e73aa77f 100644 --- a/repos/base-linux/src/core/include/resource_path.h +++ b/repos/base-linux/src/core/include/resource_path.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__RESOURCE_PATH_H_ diff --git a/repos/base-linux/src/core/include/rpc_cap_factory.h b/repos/base-linux/src/core/include/rpc_cap_factory.h index fd1514523..9b0200c56 100644 --- a/repos/base-linux/src/core/include/rpc_cap_factory.h +++ b/repos/base-linux/src/core/include/rpc_cap_factory.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__RPC_CAP_FACTORY_H_ diff --git a/repos/base-linux/src/core/include/server_socket_pair.h b/repos/base-linux/src/core/include/server_socket_pair.h index f0a133ab6..8a50eb571 100644 --- a/repos/base-linux/src/core/include/server_socket_pair.h +++ b/repos/base-linux/src/core/include/server_socket_pair.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__SERVER_SOCKET_PAIR_H_ diff --git a/repos/base-linux/src/core/include/util.h b/repos/base-linux/src/core/include/util.h index 9283e96b6..538527b7f 100644 --- a/repos/base-linux/src/core/include/util.h +++ b/repos/base-linux/src/core/include/util.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__UTIL_H_ diff --git a/repos/base-linux/src/core/io_mem_session_component.cc b/repos/base-linux/src/core/io_mem_session_component.cc index 40cca1839..a30883c6b 100644 --- a/repos/base-linux/src/core/io_mem_session_component.cc +++ b/repos/base-linux/src/core/io_mem_session_component.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base-linux/src/core/native_cpu_component.cc b/repos/base-linux/src/core/native_cpu_component.cc index b19c00560..f90736e72 100644 --- a/repos/base-linux/src/core/native_cpu_component.cc +++ b/repos/base-linux/src/core/native_cpu_component.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core-local includes */ diff --git a/repos/base-linux/src/core/native_pd_component.cc b/repos/base-linux/src/core/native_pd_component.cc index 10da60425..09a119150 100644 --- a/repos/base-linux/src/core/native_pd_component.cc +++ b/repos/base-linux/src/core/native_pd_component.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-linux/src/core/pd_session_component.cc b/repos/base-linux/src/core/pd_session_component.cc index f0322bb2c..b6e2a18c0 100644 --- a/repos/base-linux/src/core/pd_session_component.cc +++ b/repos/base-linux/src/core/pd_session_component.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core-local includes */ diff --git a/repos/base-linux/src/core/platform.cc b/repos/base-linux/src/core/platform.cc index cd488eb78..b90195436 100644 --- a/repos/base-linux/src/core/platform.cc +++ b/repos/base-linux/src/core/platform.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-linux/src/core/platform_thread.cc b/repos/base-linux/src/core/platform_thread.cc index bca3f133a..646913e37 100644 --- a/repos/base-linux/src/core/platform_thread.cc +++ b/repos/base-linux/src/core/platform_thread.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2007-2013 Genode Labs GmbH + * Copyright (C) 2007-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-linux/src/core/ram_session_support.cc b/repos/base-linux/src/core/ram_session_support.cc index 98058b6e6..6bfe7ccba 100644 --- a/repos/base-linux/src/core/ram_session_support.cc +++ b/repos/base-linux/src/core/ram_session_support.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* glibc includes */ diff --git a/repos/base-linux/src/core/rom_session_component.cc b/repos/base-linux/src/core/rom_session_component.cc index f5fe3e0cc..b3c52c545 100644 --- a/repos/base-linux/src/core/rom_session_component.cc +++ b/repos/base-linux/src/core/rom_session_component.cc @@ -9,10 +9,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Linux includes */ diff --git a/repos/base-linux/src/core/stack_area.cc b/repos/base-linux/src/core/stack_area.cc index 07d581541..39a6a916f 100644 --- a/repos/base-linux/src/core/stack_area.cc +++ b/repos/base-linux/src/core/stack_area.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-linux/src/core/thread_linux.cc b/repos/base-linux/src/core/thread_linux.cc index 79939e921..523fc6ba3 100644 --- a/repos/base-linux/src/core/thread_linux.cc +++ b/repos/base-linux/src/core/thread_linux.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-linux/src/include/base/internal/local_capability.h b/repos/base-linux/src/include/base/internal/local_capability.h index 158b201c8..c144867d7 100644 --- a/repos/base-linux/src/include/base/internal/local_capability.h +++ b/repos/base-linux/src/include/base/internal/local_capability.h @@ -8,10 +8,10 @@ */ /* - * Copyright (C) 2011-2015 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__LOCAL_CAPABILITY_H_ diff --git a/repos/base-linux/src/include/base/internal/local_parent.h b/repos/base-linux/src/include/base/internal/local_parent.h index b35d88e45..03104d7e6 100644 --- a/repos/base-linux/src/include/base/internal/local_parent.h +++ b/repos/base-linux/src/include/base/internal/local_parent.h @@ -8,10 +8,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__LOCAL_PARENT_H_ diff --git a/repos/base-linux/src/include/base/internal/local_pd_session.h b/repos/base-linux/src/include/base/internal/local_pd_session.h index 99320950f..167fc0a45 100644 --- a/repos/base-linux/src/include/base/internal/local_pd_session.h +++ b/repos/base-linux/src/include/base/internal/local_pd_session.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__LOCAL_PD_SESSION_H_ diff --git a/repos/base-linux/src/include/base/internal/local_rm_session.h b/repos/base-linux/src/include/base/internal/local_rm_session.h index b03f08ea1..1085204f2 100644 --- a/repos/base-linux/src/include/base/internal/local_rm_session.h +++ b/repos/base-linux/src/include/base/internal/local_rm_session.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__LOCAL_RM_SESSION_H_ diff --git a/repos/base-linux/src/include/base/internal/local_session.h b/repos/base-linux/src/include/base/internal/local_session.h index 0c660967c..b9a67f9c8 100644 --- a/repos/base-linux/src/include/base/internal/local_session.h +++ b/repos/base-linux/src/include/base/internal/local_session.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__LOCAL_SESSION_H_ diff --git a/repos/base-linux/src/include/base/internal/lock_helper.h b/repos/base-linux/src/include/base/internal/lock_helper.h index be73b9a3d..8c1d29f58 100644 --- a/repos/base-linux/src/include/base/internal/lock_helper.h +++ b/repos/base-linux/src/include/base/internal/lock_helper.h @@ -11,10 +11,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__LOCK_HELPER_H_ diff --git a/repos/base-linux/src/include/base/internal/native_thread.h b/repos/base-linux/src/include/base/internal/native_thread.h index 5f1a3a5ab..1ec8ff35d 100644 --- a/repos/base-linux/src/include/base/internal/native_thread.h +++ b/repos/base-linux/src/include/base/internal/native_thread.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__NATIVE_THREAD_H_ diff --git a/repos/base-linux/src/include/base/internal/native_utcb.h b/repos/base-linux/src/include/base/internal/native_utcb.h index 05e08f038..2b1d74bad 100644 --- a/repos/base-linux/src/include/base/internal/native_utcb.h +++ b/repos/base-linux/src/include/base/internal/native_utcb.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__NATIVE_UTCB_H_ diff --git a/repos/base-linux/src/include/base/internal/parent_socket_handle.h b/repos/base-linux/src/include/base/internal/parent_socket_handle.h index 11d0ecac4..96ab3f4a6 100644 --- a/repos/base-linux/src/include/base/internal/parent_socket_handle.h +++ b/repos/base-linux/src/include/base/internal/parent_socket_handle.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__PARENT_SOCKET_HANDLE_H_ diff --git a/repos/base-linux/src/include/base/internal/platform_env.h b/repos/base-linux/src/include/base/internal/platform_env.h index ebd8ae5a6..57ac7e45b 100644 --- a/repos/base-linux/src/include/base/internal/platform_env.h +++ b/repos/base-linux/src/include/base/internal/platform_env.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__PLATFORM_ENV_H_ diff --git a/repos/base-linux/src/include/base/internal/raw_write_string.h b/repos/base-linux/src/include/base/internal/raw_write_string.h index 6a95cfde9..2d6f310e3 100644 --- a/repos/base-linux/src/include/base/internal/raw_write_string.h +++ b/repos/base-linux/src/include/base/internal/raw_write_string.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__RAW_WRITE_STRING_H_ diff --git a/repos/base-linux/src/include/base/internal/region_map_mmap.h b/repos/base-linux/src/include/base/internal/region_map_mmap.h index c448a66ab..4ba382ca8 100644 --- a/repos/base-linux/src/include/base/internal/region_map_mmap.h +++ b/repos/base-linux/src/include/base/internal/region_map_mmap.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__REGION_MAP_MMAP_H_ diff --git a/repos/base-linux/src/include/base/internal/region_registry.h b/repos/base-linux/src/include/base/internal/region_registry.h index 56df325ca..b50301f58 100644 --- a/repos/base-linux/src/include/base/internal/region_registry.h +++ b/repos/base-linux/src/include/base/internal/region_registry.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__REGION_REGISTRY_ diff --git a/repos/base-linux/src/include/base/internal/rpc_destination.h b/repos/base-linux/src/include/base/internal/rpc_destination.h index 7bf76ddb7..cf7724b98 100644 --- a/repos/base-linux/src/include/base/internal/rpc_destination.h +++ b/repos/base-linux/src/include/base/internal/rpc_destination.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__RPC_DESTINATION_H_ diff --git a/repos/base-linux/src/include/base/internal/server_socket_pair.h b/repos/base-linux/src/include/base/internal/server_socket_pair.h index d59f38c41..b4d60aa1e 100644 --- a/repos/base-linux/src/include/base/internal/server_socket_pair.h +++ b/repos/base-linux/src/include/base/internal/server_socket_pair.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__SERVER_SOCKET_PAIR_H_ diff --git a/repos/base-linux/src/include/base/internal/socket_descriptor_registry.h b/repos/base-linux/src/include/base/internal/socket_descriptor_registry.h index 93613322a..36691ab04 100644 --- a/repos/base-linux/src/include/base/internal/socket_descriptor_registry.h +++ b/repos/base-linux/src/include/base/internal/socket_descriptor_registry.h @@ -11,10 +11,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__SOCKET_DESCRIPTOR_REGISTRY_H_ diff --git a/repos/base-linux/src/include/base/internal/stack_area.h b/repos/base-linux/src/include/base/internal/stack_area.h index f0ad06cfa..a3d0e3f2a 100644 --- a/repos/base-linux/src/include/base/internal/stack_area.h +++ b/repos/base-linux/src/include/base/internal/stack_area.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__STACK_AREA_H_ diff --git a/repos/base-linux/src/include/linux_dataspace/client.h b/repos/base-linux/src/include/linux_dataspace/client.h index 411a1c697..004cf71ea 100644 --- a/repos/base-linux/src/include/linux_dataspace/client.h +++ b/repos/base-linux/src/include/linux_dataspace/client.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__LINUX_DATASPACE__CLIENT_H_ diff --git a/repos/base-linux/src/include/linux_dataspace/linux_dataspace.h b/repos/base-linux/src/include/linux_dataspace/linux_dataspace.h index 03b975b04..51b193208 100644 --- a/repos/base-linux/src/include/linux_dataspace/linux_dataspace.h +++ b/repos/base-linux/src/include/linux_dataspace/linux_dataspace.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__LINUX_DATASPACE__LINUX_DATASPACE_H_ diff --git a/repos/base-linux/src/include/linux_native_cpu/client.h b/repos/base-linux/src/include/linux_native_cpu/client.h index 2c2891c2c..bf57e9ea1 100644 --- a/repos/base-linux/src/include/linux_native_cpu/client.h +++ b/repos/base-linux/src/include/linux_native_cpu/client.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__LINUX_NATIVE_CPU__CLIENT_H_ diff --git a/repos/base-linux/src/include/linux_native_cpu/linux_native_cpu.h b/repos/base-linux/src/include/linux_native_cpu/linux_native_cpu.h index 644f0ca4e..a9fa0320a 100644 --- a/repos/base-linux/src/include/linux_native_cpu/linux_native_cpu.h +++ b/repos/base-linux/src/include/linux_native_cpu/linux_native_cpu.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2016 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__LINUX_NATIVE_CPU__LINUX_NATIVE_CPU_H_ diff --git a/repos/base-linux/src/include/linux_native_pd/client.h b/repos/base-linux/src/include/linux_native_pd/client.h index 450d303fc..e75de7de7 100644 --- a/repos/base-linux/src/include/linux_native_pd/client.h +++ b/repos/base-linux/src/include/linux_native_pd/client.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__LINUX_NATIVE_PD__CLIENT_H_ diff --git a/repos/base-linux/src/include/linux_native_pd/linux_native_pd.h b/repos/base-linux/src/include/linux_native_pd/linux_native_pd.h index ba287d72d..2daa4a40f 100644 --- a/repos/base-linux/src/include/linux_native_pd/linux_native_pd.h +++ b/repos/base-linux/src/include/linux_native_pd/linux_native_pd.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2016 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__LINUX_NATIVE_PD__LINUX_NATIVE_PD_H_ diff --git a/repos/base-linux/src/ld/stack_area.nostdlib.ld b/repos/base-linux/src/ld/stack_area.nostdlib.ld index 6bf7080d7..e3e343b0b 100644 --- a/repos/base-linux/src/ld/stack_area.nostdlib.ld +++ b/repos/base-linux/src/ld/stack_area.nostdlib.ld @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ PHDRS diff --git a/repos/base-linux/src/ld/stack_area.stdlib.ld b/repos/base-linux/src/ld/stack_area.stdlib.ld index 0ce470565..09c829b98 100644 --- a/repos/base-linux/src/ld/stack_area.stdlib.ld +++ b/repos/base-linux/src/ld/stack_area.stdlib.ld @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ SECTIONS diff --git a/repos/base-linux/src/lib/base/attach_stack_area.cc b/repos/base-linux/src/lib/base/attach_stack_area.cc index 0a712b692..8f75ab9c3 100644 --- a/repos/base-linux/src/lib/base/attach_stack_area.cc +++ b/repos/base-linux/src/lib/base/attach_stack_area.cc @@ -9,10 +9,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* base-internal includes */ diff --git a/repos/base-linux/src/lib/base/capability_raw.cc b/repos/base-linux/src/lib/base/capability_raw.cc index 854a870ea..e505d3a70 100644 --- a/repos/base-linux/src/lib/base/capability_raw.cc +++ b/repos/base-linux/src/lib/base/capability_raw.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base-linux/src/lib/base/child_process.cc b/repos/base-linux/src/lib/base/child_process.cc index cdb2523c5..38ea85fa2 100644 --- a/repos/base-linux/src/lib/base/child_process.cc +++ b/repos/base-linux/src/lib/base/child_process.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-linux/src/lib/base/cpu/arm/cache.cc b/repos/base-linux/src/lib/base/cpu/arm/cache.cc index 828ae1afe..cd20c4160 100644 --- a/repos/base-linux/src/lib/base/cpu/arm/cache.cc +++ b/repos/base-linux/src/lib/base/cpu/arm/cache.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base-linux/src/lib/base/debug.cc b/repos/base-linux/src/lib/base/debug.cc index 237e6ff7f..64f1061e0 100644 --- a/repos/base-linux/src/lib/base/debug.cc +++ b/repos/base-linux/src/lib/base/debug.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base-linux/src/lib/base/env_reinit.cc b/repos/base-linux/src/lib/base/env_reinit.cc index eeb703eb2..9944b0929 100644 --- a/repos/base-linux/src/lib/base/env_reinit.cc +++ b/repos/base-linux/src/lib/base/env_reinit.cc @@ -8,10 +8,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* base-internal includes */ diff --git a/repos/base-linux/src/lib/base/ipc.cc b/repos/base-linux/src/lib/base/ipc.cc index 3f578e2f7..de2c9771d 100644 --- a/repos/base-linux/src/lib/base/ipc.cc +++ b/repos/base-linux/src/lib/base/ipc.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-linux/src/lib/base/platform_env.cc b/repos/base-linux/src/lib/base/platform_env.cc index 9de4c35dc..61079d89f 100644 --- a/repos/base-linux/src/lib/base/platform_env.cc +++ b/repos/base-linux/src/lib/base/platform_env.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-linux/src/lib/base/region_map_client.cc b/repos/base-linux/src/lib/base/region_map_client.cc index 63adf4341..5de6be48c 100644 --- a/repos/base-linux/src/lib/base/region_map_client.cc +++ b/repos/base-linux/src/lib/base/region_map_client.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2016 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-linux/src/lib/base/region_map_mmap.cc b/repos/base-linux/src/lib/base/region_map_mmap.cc index 915dde73d..5827df160 100644 --- a/repos/base-linux/src/lib/base/region_map_mmap.cc +++ b/repos/base-linux/src/lib/base/region_map_mmap.cc @@ -26,10 +26,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Linux includes */ diff --git a/repos/base-linux/src/lib/base/rm_session_client.cc b/repos/base-linux/src/lib/base/rm_session_client.cc index a5826866a..532d3529f 100644 --- a/repos/base-linux/src/lib/base/rm_session_client.cc +++ b/repos/base-linux/src/lib/base/rm_session_client.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2016 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-linux/src/lib/base/thread_env.cc b/repos/base-linux/src/lib/base/thread_env.cc index f2fceb042..0d8d97f90 100644 --- a/repos/base-linux/src/lib/base/thread_env.cc +++ b/repos/base-linux/src/lib/base/thread_env.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-linux/src/lib/base/thread_linux.cc b/repos/base-linux/src/lib/base/thread_linux.cc index e706bf35b..5f360086c 100644 --- a/repos/base-linux/src/lib/base/thread_linux.cc +++ b/repos/base-linux/src/lib/base/thread_linux.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-linux/src/lib/lx_hybrid/lx_hybrid.cc b/repos/base-linux/src/lib/lx_hybrid/lx_hybrid.cc index 74fab27a3..d032ce836 100644 --- a/repos/base-linux/src/lib/lx_hybrid/lx_hybrid.cc +++ b/repos/base-linux/src/lib/lx_hybrid/lx_hybrid.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-linux/src/lib/syscall/linux_syscalls.h b/repos/base-linux/src/lib/syscall/linux_syscalls.h index cb0d23251..68e37eb18 100644 --- a/repos/base-linux/src/lib/syscall/linux_syscalls.h +++ b/repos/base-linux/src/lib/syscall/linux_syscalls.h @@ -19,10 +19,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _LIB__SYSCALL__LINUX_SYSCALLS_H_ diff --git a/repos/base-linux/src/test/lx_hybrid_ctors/main.cc b/repos/base-linux/src/test/lx_hybrid_ctors/main.cc index 95188ad90..18e404cc3 100644 --- a/repos/base-linux/src/test/lx_hybrid_ctors/main.cc +++ b/repos/base-linux/src/test/lx_hybrid_ctors/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-linux/src/test/lx_hybrid_ctors/testlib.cc b/repos/base-linux/src/test/lx_hybrid_ctors/testlib.cc index d0b6660dc..c9284ad75 100644 --- a/repos/base-linux/src/test/lx_hybrid_ctors/testlib.cc +++ b/repos/base-linux/src/test/lx_hybrid_ctors/testlib.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base-linux/src/test/lx_hybrid_ctors/testlib.h b/repos/base-linux/src/test/lx_hybrid_ctors/testlib.h index ccfd02cc8..88bafed09 100644 --- a/repos/base-linux/src/test/lx_hybrid_ctors/testlib.h +++ b/repos/base-linux/src/test/lx_hybrid_ctors/testlib.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ struct Testlib_testclass diff --git a/repos/base-linux/src/test/lx_hybrid_exception/main.cc b/repos/base-linux/src/test/lx_hybrid_exception/main.cc index eaa9f0aa6..d18a17a23 100644 --- a/repos/base-linux/src/test/lx_hybrid_exception/main.cc +++ b/repos/base-linux/src/test/lx_hybrid_exception/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-linux/src/test/lx_hybrid_pthread_ipc/main.cc b/repos/base-linux/src/test/lx_hybrid_pthread_ipc/main.cc index ea31290e3..99da1cdc1 100644 --- a/repos/base-linux/src/test/lx_hybrid_pthread_ipc/main.cc +++ b/repos/base-linux/src/test/lx_hybrid_pthread_ipc/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-linux/src/test/lx_rmap/main.cc b/repos/base-linux/src/test/lx_rmap/main.cc index a6052e9ad..912f123e8 100644 --- a/repos/base-linux/src/test/lx_rmap/main.cc +++ b/repos/base-linux/src/test/lx_rmap/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-linux/src/test/region_map_mmap/main.cc b/repos/base-linux/src/test/region_map_mmap/main.cc index a39ced5bf..aa96dcc94 100644 --- a/repos/base-linux/src/test/region_map_mmap/main.cc +++ b/repos/base-linux/src/test/region_map_mmap/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base-linux/src/test/sub_rm/config.h b/repos/base-linux/src/test/sub_rm/config.h index 9df3ba256..e52a673f3 100644 --- a/repos/base-linux/src/test/sub_rm/config.h +++ b/repos/base-linux/src/test/sub_rm/config.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* diff --git a/repos/base-nova/include/base/thread_state.h b/repos/base-nova/include/base/thread_state.h index 97fea5179..6711dcf8f 100644 --- a/repos/base-nova/include/base/thread_state.h +++ b/repos/base-nova/include/base/thread_state.h @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__THREAD_STATE_H_ diff --git a/repos/base-nova/include/cpu_thread/client.h b/repos/base-nova/include/cpu_thread/client.h index c233c4dd4..ac8c957f4 100644 --- a/repos/base-nova/include/cpu_thread/client.h +++ b/repos/base-nova/include/cpu_thread/client.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__CPU_THREAD__CLIENT_H_ diff --git a/repos/base-nova/include/nova/cap_map.h b/repos/base-nova/include/nova/cap_map.h index 67e8444b6..e5b58c075 100644 --- a/repos/base-nova/include/nova/cap_map.h +++ b/repos/base-nova/include/nova/cap_map.h @@ -9,10 +9,10 @@ */ /* - * Copyright (C) 2013-2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__NOVA__CAP_MAP_H_ diff --git a/repos/base-nova/include/nova/capability_space.h b/repos/base-nova/include/nova/capability_space.h index d498b1ee5..bbb00bc79 100644 --- a/repos/base-nova/include/nova/capability_space.h +++ b/repos/base-nova/include/nova/capability_space.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__NOVA__CAPABILITY_SPACE_H_ diff --git a/repos/base-nova/include/nova/native_thread.h b/repos/base-nova/include/nova/native_thread.h index 520c44727..654e43de5 100644 --- a/repos/base-nova/include/nova/native_thread.h +++ b/repos/base-nova/include/nova/native_thread.h @@ -10,10 +10,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__NOVA__NATIVE_THREAD_H_ diff --git a/repos/base-nova/include/nova/receive_window.h b/repos/base-nova/include/nova/receive_window.h index 5206fbef3..299f9a9fe 100644 --- a/repos/base-nova/include/nova/receive_window.h +++ b/repos/base-nova/include/nova/receive_window.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__NOVA__RECEIVE_WINDOW_H_ diff --git a/repos/base-nova/include/nova/stdint.h b/repos/base-nova/include/nova/stdint.h index e9a076b55..9343e35b8 100644 --- a/repos/base-nova/include/nova/stdint.h +++ b/repos/base-nova/include/nova/stdint.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__NOVA__STDINT_H_ diff --git a/repos/base-nova/include/nova/util.h b/repos/base-nova/include/nova/util.h index 556d968d4..8fa44bbbc 100644 --- a/repos/base-nova/include/nova/util.h +++ b/repos/base-nova/include/nova/util.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__NOVA__UTIL_H_ diff --git a/repos/base-nova/include/nova_native_pd/client.h b/repos/base-nova/include/nova_native_pd/client.h index 1b76cfbe7..c63c6afe4 100644 --- a/repos/base-nova/include/nova_native_pd/client.h +++ b/repos/base-nova/include/nova_native_pd/client.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__NOVA_NATIVE_PD__CLIENT_H_ diff --git a/repos/base-nova/include/nova_native_pd/nova_native_pd.h b/repos/base-nova/include/nova_native_pd/nova_native_pd.h index e18a05997..b5efdc375 100644 --- a/repos/base-nova/include/nova_native_pd/nova_native_pd.h +++ b/repos/base-nova/include/nova_native_pd/nova_native_pd.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__NOVA_NATIVE_PD__NOVA_NATIVE_PD_H_ diff --git a/repos/base-nova/src/core/bios_data_area.cc b/repos/base-nova/src/core/bios_data_area.cc index e29fa7aab..b9454010a 100644 --- a/repos/base-nova/src/core/bios_data_area.cc +++ b/repos/base-nova/src/core/bios_data_area.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-nova/src/core/core_log.cc b/repos/base-nova/src/core/core_log.cc index e46d69276..e8a92d357 100644 --- a/repos/base-nova/src/core/core_log.cc +++ b/repos/base-nova/src/core/core_log.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-nova/src/core/core_region_map.cc b/repos/base-nova/src/core/core_region_map.cc index a4e120e74..156ca47ed 100644 --- a/repos/base-nova/src/core/core_region_map.cc +++ b/repos/base-nova/src/core/core_region_map.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-nova/src/core/core_rpc_cap_alloc.cc b/repos/base-nova/src/core/core_rpc_cap_alloc.cc index 05372f3cd..b3b8a51d8 100644 --- a/repos/base-nova/src/core/core_rpc_cap_alloc.cc +++ b/repos/base-nova/src/core/core_rpc_cap_alloc.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-nova/src/core/echo.cc b/repos/base-nova/src/core/echo.cc index 6b7288016..6a6922295 100644 --- a/repos/base-nova/src/core/echo.cc +++ b/repos/base-nova/src/core/echo.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core-local includes */ diff --git a/repos/base-nova/src/core/include/echo.h b/repos/base-nova/src/core/include/echo.h index 2e7416c18..8cbb17e5a 100644 --- a/repos/base-nova/src/core/include/echo.h +++ b/repos/base-nova/src/core/include/echo.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__ECHO_H_ diff --git a/repos/base-nova/src/core/include/imprint_badge.h b/repos/base-nova/src/core/include/imprint_badge.h index af338bc18..ea14e3a45 100644 --- a/repos/base-nova/src/core/include/imprint_badge.h +++ b/repos/base-nova/src/core/include/imprint_badge.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__IMPRINT_BADGE_H_ diff --git a/repos/base-nova/src/core/include/ipc_pager.h b/repos/base-nova/src/core/include/ipc_pager.h index a36cef501..0e68567ed 100644 --- a/repos/base-nova/src/core/include/ipc_pager.h +++ b/repos/base-nova/src/core/include/ipc_pager.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__IPC_PAGER_H_ diff --git a/repos/base-nova/src/core/include/irq_object.h b/repos/base-nova/src/core/include/irq_object.h index 5c749ea43..f63a35bed 100644 --- a/repos/base-nova/src/core/include/irq_object.h +++ b/repos/base-nova/src/core/include/irq_object.h @@ -4,10 +4,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__IRQ_OBJECT_H_ diff --git a/repos/base-nova/src/core/include/map_local.h b/repos/base-nova/src/core/include/map_local.h index 393cccbb9..dc34771c0 100644 --- a/repos/base-nova/src/core/include/map_local.h +++ b/repos/base-nova/src/core/include/map_local.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__MAP_LOCAL_H_ diff --git a/repos/base-nova/src/core/include/native_pd_component.h b/repos/base-nova/src/core/include/native_pd_component.h index e0892b7c7..d8f31100b 100644 --- a/repos/base-nova/src/core/include/native_pd_component.h +++ b/repos/base-nova/src/core/include/native_pd_component.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__NATIVE_PD_COMPONENT_H_ diff --git a/repos/base-nova/src/core/include/nova_util.h b/repos/base-nova/src/core/include/nova_util.h index 53623643a..33558f147 100644 --- a/repos/base-nova/src/core/include/nova_util.h +++ b/repos/base-nova/src/core/include/nova_util.h @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__NOVA_UTIL_H_ diff --git a/repos/base-nova/src/core/include/pager.h b/repos/base-nova/src/core/include/pager.h index ebb91038f..0a98ca294 100644 --- a/repos/base-nova/src/core/include/pager.h +++ b/repos/base-nova/src/core/include/pager.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__PAGER_H_ diff --git a/repos/base-nova/src/core/include/platform.h b/repos/base-nova/src/core/include/platform.h index 618ed803e..66ead4ea4 100644 --- a/repos/base-nova/src/core/include/platform.h +++ b/repos/base-nova/src/core/include/platform.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__PLATFORM_H_ diff --git a/repos/base-nova/src/core/include/platform_pd.h b/repos/base-nova/src/core/include/platform_pd.h index 19697034c..7c56606df 100644 --- a/repos/base-nova/src/core/include/platform_pd.h +++ b/repos/base-nova/src/core/include/platform_pd.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__PLATFORM_PD_H_ diff --git a/repos/base-nova/src/core/include/platform_thread.h b/repos/base-nova/src/core/include/platform_thread.h index fb51b7e4d..e69418767 100644 --- a/repos/base-nova/src/core/include/platform_thread.h +++ b/repos/base-nova/src/core/include/platform_thread.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__PLATFORM_THREAD_H_ diff --git a/repos/base-nova/src/core/include/rpc_cap_factory.h b/repos/base-nova/src/core/include/rpc_cap_factory.h index 62cc3282b..4a8b56f76 100644 --- a/repos/base-nova/src/core/include/rpc_cap_factory.h +++ b/repos/base-nova/src/core/include/rpc_cap_factory.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__RPC_CAP_FACTORY_H_ diff --git a/repos/base-nova/src/core/include/signal_broker.h b/repos/base-nova/src/core/include/signal_broker.h index b57b6ba1d..3e311bd4e 100644 --- a/repos/base-nova/src/core/include/signal_broker.h +++ b/repos/base-nova/src/core/include/signal_broker.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__SIGNAL_BROKER_H_ diff --git a/repos/base-nova/src/core/include/signal_source_component.h b/repos/base-nova/src/core/include/signal_source_component.h index cebb97ecb..6a350f4bf 100644 --- a/repos/base-nova/src/core/include/signal_source_component.h +++ b/repos/base-nova/src/core/include/signal_source_component.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__SIGNAL_SOURCE_COMPONENT_H_ diff --git a/repos/base-nova/src/core/include/util.h b/repos/base-nova/src/core/include/util.h index 0ea99a352..f88fcb545 100644 --- a/repos/base-nova/src/core/include/util.h +++ b/repos/base-nova/src/core/include/util.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__UTIL_H_ diff --git a/repos/base-nova/src/core/io_mem_session_support.cc b/repos/base-nova/src/core/io_mem_session_support.cc index 39bb3c9b7..1f8ba093d 100644 --- a/repos/base-nova/src/core/io_mem_session_support.cc +++ b/repos/base-nova/src/core/io_mem_session_support.cc @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2009-2015 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-nova/src/core/ipc_pager.cc b/repos/base-nova/src/core/ipc_pager.cc index eb706798a..c6f033036 100644 --- a/repos/base-nova/src/core/ipc_pager.cc +++ b/repos/base-nova/src/core/ipc_pager.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-nova/src/core/irq_session_component.cc b/repos/base-nova/src/core/irq_session_component.cc index b74a06713..57a6c02d3 100644 --- a/repos/base-nova/src/core/irq_session_component.cc +++ b/repos/base-nova/src/core/irq_session_component.cc @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2009-2015 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-nova/src/core/native_pd_component.cc b/repos/base-nova/src/core/native_pd_component.cc index 6da8987b2..5d88011e7 100644 --- a/repos/base-nova/src/core/native_pd_component.cc +++ b/repos/base-nova/src/core/native_pd_component.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base-nova/src/core/pager.cc b/repos/base-nova/src/core/pager.cc index 578c7435e..466ba89d8 100644 --- a/repos/base-nova/src/core/pager.cc +++ b/repos/base-nova/src/core/pager.cc @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2010-2015 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-nova/src/core/pd_assign_pci.cc b/repos/base-nova/src/core/pd_assign_pci.cc index 1b5bd7aed..0eac1d37b 100644 --- a/repos/base-nova/src/core/pd_assign_pci.cc +++ b/repos/base-nova/src/core/pd_assign_pci.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013-2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Core */ diff --git a/repos/base-nova/src/core/platform.cc b/repos/base-nova/src/core/platform.cc index e63fc5940..0a32bd99d 100644 --- a/repos/base-nova/src/core/platform.cc +++ b/repos/base-nova/src/core/platform.cc @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-nova/src/core/platform_pd.cc b/repos/base-nova/src/core/platform_pd.cc index c89ac800c..81854113a 100644 --- a/repos/base-nova/src/core/platform_pd.cc +++ b/repos/base-nova/src/core/platform_pd.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-nova/src/core/platform_thread.cc b/repos/base-nova/src/core/platform_thread.cc index 6793922a5..029117efa 100644 --- a/repos/base-nova/src/core/platform_thread.cc +++ b/repos/base-nova/src/core/platform_thread.cc @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-nova/src/core/ram_session_support.cc b/repos/base-nova/src/core/ram_session_support.cc index ef3b921a1..fc55fdd4b 100644 --- a/repos/base-nova/src/core/ram_session_support.cc +++ b/repos/base-nova/src/core/ram_session_support.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2009-2015 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-nova/src/core/region_map_support.cc b/repos/base-nova/src/core/region_map_support.cc index da840fb94..b06e54707 100644 --- a/repos/base-nova/src/core/region_map_support.cc +++ b/repos/base-nova/src/core/region_map_support.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2009-2015 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-nova/src/core/rpc_cap_factory.cc b/repos/base-nova/src/core/rpc_cap_factory.cc index 0abaedb99..695d6f1fb 100644 --- a/repos/base-nova/src/core/rpc_cap_factory.cc +++ b/repos/base-nova/src/core/rpc_cap_factory.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core-local includes */ diff --git a/repos/base-nova/src/core/spec/x86_32/pager.cc b/repos/base-nova/src/core/spec/x86_32/pager.cc index 2d54fb34a..bd43ff88c 100644 --- a/repos/base-nova/src/core/spec/x86_32/pager.cc +++ b/repos/base-nova/src/core/spec/x86_32/pager.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Core includes */ diff --git a/repos/base-nova/src/core/spec/x86_64/pager.cc b/repos/base-nova/src/core/spec/x86_64/pager.cc index b954669d2..450b2f0a4 100644 --- a/repos/base-nova/src/core/spec/x86_64/pager.cc +++ b/repos/base-nova/src/core/spec/x86_64/pager.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Core includes */ diff --git a/repos/base-nova/src/core/thread_start.cc b/repos/base-nova/src/core/thread_start.cc index 00721f759..d6350ee23 100644 --- a/repos/base-nova/src/core/thread_start.cc +++ b/repos/base-nova/src/core/thread_start.cc @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-nova/src/include/base/internal/ipc.h b/repos/base-nova/src/include/base/internal/ipc.h index c399686f5..c5c4f642b 100644 --- a/repos/base-nova/src/include/base/internal/ipc.h +++ b/repos/base-nova/src/include/base/internal/ipc.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__IPC_H_ diff --git a/repos/base-nova/src/include/base/internal/lock_helper.h b/repos/base-nova/src/include/base/internal/lock_helper.h index 945910262..826cda353 100644 --- a/repos/base-nova/src/include/base/internal/lock_helper.h +++ b/repos/base-nova/src/include/base/internal/lock_helper.h @@ -9,10 +9,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__LOCK_HELPER_H_ diff --git a/repos/base-nova/src/include/base/internal/native_thread.h b/repos/base-nova/src/include/base/internal/native_thread.h index 451a28b94..1d3f59646 100644 --- a/repos/base-nova/src/include/base/internal/native_thread.h +++ b/repos/base-nova/src/include/base/internal/native_thread.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base-nova/src/include/base/internal/native_utcb.h b/repos/base-nova/src/include/base/internal/native_utcb.h index 1f9d7a4fc..98e0cac8d 100644 --- a/repos/base-nova/src/include/base/internal/native_utcb.h +++ b/repos/base-nova/src/include/base/internal/native_utcb.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__NATIVE_UTCB_H_ diff --git a/repos/base-nova/src/include/base/internal/parent_cap.h b/repos/base-nova/src/include/base/internal/parent_cap.h index 1513e193c..579e7a815 100644 --- a/repos/base-nova/src/include/base/internal/parent_cap.h +++ b/repos/base-nova/src/include/base/internal/parent_cap.h @@ -9,10 +9,10 @@ */ /* - * Copyright (C) 2010-2016 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__PARENT_CAP_H_ diff --git a/repos/base-nova/src/include/base/internal/raw_write_string.h b/repos/base-nova/src/include/base/internal/raw_write_string.h index 37fb3440d..431937617 100644 --- a/repos/base-nova/src/include/base/internal/raw_write_string.h +++ b/repos/base-nova/src/include/base/internal/raw_write_string.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__RAW_WRITE_STRING_H_ diff --git a/repos/base-nova/src/include/base/internal/spin_lock.h b/repos/base-nova/src/include/base/internal/spin_lock.h index 59c31f686..e3e077851 100644 --- a/repos/base-nova/src/include/base/internal/spin_lock.h +++ b/repos/base-nova/src/include/base/internal/spin_lock.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014-2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__SPIN_LOCK_H_ diff --git a/repos/base-nova/src/include/base/internal/stack_area.h b/repos/base-nova/src/include/base/internal/stack_area.h index 725d6180e..4f8d95341 100644 --- a/repos/base-nova/src/include/base/internal/stack_area.h +++ b/repos/base-nova/src/include/base/internal/stack_area.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__STACK_AREA_H_ diff --git a/repos/base-nova/src/include/signal_source/client.h b/repos/base-nova/src/include/signal_source/client.h index 7fb347246..0fd9473f3 100644 --- a/repos/base-nova/src/include/signal_source/client.h +++ b/repos/base-nova/src/include/signal_source/client.h @@ -12,10 +12,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SIGNAL_SOURCE__CLIENT_H_ diff --git a/repos/base-nova/src/include/signal_source/nova_signal_source.h b/repos/base-nova/src/include/signal_source/nova_signal_source.h index 5a2f22197..2c7b98f41 100644 --- a/repos/base-nova/src/include/signal_source/nova_signal_source.h +++ b/repos/base-nova/src/include/signal_source/nova_signal_source.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SIGNAL_SOURCE__NOVA_SIGNAL_SOURCE_H_ diff --git a/repos/base-nova/src/lib/base/cap_map.cc b/repos/base-nova/src/lib/base/cap_map.cc index ff94fe20e..1f34c1cb8 100644 --- a/repos/base-nova/src/lib/base/cap_map.cc +++ b/repos/base-nova/src/lib/base/cap_map.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013-2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-nova/src/lib/base/capability.cc b/repos/base-nova/src/lib/base/capability.cc index 1abac4d61..1237a6b21 100644 --- a/repos/base-nova/src/lib/base/capability.cc +++ b/repos/base-nova/src/lib/base/capability.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* base-internal includes */ diff --git a/repos/base-nova/src/lib/base/ipc.cc b/repos/base-nova/src/lib/base/ipc.cc index fc1a6efe4..cb1cf8636 100644 --- a/repos/base-nova/src/lib/base/ipc.cc +++ b/repos/base-nova/src/lib/base/ipc.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-nova/src/lib/base/region_map_client.cc b/repos/base-nova/src/lib/base/region_map_client.cc index e6463b3ba..5349d6c56 100644 --- a/repos/base-nova/src/lib/base/region_map_client.cc +++ b/repos/base-nova/src/lib/base/region_map_client.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base-nova/src/lib/base/rpc_cap_alloc.cc b/repos/base-nova/src/lib/base/rpc_cap_alloc.cc index fa3e6fd56..59c70a785 100644 --- a/repos/base-nova/src/lib/base/rpc_cap_alloc.cc +++ b/repos/base-nova/src/lib/base/rpc_cap_alloc.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-nova/src/lib/base/rpc_entrypoint.cc b/repos/base-nova/src/lib/base/rpc_entrypoint.cc index 4b2664d17..234fc7fce 100644 --- a/repos/base-nova/src/lib/base/rpc_entrypoint.cc +++ b/repos/base-nova/src/lib/base/rpc_entrypoint.cc @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2010-2015 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-nova/src/lib/base/signal_submit.cc b/repos/base-nova/src/lib/base/signal_submit.cc index a8ab5287f..f9da0fadb 100644 --- a/repos/base-nova/src/lib/base/signal_submit.cc +++ b/repos/base-nova/src/lib/base/signal_submit.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ diff --git a/repos/base-nova/src/lib/base/sleep.cc b/repos/base-nova/src/lib/base/sleep.cc index d22864cba..4b4af79dc 100644 --- a/repos/base-nova/src/lib/base/sleep.cc +++ b/repos/base-nova/src/lib/base/sleep.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2006-2016 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-nova/src/lib/base/stack.cc b/repos/base-nova/src/lib/base/stack.cc index a768ce6e0..0475f5c53 100644 --- a/repos/base-nova/src/lib/base/stack.cc +++ b/repos/base-nova/src/lib/base/stack.cc @@ -10,10 +10,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-nova/src/lib/base/thread_start.cc b/repos/base-nova/src/lib/base/thread_start.cc index 87817af9a..971310b39 100644 --- a/repos/base-nova/src/lib/base/thread_start.cc +++ b/repos/base-nova/src/lib/base/thread_start.cc @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-nova/src/test/platform/ipc.cc b/repos/base-nova/src/test/platform/ipc.cc index f6b3deb2c..105f071b3 100644 --- a/repos/base-nova/src/test/platform/ipc.cc +++ b/repos/base-nova/src/test/platform/ipc.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-nova/src/test/platform/main.cc b/repos/base-nova/src/test/platform/main.cc index fa800e410..25232f33d 100644 --- a/repos/base-nova/src/test/platform/main.cc +++ b/repos/base-nova/src/test/platform/main.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base-nova/src/test/platform/server.h b/repos/base-nova/src/test/platform/server.h index 9f2484f67..8808d2e0e 100644 --- a/repos/base-nova/src/test/platform/server.h +++ b/repos/base-nova/src/test/platform/server.h @@ -4,10 +4,10 @@ */ /* - * Copyright (C) 2013-2015 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #pragma once diff --git a/repos/base-okl4/src/core/core_log.cc b/repos/base-okl4/src/core/core_log.cc index de4dc8462..69b1c9723 100644 --- a/repos/base-okl4/src/core/core_log.cc +++ b/repos/base-okl4/src/core/core_log.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-okl4/src/core/core_region_map.cc b/repos/base-okl4/src/core/core_region_map.cc index c07fdec8d..4ea9e63fe 100644 --- a/repos/base-okl4/src/core/core_region_map.cc +++ b/repos/base-okl4/src/core/core_region_map.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-okl4/src/core/include/ipc_pager.h b/repos/base-okl4/src/core/include/ipc_pager.h index 8eac80773..3c89496ea 100644 --- a/repos/base-okl4/src/core/include/ipc_pager.h +++ b/repos/base-okl4/src/core/include/ipc_pager.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__IPC_PAGER_H_ diff --git a/repos/base-okl4/src/core/include/map_local.h b/repos/base-okl4/src/core/include/map_local.h index 3cc4cea83..fa3c5bc3a 100644 --- a/repos/base-okl4/src/core/include/map_local.h +++ b/repos/base-okl4/src/core/include/map_local.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__MAP_LOCAL_H_ diff --git a/repos/base-okl4/src/core/include/platform.h b/repos/base-okl4/src/core/include/platform.h index da18c7fda..049bfdcd1 100644 --- a/repos/base-okl4/src/core/include/platform.h +++ b/repos/base-okl4/src/core/include/platform.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__PLATFORM_H_ diff --git a/repos/base-okl4/src/core/include/platform_pd.h b/repos/base-okl4/src/core/include/platform_pd.h index b5518ec15..3873c85cb 100644 --- a/repos/base-okl4/src/core/include/platform_pd.h +++ b/repos/base-okl4/src/core/include/platform_pd.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__PLATFORM_PD_H_ diff --git a/repos/base-okl4/src/core/include/platform_thread.h b/repos/base-okl4/src/core/include/platform_thread.h index 7c31b2cab..afb07fab9 100644 --- a/repos/base-okl4/src/core/include/platform_thread.h +++ b/repos/base-okl4/src/core/include/platform_thread.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__PLATFORM_THREAD_H_ diff --git a/repos/base-okl4/src/core/include/rpc_cap_factory.h b/repos/base-okl4/src/core/include/rpc_cap_factory.h index fd1514523..9b0200c56 100644 --- a/repos/base-okl4/src/core/include/rpc_cap_factory.h +++ b/repos/base-okl4/src/core/include/rpc_cap_factory.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__RPC_CAP_FACTORY_H_ diff --git a/repos/base-okl4/src/core/include/stdint.h b/repos/base-okl4/src/core/include/stdint.h index 24d235a04..6f0d201f7 100644 --- a/repos/base-okl4/src/core/include/stdint.h +++ b/repos/base-okl4/src/core/include/stdint.h @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__STDINT_H_ diff --git a/repos/base-okl4/src/core/include/util.h b/repos/base-okl4/src/core/include/util.h index 9093aba5a..d33231ac4 100644 --- a/repos/base-okl4/src/core/include/util.h +++ b/repos/base-okl4/src/core/include/util.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__UTIL_H_ diff --git a/repos/base-okl4/src/core/io_mem_session_support.cc b/repos/base-okl4/src/core/io_mem_session_support.cc index 40ad7963b..b2b03494a 100644 --- a/repos/base-okl4/src/core/io_mem_session_support.cc +++ b/repos/base-okl4/src/core/io_mem_session_support.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-okl4/src/core/irq_session_component.cc b/repos/base-okl4/src/core/irq_session_component.cc index 3c166d6d5..83218f853 100644 --- a/repos/base-okl4/src/core/irq_session_component.cc +++ b/repos/base-okl4/src/core/irq_session_component.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-okl4/src/core/pager.cc b/repos/base-okl4/src/core/pager.cc index f96319ee2..787853acf 100644 --- a/repos/base-okl4/src/core/pager.cc +++ b/repos/base-okl4/src/core/pager.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-okl4/src/core/pager_object.cc b/repos/base-okl4/src/core/pager_object.cc index da81e6684..cf23bf549 100644 --- a/repos/base-okl4/src/core/pager_object.cc +++ b/repos/base-okl4/src/core/pager_object.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-okl4/src/core/platform.cc b/repos/base-okl4/src/core/platform.cc index 4570fc17c..44903495f 100644 --- a/repos/base-okl4/src/core/platform.cc +++ b/repos/base-okl4/src/core/platform.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-okl4/src/core/platform_pd.cc b/repos/base-okl4/src/core/platform_pd.cc index 113a741dd..1a264d707 100644 --- a/repos/base-okl4/src/core/platform_pd.cc +++ b/repos/base-okl4/src/core/platform_pd.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-okl4/src/core/platform_thread.cc b/repos/base-okl4/src/core/platform_thread.cc index 0802d5591..3c22e96eb 100644 --- a/repos/base-okl4/src/core/platform_thread.cc +++ b/repos/base-okl4/src/core/platform_thread.cc @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-okl4/src/core/ram_session_support.cc b/repos/base-okl4/src/core/ram_session_support.cc index 9f8a084d6..b0e2572c8 100644 --- a/repos/base-okl4/src/core/ram_session_support.cc +++ b/repos/base-okl4/src/core/ram_session_support.cc @@ -8,10 +8,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-okl4/src/core/region_map_support.cc b/repos/base-okl4/src/core/region_map_support.cc index 79a52b62b..abf8141ae 100644 --- a/repos/base-okl4/src/core/region_map_support.cc +++ b/repos/base-okl4/src/core/region_map_support.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-okl4/src/core/spec/x86/platform_thread_x86.cc b/repos/base-okl4/src/core/spec/x86/platform_thread_x86.cc index 0672ad100..9bcc48b59 100644 --- a/repos/base-okl4/src/core/spec/x86/platform_thread_x86.cc +++ b/repos/base-okl4/src/core/spec/x86/platform_thread_x86.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-okl4/src/core/spec/x86/platform_x86.cc b/repos/base-okl4/src/core/spec/x86/platform_x86.cc index 40c492d7a..7b77b907d 100644 --- a/repos/base-okl4/src/core/spec/x86/platform_x86.cc +++ b/repos/base-okl4/src/core/spec/x86/platform_x86.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-okl4/src/core/thread_start.cc b/repos/base-okl4/src/core/thread_start.cc index 354156c8d..855dc4fd1 100644 --- a/repos/base-okl4/src/core/thread_start.cc +++ b/repos/base-okl4/src/core/thread_start.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-okl4/src/include/base/internal/lock_helper.h b/repos/base-okl4/src/include/base/internal/lock_helper.h index 721a394d0..6b1f79997 100644 --- a/repos/base-okl4/src/include/base/internal/lock_helper.h +++ b/repos/base-okl4/src/include/base/internal/lock_helper.h @@ -8,10 +8,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__LOCK_HELPER_H_ diff --git a/repos/base-okl4/src/include/base/internal/native_thread.h b/repos/base-okl4/src/include/base/internal/native_thread.h index d680eaf42..b25affdd1 100644 --- a/repos/base-okl4/src/include/base/internal/native_thread.h +++ b/repos/base-okl4/src/include/base/internal/native_thread.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__NATIVE_THREAD_H_ diff --git a/repos/base-okl4/src/include/base/internal/native_utcb.h b/repos/base-okl4/src/include/base/internal/native_utcb.h index abdeb7cea..691d3efe7 100644 --- a/repos/base-okl4/src/include/base/internal/native_utcb.h +++ b/repos/base-okl4/src/include/base/internal/native_utcb.h @@ -8,10 +8,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__NATIVE_UTCB_H_ diff --git a/repos/base-okl4/src/include/base/internal/parent_cap.h b/repos/base-okl4/src/include/base/internal/parent_cap.h index d8fa0a4f7..ecd543e8a 100644 --- a/repos/base-okl4/src/include/base/internal/parent_cap.h +++ b/repos/base-okl4/src/include/base/internal/parent_cap.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__PARENT_CAP_H_ diff --git a/repos/base-okl4/src/include/base/internal/raw_write_string.h b/repos/base-okl4/src/include/base/internal/raw_write_string.h index aab1f3ba0..e8b6f8712 100644 --- a/repos/base-okl4/src/include/base/internal/raw_write_string.h +++ b/repos/base-okl4/src/include/base/internal/raw_write_string.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__RAW_WRITE_STRING_H_ diff --git a/repos/base-okl4/src/include/base/internal/rpc_destination.h b/repos/base-okl4/src/include/base/internal/rpc_destination.h index 19a5be466..7e890f10e 100644 --- a/repos/base-okl4/src/include/base/internal/rpc_destination.h +++ b/repos/base-okl4/src/include/base/internal/rpc_destination.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__RPC_DESTINATION_H_ diff --git a/repos/base-okl4/src/include/bootinfo/internal/stdint.h b/repos/base-okl4/src/include/bootinfo/internal/stdint.h index 095851e86..2d9f91dd9 100644 --- a/repos/base-okl4/src/include/bootinfo/internal/stdint.h +++ b/repos/base-okl4/src/include/bootinfo/internal/stdint.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BOOTINFO__INTERNAL__STDINT_H_ diff --git a/repos/base-okl4/src/include/bootinfo/internal/stdio.h b/repos/base-okl4/src/include/bootinfo/internal/stdio.h index 6c6ece0dc..57af77929 100644 --- a/repos/base-okl4/src/include/bootinfo/internal/stdio.h +++ b/repos/base-okl4/src/include/bootinfo/internal/stdio.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BOOTINFO__INTERNAL__STDIO_H_ diff --git a/repos/base-okl4/src/lib/base/capability_raw.cc b/repos/base-okl4/src/lib/base/capability_raw.cc index 90222e4dc..0f19e057e 100644 --- a/repos/base-okl4/src/lib/base/capability_raw.cc +++ b/repos/base-okl4/src/lib/base/capability_raw.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base-okl4/src/lib/base/ipc.cc b/repos/base-okl4/src/lib/base/ipc.cc index f91519e5e..b0a38fe5b 100644 --- a/repos/base-okl4/src/lib/base/ipc.cc +++ b/repos/base-okl4/src/lib/base/ipc.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-okl4/src/lib/base/thread_bootstrap.cc b/repos/base-okl4/src/lib/base/thread_bootstrap.cc index 24286d79c..29b044ef4 100644 --- a/repos/base-okl4/src/lib/base/thread_bootstrap.cc +++ b/repos/base-okl4/src/lib/base/thread_bootstrap.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-pistachio/src/core/core_log.cc b/repos/base-pistachio/src/core/core_log.cc index fc4ac8fbe..92d22c86a 100644 --- a/repos/base-pistachio/src/core/core_log.cc +++ b/repos/base-pistachio/src/core/core_log.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-pistachio/src/core/cpu_session_platform.cc b/repos/base-pistachio/src/core/cpu_session_platform.cc index 3c17975bb..4aafd7502 100644 --- a/repos/base-pistachio/src/core/cpu_session_platform.cc +++ b/repos/base-pistachio/src/core/cpu_session_platform.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-pistachio/src/core/include/ipc_pager.h b/repos/base-pistachio/src/core/include/ipc_pager.h index daa9bad7a..100f7518c 100644 --- a/repos/base-pistachio/src/core/include/ipc_pager.h +++ b/repos/base-pistachio/src/core/include/ipc_pager.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__IPC_PAGER_H_ diff --git a/repos/base-pistachio/src/core/include/kip.h b/repos/base-pistachio/src/core/include/kip.h index 680c477f9..ee2feea99 100644 --- a/repos/base-pistachio/src/core/include/kip.h +++ b/repos/base-pistachio/src/core/include/kip.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__KIP_H_ diff --git a/repos/base-pistachio/src/core/include/map_local.h b/repos/base-pistachio/src/core/include/map_local.h index ff90edab8..cf04c2416 100644 --- a/repos/base-pistachio/src/core/include/map_local.h +++ b/repos/base-pistachio/src/core/include/map_local.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__MAP_LOCAL_H_ diff --git a/repos/base-pistachio/src/core/include/platform.h b/repos/base-pistachio/src/core/include/platform.h index 33747a146..e09ce414e 100644 --- a/repos/base-pistachio/src/core/include/platform.h +++ b/repos/base-pistachio/src/core/include/platform.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2007-2013 Genode Labs GmbH + * Copyright (C) 2007-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__PLATFORM_H_ diff --git a/repos/base-pistachio/src/core/include/platform_pd.h b/repos/base-pistachio/src/core/include/platform_pd.h index 1c13ff769..4f925616c 100644 --- a/repos/base-pistachio/src/core/include/platform_pd.h +++ b/repos/base-pistachio/src/core/include/platform_pd.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__PLATFORM_PD_H_ diff --git a/repos/base-pistachio/src/core/include/platform_thread.h b/repos/base-pistachio/src/core/include/platform_thread.h index 024da1598..bb3a974f5 100644 --- a/repos/base-pistachio/src/core/include/platform_thread.h +++ b/repos/base-pistachio/src/core/include/platform_thread.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__PLATFORM_THREAD_H_ diff --git a/repos/base-pistachio/src/core/include/print_l4_thread_id.h b/repos/base-pistachio/src/core/include/print_l4_thread_id.h index 64dd84620..7a70e1f36 100644 --- a/repos/base-pistachio/src/core/include/print_l4_thread_id.h +++ b/repos/base-pistachio/src/core/include/print_l4_thread_id.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__PRINT_L4_THREAD_ID_H_ diff --git a/repos/base-pistachio/src/core/include/rpc_cap_factory.h b/repos/base-pistachio/src/core/include/rpc_cap_factory.h index fd1514523..9b0200c56 100644 --- a/repos/base-pistachio/src/core/include/rpc_cap_factory.h +++ b/repos/base-pistachio/src/core/include/rpc_cap_factory.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__RPC_CAP_FACTORY_H_ diff --git a/repos/base-pistachio/src/core/include/util.h b/repos/base-pistachio/src/core/include/util.h index 96f259f7b..e74e56aeb 100644 --- a/repos/base-pistachio/src/core/include/util.h +++ b/repos/base-pistachio/src/core/include/util.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__UTIL_H_ diff --git a/repos/base-pistachio/src/core/io_mem_session_support.cc b/repos/base-pistachio/src/core/io_mem_session_support.cc index f79f0259e..9fafb9c24 100644 --- a/repos/base-pistachio/src/core/io_mem_session_support.cc +++ b/repos/base-pistachio/src/core/io_mem_session_support.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-pistachio/src/core/irq_session_component.cc b/repos/base-pistachio/src/core/irq_session_component.cc index 1b5767e29..f00483719 100644 --- a/repos/base-pistachio/src/core/irq_session_component.cc +++ b/repos/base-pistachio/src/core/irq_session_component.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2015 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-pistachio/src/core/kip.cc b/repos/base-pistachio/src/core/kip.cc index 61a580a68..20712295f 100644 --- a/repos/base-pistachio/src/core/kip.cc +++ b/repos/base-pistachio/src/core/kip.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core-local includes */ diff --git a/repos/base-pistachio/src/core/pager.cc b/repos/base-pistachio/src/core/pager.cc index ecda0e99c..db79e0667 100644 --- a/repos/base-pistachio/src/core/pager.cc +++ b/repos/base-pistachio/src/core/pager.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-pistachio/src/core/pager_object.cc b/repos/base-pistachio/src/core/pager_object.cc index b925a1588..0605bda03 100644 --- a/repos/base-pistachio/src/core/pager_object.cc +++ b/repos/base-pistachio/src/core/pager_object.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-pistachio/src/core/platform.cc b/repos/base-pistachio/src/core/platform.cc index a07573e11..02c90ac99 100644 --- a/repos/base-pistachio/src/core/platform.cc +++ b/repos/base-pistachio/src/core/platform.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-pistachio/src/core/platform_pd.cc b/repos/base-pistachio/src/core/platform_pd.cc index f8901e19d..cdd3119a6 100644 --- a/repos/base-pistachio/src/core/platform_pd.cc +++ b/repos/base-pistachio/src/core/platform_pd.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-pistachio/src/core/platform_thread.cc b/repos/base-pistachio/src/core/platform_thread.cc index 105ae0ecf..730723fd2 100644 --- a/repos/base-pistachio/src/core/platform_thread.cc +++ b/repos/base-pistachio/src/core/platform_thread.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-pistachio/src/core/ram_session_support.cc b/repos/base-pistachio/src/core/ram_session_support.cc index f231d6833..78c47abf1 100644 --- a/repos/base-pistachio/src/core/ram_session_support.cc +++ b/repos/base-pistachio/src/core/ram_session_support.cc @@ -8,10 +8,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include "ram_session_component.h" diff --git a/repos/base-pistachio/src/core/region_map_support.cc b/repos/base-pistachio/src/core/region_map_support.cc index 65c0050de..8a0c2f22c 100644 --- a/repos/base-pistachio/src/core/region_map_support.cc +++ b/repos/base-pistachio/src/core/region_map_support.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base-pistachio/src/core/spec/x86/platform_x86.cc b/repos/base-pistachio/src/core/spec/x86/platform_x86.cc index 9285edd37..0e4c35f31 100644 --- a/repos/base-pistachio/src/core/spec/x86/platform_x86.cc +++ b/repos/base-pistachio/src/core/spec/x86/platform_x86.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core-local includes */ diff --git a/repos/base-pistachio/src/core/thread_start.cc b/repos/base-pistachio/src/core/thread_start.cc index b32323b77..34903e189 100644 --- a/repos/base-pistachio/src/core/thread_start.cc +++ b/repos/base-pistachio/src/core/thread_start.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-pistachio/src/include/base/internal/lock_helper.h b/repos/base-pistachio/src/include/base/internal/lock_helper.h index 4b7d09693..e7d0b6fe8 100644 --- a/repos/base-pistachio/src/include/base/internal/lock_helper.h +++ b/repos/base-pistachio/src/include/base/internal/lock_helper.h @@ -8,10 +8,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__LOCK_HELPER_H_ diff --git a/repos/base-pistachio/src/include/base/internal/native_thread.h b/repos/base-pistachio/src/include/base/internal/native_thread.h index dc0990208..f48571083 100644 --- a/repos/base-pistachio/src/include/base/internal/native_thread.h +++ b/repos/base-pistachio/src/include/base/internal/native_thread.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__NATIVE_THREAD_H_ diff --git a/repos/base-pistachio/src/include/base/internal/native_utcb.h b/repos/base-pistachio/src/include/base/internal/native_utcb.h index a7408785f..a9b98bec0 100644 --- a/repos/base-pistachio/src/include/base/internal/native_utcb.h +++ b/repos/base-pistachio/src/include/base/internal/native_utcb.h @@ -8,10 +8,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__NATIVE_UTCB_H_ diff --git a/repos/base-pistachio/src/include/base/internal/parent_cap.h b/repos/base-pistachio/src/include/base/internal/parent_cap.h index 913e3c6fb..528b9d8b1 100644 --- a/repos/base-pistachio/src/include/base/internal/parent_cap.h +++ b/repos/base-pistachio/src/include/base/internal/parent_cap.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__PARENT_CAP_H_ diff --git a/repos/base-pistachio/src/include/base/internal/raw_write_string.h b/repos/base-pistachio/src/include/base/internal/raw_write_string.h index d20c07190..f18d5276e 100644 --- a/repos/base-pistachio/src/include/base/internal/raw_write_string.h +++ b/repos/base-pistachio/src/include/base/internal/raw_write_string.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__RAW_WRITE_STRING_H_ diff --git a/repos/base-pistachio/src/include/base/internal/rpc_destination.h b/repos/base-pistachio/src/include/base/internal/rpc_destination.h index d69fa1601..75eb3392e 100644 --- a/repos/base-pistachio/src/include/base/internal/rpc_destination.h +++ b/repos/base-pistachio/src/include/base/internal/rpc_destination.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__RPC_DESTINATION_H_ diff --git a/repos/base-pistachio/src/lib/base/capability_raw.cc b/repos/base-pistachio/src/lib/base/capability_raw.cc index 90222e4dc..0f19e057e 100644 --- a/repos/base-pistachio/src/lib/base/capability_raw.cc +++ b/repos/base-pistachio/src/lib/base/capability_raw.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base-pistachio/src/lib/base/ipc.cc b/repos/base-pistachio/src/lib/base/ipc.cc index 414321ab7..e8c58d093 100644 --- a/repos/base-pistachio/src/lib/base/ipc.cc +++ b/repos/base-pistachio/src/lib/base/ipc.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-pistachio/src/lib/base/thread_bootstrap.cc b/repos/base-pistachio/src/lib/base/thread_bootstrap.cc index 509d1ed95..459605966 100644 --- a/repos/base-pistachio/src/lib/base/thread_bootstrap.cc +++ b/repos/base-pistachio/src/lib/base/thread_bootstrap.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-sel4/include/sel4/assert.h b/repos/base-sel4/include/sel4/assert.h index d44546d7a..389d83df8 100644 --- a/repos/base-sel4/include/sel4/assert.h +++ b/repos/base-sel4/include/sel4/assert.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SEL4__ASSERT_H_ diff --git a/repos/base-sel4/src/core/capability_space.cc b/repos/base-sel4/src/core/capability_space.cc index edfbbfd58..a9ee552cd 100644 --- a/repos/base-sel4/src/core/capability_space.cc +++ b/repos/base-sel4/src/core/capability_space.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* base includes */ diff --git a/repos/base-sel4/src/core/core_log.cc b/repos/base-sel4/src/core/core_log.cc index 6154fbf01..d33447411 100644 --- a/repos/base-sel4/src/core/core_log.cc +++ b/repos/base-sel4/src/core/core_log.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-sel4/src/core/core_region_map.cc b/repos/base-sel4/src/core/core_region_map.cc index 5e3797612..9beb5d13f 100644 --- a/repos/base-sel4/src/core/core_region_map.cc +++ b/repos/base-sel4/src/core/core_region_map.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-sel4/src/core/include/cap_sel_alloc.h b/repos/base-sel4/src/core/include/cap_sel_alloc.h index 28e12d6d4..1f0aa4caa 100644 --- a/repos/base-sel4/src/core/include/cap_sel_alloc.h +++ b/repos/base-sel4/src/core/include/cap_sel_alloc.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__CAP_SEL_ALLOC_H_ diff --git a/repos/base-sel4/src/core/include/cnode.h b/repos/base-sel4/src/core/include/cnode.h index 2ea53a624..2fb2394dc 100644 --- a/repos/base-sel4/src/core/include/cnode.h +++ b/repos/base-sel4/src/core/include/cnode.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__CNODE_H_ diff --git a/repos/base-sel4/src/core/include/core_capability_data.h b/repos/base-sel4/src/core/include/core_capability_data.h index 1ff78dd30..50262492f 100644 --- a/repos/base-sel4/src/core/include/core_capability_data.h +++ b/repos/base-sel4/src/core/include/core_capability_data.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__CORE_CAPABILITY_DATA_H_ diff --git a/repos/base-sel4/src/core/include/core_cspace.h b/repos/base-sel4/src/core/include/core_cspace.h index 54529bea8..40ac8764a 100644 --- a/repos/base-sel4/src/core/include/core_cspace.h +++ b/repos/base-sel4/src/core/include/core_cspace.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__CORE_CSPACE_H_ diff --git a/repos/base-sel4/src/core/include/initial_untyped_pool.h b/repos/base-sel4/src/core/include/initial_untyped_pool.h index 51779d9cb..8c2f3f8f1 100644 --- a/repos/base-sel4/src/core/include/initial_untyped_pool.h +++ b/repos/base-sel4/src/core/include/initial_untyped_pool.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__INITIAL_UNTYPED_POOL_H_ diff --git a/repos/base-sel4/src/core/include/install_mapping.h b/repos/base-sel4/src/core/include/install_mapping.h index f43a5b035..c4583474c 100644 --- a/repos/base-sel4/src/core/include/install_mapping.h +++ b/repos/base-sel4/src/core/include/install_mapping.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__INSTALL_MAPPING_H_ diff --git a/repos/base-sel4/src/core/include/ipc_pager.h b/repos/base-sel4/src/core/include/ipc_pager.h index 3245b3be8..d359cd2a0 100644 --- a/repos/base-sel4/src/core/include/ipc_pager.h +++ b/repos/base-sel4/src/core/include/ipc_pager.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__IPC_PAGER_H_ diff --git a/repos/base-sel4/src/core/include/irq_object.h b/repos/base-sel4/src/core/include/irq_object.h index 9808b175b..f46a800d8 100644 --- a/repos/base-sel4/src/core/include/irq_object.h +++ b/repos/base-sel4/src/core/include/irq_object.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2007-2015 Genode Labs GmbH + * Copyright (C) 2007-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__IRQ_OBJECT_H_ diff --git a/repos/base-sel4/src/core/include/kernel_object.h b/repos/base-sel4/src/core/include/kernel_object.h index 54c96b97b..ffb770168 100644 --- a/repos/base-sel4/src/core/include/kernel_object.h +++ b/repos/base-sel4/src/core/include/kernel_object.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__KERNEL_OBJECT_H_ diff --git a/repos/base-sel4/src/core/include/map_local.h b/repos/base-sel4/src/core/include/map_local.h index 268aa6042..7082ece8c 100644 --- a/repos/base-sel4/src/core/include/map_local.h +++ b/repos/base-sel4/src/core/include/map_local.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__MAP_LOCAL_H_ diff --git a/repos/base-sel4/src/core/include/page_table_registry.h b/repos/base-sel4/src/core/include/page_table_registry.h index b6e51feaf..c0709a37c 100644 --- a/repos/base-sel4/src/core/include/page_table_registry.h +++ b/repos/base-sel4/src/core/include/page_table_registry.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__PAGE_TABLE_REGISTRY_H_ diff --git a/repos/base-sel4/src/core/include/pager.h b/repos/base-sel4/src/core/include/pager.h index c7901e124..15b3787eb 100644 --- a/repos/base-sel4/src/core/include/pager.h +++ b/repos/base-sel4/src/core/include/pager.h @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2006-2015 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__PAGER_H_ diff --git a/repos/base-sel4/src/core/include/platform.h b/repos/base-sel4/src/core/include/platform.h index c316f16ad..afb9b1e2b 100644 --- a/repos/base-sel4/src/core/include/platform.h +++ b/repos/base-sel4/src/core/include/platform.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__PLATFORM_H_ diff --git a/repos/base-sel4/src/core/include/platform_pd.h b/repos/base-sel4/src/core/include/platform_pd.h index c2e3eb346..dce64a4b6 100644 --- a/repos/base-sel4/src/core/include/platform_pd.h +++ b/repos/base-sel4/src/core/include/platform_pd.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__PLATFORM_PD_H_ diff --git a/repos/base-sel4/src/core/include/platform_thread.h b/repos/base-sel4/src/core/include/platform_thread.h index 1aacf8cdb..6dbbecf4b 100644 --- a/repos/base-sel4/src/core/include/platform_thread.h +++ b/repos/base-sel4/src/core/include/platform_thread.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__PLATFORM_THREAD_H_ diff --git a/repos/base-sel4/src/core/include/rpc_cap_factory.h b/repos/base-sel4/src/core/include/rpc_cap_factory.h index fd1514523..9b0200c56 100644 --- a/repos/base-sel4/src/core/include/rpc_cap_factory.h +++ b/repos/base-sel4/src/core/include/rpc_cap_factory.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__RPC_CAP_FACTORY_H_ diff --git a/repos/base-sel4/src/core/include/sel4_boot_info.h b/repos/base-sel4/src/core/include/sel4_boot_info.h index bd6ff949a..f5af14064 100644 --- a/repos/base-sel4/src/core/include/sel4_boot_info.h +++ b/repos/base-sel4/src/core/include/sel4_boot_info.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__SEL4_BOOT_INFO_H_ diff --git a/repos/base-sel4/src/core/include/thread_sel4.h b/repos/base-sel4/src/core/include/thread_sel4.h index 548d73639..df6c386b3 100644 --- a/repos/base-sel4/src/core/include/thread_sel4.h +++ b/repos/base-sel4/src/core/include/thread_sel4.h @@ -8,10 +8,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__THREAD_SEL4_H_ diff --git a/repos/base-sel4/src/core/include/untyped_memory.h b/repos/base-sel4/src/core/include/untyped_memory.h index eda1af3ff..f26178c48 100644 --- a/repos/base-sel4/src/core/include/untyped_memory.h +++ b/repos/base-sel4/src/core/include/untyped_memory.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__UNTYPED_MEMORY_H_ diff --git a/repos/base-sel4/src/core/include/util.h b/repos/base-sel4/src/core/include/util.h index da5a78dbc..5e088824e 100644 --- a/repos/base-sel4/src/core/include/util.h +++ b/repos/base-sel4/src/core/include/util.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__UTIL_H_ diff --git a/repos/base-sel4/src/core/include/vm_space.h b/repos/base-sel4/src/core/include/vm_space.h index c73d7d3b1..51a44af78 100644 --- a/repos/base-sel4/src/core/include/vm_space.h +++ b/repos/base-sel4/src/core/include/vm_space.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__VM_SPACE_H_ diff --git a/repos/base-sel4/src/core/io_mem_session_support.cc b/repos/base-sel4/src/core/io_mem_session_support.cc index 7e8c8aba9..2bf937281 100644 --- a/repos/base-sel4/src/core/io_mem_session_support.cc +++ b/repos/base-sel4/src/core/io_mem_session_support.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-sel4/src/core/io_port_session_support.cc b/repos/base-sel4/src/core/io_port_session_support.cc index ed680b6cd..2f74337e5 100644 --- a/repos/base-sel4/src/core/io_port_session_support.cc +++ b/repos/base-sel4/src/core/io_port_session_support.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-sel4/src/core/irq_session_component.cc b/repos/base-sel4/src/core/irq_session_component.cc index 6971c7f0c..e99849786 100644 --- a/repos/base-sel4/src/core/irq_session_component.cc +++ b/repos/base-sel4/src/core/irq_session_component.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-sel4/src/core/pager.cc b/repos/base-sel4/src/core/pager.cc index 8bcb35a7b..5fc300f26 100644 --- a/repos/base-sel4/src/core/pager.cc +++ b/repos/base-sel4/src/core/pager.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-sel4/src/core/platform.cc b/repos/base-sel4/src/core/platform.cc index f2c295f80..3b54c7020 100644 --- a/repos/base-sel4/src/core/platform.cc +++ b/repos/base-sel4/src/core/platform.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-sel4/src/core/platform_pd.cc b/repos/base-sel4/src/core/platform_pd.cc index 7f96cacab..262e27c36 100644 --- a/repos/base-sel4/src/core/platform_pd.cc +++ b/repos/base-sel4/src/core/platform_pd.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-sel4/src/core/platform_thread.cc b/repos/base-sel4/src/core/platform_thread.cc index b05ab7997..ecc61bb40 100644 --- a/repos/base-sel4/src/core/platform_thread.cc +++ b/repos/base-sel4/src/core/platform_thread.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-sel4/src/core/ram_session_support.cc b/repos/base-sel4/src/core/ram_session_support.cc index 923815e2b..213f086f8 100644 --- a/repos/base-sel4/src/core/ram_session_support.cc +++ b/repos/base-sel4/src/core/ram_session_support.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-sel4/src/core/region_map_support.cc b/repos/base-sel4/src/core/region_map_support.cc index 0ee0f29f7..f20e74eaa 100644 --- a/repos/base-sel4/src/core/region_map_support.cc +++ b/repos/base-sel4/src/core/region_map_support.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base-sel4/src/core/rpc_cap_factory.cc b/repos/base-sel4/src/core/rpc_cap_factory.cc index 798411148..806711d51 100644 --- a/repos/base-sel4/src/core/rpc_cap_factory.cc +++ b/repos/base-sel4/src/core/rpc_cap_factory.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-sel4/src/core/signal_source_component.cc b/repos/base-sel4/src/core/signal_source_component.cc index bb510fefc..a9c8805ca 100644 --- a/repos/base-sel4/src/core/signal_source_component.cc +++ b/repos/base-sel4/src/core/signal_source_component.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-sel4/src/core/stack_area.cc b/repos/base-sel4/src/core/stack_area.cc index b1598b00b..cc554ab95 100644 --- a/repos/base-sel4/src/core/stack_area.cc +++ b/repos/base-sel4/src/core/stack_area.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2010-2015 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-sel4/src/core/thread_start.cc b/repos/base-sel4/src/core/thread_start.cc index 1c5de2a8d..ce2b02493 100644 --- a/repos/base-sel4/src/core/thread_start.cc +++ b/repos/base-sel4/src/core/thread_start.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-sel4/src/include/base/internal/assert.h b/repos/base-sel4/src/include/base/internal/assert.h index 674b03d49..17c1bbbf7 100644 --- a/repos/base-sel4/src/include/base/internal/assert.h +++ b/repos/base-sel4/src/include/base/internal/assert.h @@ -8,10 +8,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__ASSERT_H_ diff --git a/repos/base-sel4/src/include/base/internal/capability_space_sel4.h b/repos/base-sel4/src/include/base/internal/capability_space_sel4.h index df7af124b..e9bf3a33f 100644 --- a/repos/base-sel4/src/include/base/internal/capability_space_sel4.h +++ b/repos/base-sel4/src/include/base/internal/capability_space_sel4.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__CAPABILITY_SPACE_SEL4_H_ diff --git a/repos/base-sel4/src/include/base/internal/kernel_debugger.h b/repos/base-sel4/src/include/base/internal/kernel_debugger.h index c0255298c..5d253ac72 100644 --- a/repos/base-sel4/src/include/base/internal/kernel_debugger.h +++ b/repos/base-sel4/src/include/base/internal/kernel_debugger.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__KERNEL_DEBUGGER_H_ diff --git a/repos/base-sel4/src/include/base/internal/lock_helper.h b/repos/base-sel4/src/include/base/internal/lock_helper.h index 9fc81e315..598ee2cdd 100644 --- a/repos/base-sel4/src/include/base/internal/lock_helper.h +++ b/repos/base-sel4/src/include/base/internal/lock_helper.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__LOCK_HELPER_H_ diff --git a/repos/base-sel4/src/include/base/internal/native_thread.h b/repos/base-sel4/src/include/base/internal/native_thread.h index b1350c718..8c32dd790 100644 --- a/repos/base-sel4/src/include/base/internal/native_thread.h +++ b/repos/base-sel4/src/include/base/internal/native_thread.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__NATIVE_THREAD_H_ diff --git a/repos/base-sel4/src/include/base/internal/native_utcb.h b/repos/base-sel4/src/include/base/internal/native_utcb.h index effc319de..d4121bf98 100644 --- a/repos/base-sel4/src/include/base/internal/native_utcb.h +++ b/repos/base-sel4/src/include/base/internal/native_utcb.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__NATIVE_UTCB_H_ diff --git a/repos/base-sel4/src/include/base/internal/parent_cap.h b/repos/base-sel4/src/include/base/internal/parent_cap.h index 54e1b8ee3..4e4fab8d8 100644 --- a/repos/base-sel4/src/include/base/internal/parent_cap.h +++ b/repos/base-sel4/src/include/base/internal/parent_cap.h @@ -8,10 +8,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__PARENT_CAP_H_ diff --git a/repos/base-sel4/src/include/base/internal/raw_write_string.h b/repos/base-sel4/src/include/base/internal/raw_write_string.h index b5d437d74..b26e8b4b7 100644 --- a/repos/base-sel4/src/include/base/internal/raw_write_string.h +++ b/repos/base-sel4/src/include/base/internal/raw_write_string.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__RAW_WRITE_STRING_H_ diff --git a/repos/base-sel4/src/include/signal_source/client.h b/repos/base-sel4/src/include/signal_source/client.h index 0add6d376..de86daffe 100644 --- a/repos/base-sel4/src/include/signal_source/client.h +++ b/repos/base-sel4/src/include/signal_source/client.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SIGNAL_SOURCE__CLIENT_H_ diff --git a/repos/base-sel4/src/include/signal_source/rpc_object.h b/repos/base-sel4/src/include/signal_source/rpc_object.h index 8af43f2e1..d7c0ba182 100644 --- a/repos/base-sel4/src/include/signal_source/rpc_object.h +++ b/repos/base-sel4/src/include/signal_source/rpc_object.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SIGNAL_SOURCE__RPC_OBJECT_H_ diff --git a/repos/base-sel4/src/include/signal_source/sel4_signal_source.h b/repos/base-sel4/src/include/signal_source/sel4_signal_source.h index 2b8dabe90..a2d61eea8 100644 --- a/repos/base-sel4/src/include/signal_source/sel4_signal_source.h +++ b/repos/base-sel4/src/include/signal_source/sel4_signal_source.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SIGNAL_SOURCE__SEL4_SIGNAL_SOURCE_H_ diff --git a/repos/base-sel4/src/lib/base/capability_raw.cc b/repos/base-sel4/src/lib/base/capability_raw.cc index 4189764af..9dcf23a5c 100644 --- a/repos/base-sel4/src/lib/base/capability_raw.cc +++ b/repos/base-sel4/src/lib/base/capability_raw.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base-sel4/src/lib/base/capability_space.cc b/repos/base-sel4/src/lib/base/capability_space.cc index 5df730319..dea874894 100644 --- a/repos/base-sel4/src/lib/base/capability_space.cc +++ b/repos/base-sel4/src/lib/base/capability_space.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* base includes */ diff --git a/repos/base-sel4/src/lib/base/ipc.cc b/repos/base-sel4/src/lib/base/ipc.cc index c6665b07b..1901a3910 100644 --- a/repos/base-sel4/src/lib/base/ipc.cc +++ b/repos/base-sel4/src/lib/base/ipc.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-sel4/src/lib/base/thread_bootstrap.cc b/repos/base-sel4/src/lib/base/thread_bootstrap.cc index a443f6fef..35bdc877e 100644 --- a/repos/base-sel4/src/lib/base/thread_bootstrap.cc +++ b/repos/base-sel4/src/lib/base/thread_bootstrap.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base-sel4/src/lib/base/thread_init.cc b/repos/base-sel4/src/lib/base/thread_init.cc index 66ce9a5b5..1da467661 100644 --- a/repos/base-sel4/src/lib/base/thread_init.cc +++ b/repos/base-sel4/src/lib/base/thread_init.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base/include/base/affinity.h b/repos/base/include/base/affinity.h index 27d26c6e0..60cfab71a 100644 --- a/repos/base/include/base/affinity.h +++ b/repos/base/include/base/affinity.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__AFFINITY_H_ diff --git a/repos/base/include/base/allocator.h b/repos/base/include/base/allocator.h index d39b603d3..d6a43ca30 100644 --- a/repos/base/include/base/allocator.h +++ b/repos/base/include/base/allocator.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__ALLOCATOR_H_ diff --git a/repos/base/include/base/allocator_avl.h b/repos/base/include/base/allocator_avl.h index 54b614e00..ac60b689f 100644 --- a/repos/base/include/base/allocator_avl.h +++ b/repos/base/include/base/allocator_avl.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__ALLOCATOR_AVL_H_ diff --git a/repos/base/include/base/allocator_guard.h b/repos/base/include/base/allocator_guard.h index 5bf524e64..8d7462e91 100644 --- a/repos/base/include/base/allocator_guard.h +++ b/repos/base/include/base/allocator_guard.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__ALLOCATOR_GUARD_H_ diff --git a/repos/base/include/base/attached_dataspace.h b/repos/base/include/base/attached_dataspace.h index c30dcfd91..ca2b48454 100644 --- a/repos/base/include/base/attached_dataspace.h +++ b/repos/base/include/base/attached_dataspace.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__ATTACHED_DATASPACE_H_ diff --git a/repos/base/include/base/attached_io_mem_dataspace.h b/repos/base/include/base/attached_io_mem_dataspace.h index e66603794..c8beb3159 100644 --- a/repos/base/include/base/attached_io_mem_dataspace.h +++ b/repos/base/include/base/attached_io_mem_dataspace.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__ATTACHED_IO_MEM_DATASPACE_H_ diff --git a/repos/base/include/base/attached_ram_dataspace.h b/repos/base/include/base/attached_ram_dataspace.h index 3fd436da8..96124bd82 100644 --- a/repos/base/include/base/attached_ram_dataspace.h +++ b/repos/base/include/base/attached_ram_dataspace.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__ATTACHED_RAM_DATASPACE_H_ diff --git a/repos/base/include/base/attached_rom_dataspace.h b/repos/base/include/base/attached_rom_dataspace.h index bd9c2a41e..b83f73f24 100644 --- a/repos/base/include/base/attached_rom_dataspace.h +++ b/repos/base/include/base/attached_rom_dataspace.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__ATTACHED_ROM_DATASPACE_H_ diff --git a/repos/base/include/base/blocking.h b/repos/base/include/base/blocking.h index 791869d5d..6c2c6335b 100644 --- a/repos/base/include/base/blocking.h +++ b/repos/base/include/base/blocking.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2007-2013 Genode Labs GmbH + * Copyright (C) 2007-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__BLOCKING_H_ diff --git a/repos/base/include/base/cache.h b/repos/base/include/base/cache.h index a63986390..1b8015f42 100644 --- a/repos/base/include/base/cache.h +++ b/repos/base/include/base/cache.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__CACHE_H_ diff --git a/repos/base/include/base/cancelable_lock.h b/repos/base/include/base/cancelable_lock.h index 28315f931..304a1add3 100644 --- a/repos/base/include/base/cancelable_lock.h +++ b/repos/base/include/base/cancelable_lock.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__CANCELABLE_LOCK_H_ diff --git a/repos/base/include/base/capability.h b/repos/base/include/base/capability.h index f3c6ce88d..d47fc4dd6 100644 --- a/repos/base/include/base/capability.h +++ b/repos/base/include/base/capability.h @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__CAPABILITY_H_ diff --git a/repos/base/include/base/child.h b/repos/base/include/base/child.h index 47f04696f..bd4f54626 100644 --- a/repos/base/include/base/child.h +++ b/repos/base/include/base/child.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__CHILD_H_ diff --git a/repos/base/include/base/component.h b/repos/base/include/base/component.h index 6d01df559..8ae7c7693 100644 --- a/repos/base/include/base/component.h +++ b/repos/base/include/base/component.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__COMPONENT_H_ diff --git a/repos/base/include/base/connection.h b/repos/base/include/base/connection.h index e00221ac9..92a6d569d 100644 --- a/repos/base/include/base/connection.h +++ b/repos/base/include/base/connection.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__CONNECTION_H_ diff --git a/repos/base/include/base/console.h b/repos/base/include/base/console.h index 8aebec2cd..2387546c1 100644 --- a/repos/base/include/base/console.h +++ b/repos/base/include/base/console.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__CONSOLE_H_ diff --git a/repos/base/include/base/debug.h b/repos/base/include/base/debug.h index b75272e8e..d17086c3c 100644 --- a/repos/base/include/base/debug.h +++ b/repos/base/include/base/debug.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__DEBUG_H_ diff --git a/repos/base/include/base/entrypoint.h b/repos/base/include/base/entrypoint.h index 6bb357857..3c8c92896 100644 --- a/repos/base/include/base/entrypoint.h +++ b/repos/base/include/base/entrypoint.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__ENTRYPOINT_H_ diff --git a/repos/base/include/base/env.h b/repos/base/include/base/env.h index 202a1f411..7668f260a 100644 --- a/repos/base/include/base/env.h +++ b/repos/base/include/base/env.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__ENV_H_ diff --git a/repos/base/include/base/exception.h b/repos/base/include/base/exception.h index a946efaea..8ea937573 100644 --- a/repos/base/include/base/exception.h +++ b/repos/base/include/base/exception.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__EXCEPTION_H_ diff --git a/repos/base/include/base/heap.h b/repos/base/include/base/heap.h index f0dd86f82..1baef1e86 100644 --- a/repos/base/include/base/heap.h +++ b/repos/base/include/base/heap.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__HEAP_H_ diff --git a/repos/base/include/base/id_space.h b/repos/base/include/base/id_space.h index 6e65c8ce7..52ce180ae 100644 --- a/repos/base/include/base/id_space.h +++ b/repos/base/include/base/id_space.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__ID_SPACE_H_ diff --git a/repos/base/include/base/ipc.h b/repos/base/include/base/ipc.h index b5a9cf38a..3175bff33 100644 --- a/repos/base/include/base/ipc.h +++ b/repos/base/include/base/ipc.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__IPC_H_ diff --git a/repos/base/include/base/ipc_msgbuf.h b/repos/base/include/base/ipc_msgbuf.h index 490515075..eef048f91 100644 --- a/repos/base/include/base/ipc_msgbuf.h +++ b/repos/base/include/base/ipc_msgbuf.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__IPC_MSGBUF_H_ diff --git a/repos/base/include/base/local_connection.h b/repos/base/include/base/local_connection.h index 2fbb7ce32..dabc26162 100644 --- a/repos/base/include/base/local_connection.h +++ b/repos/base/include/base/local_connection.h @@ -8,10 +8,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__LOCAL_CONNECTION_H_ diff --git a/repos/base/include/base/lock.h b/repos/base/include/base/lock.h index d331255ad..191d32e3a 100644 --- a/repos/base/include/base/lock.h +++ b/repos/base/include/base/lock.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__LOCK_H_ diff --git a/repos/base/include/base/lock_guard.h b/repos/base/include/base/lock_guard.h index 5ddcf364e..364b0e111 100644 --- a/repos/base/include/base/lock_guard.h +++ b/repos/base/include/base/lock_guard.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__LOCK_GUARD_H_ diff --git a/repos/base/include/base/log.h b/repos/base/include/base/log.h index c96e37920..180dfed14 100644 --- a/repos/base/include/base/log.h +++ b/repos/base/include/base/log.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__LOG_H_ diff --git a/repos/base/include/base/native_capability.h b/repos/base/include/base/native_capability.h index 617076473..e76ef0d65 100644 --- a/repos/base/include/base/native_capability.h +++ b/repos/base/include/base/native_capability.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__NATIVE_CAPABILITY_H_ diff --git a/repos/base/include/base/native_capability_tpl.h b/repos/base/include/base/native_capability_tpl.h index 1fe7081dc..c8060536d 100644 --- a/repos/base/include/base/native_capability_tpl.h +++ b/repos/base/include/base/native_capability_tpl.h @@ -9,10 +9,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__NATIVE_CAPABILITY_TPL_H_ diff --git a/repos/base/include/base/object_pool.h b/repos/base/include/base/object_pool.h index 9d90447d8..e79be2562 100644 --- a/repos/base/include/base/object_pool.h +++ b/repos/base/include/base/object_pool.h @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__OBJECT_POOL_H_ diff --git a/repos/base/include/base/output.h b/repos/base/include/base/output.h index ffb66a8fe..59fee57a0 100644 --- a/repos/base/include/base/output.h +++ b/repos/base/include/base/output.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__OUTPUT_H_ diff --git a/repos/base/include/base/printf.h b/repos/base/include/base/printf.h index 4fa8b45df..c05ee4ac1 100644 --- a/repos/base/include/base/printf.h +++ b/repos/base/include/base/printf.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2014 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__PRINTF_H_ diff --git a/repos/base/include/base/registry.h b/repos/base/include/base/registry.h index 7af32fc40..18d7d8f17 100644 --- a/repos/base/include/base/registry.h +++ b/repos/base/include/base/registry.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__REGISTRY_H_ diff --git a/repos/base/include/base/rpc.h b/repos/base/include/base/rpc.h index 75c3cd917..ba1d05fee 100644 --- a/repos/base/include/base/rpc.h +++ b/repos/base/include/base/rpc.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__RPC_H_ diff --git a/repos/base/include/base/rpc_args.h b/repos/base/include/base/rpc_args.h index 28635ebd2..9f86c0fef 100644 --- a/repos/base/include/base/rpc_args.h +++ b/repos/base/include/base/rpc_args.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__RPC_ARGS_H_ diff --git a/repos/base/include/base/rpc_client.h b/repos/base/include/base/rpc_client.h index 6dce72462..0dd146f0d 100644 --- a/repos/base/include/base/rpc_client.h +++ b/repos/base/include/base/rpc_client.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__RPC_CLIENT_H_ diff --git a/repos/base/include/base/rpc_server.h b/repos/base/include/base/rpc_server.h index 6efc31514..05b33fa17 100644 --- a/repos/base/include/base/rpc_server.h +++ b/repos/base/include/base/rpc_server.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__RPC_SERVER_H_ diff --git a/repos/base/include/base/semaphore.h b/repos/base/include/base/semaphore.h index 8b5d6c7d4..1ba0117a5 100644 --- a/repos/base/include/base/semaphore.h +++ b/repos/base/include/base/semaphore.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__SEMAPHORE_H_ diff --git a/repos/base/include/base/service.h b/repos/base/include/base/service.h index f385316a0..04b134146 100644 --- a/repos/base/include/base/service.h +++ b/repos/base/include/base/service.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__SERVICE_H_ diff --git a/repos/base/include/base/session_label.h b/repos/base/include/base/session_label.h index 04f8f5cae..0836e9a78 100644 --- a/repos/base/include/base/session_label.h +++ b/repos/base/include/base/session_label.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__SESSION_LABEL_H_ diff --git a/repos/base/include/base/session_state.h b/repos/base/include/base/session_state.h index d7de31acd..3c9bf4dd2 100644 --- a/repos/base/include/base/session_state.h +++ b/repos/base/include/base/session_state.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__SESSION_STATE_H_ diff --git a/repos/base/include/base/shared_object.h b/repos/base/include/base/shared_object.h index ad4ebc1bb..409224c3b 100644 --- a/repos/base/include/base/shared_object.h +++ b/repos/base/include/base/shared_object.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__SHARED_OBJECT_H_ diff --git a/repos/base/include/base/signal.h b/repos/base/include/base/signal.h index 3b563704e..af8fdf44e 100644 --- a/repos/base/include/base/signal.h +++ b/repos/base/include/base/signal.h @@ -8,10 +8,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__SIGNAL_H_ diff --git a/repos/base/include/base/slab.h b/repos/base/include/base/slab.h index 9f16664e4..6bcb01609 100644 --- a/repos/base/include/base/slab.h +++ b/repos/base/include/base/slab.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__SLAB_H_ diff --git a/repos/base/include/base/sleep.h b/repos/base/include/base/sleep.h index 7df8b438c..89e878d43 100644 --- a/repos/base/include/base/sleep.h +++ b/repos/base/include/base/sleep.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2006-2014 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__SLEEP_H_ diff --git a/repos/base/include/base/snprintf.h b/repos/base/include/base/snprintf.h index 92a6ae5a3..c22c99c87 100644 --- a/repos/base/include/base/snprintf.h +++ b/repos/base/include/base/snprintf.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__SNPRINTF_H_ diff --git a/repos/base/include/base/stdint.h b/repos/base/include/base/stdint.h index 4b302e5f0..7866a7318 100644 --- a/repos/base/include/base/stdint.h +++ b/repos/base/include/base/stdint.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__STDINT_H_ diff --git a/repos/base/include/base/synced_allocator.h b/repos/base/include/base/synced_allocator.h index f8c97cbee..87d048a9e 100644 --- a/repos/base/include/base/synced_allocator.h +++ b/repos/base/include/base/synced_allocator.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__SYNCED_ALLOCATOR_H_ diff --git a/repos/base/include/base/synced_interface.h b/repos/base/include/base/synced_interface.h index 19e4abc1c..474fb079e 100644 --- a/repos/base/include/base/synced_interface.h +++ b/repos/base/include/base/synced_interface.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013-2016 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__SYNCED_INTERFACE_H_ diff --git a/repos/base/include/base/thread.h b/repos/base/include/base/thread.h index 3dc2fd59f..4fe160952 100644 --- a/repos/base/include/base/thread.h +++ b/repos/base/include/base/thread.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2016 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__THREAD_H_ diff --git a/repos/base/include/base/thread_state.h b/repos/base/include/base/thread_state.h index 34d0033f5..360b298fa 100644 --- a/repos/base/include/base/thread_state.h +++ b/repos/base/include/base/thread_state.h @@ -8,10 +8,10 @@ */ /* - * Copyright (C) 2007-2013 Genode Labs GmbH + * Copyright (C) 2007-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__THREAD_STATE_H_ diff --git a/repos/base/include/base/thread_state_base.h b/repos/base/include/base/thread_state_base.h index 690a82169..0e584e335 100644 --- a/repos/base/include/base/thread_state_base.h +++ b/repos/base/include/base/thread_state_base.h @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2007-2013 Genode Labs GmbH + * Copyright (C) 2007-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__THREAD_STATE_BASE_H_ diff --git a/repos/base/include/base/trace/buffer.h b/repos/base/include/base/trace/buffer.h index 936ccf98d..fd66e4d83 100644 --- a/repos/base/include/base/trace/buffer.h +++ b/repos/base/include/base/trace/buffer.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__TRACE__BUFFER_H_ diff --git a/repos/base/include/base/trace/events.h b/repos/base/include/base/trace/events.h index 35449a216..0b6f61e48 100644 --- a/repos/base/include/base/trace/events.h +++ b/repos/base/include/base/trace/events.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__TRACE__EVENTS_H_ diff --git a/repos/base/include/base/trace/logger.h b/repos/base/include/base/trace/logger.h index aca7e1af0..eaa4759d8 100644 --- a/repos/base/include/base/trace/logger.h +++ b/repos/base/include/base/trace/logger.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__TRACE__LOGGER_H_ diff --git a/repos/base/include/base/trace/policy.h b/repos/base/include/base/trace/policy.h index c5d00d500..600859cc8 100644 --- a/repos/base/include/base/trace/policy.h +++ b/repos/base/include/base/trace/policy.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__TRACE__POLICY_H_ diff --git a/repos/base/include/base/trace/types.h b/repos/base/include/base/trace/types.h index 6ce890e8a..26803a0e1 100644 --- a/repos/base/include/base/trace/types.h +++ b/repos/base/include/base/trace/types.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013-2016 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__TRACE__TYPES_H_ diff --git a/repos/base/include/base/tslab.h b/repos/base/include/base/tslab.h index d4adfcfaf..3feb3e1f1 100644 --- a/repos/base/include/base/tslab.h +++ b/repos/base/include/base/tslab.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__TSLAB_H_ diff --git a/repos/base/include/base/weak_ptr.h b/repos/base/include/base/weak_ptr.h index 30b6c3bd7..588d42931 100644 --- a/repos/base/include/base/weak_ptr.h +++ b/repos/base/include/base/weak_ptr.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__WEAK_PTR_H_ diff --git a/repos/base/include/cap_session/cap_session.h b/repos/base/include/cap_session/cap_session.h index b9651544d..1dad55719 100644 --- a/repos/base/include/cap_session/cap_session.h +++ b/repos/base/include/cap_session/cap_session.h @@ -13,10 +13,10 @@ #endif /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__CAP_SESSION__CAP_SESSION_H_ diff --git a/repos/base/include/cap_session/connection.h b/repos/base/include/cap_session/connection.h index 9c8168240..51aa9649a 100644 --- a/repos/base/include/cap_session/connection.h +++ b/repos/base/include/cap_session/connection.h @@ -9,10 +9,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__CAP_SESSION__CONNECTION_H_ diff --git a/repos/base/include/cpu/cache.h b/repos/base/include/cpu/cache.h index 3797fd1ce..cd2d9f6ba 100644 --- a/repos/base/include/cpu/cache.h +++ b/repos/base/include/cpu/cache.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__CPU__CACHE_H_ diff --git a/repos/base/include/cpu_session/capability.h b/repos/base/include/cpu_session/capability.h index dc51053e6..15c9e303d 100644 --- a/repos/base/include/cpu_session/capability.h +++ b/repos/base/include/cpu_session/capability.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__CPU_SESSION__CAPABILITY_H_ diff --git a/repos/base/include/cpu_session/client.h b/repos/base/include/cpu_session/client.h index 6dfc5ed3b..e677d64ef 100644 --- a/repos/base/include/cpu_session/client.h +++ b/repos/base/include/cpu_session/client.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__CPU_SESSION__CLIENT_H_ diff --git a/repos/base/include/cpu_session/connection.h b/repos/base/include/cpu_session/connection.h index 4536c3845..a9e38ff96 100644 --- a/repos/base/include/cpu_session/connection.h +++ b/repos/base/include/cpu_session/connection.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__CPU_SESSION__CONNECTION_H_ diff --git a/repos/base/include/cpu_session/cpu_session.h b/repos/base/include/cpu_session/cpu_session.h index 35a2e2a88..d5583df97 100644 --- a/repos/base/include/cpu_session/cpu_session.h +++ b/repos/base/include/cpu_session/cpu_session.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__CPU_SESSION__CPU_SESSION_H_ diff --git a/repos/base/include/cpu_thread/capability.h b/repos/base/include/cpu_thread/capability.h index 5298d72e8..36e55a81f 100644 --- a/repos/base/include/cpu_thread/capability.h +++ b/repos/base/include/cpu_thread/capability.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__CPU_THREAD__CAPABILITY_H_ diff --git a/repos/base/include/cpu_thread/client.h b/repos/base/include/cpu_thread/client.h index b3417528c..f92287d86 100644 --- a/repos/base/include/cpu_thread/client.h +++ b/repos/base/include/cpu_thread/client.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__CPU_THREAD__CLIENT_H_ diff --git a/repos/base/include/cpu_thread/cpu_thread.h b/repos/base/include/cpu_thread/cpu_thread.h index 44435f2d2..3cb70e377 100644 --- a/repos/base/include/cpu_thread/cpu_thread.h +++ b/repos/base/include/cpu_thread/cpu_thread.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__CPU_THREAD__CPU_THREAD_H_ diff --git a/repos/base/include/dataspace/capability.h b/repos/base/include/dataspace/capability.h index faa3ea7d8..7aa33d495 100644 --- a/repos/base/include/dataspace/capability.h +++ b/repos/base/include/dataspace/capability.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__DATASPACE__CAPABILITY_H_ diff --git a/repos/base/include/dataspace/client.h b/repos/base/include/dataspace/client.h index 4d96f4026..215ec1000 100644 --- a/repos/base/include/dataspace/client.h +++ b/repos/base/include/dataspace/client.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__DATASPACE__CLIENT_H_ diff --git a/repos/base/include/dataspace/dataspace.h b/repos/base/include/dataspace/dataspace.h index eb678e4fd..51381d6ac 100644 --- a/repos/base/include/dataspace/dataspace.h +++ b/repos/base/include/dataspace/dataspace.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__DATASPACE__DATASPACE_H_ diff --git a/repos/base/include/deprecated/env.h b/repos/base/include/deprecated/env.h index 94afd0b84..f274f5cd5 100644 --- a/repos/base/include/deprecated/env.h +++ b/repos/base/include/deprecated/env.h @@ -8,10 +8,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__DEPRECATED__ENV_H_ diff --git a/repos/base/include/io_mem_session/capability.h b/repos/base/include/io_mem_session/capability.h index 8c24f87df..42ebcdd31 100644 --- a/repos/base/include/io_mem_session/capability.h +++ b/repos/base/include/io_mem_session/capability.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__IO_MEM_SESSION__CAPABILITY_H_ diff --git a/repos/base/include/io_mem_session/client.h b/repos/base/include/io_mem_session/client.h index e5502e369..977f171d0 100644 --- a/repos/base/include/io_mem_session/client.h +++ b/repos/base/include/io_mem_session/client.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__IO_MEM_SESSION__CLIENT_H_ diff --git a/repos/base/include/io_mem_session/connection.h b/repos/base/include/io_mem_session/connection.h index 779e92a7b..5b51a5308 100644 --- a/repos/base/include/io_mem_session/connection.h +++ b/repos/base/include/io_mem_session/connection.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__IO_MEM_SESSION__CONNECTION_H_ diff --git a/repos/base/include/io_mem_session/io_mem_session.h b/repos/base/include/io_mem_session/io_mem_session.h index 00d7073e2..fbfded558 100644 --- a/repos/base/include/io_mem_session/io_mem_session.h +++ b/repos/base/include/io_mem_session/io_mem_session.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__IO_MEM_SESSION__IO_MEM_SESSION_H_ diff --git a/repos/base/include/io_port_session/capability.h b/repos/base/include/io_port_session/capability.h index ae9857dde..8c22b2c0c 100644 --- a/repos/base/include/io_port_session/capability.h +++ b/repos/base/include/io_port_session/capability.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__IO_PORT_SESSION__CAPABILITY_H_ diff --git a/repos/base/include/io_port_session/client.h b/repos/base/include/io_port_session/client.h index 78866771d..090d32bd2 100644 --- a/repos/base/include/io_port_session/client.h +++ b/repos/base/include/io_port_session/client.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2007-2013 Genode Labs GmbH + * Copyright (C) 2007-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__IO_PORT_SESSION__CLIENT_H_ diff --git a/repos/base/include/io_port_session/connection.h b/repos/base/include/io_port_session/connection.h index 31eaf1749..5e340da66 100644 --- a/repos/base/include/io_port_session/connection.h +++ b/repos/base/include/io_port_session/connection.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__IO_PORT_SESSION__CONNECTION_H_ diff --git a/repos/base/include/io_port_session/io_port_session.h b/repos/base/include/io_port_session/io_port_session.h index 9a40b14ab..6b8616f82 100644 --- a/repos/base/include/io_port_session/io_port_session.h +++ b/repos/base/include/io_port_session/io_port_session.h @@ -16,10 +16,10 @@ */ /* - * Copyright (C) 2007-2013 Genode Labs GmbH + * Copyright (C) 2007-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__IO_PORT_SESSION__IO_PORT_SESSION_H_ diff --git a/repos/base/include/irq_session/capability.h b/repos/base/include/irq_session/capability.h index cd582416c..ddcec1280 100644 --- a/repos/base/include/irq_session/capability.h +++ b/repos/base/include/irq_session/capability.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__IRQ_SESSION__CAPABILITY_H_ diff --git a/repos/base/include/irq_session/client.h b/repos/base/include/irq_session/client.h index 8428ea3c9..cb58121ba 100644 --- a/repos/base/include/irq_session/client.h +++ b/repos/base/include/irq_session/client.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2007-2013 Genode Labs GmbH + * Copyright (C) 2007-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__IRQ_SESSION__CLIENT_H_ diff --git a/repos/base/include/irq_session/connection.h b/repos/base/include/irq_session/connection.h index 4a8cf21c0..2da19773c 100644 --- a/repos/base/include/irq_session/connection.h +++ b/repos/base/include/irq_session/connection.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__IRQ_SESSION__CONNECTION_H_ diff --git a/repos/base/include/irq_session/irq_session.h b/repos/base/include/irq_session/irq_session.h index 37d84183e..ac7b53b96 100644 --- a/repos/base/include/irq_session/irq_session.h +++ b/repos/base/include/irq_session/irq_session.h @@ -12,10 +12,10 @@ */ /* - * Copyright (C) 2007-2015 Genode Labs GmbH + * Copyright (C) 2007-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__IRQ_SESSION__IRQ_SESSION_H_ diff --git a/repos/base/include/log_session/capability.h b/repos/base/include/log_session/capability.h index 53c4c6de9..c1949271c 100644 --- a/repos/base/include/log_session/capability.h +++ b/repos/base/include/log_session/capability.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__LOG_SESSION__CAPABILITY_H_ diff --git a/repos/base/include/log_session/client.h b/repos/base/include/log_session/client.h index fc7354685..ee96a120a 100644 --- a/repos/base/include/log_session/client.h +++ b/repos/base/include/log_session/client.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__LOG_SESSION__CLIENT_H_ diff --git a/repos/base/include/log_session/connection.h b/repos/base/include/log_session/connection.h index 2ba3a210f..2b427ac79 100644 --- a/repos/base/include/log_session/connection.h +++ b/repos/base/include/log_session/connection.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__LOG_SESSION__CONNECTION_H_ diff --git a/repos/base/include/log_session/log_session.h b/repos/base/include/log_session/log_session.h index 9d38eb929..3bc1663e4 100644 --- a/repos/base/include/log_session/log_session.h +++ b/repos/base/include/log_session/log_session.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__LOG_SESSION__LOG_SESSION_H_ diff --git a/repos/base/include/parent/capability.h b/repos/base/include/parent/capability.h index f2aec54d6..21928f578 100644 --- a/repos/base/include/parent/capability.h +++ b/repos/base/include/parent/capability.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__PARENT__CAPABILITY_H_ diff --git a/repos/base/include/parent/client.h b/repos/base/include/parent/client.h index 825548994..61604dcc6 100644 --- a/repos/base/include/parent/client.h +++ b/repos/base/include/parent/client.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__PARENT__CLIENT_H_ diff --git a/repos/base/include/parent/parent.h b/repos/base/include/parent/parent.h index 9e598d4d4..638257e79 100644 --- a/repos/base/include/parent/parent.h +++ b/repos/base/include/parent/parent.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__PARENT__PARENT_H_ diff --git a/repos/base/include/pd_session/capability.h b/repos/base/include/pd_session/capability.h index 0f296dc9a..59b3a89eb 100644 --- a/repos/base/include/pd_session/capability.h +++ b/repos/base/include/pd_session/capability.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__PD_SESSION__CAPABILITY_H_ diff --git a/repos/base/include/pd_session/client.h b/repos/base/include/pd_session/client.h index 307910058..9a0d7050b 100644 --- a/repos/base/include/pd_session/client.h +++ b/repos/base/include/pd_session/client.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__PD_SESSION__CLIENT_H_ diff --git a/repos/base/include/pd_session/connection.h b/repos/base/include/pd_session/connection.h index 849b3189d..40462faff 100644 --- a/repos/base/include/pd_session/connection.h +++ b/repos/base/include/pd_session/connection.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__PD_SESSION__CONNECTION_H_ diff --git a/repos/base/include/pd_session/pd_session.h b/repos/base/include/pd_session/pd_session.h index 67d51dde6..2f02355c0 100644 --- a/repos/base/include/pd_session/pd_session.h +++ b/repos/base/include/pd_session/pd_session.h @@ -8,10 +8,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__PD_SESSION__PD_SESSION_H_ diff --git a/repos/base/include/ram_session/capability.h b/repos/base/include/ram_session/capability.h index 121a17316..52a50d94d 100644 --- a/repos/base/include/ram_session/capability.h +++ b/repos/base/include/ram_session/capability.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__RAM_SESSION__CAPABILITY_H_ diff --git a/repos/base/include/ram_session/client.h b/repos/base/include/ram_session/client.h index 910b618fb..ccb7f80ea 100644 --- a/repos/base/include/ram_session/client.h +++ b/repos/base/include/ram_session/client.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__RAM_SESSION__CLIENT_H_ diff --git a/repos/base/include/ram_session/connection.h b/repos/base/include/ram_session/connection.h index 57cea08dc..20e7d5b22 100644 --- a/repos/base/include/ram_session/connection.h +++ b/repos/base/include/ram_session/connection.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__RAM_SESSION__CONNECTION_H_ diff --git a/repos/base/include/ram_session/ram_session.h b/repos/base/include/ram_session/ram_session.h index e1a79e08a..2d3e706e3 100644 --- a/repos/base/include/ram_session/ram_session.h +++ b/repos/base/include/ram_session/ram_session.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__RAM_SESSION__RAM_SESSION_H_ diff --git a/repos/base/include/region_map/client.h b/repos/base/include/region_map/client.h index bba3f4959..a069ed65b 100644 --- a/repos/base/include/region_map/client.h +++ b/repos/base/include/region_map/client.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2006-2016 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__REGION_MAP__CLIENT_H_ diff --git a/repos/base/include/region_map/region_map.h b/repos/base/include/region_map/region_map.h index 968197639..727ce74ba 100644 --- a/repos/base/include/region_map/region_map.h +++ b/repos/base/include/region_map/region_map.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__REGION_MAP__REGION_MAP_H_ diff --git a/repos/base/include/rm_session/capability.h b/repos/base/include/rm_session/capability.h index b456343bb..0a1128642 100644 --- a/repos/base/include/rm_session/capability.h +++ b/repos/base/include/rm_session/capability.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__RM_SESSION__CAPABILITY_H_ diff --git a/repos/base/include/rm_session/client.h b/repos/base/include/rm_session/client.h index aa5ee57d0..47434e5af 100644 --- a/repos/base/include/rm_session/client.h +++ b/repos/base/include/rm_session/client.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__RM_SESSION__CLIENT_H_ diff --git a/repos/base/include/rm_session/connection.h b/repos/base/include/rm_session/connection.h index 18b0dab43..441955101 100644 --- a/repos/base/include/rm_session/connection.h +++ b/repos/base/include/rm_session/connection.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__RM_SESSION__CONNECTION_H_ diff --git a/repos/base/include/rm_session/rm_session.h b/repos/base/include/rm_session/rm_session.h index e93266805..e4d9362de 100644 --- a/repos/base/include/rm_session/rm_session.h +++ b/repos/base/include/rm_session/rm_session.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__RM_SESSION__RM_SESSION_H_ diff --git a/repos/base/include/rom_session/capability.h b/repos/base/include/rom_session/capability.h index 8f911258c..2a9b1c04f 100644 --- a/repos/base/include/rom_session/capability.h +++ b/repos/base/include/rom_session/capability.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__ROM_SESSION__CAPABILITY_H_ diff --git a/repos/base/include/rom_session/client.h b/repos/base/include/rom_session/client.h index 5481575e4..2b4bb744f 100644 --- a/repos/base/include/rom_session/client.h +++ b/repos/base/include/rom_session/client.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__ROM_SESSION__CLIENT_H_ diff --git a/repos/base/include/rom_session/connection.h b/repos/base/include/rom_session/connection.h index 0dd66f0d9..b443d56b9 100644 --- a/repos/base/include/rom_session/connection.h +++ b/repos/base/include/rom_session/connection.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2016 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__ROM_SESSION__CONNECTION_H_ diff --git a/repos/base/include/rom_session/rom_session.h b/repos/base/include/rom_session/rom_session.h index da6256cc4..3bd742ba2 100644 --- a/repos/base/include/rom_session/rom_session.h +++ b/repos/base/include/rom_session/rom_session.h @@ -8,10 +8,10 @@ */ /* - * Copyright (C) 2006-2014 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__ROM_SESSION__ROM_SESSION_H_ diff --git a/repos/base/include/root/capability.h b/repos/base/include/root/capability.h index c262d270c..42bbb199d 100644 --- a/repos/base/include/root/capability.h +++ b/repos/base/include/root/capability.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__ROOT__CAPABILITY_H_ diff --git a/repos/base/include/root/client.h b/repos/base/include/root/client.h index 41113ecc1..23d17f63a 100644 --- a/repos/base/include/root/client.h +++ b/repos/base/include/root/client.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__ROOT__CLIENT_H_ diff --git a/repos/base/include/root/component.h b/repos/base/include/root/component.h index 35698b90e..fdd03bee1 100644 --- a/repos/base/include/root/component.h +++ b/repos/base/include/root/component.h @@ -8,10 +8,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__ROOT__COMPONENT_H_ diff --git a/repos/base/include/root/root.h b/repos/base/include/root/root.h index 058fc4cc5..55c0b7cbe 100644 --- a/repos/base/include/root/root.h +++ b/repos/base/include/root/root.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__ROOT__ROOT_H_ diff --git a/repos/base/include/session/capability.h b/repos/base/include/session/capability.h index f8b6fb307..a69d734c3 100644 --- a/repos/base/include/session/capability.h +++ b/repos/base/include/session/capability.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SESSION__CAPABILITY_H_ diff --git a/repos/base/include/session/session.h b/repos/base/include/session/session.h index 342f68a03..c60deb965 100644 --- a/repos/base/include/session/session.h +++ b/repos/base/include/session/session.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SESSION__SESSION_H_ diff --git a/repos/base/include/spec/32bit/base/fixed_stdint.h b/repos/base/include/spec/32bit/base/fixed_stdint.h index 542ef7fcd..7a6c05550 100644 --- a/repos/base/include/spec/32bit/base/fixed_stdint.h +++ b/repos/base/include/spec/32bit/base/fixed_stdint.h @@ -18,10 +18,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SPEC__32BIT__BASE__FIXED_STDINT_H_ diff --git a/repos/base/include/spec/64bit/base/fixed_stdint.h b/repos/base/include/spec/64bit/base/fixed_stdint.h index 0a4d00bbd..7f3a65e73 100644 --- a/repos/base/include/spec/64bit/base/fixed_stdint.h +++ b/repos/base/include/spec/64bit/base/fixed_stdint.h @@ -8,10 +8,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SPEC__64BIT__BASE__FIXED_STDINT_H_ diff --git a/repos/base/include/spec/arm/cpu/atomic.h b/repos/base/include/spec/arm/cpu/atomic.h index 9a52d9c72..7081338d5 100644 --- a/repos/base/include/spec/arm/cpu/atomic.h +++ b/repos/base/include/spec/arm/cpu/atomic.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2007-2013 Genode Labs GmbH + * Copyright (C) 2007-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SPEC__ARM__CPU__ATOMIC_H_ diff --git a/repos/base/include/spec/arm/cpu/consts.h b/repos/base/include/spec/arm/cpu/consts.h index 84d6e3572..066a9503d 100644 --- a/repos/base/include/spec/arm/cpu/consts.h +++ b/repos/base/include/spec/arm/cpu/consts.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SPEC__ARM__CPU__CONSTS_H_ diff --git a/repos/base/include/spec/arm/cpu/cpu_state.h b/repos/base/include/spec/arm/cpu/cpu_state.h index 6204722da..2fc531df0 100644 --- a/repos/base/include/spec/arm/cpu/cpu_state.h +++ b/repos/base/include/spec/arm/cpu/cpu_state.h @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SPEC__ARM__CPU__CPU_STATE_H_ diff --git a/repos/base/include/spec/arm/cpu/string.h b/repos/base/include/spec/arm/cpu/string.h index 0c5cb92e9..2e65f3902 100644 --- a/repos/base/include/spec/arm/cpu/string.h +++ b/repos/base/include/spec/arm/cpu/string.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SPEC__ARM__CPU__STRING_H_ diff --git a/repos/base/include/spec/arm/vfp/cpu/string.h b/repos/base/include/spec/arm/vfp/cpu/string.h index cc4c88e3c..cc54cc6d7 100644 --- a/repos/base/include/spec/arm/vfp/cpu/string.h +++ b/repos/base/include/spec/arm/vfp/cpu/string.h @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SPEC__ARM__VFP__CPU__STRING_H_ diff --git a/repos/base/include/spec/arm_v6/cpu/memory_barrier.h b/repos/base/include/spec/arm_v6/cpu/memory_barrier.h index 728a94f50..43fa747d8 100644 --- a/repos/base/include/spec/arm_v6/cpu/memory_barrier.h +++ b/repos/base/include/spec/arm_v6/cpu/memory_barrier.h @@ -18,10 +18,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SPEC__ARM_V6__CPU__MEMORY_BARRIER_H_ diff --git a/repos/base/include/spec/arm_v7/cpu/memory_barrier.h b/repos/base/include/spec/arm_v7/cpu/memory_barrier.h index 9bc46e6b0..1e90fa0b3 100644 --- a/repos/base/include/spec/arm_v7/cpu/memory_barrier.h +++ b/repos/base/include/spec/arm_v7/cpu/memory_barrier.h @@ -18,10 +18,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SPEC__ARM_V7__CPU__MEMORY_BARRIER_H_ diff --git a/repos/base/include/spec/arndale/drivers/board_base.h b/repos/base/include/spec/arndale/drivers/board_base.h index ca0a4fd77..a7c835ce3 100644 --- a/repos/base/include/spec/arndale/drivers/board_base.h +++ b/repos/base/include/spec/arndale/drivers/board_base.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SPEC__ARNDALE__DRIVERS__BOARD_BASE_H_ diff --git a/repos/base/include/spec/exynos/drivers/uart_base.h b/repos/base/include/spec/exynos/drivers/uart_base.h index 7b738c370..1c5b36723 100644 --- a/repos/base/include/spec/exynos/drivers/uart_base.h +++ b/repos/base/include/spec/exynos/drivers/uart_base.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SPEC__EXYNOS__DRIVERS__UART_BASE_H_ diff --git a/repos/base/include/spec/exynos4/board_base.h b/repos/base/include/spec/exynos4/board_base.h index 02352cc05..b3fb73f18 100644 --- a/repos/base/include/spec/exynos4/board_base.h +++ b/repos/base/include/spec/exynos4/board_base.h @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SPEC__EXYNOS4__BOARD_BASE_H_ diff --git a/repos/base/include/spec/exynos5/board_base.h b/repos/base/include/spec/exynos5/board_base.h index 5f55f5dac..bfcfb7a64 100644 --- a/repos/base/include/spec/exynos5/board_base.h +++ b/repos/base/include/spec/exynos5/board_base.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SPEC__EXYNOS5__BOARD_BASE_H_ diff --git a/repos/base/include/spec/imx/drivers/uart_base.h b/repos/base/include/spec/imx/drivers/uart_base.h index f698858d1..641bf8a7c 100644 --- a/repos/base/include/spec/imx/drivers/uart_base.h +++ b/repos/base/include/spec/imx/drivers/uart_base.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SPEC__IMX__DRIVERS__UART_BASE_H_ diff --git a/repos/base/include/spec/imx53/drivers/board_base_support.h b/repos/base/include/spec/imx53/drivers/board_base_support.h index 3e41405d7..bc5ff8cac 100644 --- a/repos/base/include/spec/imx53/drivers/board_base_support.h +++ b/repos/base/include/spec/imx53/drivers/board_base_support.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SPEC__IMX53__DRIVERS__BOARD_BASE_SUPPORT_H_ diff --git a/repos/base/include/spec/imx53_qsb/drivers/board_base.h b/repos/base/include/spec/imx53_qsb/drivers/board_base.h index e8b6cf00f..5762a1d3f 100644 --- a/repos/base/include/spec/imx53_qsb/drivers/board_base.h +++ b/repos/base/include/spec/imx53_qsb/drivers/board_base.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SPEC__IMX53_QSB__DRIVERS__BOARD_BASE_H_ diff --git a/repos/base/include/spec/imx6/drivers/board_base.h b/repos/base/include/spec/imx6/drivers/board_base.h index 28d9d4486..2d161f46e 100644 --- a/repos/base/include/spec/imx6/drivers/board_base.h +++ b/repos/base/include/spec/imx6/drivers/board_base.h @@ -8,10 +8,10 @@ /* * Copyright (C) 2014-2016 Ksys Labs LLC - * Copyright (C) 2014-2016 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SPEC__IMX6__DRIVERS__BOARD_BASE_H_ diff --git a/repos/base/include/spec/odroid_x2/drivers/board_base.h b/repos/base/include/spec/odroid_x2/drivers/board_base.h index cebf823aa..d4976c93a 100644 --- a/repos/base/include/spec/odroid_x2/drivers/board_base.h +++ b/repos/base/include/spec/odroid_x2/drivers/board_base.h @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SPEC__ODROID_X2__DRIVERS__BOARD_BASE_H_ diff --git a/repos/base/include/spec/odroid_xu/drivers/board_base.h b/repos/base/include/spec/odroid_xu/drivers/board_base.h index 939f9a82c..afaa80310 100644 --- a/repos/base/include/spec/odroid_xu/drivers/board_base.h +++ b/repos/base/include/spec/odroid_xu/drivers/board_base.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SPEC__ODROID_XU__DRIVERS__BOARD_BASE_H_ diff --git a/repos/base/include/spec/panda/drivers/board_base.h b/repos/base/include/spec/panda/drivers/board_base.h index f534c60c7..5eb2b0f09 100644 --- a/repos/base/include/spec/panda/drivers/board_base.h +++ b/repos/base/include/spec/panda/drivers/board_base.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SPEC__PANDA__DRIVERS__BOARD_BASE_H_ diff --git a/repos/base/include/spec/pbxa9/drivers/board_base.h b/repos/base/include/spec/pbxa9/drivers/board_base.h index 9cd005e6f..9cbfe2afc 100644 --- a/repos/base/include/spec/pbxa9/drivers/board_base.h +++ b/repos/base/include/spec/pbxa9/drivers/board_base.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2016 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SPEC__PBXA9__DRIVERS__BOARD_BASE_H_ diff --git a/repos/base/include/spec/pl011/drivers/uart_base.h b/repos/base/include/spec/pl011/drivers/uart_base.h index b50d22a84..f65702f76 100644 --- a/repos/base/include/spec/pl011/drivers/uart_base.h +++ b/repos/base/include/spec/pl011/drivers/uart_base.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SPEC__PL011__DRIVERS__UART_BASE_H_ diff --git a/repos/base/include/spec/rpi/drivers/board_base.h b/repos/base/include/spec/rpi/drivers/board_base.h index 24b653ffd..1732a1bf4 100644 --- a/repos/base/include/spec/rpi/drivers/board_base.h +++ b/repos/base/include/spec/rpi/drivers/board_base.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SPEC__RPI__DRIVERS__BOARD_BASE_H_ diff --git a/repos/base/include/spec/tl16c750/drivers/uart_base.h b/repos/base/include/spec/tl16c750/drivers/uart_base.h index d69a30aa7..133f8a6a2 100644 --- a/repos/base/include/spec/tl16c750/drivers/uart_base.h +++ b/repos/base/include/spec/tl16c750/drivers/uart_base.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SPEC__TL16C750__DRIVERS__UART_BASE_H_ diff --git a/repos/base/include/spec/usb_armory/drivers/board_base.h b/repos/base/include/spec/usb_armory/drivers/board_base.h index 6b51c68a7..7d359cd97 100644 --- a/repos/base/include/spec/usb_armory/drivers/board_base.h +++ b/repos/base/include/spec/usb_armory/drivers/board_base.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SPEC__USB_ARMORY__DRIVERS__BOARD_BASE_H_ diff --git a/repos/base/include/spec/x86/bios_data_area.h b/repos/base/include/spec/x86/bios_data_area.h index 7c2561a01..b2cc4f2d9 100644 --- a/repos/base/include/spec/x86/bios_data_area.h +++ b/repos/base/include/spec/x86/bios_data_area.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SPEC__X86__BIOS_DATA_AREA_H_ diff --git a/repos/base/include/spec/x86/cpu/atomic.h b/repos/base/include/spec/x86/cpu/atomic.h index 3756f3d16..61e00c3ab 100644 --- a/repos/base/include/spec/x86/cpu/atomic.h +++ b/repos/base/include/spec/x86/cpu/atomic.h @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SPEC__X86__CPU__ATOMIC_H_ diff --git a/repos/base/include/spec/x86/cpu/consts.h b/repos/base/include/spec/x86/cpu/consts.h index f7dbd87c2..b752a4d0a 100644 --- a/repos/base/include/spec/x86/cpu/consts.h +++ b/repos/base/include/spec/x86/cpu/consts.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SPEC__X86__CPU__CONSTS_H_ diff --git a/repos/base/include/spec/x86/cpu/memory_barrier.h b/repos/base/include/spec/x86/cpu/memory_barrier.h index 447091584..09ecbabcf 100644 --- a/repos/base/include/spec/x86/cpu/memory_barrier.h +++ b/repos/base/include/spec/x86/cpu/memory_barrier.h @@ -16,10 +16,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SPEC__X86__CPU__MEMORY_BARRIER_H_ diff --git a/repos/base/include/spec/x86/cpu/string.h b/repos/base/include/spec/x86/cpu/string.h index 2886a01ab..cd45a6d4f 100644 --- a/repos/base/include/spec/x86/cpu/string.h +++ b/repos/base/include/spec/x86/cpu/string.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SPEC__X86__CPU__STRING_H_ diff --git a/repos/base/include/spec/x86/drivers/uart_base.h b/repos/base/include/spec/x86/drivers/uart_base.h index 43d2a66c9..91f2582f9 100644 --- a/repos/base/include/spec/x86/drivers/uart_base.h +++ b/repos/base/include/spec/x86/drivers/uart_base.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SPEC__X86__DRIVERS__UART_BASE_H_ diff --git a/repos/base/include/spec/x86_32/cpu/cpu_state.h b/repos/base/include/spec/x86_32/cpu/cpu_state.h index 4e904ddf2..2b88fd613 100644 --- a/repos/base/include/spec/x86_32/cpu/cpu_state.h +++ b/repos/base/include/spec/x86_32/cpu/cpu_state.h @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SPEC__X86_32__CPU__CPU_STATE_H_ diff --git a/repos/base/include/spec/x86_64/cpu/cpu_state.h b/repos/base/include/spec/x86_64/cpu/cpu_state.h index 85901f3d7..5cedc272c 100644 --- a/repos/base/include/spec/x86_64/cpu/cpu_state.h +++ b/repos/base/include/spec/x86_64/cpu/cpu_state.h @@ -10,10 +10,10 @@ */ /* - * Copyright (C) 2011-2015 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SPEC__X86_64__CPU__CPU_STATE_H_ diff --git a/repos/base/include/spec/xilinx/drivers/uart_base.h b/repos/base/include/spec/xilinx/drivers/uart_base.h index 0229de4f1..010ec576e 100644 --- a/repos/base/include/spec/xilinx/drivers/uart_base.h +++ b/repos/base/include/spec/xilinx/drivers/uart_base.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014-2015 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SPEC__XILINX__DRIVERS__UART_BASE_H_ diff --git a/repos/base/include/spec/zynq/drivers/board_base_support.h b/repos/base/include/spec/zynq/drivers/board_base_support.h index fcec1bcca..6b78a1b72 100644 --- a/repos/base/include/spec/zynq/drivers/board_base_support.h +++ b/repos/base/include/spec/zynq/drivers/board_base_support.h @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2014-2015 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SPEC__ZYNQ__DRIVERS__BOARD_BASE_SUPPORT_H_ diff --git a/repos/base/include/spec/zynq_qemu/drivers/board_base.h b/repos/base/include/spec/zynq_qemu/drivers/board_base.h index 8c0a61a2d..94f917e01 100644 --- a/repos/base/include/spec/zynq_qemu/drivers/board_base.h +++ b/repos/base/include/spec/zynq_qemu/drivers/board_base.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SPEC__ZYNQ_QEMU__DRIVERS__BOARD_BASE_H_ diff --git a/repos/base/include/thread/capability.h b/repos/base/include/thread/capability.h index f67d61413..c619d1cd9 100644 --- a/repos/base/include/thread/capability.h +++ b/repos/base/include/thread/capability.h @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__THREAD__CAPABILITY_H_ diff --git a/repos/base/include/trace_session/client.h b/repos/base/include/trace_session/client.h index 3c92a2a8e..88dce1ee4 100644 --- a/repos/base/include/trace_session/client.h +++ b/repos/base/include/trace_session/client.h @@ -8,7 +8,7 @@ * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__TRACE_SESSION__CLIENT_H_ diff --git a/repos/base/include/trace_session/connection.h b/repos/base/include/trace_session/connection.h index 233b40cd3..3b30a8f4f 100644 --- a/repos/base/include/trace_session/connection.h +++ b/repos/base/include/trace_session/connection.h @@ -8,7 +8,7 @@ * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__TRACE_SESSION__CONNECTION_H_ diff --git a/repos/base/include/trace_session/trace_session.h b/repos/base/include/trace_session/trace_session.h index 32cff4f7d..f39dcad76 100644 --- a/repos/base/include/trace_session/trace_session.h +++ b/repos/base/include/trace_session/trace_session.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__TRACE_SESSION__TRACE_SESSION_H_ diff --git a/repos/base/include/util/arg_string.h b/repos/base/include/util/arg_string.h index dd04fb3e1..75782253f 100644 --- a/repos/base/include/util/arg_string.h +++ b/repos/base/include/util/arg_string.h @@ -18,10 +18,10 @@ */ /* - * Copyright (C) 2006-2016 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__UTIL__ARG_STRING_H_ diff --git a/repos/base/include/util/avl_string.h b/repos/base/include/util/avl_string.h index 10e4b9dea..06ad704a6 100644 --- a/repos/base/include/util/avl_string.h +++ b/repos/base/include/util/avl_string.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__UTIL__AVL_STRING_H_ diff --git a/repos/base/include/util/avl_tree.h b/repos/base/include/util/avl_tree.h index a2b2a191a..6f74e6ec4 100644 --- a/repos/base/include/util/avl_tree.h +++ b/repos/base/include/util/avl_tree.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__UTIL__AVL_TREE_H_ diff --git a/repos/base/include/util/bit_allocator.h b/repos/base/include/util/bit_allocator.h index d099e23bf..20fc5be0e 100644 --- a/repos/base/include/util/bit_allocator.h +++ b/repos/base/include/util/bit_allocator.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__UTIL__BIT_ALLOCATOR_H_ diff --git a/repos/base/include/util/bit_array.h b/repos/base/include/util/bit_array.h index 3f0ff1130..e010c635c 100644 --- a/repos/base/include/util/bit_array.h +++ b/repos/base/include/util/bit_array.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__UTIL__BIT_ARRAY_H_ diff --git a/repos/base/include/util/construct_at.h b/repos/base/include/util/construct_at.h index 3b906d0f0..20387900c 100644 --- a/repos/base/include/util/construct_at.h +++ b/repos/base/include/util/construct_at.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__UTIL__CONSTRUCT_AT_H_ diff --git a/repos/base/include/util/fifo.h b/repos/base/include/util/fifo.h index cb60176fd..f76e9fde5 100644 --- a/repos/base/include/util/fifo.h +++ b/repos/base/include/util/fifo.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__UTIL__FIFO_H_ diff --git a/repos/base/include/util/flex_iterator.h b/repos/base/include/util/flex_iterator.h index 3db4a10ab..477277de9 100644 --- a/repos/base/include/util/flex_iterator.h +++ b/repos/base/include/util/flex_iterator.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013-2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__UTIL__FLEX_ITERATOR_H_ diff --git a/repos/base/include/util/list.h b/repos/base/include/util/list.h index f67a8d7b0..f37b2e4fd 100644 --- a/repos/base/include/util/list.h +++ b/repos/base/include/util/list.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__UTIL__LIST_H_ diff --git a/repos/base/include/util/meta.h b/repos/base/include/util/meta.h index 5e9d98695..7faee5578 100644 --- a/repos/base/include/util/meta.h +++ b/repos/base/include/util/meta.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__UTIL__META_H_ diff --git a/repos/base/include/util/misc_math.h b/repos/base/include/util/misc_math.h index 7b2e3105e..88090c759 100644 --- a/repos/base/include/util/misc_math.h +++ b/repos/base/include/util/misc_math.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__UTIL__MISC_MATH_H_ diff --git a/repos/base/include/util/mmio.h b/repos/base/include/util/mmio.h index 9a83846e3..17c673957 100644 --- a/repos/base/include/util/mmio.h +++ b/repos/base/include/util/mmio.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__UTIL__MMIO_H_ diff --git a/repos/base/include/util/noncopyable.h b/repos/base/include/util/noncopyable.h index 24280e231..0ee2e7e64 100644 --- a/repos/base/include/util/noncopyable.h +++ b/repos/base/include/util/noncopyable.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__UTIL__NONCOPYABLE_H_ diff --git a/repos/base/include/util/print_lines.h b/repos/base/include/util/print_lines.h index 1c962ba1c..050510703 100644 --- a/repos/base/include/util/print_lines.h +++ b/repos/base/include/util/print_lines.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__UTIL__PRINT_LINES_H_ diff --git a/repos/base/include/util/reconstructible.h b/repos/base/include/util/reconstructible.h index b6f1e9779..43341aa9c 100644 --- a/repos/base/include/util/reconstructible.h +++ b/repos/base/include/util/reconstructible.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__UTIL__RECONSTRUCTIBLE_H_ diff --git a/repos/base/include/util/register.h b/repos/base/include/util/register.h index 64f228a70..d2b6bf413 100644 --- a/repos/base/include/util/register.h +++ b/repos/base/include/util/register.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__UTIL__REGISTER_H_ diff --git a/repos/base/include/util/retry.h b/repos/base/include/util/retry.h index d153dbb51..afbaf2c86 100644 --- a/repos/base/include/util/retry.h +++ b/repos/base/include/util/retry.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__UTIL__RETRY_H_ diff --git a/repos/base/include/util/string.h b/repos/base/include/util/string.h index 6242347d1..4f2e99168 100644 --- a/repos/base/include/util/string.h +++ b/repos/base/include/util/string.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__UTIL__STRING_H_ diff --git a/repos/base/include/util/token.h b/repos/base/include/util/token.h index a5a14826c..8110d1f5a 100644 --- a/repos/base/include/util/token.h +++ b/repos/base/include/util/token.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__UTIL__TOKEN_H_ diff --git a/repos/base/include/util/touch.h b/repos/base/include/util/touch.h index 831bc7a43..fda2cdc40 100644 --- a/repos/base/include/util/touch.h +++ b/repos/base/include/util/touch.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2007-2013 Genode Labs GmbH + * Copyright (C) 2007-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__UTIL__TOUCH_H_ diff --git a/repos/base/include/util/volatile_object.h b/repos/base/include/util/volatile_object.h index 14b4ac622..2367e3dad 100644 --- a/repos/base/include/util/volatile_object.h +++ b/repos/base/include/util/volatile_object.h @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__UTIL__VOLATILE_OBJECT_H_ diff --git a/repos/base/include/util/xml_generator.h b/repos/base/include/util/xml_generator.h index 0b5f8054f..c8072fd9d 100644 --- a/repos/base/include/util/xml_generator.h +++ b/repos/base/include/util/xml_generator.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__UTIL__XML_GENERATOR_H_ diff --git a/repos/base/include/util/xml_node.h b/repos/base/include/util/xml_node.h index 191bdb0e5..d61b58fb4 100644 --- a/repos/base/include/util/xml_node.h +++ b/repos/base/include/util/xml_node.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2007-2013 Genode Labs GmbH + * Copyright (C) 2007-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__UTIL__XML_NODE_H_ diff --git a/repos/base/lib/symbols/ld b/repos/base/lib/symbols/ld index 29c11b2d8..11b65686f 100644 --- a/repos/base/lib/symbols/ld +++ b/repos/base/lib/symbols/ld @@ -32,10 +32,10 @@ # # -# Copyright (C) 2016 Genode Labs GmbH +# Copyright (C) 2016-2017 Genode Labs GmbH # # This file is part of the Genode OS framework, which is distributed -# under the terms of the GNU General Public License version 2. +# under the terms of the GNU Affero General Public License version 3. # _Unwind_Complete T diff --git a/repos/base/src/core/capability_space.cc b/repos/base/src/core/capability_space.cc index 48c40cb02..be8d5b38a 100644 --- a/repos/base/src/core/capability_space.cc +++ b/repos/base/src/core/capability_space.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* base includes */ diff --git a/repos/base/src/core/core_mem_alloc.cc b/repos/base/src/core/core_mem_alloc.cc index 570f2352b..fe90ef417 100644 --- a/repos/base/src/core/core_mem_alloc.cc +++ b/repos/base/src/core/core_mem_alloc.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base/src/core/core_region_map.cc b/repos/base/src/core/core_region_map.cc index e9de94567..03ab80832 100644 --- a/repos/base/src/core/core_region_map.cc +++ b/repos/base/src/core/core_region_map.cc @@ -8,10 +8,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base/src/core/core_rpc_cap_alloc.cc b/repos/base/src/core/core_rpc_cap_alloc.cc index 00a652391..92915d49b 100644 --- a/repos/base/src/core/core_rpc_cap_alloc.cc +++ b/repos/base/src/core/core_rpc_cap_alloc.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base/src/core/cpu_session_component.cc b/repos/base/src/core/cpu_session_component.cc index 09a93b3c6..43d230f05 100644 --- a/repos/base/src/core/cpu_session_component.cc +++ b/repos/base/src/core/cpu_session_component.cc @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2006-2016 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base/src/core/cpu_session_support.cc b/repos/base/src/core/cpu_session_support.cc index be7585e9b..641f69f7e 100644 --- a/repos/base/src/core/cpu_session_support.cc +++ b/repos/base/src/core/cpu_session_support.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base/src/core/cpu_thread_component.cc b/repos/base/src/core/cpu_thread_component.cc index 3265df0aa..3facfa74c 100644 --- a/repos/base/src/core/cpu_thread_component.cc +++ b/repos/base/src/core/cpu_thread_component.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base/src/core/dataspace_component.cc b/repos/base/src/core/dataspace_component.cc index 21e3dee3f..7af6f5789 100644 --- a/repos/base/src/core/dataspace_component.cc +++ b/repos/base/src/core/dataspace_component.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base/src/core/default_log.cc b/repos/base/src/core/default_log.cc index 239cc301b..34aaf5315 100644 --- a/repos/base/src/core/default_log.cc +++ b/repos/base/src/core/default_log.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base/src/core/dump_alloc.cc b/repos/base/src/core/dump_alloc.cc index adccd79d8..cc8fdcc9f 100644 --- a/repos/base/src/core/dump_alloc.cc +++ b/repos/base/src/core/dump_alloc.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2009-2016 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base/src/core/include/address_space.h b/repos/base/src/core/include/address_space.h index 822e497e4..916b8df70 100644 --- a/repos/base/src/core/include/address_space.h +++ b/repos/base/src/core/include/address_space.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__ADDRESS_SPACE_H_ diff --git a/repos/base/src/core/include/assertion.h b/repos/base/src/core/include/assertion.h index 291b90fae..372ca60c5 100644 --- a/repos/base/src/core/include/assertion.h +++ b/repos/base/src/core/include/assertion.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__ASSERTION_H_ diff --git a/repos/base/src/core/include/boot_modules.h b/repos/base/src/core/include/boot_modules.h index f83121ec2..789ff630a 100644 --- a/repos/base/src/core/include/boot_modules.h +++ b/repos/base/src/core/include/boot_modules.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__BOOT_MODULES_H_ diff --git a/repos/base/src/core/include/core_capability_space.h b/repos/base/src/core/include/core_capability_space.h index f05a97923..8bce5980a 100644 --- a/repos/base/src/core/include/core_capability_space.h +++ b/repos/base/src/core/include/core_capability_space.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__CORE_CAPABILITY_SPACE_H_ diff --git a/repos/base/src/core/include/core_env.h b/repos/base/src/core/include/core_env.h index dd18b2604..f3c2f3470 100644 --- a/repos/base/src/core/include/core_env.h +++ b/repos/base/src/core/include/core_env.h @@ -9,10 +9,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__CORE_ENV_H_ diff --git a/repos/base/src/core/include/core_log.h b/repos/base/src/core/include/core_log.h index 216ef5d47..a2a44595a 100644 --- a/repos/base/src/core/include/core_log.h +++ b/repos/base/src/core/include/core_log.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE_LOG_H_ diff --git a/repos/base/src/core/include/core_mem_alloc.h b/repos/base/src/core/include/core_mem_alloc.h index a150ca4c0..84af9a43c 100644 --- a/repos/base/src/core/include/core_mem_alloc.h +++ b/repos/base/src/core/include/core_mem_alloc.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__CORE_MEM_ALLOC_H_ diff --git a/repos/base/src/core/include/core_parent.h b/repos/base/src/core/include/core_parent.h index e01d6c872..16e85d4a4 100644 --- a/repos/base/src/core/include/core_parent.h +++ b/repos/base/src/core/include/core_parent.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__CORE_PARENT_H_ diff --git a/repos/base/src/core/include/core_pd_session.h b/repos/base/src/core/include/core_pd_session.h index 5044c0e95..a07b99296 100644 --- a/repos/base/src/core/include/core_pd_session.h +++ b/repos/base/src/core/include/core_pd_session.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__CORE_PD_SESSION_H_ diff --git a/repos/base/src/core/include/core_region_map.h b/repos/base/src/core/include/core_region_map.h index 994ca6bc5..c51151bdc 100644 --- a/repos/base/src/core/include/core_region_map.h +++ b/repos/base/src/core/include/core_region_map.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__CORE_REGION_MAP_H_ diff --git a/repos/base/src/core/include/cpu_root.h b/repos/base/src/core/include/cpu_root.h index 46a2c7839..f203c7cb2 100644 --- a/repos/base/src/core/include/cpu_root.h +++ b/repos/base/src/core/include/cpu_root.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__CPU_ROOT_H_ diff --git a/repos/base/src/core/include/cpu_session_component.h b/repos/base/src/core/include/cpu_session_component.h index 2c06225c4..d45dc82cb 100644 --- a/repos/base/src/core/include/cpu_session_component.h +++ b/repos/base/src/core/include/cpu_session_component.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2016 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__CPU_SESSION_COMPONENT_H_ diff --git a/repos/base/src/core/include/cpu_thread_allocator.h b/repos/base/src/core/include/cpu_thread_allocator.h index e31f1904b..e845d5232 100644 --- a/repos/base/src/core/include/cpu_thread_allocator.h +++ b/repos/base/src/core/include/cpu_thread_allocator.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__CPU_THREAD_ALLOCATOR_H_ diff --git a/repos/base/src/core/include/cpu_thread_component.h b/repos/base/src/core/include/cpu_thread_component.h index ae0392a5b..e386f3250 100644 --- a/repos/base/src/core/include/cpu_thread_component.h +++ b/repos/base/src/core/include/cpu_thread_component.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__CPU_THREAD_COMPONENT_H_ diff --git a/repos/base/src/core/include/dataspace_component.h b/repos/base/src/core/include/dataspace_component.h index c66d7673d..e3616b11d 100644 --- a/repos/base/src/core/include/dataspace_component.h +++ b/repos/base/src/core/include/dataspace_component.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__DATASPACE_COMPONENT_H_ diff --git a/repos/base/src/core/include/io_mem_root.h b/repos/base/src/core/include/io_mem_root.h index 2665dbced..37581b9d9 100644 --- a/repos/base/src/core/include/io_mem_root.h +++ b/repos/base/src/core/include/io_mem_root.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__IO_MEM_ROOT_H_ diff --git a/repos/base/src/core/include/io_mem_session_component.h b/repos/base/src/core/include/io_mem_session_component.h index ee7270f55..8cf6b81c6 100644 --- a/repos/base/src/core/include/io_mem_session_component.h +++ b/repos/base/src/core/include/io_mem_session_component.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__IO_MEM_SESSION_COMPONENT_H_ diff --git a/repos/base/src/core/include/io_port_root.h b/repos/base/src/core/include/io_port_root.h index a1478cfa3..f5852ed18 100644 --- a/repos/base/src/core/include/io_port_root.h +++ b/repos/base/src/core/include/io_port_root.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2007-2013 Genode Labs GmbH + * Copyright (C) 2007-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__IO_PORT_ROOT_H_ diff --git a/repos/base/src/core/include/io_port_session_component.h b/repos/base/src/core/include/io_port_session_component.h index b975eb86a..e25e10e46 100644 --- a/repos/base/src/core/include/io_port_session_component.h +++ b/repos/base/src/core/include/io_port_session_component.h @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2007-2013 Genode Labs GmbH + * Copyright (C) 2007-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__IO_PORT_SESSION_COMPONENT_H_ diff --git a/repos/base/src/core/include/irq_args.h b/repos/base/src/core/include/irq_args.h index e91660e87..98c0fd840 100644 --- a/repos/base/src/core/include/irq_args.h +++ b/repos/base/src/core/include/irq_args.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__IRQ_ARGS_H_ diff --git a/repos/base/src/core/include/irq_object.h b/repos/base/src/core/include/irq_object.h index e0f70387a..7ee565ece 100644 --- a/repos/base/src/core/include/irq_object.h +++ b/repos/base/src/core/include/irq_object.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2007-2015 Genode Labs GmbH + * Copyright (C) 2007-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__IRQ_OBJECT_H_ diff --git a/repos/base/src/core/include/irq_root.h b/repos/base/src/core/include/irq_root.h index 876c5ca0d..f170c4d54 100644 --- a/repos/base/src/core/include/irq_root.h +++ b/repos/base/src/core/include/irq_root.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2007-2015 Genode Labs GmbH + * Copyright (C) 2007-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__IRQ_ROOT_H_ diff --git a/repos/base/src/core/include/irq_session_component.h b/repos/base/src/core/include/irq_session_component.h index bce828b83..a0205ae79 100644 --- a/repos/base/src/core/include/irq_session_component.h +++ b/repos/base/src/core/include/irq_session_component.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2007-2015 Genode Labs GmbH + * Copyright (C) 2007-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__IRQ_SESSION_COMPONENT_H_ diff --git a/repos/base/src/core/include/log_root.h b/repos/base/src/core/include/log_root.h index 788245220..72e505d1b 100644 --- a/repos/base/src/core/include/log_root.h +++ b/repos/base/src/core/include/log_root.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__LOG_ROOT_H_ diff --git a/repos/base/src/core/include/log_session_component.h b/repos/base/src/core/include/log_session_component.h index 31d71af81..812bdd786 100644 --- a/repos/base/src/core/include/log_session_component.h +++ b/repos/base/src/core/include/log_session_component.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__LOG_SESSION_COMPONENT_H_ diff --git a/repos/base/src/core/include/native_cpu_component.h b/repos/base/src/core/include/native_cpu_component.h index 2a503ffe0..b90cc3966 100644 --- a/repos/base/src/core/include/native_cpu_component.h +++ b/repos/base/src/core/include/native_cpu_component.h @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__NATIVE_CPU_COMPONENT_H_ diff --git a/repos/base/src/core/include/native_pd_component.h b/repos/base/src/core/include/native_pd_component.h index f88126d06..6a1d1ec2e 100644 --- a/repos/base/src/core/include/native_pd_component.h +++ b/repos/base/src/core/include/native_pd_component.h @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__NATIVE_PD_COMPONENT_H_ diff --git a/repos/base/src/core/include/pager.h b/repos/base/src/core/include/pager.h index 85654879e..eec35076a 100644 --- a/repos/base/src/core/include/pager.h +++ b/repos/base/src/core/include/pager.h @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2006-2015 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__PAGER_H_ diff --git a/repos/base/src/core/include/pager_object_exception_state.h b/repos/base/src/core/include/pager_object_exception_state.h index f74556dc0..50ef55a7f 100644 --- a/repos/base/src/core/include/pager_object_exception_state.h +++ b/repos/base/src/core/include/pager_object_exception_state.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__PAGER_OBJECT_EXCEPTION_STATE_H_ diff --git a/repos/base/src/core/include/pd_root.h b/repos/base/src/core/include/pd_root.h index 185aeb95b..018d52ece 100644 --- a/repos/base/src/core/include/pd_root.h +++ b/repos/base/src/core/include/pd_root.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__PD_ROOT_H_ diff --git a/repos/base/src/core/include/pd_session_component.h b/repos/base/src/core/include/pd_session_component.h index b0fadd887..1e6cc3ac4 100644 --- a/repos/base/src/core/include/pd_session_component.h +++ b/repos/base/src/core/include/pd_session_component.h @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2006-2016 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__PD_SESSION_COMPONENT_H_ diff --git a/repos/base/src/core/include/platform_generic.h b/repos/base/src/core/include/platform_generic.h index 538859f6a..dd5e9c3fc 100644 --- a/repos/base/src/core/include/platform_generic.h +++ b/repos/base/src/core/include/platform_generic.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2007-2013 Genode Labs GmbH + * Copyright (C) 2007-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__PLATFORM_GENERIC_H_ diff --git a/repos/base/src/core/include/platform_services.h b/repos/base/src/core/include/platform_services.h index 3ca7f637e..d677f1dcf 100644 --- a/repos/base/src/core/include/platform_services.h +++ b/repos/base/src/core/include/platform_services.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__PLATFORM_SERVICES_H_ diff --git a/repos/base/src/core/include/ram_root.h b/repos/base/src/core/include/ram_root.h index fa50fa6ee..4b92ff26f 100644 --- a/repos/base/src/core/include/ram_root.h +++ b/repos/base/src/core/include/ram_root.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__RAM_ROOT_H_ diff --git a/repos/base/src/core/include/ram_session_component.h b/repos/base/src/core/include/ram_session_component.h index 3203d9c3e..9285ea77b 100644 --- a/repos/base/src/core/include/ram_session_component.h +++ b/repos/base/src/core/include/ram_session_component.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__RAM_SESSION_COMPONENT_H_ diff --git a/repos/base/src/core/include/region_map_component.h b/repos/base/src/core/include/region_map_component.h index 92b58d3e0..d28420ee7 100644 --- a/repos/base/src/core/include/region_map_component.h +++ b/repos/base/src/core/include/region_map_component.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__REGION_MAP_COMPONENT_H_ diff --git a/repos/base/src/core/include/rm_root.h b/repos/base/src/core/include/rm_root.h index 850a8c5b7..2010cd26e 100644 --- a/repos/base/src/core/include/rm_root.h +++ b/repos/base/src/core/include/rm_root.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__RM_ROOT_H_ diff --git a/repos/base/src/core/include/rm_session_component.h b/repos/base/src/core/include/rm_session_component.h index 86c26a38f..c77bd8574 100644 --- a/repos/base/src/core/include/rm_session_component.h +++ b/repos/base/src/core/include/rm_session_component.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__RM_SESSION_COMPONENT_H_ diff --git a/repos/base/src/core/include/rom_fs.h b/repos/base/src/core/include/rom_fs.h index ac4a9cc29..00bcc1769 100644 --- a/repos/base/src/core/include/rom_fs.h +++ b/repos/base/src/core/include/rom_fs.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2006-2016 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__ROM_FS_H_ diff --git a/repos/base/src/core/include/rom_root.h b/repos/base/src/core/include/rom_root.h index 5df05c5a2..91defa5cb 100644 --- a/repos/base/src/core/include/rom_root.h +++ b/repos/base/src/core/include/rom_root.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__ROM_ROOT_H_ diff --git a/repos/base/src/core/include/rom_session_component.h b/repos/base/src/core/include/rom_session_component.h index 7b203a748..b1bb08e40 100644 --- a/repos/base/src/core/include/rom_session_component.h +++ b/repos/base/src/core/include/rom_session_component.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2016 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__ROM_SESSION_COMPONENT_H_ diff --git a/repos/base/src/core/include/rpc_cap_factory.h b/repos/base/src/core/include/rpc_cap_factory.h index 4bde1ae61..ccced33d2 100644 --- a/repos/base/src/core/include/rpc_cap_factory.h +++ b/repos/base/src/core/include/rpc_cap_factory.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__RPC_CAP_FACTORY_H_ diff --git a/repos/base/src/core/include/signal_broker.h b/repos/base/src/core/include/signal_broker.h index 22d990784..480599a9a 100644 --- a/repos/base/src/core/include/signal_broker.h +++ b/repos/base/src/core/include/signal_broker.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__SIGNAL_BROKER_H_ diff --git a/repos/base/src/core/include/signal_source_component.h b/repos/base/src/core/include/signal_source_component.h index 1343ba234..f7d87868f 100644 --- a/repos/base/src/core/include/signal_source_component.h +++ b/repos/base/src/core/include/signal_source_component.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__SIGNAL_SOURCE_COMPONENT_H_ diff --git a/repos/base/src/core/include/synced_range_allocator.h b/repos/base/src/core/include/synced_range_allocator.h index b953a12bd..e67a90ab8 100644 --- a/repos/base/src/core/include/synced_range_allocator.h +++ b/repos/base/src/core/include/synced_range_allocator.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__SYNCED_RANGE_ALLOCATOR_H_ diff --git a/repos/base/src/core/include/trace/control_area.h b/repos/base/src/core/include/trace/control_area.h index 4b2816f66..b4700c7cd 100644 --- a/repos/base/src/core/include/trace/control_area.h +++ b/repos/base/src/core/include/trace/control_area.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__TRACE__CONTROL_AREA_H_ diff --git a/repos/base/src/core/include/trace/policy_registry.h b/repos/base/src/core/include/trace/policy_registry.h index 87e27a645..e61d07a80 100644 --- a/repos/base/src/core/include/trace/policy_registry.h +++ b/repos/base/src/core/include/trace/policy_registry.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__TRACE__POLICY_REGISTRY_H_ diff --git a/repos/base/src/core/include/trace/root.h b/repos/base/src/core/include/trace/root.h index 754b4d09a..9f769d07d 100644 --- a/repos/base/src/core/include/trace/root.h +++ b/repos/base/src/core/include/trace/root.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__TRACE__ROOT_H_ diff --git a/repos/base/src/core/include/trace/session_component.h b/repos/base/src/core/include/trace/session_component.h index 0daf2812c..9693e43a8 100644 --- a/repos/base/src/core/include/trace/session_component.h +++ b/repos/base/src/core/include/trace/session_component.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__TRACE__SESSION_COMPONENT_H_ diff --git a/repos/base/src/core/include/trace/source_registry.h b/repos/base/src/core/include/trace/source_registry.h index 3a182ffd2..ea6c700e5 100644 --- a/repos/base/src/core/include/trace/source_registry.h +++ b/repos/base/src/core/include/trace/source_registry.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__TRACE__SOURCE_REGISTRY_H_ diff --git a/repos/base/src/core/include/trace/subject_registry.h b/repos/base/src/core/include/trace/subject_registry.h index c56ca9ad4..4ea2f0f80 100644 --- a/repos/base/src/core/include/trace/subject_registry.h +++ b/repos/base/src/core/include/trace/subject_registry.h @@ -10,10 +10,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CORE__INCLUDE__TRACE__SUBJECT_REGISTRY_H_ diff --git a/repos/base/src/core/io_mem_session_component.cc b/repos/base/src/core/io_mem_session_component.cc index 27b74dae1..246a3c66d 100644 --- a/repos/base/src/core/io_mem_session_component.cc +++ b/repos/base/src/core/io_mem_session_component.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base/src/core/main.cc b/repos/base/src/core/main.cc index fa4d9724b..07a70eb4e 100644 --- a/repos/base/src/core/main.cc +++ b/repos/base/src/core/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base/src/core/pager_ep.cc b/repos/base/src/core/pager_ep.cc index 8d93ab392..f9ede9f19 100644 --- a/repos/base/src/core/pager_ep.cc +++ b/repos/base/src/core/pager_ep.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2009-2015 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Core includes */ diff --git a/repos/base/src/core/pager_object.cc b/repos/base/src/core/pager_object.cc index 6e082c181..4806347e3 100644 --- a/repos/base/src/core/pager_object.cc +++ b/repos/base/src/core/pager_object.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base/src/core/pd_assign_pci.cc b/repos/base/src/core/pd_assign_pci.cc index 653fa816f..4fc2fc004 100644 --- a/repos/base/src/core/pd_assign_pci.cc +++ b/repos/base/src/core/pd_assign_pci.cc @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core-local includes */ diff --git a/repos/base/src/core/pd_session_component.cc b/repos/base/src/core/pd_session_component.cc index 217262926..a3f80f642 100644 --- a/repos/base/src/core/pd_session_component.cc +++ b/repos/base/src/core/pd_session_component.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core-local includes */ diff --git a/repos/base/src/core/pd_upgrade_ram_quota.cc b/repos/base/src/core/pd_upgrade_ram_quota.cc index 2422105f4..681dfe6c0 100644 --- a/repos/base/src/core/pd_upgrade_ram_quota.cc +++ b/repos/base/src/core/pd_upgrade_ram_quota.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core-local includes */ diff --git a/repos/base/src/core/platform_services.cc b/repos/base/src/core/platform_services.cc index 68cbfed5b..dae837343 100644 --- a/repos/base/src/core/platform_services.cc +++ b/repos/base/src/core/platform_services.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base/src/core/ram_session_component.cc b/repos/base/src/core/ram_session_component.cc index 35d4605a9..0cf4c6d57 100644 --- a/repos/base/src/core/ram_session_component.cc +++ b/repos/base/src/core/ram_session_component.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base/src/core/region_map_component.cc b/repos/base/src/core/region_map_component.cc index 4e96e17cd..b02c3e027 100644 --- a/repos/base/src/core/region_map_component.cc +++ b/repos/base/src/core/region_map_component.cc @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2006-2016 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base/src/core/rom_session_component.cc b/repos/base/src/core/rom_session_component.cc index e55ec2706..1fdb38ac2 100644 --- a/repos/base/src/core/rom_session_component.cc +++ b/repos/base/src/core/rom_session_component.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base/src/core/rpc_cap_factory.cc b/repos/base/src/core/rpc_cap_factory.cc index 46f7a01d4..2f4c2e3b9 100644 --- a/repos/base/src/core/rpc_cap_factory.cc +++ b/repos/base/src/core/rpc_cap_factory.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core-local includes */ diff --git a/repos/base/src/core/rpc_cap_factory_l4.cc b/repos/base/src/core/rpc_cap_factory_l4.cc index 9c6921904..d4869ee8c 100644 --- a/repos/base/src/core/rpc_cap_factory_l4.cc +++ b/repos/base/src/core/rpc_cap_factory_l4.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base/src/core/signal_source_component.cc b/repos/base/src/core/signal_source_component.cc index c445e4fc3..c3abf63b4 100644 --- a/repos/base/src/core/signal_source_component.cc +++ b/repos/base/src/core/signal_source_component.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base/src/core/spec/x86/io_port_session_component.cc b/repos/base/src/core/spec/x86/io_port_session_component.cc index d5d2bcb08..22ad51131 100644 --- a/repos/base/src/core/spec/x86/io_port_session_component.cc +++ b/repos/base/src/core/spec/x86/io_port_session_component.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2007-2013 Genode Labs GmbH + * Copyright (C) 2007-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base/src/core/spec/x86/io_port_session_support.cc b/repos/base/src/core/spec/x86/io_port_session_support.cc index 922ef1ca7..f65579068 100644 --- a/repos/base/src/core/spec/x86/io_port_session_support.cc +++ b/repos/base/src/core/spec/x86/io_port_session_support.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2007-2013 Genode Labs GmbH + * Copyright (C) 2007-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core includes */ diff --git a/repos/base/src/core/spec/x86/platform_services.cc b/repos/base/src/core/spec/x86/platform_services.cc index 87df265fa..088ee53c2 100644 --- a/repos/base/src/core/spec/x86/platform_services.cc +++ b/repos/base/src/core/spec/x86/platform_services.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base/src/core/stack_area.cc b/repos/base/src/core/stack_area.cc index ef5b14e04..562173b03 100644 --- a/repos/base/src/core/stack_area.cc +++ b/repos/base/src/core/stack_area.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2010-2015 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base/src/core/trace_session_component.cc b/repos/base/src/core/trace_session_component.cc index f3ce0fd6a..a845abd16 100644 --- a/repos/base/src/core/trace_session_component.cc +++ b/repos/base/src/core/trace_session_component.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* core-internal includes */ diff --git a/repos/base/src/core/version.cc b/repos/base/src/core/version.cc index fa3db8db2..f59ec53ae 100644 --- a/repos/base/src/core/version.cc +++ b/repos/base/src/core/version.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ namespace Genode { char const *version_string = GENODE_VERSION; } diff --git a/repos/base/src/include/base/internal/attached_stack_area.h b/repos/base/src/include/base/internal/attached_stack_area.h index f6bea35e5..3415f7343 100644 --- a/repos/base/src/include/base/internal/attached_stack_area.h +++ b/repos/base/src/include/base/internal/attached_stack_area.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__ATTACHED_STACK_AREA_H_ diff --git a/repos/base/src/include/base/internal/capability_data.h b/repos/base/src/include/base/internal/capability_data.h index 3e578fee1..ae13d1613 100644 --- a/repos/base/src/include/base/internal/capability_data.h +++ b/repos/base/src/include/base/internal/capability_data.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__CAPABILITY_DATA_H_ diff --git a/repos/base/src/include/base/internal/capability_space.h b/repos/base/src/include/base/internal/capability_space.h index 5b7165777..44347c28f 100644 --- a/repos/base/src/include/base/internal/capability_space.h +++ b/repos/base/src/include/base/internal/capability_space.h @@ -9,10 +9,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__CAPABILITY_SPACE_H_ diff --git a/repos/base/src/include/base/internal/capability_space_tpl.h b/repos/base/src/include/base/internal/capability_space_tpl.h index 9a465c37a..7ca5bff5a 100644 --- a/repos/base/src/include/base/internal/capability_space_tpl.h +++ b/repos/base/src/include/base/internal/capability_space_tpl.h @@ -11,10 +11,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__CAPABILITY_SPACE_TPL_H_ diff --git a/repos/base/src/include/base/internal/crt0.h b/repos/base/src/include/base/internal/crt0.h index 711ce0961..30f118b8d 100644 --- a/repos/base/src/include/base/internal/crt0.h +++ b/repos/base/src/include/base/internal/crt0.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__CRT0_H_ diff --git a/repos/base/src/include/base/internal/elf.h b/repos/base/src/include/base/internal/elf.h index d21409551..0f255ad9e 100644 --- a/repos/base/src/include/base/internal/elf.h +++ b/repos/base/src/include/base/internal/elf.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__ELF_H_ diff --git a/repos/base/src/include/base/internal/expanding_cpu_session_client.h b/repos/base/src/include/base/internal/expanding_cpu_session_client.h index 6a7f9c3c0..4595e5dcd 100644 --- a/repos/base/src/include/base/internal/expanding_cpu_session_client.h +++ b/repos/base/src/include/base/internal/expanding_cpu_session_client.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__EXPANDING_CPU_SESSION_CLIENT_H_ diff --git a/repos/base/src/include/base/internal/expanding_parent_client.h b/repos/base/src/include/base/internal/expanding_parent_client.h index c34751388..c093e94eb 100644 --- a/repos/base/src/include/base/internal/expanding_parent_client.h +++ b/repos/base/src/include/base/internal/expanding_parent_client.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__EXPANDING_PARENT_CLIENT_H_ diff --git a/repos/base/src/include/base/internal/expanding_ram_session_client.h b/repos/base/src/include/base/internal/expanding_ram_session_client.h index 81c344720..47523271d 100644 --- a/repos/base/src/include/base/internal/expanding_ram_session_client.h +++ b/repos/base/src/include/base/internal/expanding_ram_session_client.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__EXPANDING_RAM_SESSION_CLIENT_H_ diff --git a/repos/base/src/include/base/internal/expanding_region_map_client.h b/repos/base/src/include/base/internal/expanding_region_map_client.h index 4126cf78e..07dcd682f 100644 --- a/repos/base/src/include/base/internal/expanding_region_map_client.h +++ b/repos/base/src/include/base/internal/expanding_region_map_client.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__EXPANDING_REGION_MAP_CLIENT_H_ diff --git a/repos/base/src/include/base/internal/globals.h b/repos/base/src/include/base/internal/globals.h index a67f897ec..884483f27 100644 --- a/repos/base/src/include/base/internal/globals.h +++ b/repos/base/src/include/base/internal/globals.h @@ -8,10 +8,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__GLOBALS_H_ diff --git a/repos/base/src/include/base/internal/ipc_server.h b/repos/base/src/include/base/internal/ipc_server.h index c97945d1c..671d0875e 100644 --- a/repos/base/src/include/base/internal/ipc_server.h +++ b/repos/base/src/include/base/internal/ipc_server.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__IPC_SERVER_H_ diff --git a/repos/base/src/include/base/internal/output.h b/repos/base/src/include/base/internal/output.h index a7ececba3..29a28b1a0 100644 --- a/repos/base/src/include/base/internal/output.h +++ b/repos/base/src/include/base/internal/output.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__OUTPUT_H_ diff --git a/repos/base/src/include/base/internal/page_size.h b/repos/base/src/include/base/internal/page_size.h index 41e5ef1c0..6aa773106 100644 --- a/repos/base/src/include/base/internal/page_size.h +++ b/repos/base/src/include/base/internal/page_size.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__PAGE_SIZE_H_ diff --git a/repos/base/src/include/base/internal/parent_cap.h b/repos/base/src/include/base/internal/parent_cap.h index 5ff2ceb54..ecb426efa 100644 --- a/repos/base/src/include/base/internal/parent_cap.h +++ b/repos/base/src/include/base/internal/parent_cap.h @@ -8,10 +8,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__PARENT_CAP_H_ diff --git a/repos/base/src/include/base/internal/platform_env.h b/repos/base/src/include/base/internal/platform_env.h index bae65e76a..86a6b5cf9 100644 --- a/repos/base/src/include/base/internal/platform_env.h +++ b/repos/base/src/include/base/internal/platform_env.h @@ -11,10 +11,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__PLATFORM_ENV_H_ diff --git a/repos/base/src/include/base/internal/rpc_obj_key.h b/repos/base/src/include/base/internal/rpc_obj_key.h index 9535230d6..d16ccfb7c 100644 --- a/repos/base/src/include/base/internal/rpc_obj_key.h +++ b/repos/base/src/include/base/internal/rpc_obj_key.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__RPC_OBJ_KEY_H_ diff --git a/repos/base/src/include/base/internal/spin_lock.h b/repos/base/src/include/base/internal/spin_lock.h index bce783401..f579c75a9 100644 --- a/repos/base/src/include/base/internal/spin_lock.h +++ b/repos/base/src/include/base/internal/spin_lock.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__SPIN_LOCK_H_ diff --git a/repos/base/src/include/base/internal/stack.h b/repos/base/src/include/base/internal/stack.h index 3efbcf08c..94742db70 100644 --- a/repos/base/src/include/base/internal/stack.h +++ b/repos/base/src/include/base/internal/stack.h @@ -44,10 +44,10 @@ */ /* - * Copyright (C) 2006-2016 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__STACK_H_ diff --git a/repos/base/src/include/base/internal/stack_allocator.h b/repos/base/src/include/base/internal/stack_allocator.h index 8ae6ed3dd..f37c1f65d 100644 --- a/repos/base/src/include/base/internal/stack_allocator.h +++ b/repos/base/src/include/base/internal/stack_allocator.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2016 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__STACK_ALLOCATOR_H_ diff --git a/repos/base/src/include/base/internal/stack_area.h b/repos/base/src/include/base/internal/stack_area.h index 25f31695e..a43b376d6 100644 --- a/repos/base/src/include/base/internal/stack_area.h +++ b/repos/base/src/include/base/internal/stack_area.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__STACK_AREA_H_ diff --git a/repos/base/src/include/base/internal/trace_control.h b/repos/base/src/include/base/internal/trace_control.h index 0c88e9425..e185d16f6 100644 --- a/repos/base/src/include/base/internal/trace_control.h +++ b/repos/base/src/include/base/internal/trace_control.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__TRACE_CONTROL_H_ diff --git a/repos/base/src/include/base/internal/unmanaged_singleton.h b/repos/base/src/include/base/internal/unmanaged_singleton.h index 02a024511..3ad243a81 100644 --- a/repos/base/src/include/base/internal/unmanaged_singleton.h +++ b/repos/base/src/include/base/internal/unmanaged_singleton.h @@ -23,10 +23,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__UNMANAGED_SINGLETON_H_ diff --git a/repos/base/src/include/base/internal/upgradeable_client.h b/repos/base/src/include/base/internal/upgradeable_client.h index 6b8a8e7bb..70d7f4ef9 100644 --- a/repos/base/src/include/base/internal/upgradeable_client.h +++ b/repos/base/src/include/base/internal/upgradeable_client.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__INTERNAL__UPGRADEABLE_CLIENT_H_ diff --git a/repos/base/src/include/pager/capability.h b/repos/base/src/include/pager/capability.h index cec4dff61..efd441b0c 100644 --- a/repos/base/src/include/pager/capability.h +++ b/repos/base/src/include/pager/capability.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__PAGER__CAPABILITY_H_ diff --git a/repos/base/src/include/signal_source/capability.h b/repos/base/src/include/signal_source/capability.h index 7fcd48915..0364ad7bc 100644 --- a/repos/base/src/include/signal_source/capability.h +++ b/repos/base/src/include/signal_source/capability.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SIGNAL_SOURCE__CAPABILITY_H_ diff --git a/repos/base/src/include/signal_source/client.h b/repos/base/src/include/signal_source/client.h index b6843e43c..42f5f9672 100644 --- a/repos/base/src/include/signal_source/client.h +++ b/repos/base/src/include/signal_source/client.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SIGNAL_SOURCE__CLIENT_H_ diff --git a/repos/base/src/include/signal_source/rpc_object.h b/repos/base/src/include/signal_source/rpc_object.h index cacd128c1..26f8c34b1 100644 --- a/repos/base/src/include/signal_source/rpc_object.h +++ b/repos/base/src/include/signal_source/rpc_object.h @@ -9,10 +9,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SIGNAL_SOURCE__RPC_OBJECT_H_ diff --git a/repos/base/src/include/signal_source/signal_source.h b/repos/base/src/include/signal_source/signal_source.h index 5dbc4e99b..2e704d1d0 100644 --- a/repos/base/src/include/signal_source/signal_source.h +++ b/repos/base/src/include/signal_source/signal_source.h @@ -9,10 +9,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SIGNAL_SOURCE__SIGNAL_SOURCE_H_ diff --git a/repos/base/src/ld/genode.ld b/repos/base/src/ld/genode.ld index 955db108d..dc7e37a7c 100644 --- a/repos/base/src/ld/genode.ld +++ b/repos/base/src/ld/genode.ld @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ ENTRY(_start) diff --git a/repos/base/src/ld/genode_dyn.ld b/repos/base/src/ld/genode_dyn.ld index 8c981cf48..ba9091837 100644 --- a/repos/base/src/ld/genode_dyn.ld +++ b/repos/base/src/ld/genode_dyn.ld @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* diff --git a/repos/base/src/ld/genode_rel.ld b/repos/base/src/ld/genode_rel.ld index acf547f24..9b5add906 100644 --- a/repos/base/src/ld/genode_rel.ld +++ b/repos/base/src/ld/genode_rel.ld @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ PHDRS diff --git a/repos/base/src/lib/base/allocator_avl.cc b/repos/base/src/lib/base/allocator_avl.cc index e49d86742..a58db6bd4 100644 --- a/repos/base/src/lib/base/allocator_avl.cc +++ b/repos/base/src/lib/base/allocator_avl.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base/src/lib/base/avl_tree.cc b/repos/base/src/lib/base/avl_tree.cc index 2ea2025ed..2a76b03f5 100644 --- a/repos/base/src/lib/base/avl_tree.cc +++ b/repos/base/src/lib/base/avl_tree.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base/src/lib/base/cache.cc b/repos/base/src/lib/base/cache.cc index 7d4950ae7..1f344e77d 100644 --- a/repos/base/src/lib/base/cache.cc +++ b/repos/base/src/lib/base/cache.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base/src/lib/base/capability.cc b/repos/base/src/lib/base/capability.cc index 200db63b6..af8c5afd7 100644 --- a/repos/base/src/lib/base/capability.cc +++ b/repos/base/src/lib/base/capability.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* base-internal includes */ diff --git a/repos/base/src/lib/base/capability_space.cc b/repos/base/src/lib/base/capability_space.cc index d7907f5a0..b61a926de 100644 --- a/repos/base/src/lib/base/capability_space.cc +++ b/repos/base/src/lib/base/capability_space.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* base includes */ diff --git a/repos/base/src/lib/base/child.cc b/repos/base/src/lib/base/child.cc index 5fc0a83f4..afb8452ff 100644 --- a/repos/base/src/lib/base/child.cc +++ b/repos/base/src/lib/base/child.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base/src/lib/base/child_process.cc b/repos/base/src/lib/base/child_process.cc index c09cf720f..ccdcb1123 100644 --- a/repos/base/src/lib/base/child_process.cc +++ b/repos/base/src/lib/base/child_process.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base/src/lib/base/component.cc b/repos/base/src/lib/base/component.cc index 0e0b7dff4..70a57b956 100644 --- a/repos/base/src/lib/base/component.cc +++ b/repos/base/src/lib/base/component.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base/src/lib/base/console.cc b/repos/base/src/lib/base/console.cc index 3b83897dc..c04b6987d 100644 --- a/repos/base/src/lib/base/console.cc +++ b/repos/base/src/lib/base/console.cc @@ -11,10 +11,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base/src/lib/base/default_log.cc b/repos/base/src/lib/base/default_log.cc index f149dd071..3ce9c8e24 100644 --- a/repos/base/src/lib/base/default_log.cc +++ b/repos/base/src/lib/base/default_log.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base/src/lib/base/elf_binary.cc b/repos/base/src/lib/base/elf_binary.cc index 8953dff19..4eed8790b 100644 --- a/repos/base/src/lib/base/elf_binary.cc +++ b/repos/base/src/lib/base/elf_binary.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base/src/lib/base/entrypoint.cc b/repos/base/src/lib/base/entrypoint.cc index 31234866f..ec02da102 100644 --- a/repos/base/src/lib/base/entrypoint.cc +++ b/repos/base/src/lib/base/entrypoint.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base/src/lib/base/env_deprecated.cc b/repos/base/src/lib/base/env_deprecated.cc index 61dfbdc2e..b3ec32a44 100644 --- a/repos/base/src/lib/base/env_deprecated.cc +++ b/repos/base/src/lib/base/env_deprecated.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base/src/lib/base/env_reinit.cc b/repos/base/src/lib/base/env_reinit.cc index 6020311da..c8e8568ed 100644 --- a/repos/base/src/lib/base/env_reinit.cc +++ b/repos/base/src/lib/base/env_reinit.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base/src/lib/base/env_session_id_space.cc b/repos/base/src/lib/base/env_session_id_space.cc index 1d6d973c9..35058bde9 100644 --- a/repos/base/src/lib/base/env_session_id_space.cc +++ b/repos/base/src/lib/base/env_session_id_space.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base/src/lib/base/heap.cc b/repos/base/src/lib/base/heap.cc index 252e79c95..65c19577a 100644 --- a/repos/base/src/lib/base/heap.cc +++ b/repos/base/src/lib/base/heap.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base/src/lib/base/lock.cc b/repos/base/src/lib/base/lock.cc index b35849630..bfc6bcfa0 100644 --- a/repos/base/src/lib/base/lock.cc +++ b/repos/base/src/lib/base/lock.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base/src/lib/base/log.cc b/repos/base/src/lib/base/log.cc index 06565eebf..f0e30e0b4 100644 --- a/repos/base/src/lib/base/log.cc +++ b/repos/base/src/lib/base/log.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base/src/lib/base/log_console.cc b/repos/base/src/lib/base/log_console.cc index 2d8cf8b9f..6654fb991 100644 --- a/repos/base/src/lib/base/log_console.cc +++ b/repos/base/src/lib/base/log_console.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base/src/lib/base/output.cc b/repos/base/src/lib/base/output.cc index be4f84ad5..d44df295f 100644 --- a/repos/base/src/lib/base/output.cc +++ b/repos/base/src/lib/base/output.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base/src/lib/base/raw_output.cc b/repos/base/src/lib/base/raw_output.cc index 56479a125..3230ad188 100644 --- a/repos/base/src/lib/base/raw_output.cc +++ b/repos/base/src/lib/base/raw_output.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base/src/lib/base/region_map_client.cc b/repos/base/src/lib/base/region_map_client.cc index 91d544683..5870b65b5 100644 --- a/repos/base/src/lib/base/region_map_client.cc +++ b/repos/base/src/lib/base/region_map_client.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base/src/lib/base/registry.cc b/repos/base/src/lib/base/registry.cc index 5749d63a7..97ca6cb9a 100644 --- a/repos/base/src/lib/base/registry.cc +++ b/repos/base/src/lib/base/registry.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base/src/lib/base/rm_session_client.cc b/repos/base/src/lib/base/rm_session_client.cc index ce7ff7e0d..835b7399d 100644 --- a/repos/base/src/lib/base/rm_session_client.cc +++ b/repos/base/src/lib/base/rm_session_client.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base/src/lib/base/root_proxy.cc b/repos/base/src/lib/base/root_proxy.cc index 78d485bd7..c33f0f56d 100644 --- a/repos/base/src/lib/base/root_proxy.cc +++ b/repos/base/src/lib/base/root_proxy.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base/src/lib/base/rpc_cap_alloc.cc b/repos/base/src/lib/base/rpc_cap_alloc.cc index 591526e35..c63a6447e 100644 --- a/repos/base/src/lib/base/rpc_cap_alloc.cc +++ b/repos/base/src/lib/base/rpc_cap_alloc.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base/src/lib/base/rpc_dispatch_loop.cc b/repos/base/src/lib/base/rpc_dispatch_loop.cc index 73f28d8fa..eacada015 100644 --- a/repos/base/src/lib/base/rpc_dispatch_loop.cc +++ b/repos/base/src/lib/base/rpc_dispatch_loop.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2016 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base/src/lib/base/rpc_entrypoint.cc b/repos/base/src/lib/base/rpc_entrypoint.cc index 940f16e32..2a7966d4d 100644 --- a/repos/base/src/lib/base/rpc_entrypoint.cc +++ b/repos/base/src/lib/base/rpc_entrypoint.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base/src/lib/base/session_state.cc b/repos/base/src/lib/base/session_state.cc index 3d31e9111..0661d9d89 100644 --- a/repos/base/src/lib/base/session_state.cc +++ b/repos/base/src/lib/base/session_state.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base/src/lib/base/signal.cc b/repos/base/src/lib/base/signal.cc index 9a87a925d..ab7303b85 100644 --- a/repos/base/src/lib/base/signal.cc +++ b/repos/base/src/lib/base/signal.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base/src/lib/base/signal_common.cc b/repos/base/src/lib/base/signal_common.cc index 45458d362..1f5cbe7d3 100644 --- a/repos/base/src/lib/base/signal_common.cc +++ b/repos/base/src/lib/base/signal_common.cc @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base/src/lib/base/signal_submit.cc b/repos/base/src/lib/base/signal_submit.cc index 0eb853f95..4d15787d5 100644 --- a/repos/base/src/lib/base/signal_submit.cc +++ b/repos/base/src/lib/base/signal_submit.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2015 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ diff --git a/repos/base/src/lib/base/slab.cc b/repos/base/src/lib/base/slab.cc index 8d7488f79..8ed6e0d82 100644 --- a/repos/base/src/lib/base/slab.cc +++ b/repos/base/src/lib/base/slab.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2016 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base/src/lib/base/sleep.cc b/repos/base/src/lib/base/sleep.cc index ad1dad49f..be36e2886 100644 --- a/repos/base/src/lib/base/sleep.cc +++ b/repos/base/src/lib/base/sleep.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2006-2016 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base/src/lib/base/sliced_heap.cc b/repos/base/src/lib/base/sliced_heap.cc index f979e8032..8214ba046 100644 --- a/repos/base/src/lib/base/sliced_heap.cc +++ b/repos/base/src/lib/base/sliced_heap.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2016 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base/src/lib/base/stack_allocator.cc b/repos/base/src/lib/base/stack_allocator.cc index 7fc515437..c4897365a 100644 --- a/repos/base/src/lib/base/stack_allocator.cc +++ b/repos/base/src/lib/base/stack_allocator.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2010-2014 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* base-internal includes */ diff --git a/repos/base/src/lib/base/stack_area.cc b/repos/base/src/lib/base/stack_area.cc index 74b523b27..e476ada16 100644 --- a/repos/base/src/lib/base/stack_area.cc +++ b/repos/base/src/lib/base/stack_area.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base/src/lib/base/thread.cc b/repos/base/src/lib/base/thread.cc index 49b012b21..7e5a5ccca 100644 --- a/repos/base/src/lib/base/thread.cc +++ b/repos/base/src/lib/base/thread.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2015 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base/src/lib/base/thread_bootstrap.cc b/repos/base/src/lib/base/thread_bootstrap.cc index 0824aa76f..40a301826 100644 --- a/repos/base/src/lib/base/thread_bootstrap.cc +++ b/repos/base/src/lib/base/thread_bootstrap.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base/src/lib/base/thread_myself.cc b/repos/base/src/lib/base/thread_myself.cc index a727192b9..afd24d284 100644 --- a/repos/base/src/lib/base/thread_myself.cc +++ b/repos/base/src/lib/base/thread_myself.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base/src/lib/base/thread_start.cc b/repos/base/src/lib/base/thread_start.cc index 838948766..26900a45d 100644 --- a/repos/base/src/lib/base/thread_start.cc +++ b/repos/base/src/lib/base/thread_start.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base/src/lib/base/trace.cc b/repos/base/src/lib/base/trace.cc index 1b2b3ca3e..a326beb06 100644 --- a/repos/base/src/lib/base/trace.cc +++ b/repos/base/src/lib/base/trace.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base/src/lib/base/utcb.cc b/repos/base/src/lib/base/utcb.cc index cace01c66..c017fd6b9 100644 --- a/repos/base/src/lib/base/utcb.cc +++ b/repos/base/src/lib/base/utcb.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base/src/lib/cxx/exception.cc b/repos/base/src/lib/cxx/exception.cc index 5c849333b..377c0a83a 100644 --- a/repos/base/src/lib/cxx/exception.cc +++ b/repos/base/src/lib/cxx/exception.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* libsupc++ includes */ diff --git a/repos/base/src/lib/cxx/guard.cc b/repos/base/src/lib/cxx/guard.cc index fe9a42310..a11179565 100644 --- a/repos/base/src/lib/cxx/guard.cc +++ b/repos/base/src/lib/cxx/guard.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base/src/lib/cxx/malloc_free.cc b/repos/base/src/lib/cxx/malloc_free.cc index 776fc38bd..e5416dedb 100644 --- a/repos/base/src/lib/cxx/malloc_free.cc +++ b/repos/base/src/lib/cxx/malloc_free.cc @@ -8,10 +8,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base/src/lib/cxx/misc.cc b/repos/base/src/lib/cxx/misc.cc index b13b74e92..85f00f6b9 100644 --- a/repos/base/src/lib/cxx/misc.cc +++ b/repos/base/src/lib/cxx/misc.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base/src/lib/cxx/new_delete.cc b/repos/base/src/lib/cxx/new_delete.cc index 5f14a56e0..0ed7ff278 100644 --- a/repos/base/src/lib/cxx/new_delete.cc +++ b/repos/base/src/lib/cxx/new_delete.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base/src/lib/cxx/unwind.c b/repos/base/src/lib/cxx/unwind.c index 912270b39..79ac296e5 100644 --- a/repos/base/src/lib/cxx/unwind.c +++ b/repos/base/src/lib/cxx/unwind.c @@ -14,10 +14,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Unwind function found in all binaries */ diff --git a/repos/base/src/lib/ldso/debug.cc b/repos/base/src/lib/ldso/debug.cc index da33959f5..b7e799711 100644 --- a/repos/base/src/lib/ldso/debug.cc +++ b/repos/base/src/lib/ldso/debug.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base/src/lib/ldso/dependency.cc b/repos/base/src/lib/ldso/dependency.cc index 83d70b64e..95534ea1f 100644 --- a/repos/base/src/lib/ldso/dependency.cc +++ b/repos/base/src/lib/ldso/dependency.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base/src/lib/ldso/exception.cc b/repos/base/src/lib/ldso/exception.cc index bdfb6685c..3df3ef4b6 100644 --- a/repos/base/src/lib/ldso/exception.cc +++ b/repos/base/src/lib/ldso/exception.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base/src/lib/ldso/include/debug.h b/repos/base/src/lib/ldso/include/debug.h index 62d6e8001..49b3e1225 100644 --- a/repos/base/src/lib/ldso/include/debug.h +++ b/repos/base/src/lib/ldso/include/debug.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__DEBUG_H_ diff --git a/repos/base/src/lib/ldso/include/dynamic.h b/repos/base/src/lib/ldso/include/dynamic.h index 20af5f1fd..cb035de57 100644 --- a/repos/base/src/lib/ldso/include/dynamic.h +++ b/repos/base/src/lib/ldso/include/dynamic.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__DYNAMIC_H_ diff --git a/repos/base/src/lib/ldso/include/dynamic_generic.h b/repos/base/src/lib/ldso/include/dynamic_generic.h index 265b16a3d..e6d4a6dbd 100644 --- a/repos/base/src/lib/ldso/include/dynamic_generic.h +++ b/repos/base/src/lib/ldso/include/dynamic_generic.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__DYNAMIC_GENERIC_H_ diff --git a/repos/base/src/lib/ldso/include/elf.h b/repos/base/src/lib/ldso/include/elf.h index 73cb93446..cb487efb2 100644 --- a/repos/base/src/lib/ldso/include/elf.h +++ b/repos/base/src/lib/ldso/include/elf.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__ELF_H_ diff --git a/repos/base/src/lib/ldso/include/file.h b/repos/base/src/lib/ldso/include/file.h index de7ec1c38..2acca7e7b 100644 --- a/repos/base/src/lib/ldso/include/file.h +++ b/repos/base/src/lib/ldso/include/file.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__FILE_H_ diff --git a/repos/base/src/lib/ldso/include/init.h b/repos/base/src/lib/ldso/include/init.h index 54c49d7d5..2ca39282f 100644 --- a/repos/base/src/lib/ldso/include/init.h +++ b/repos/base/src/lib/ldso/include/init.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__INIT_H_ diff --git a/repos/base/src/lib/ldso/include/linker.h b/repos/base/src/lib/ldso/include/linker.h index c36e75694..5481f2bc0 100644 --- a/repos/base/src/lib/ldso/include/linker.h +++ b/repos/base/src/lib/ldso/include/linker.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__LINKER_H_ diff --git a/repos/base/src/lib/ldso/include/region_map.h b/repos/base/src/lib/ldso/include/region_map.h index c91c1059f..a403550b2 100644 --- a/repos/base/src/lib/ldso/include/region_map.h +++ b/repos/base/src/lib/ldso/include/region_map.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__REGION_MAP_H_ diff --git a/repos/base/src/lib/ldso/include/relocation_generic.h b/repos/base/src/lib/ldso/include/relocation_generic.h index f5335f9ca..c119334b6 100644 --- a/repos/base/src/lib/ldso/include/relocation_generic.h +++ b/repos/base/src/lib/ldso/include/relocation_generic.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__RELOCATION_GENERIC_H_ diff --git a/repos/base/src/lib/ldso/include/types.h b/repos/base/src/lib/ldso/include/types.h index 5fbffd64a..63fcfe009 100644 --- a/repos/base/src/lib/ldso/include/types.h +++ b/repos/base/src/lib/ldso/include/types.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__TYPES_H_ diff --git a/repos/base/src/lib/ldso/include/util.h b/repos/base/src/lib/ldso/include/util.h index 263d07e3a..d36a38cd5 100644 --- a/repos/base/src/lib/ldso/include/util.h +++ b/repos/base/src/lib/ldso/include/util.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__UTIL_H_ diff --git a/repos/base/src/lib/ldso/linker.ld b/repos/base/src/lib/ldso/linker.ld index ee5eef7b1..2880ceeac 100644 --- a/repos/base/src/lib/ldso/linker.ld +++ b/repos/base/src/lib/ldso/linker.ld @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ SECTIONS { diff --git a/repos/base/src/lib/ldso/linux-32.ld b/repos/base/src/lib/ldso/linux-32.ld index 4e1d54bd6..fa60cf638 100644 --- a/repos/base/src/lib/ldso/linux-32.ld +++ b/repos/base/src/lib/ldso/linux-32.ld @@ -8,10 +8,10 @@ */ /* - * Copyright (C) 2009-2015 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ SECTIONS diff --git a/repos/base/src/lib/ldso/main.cc b/repos/base/src/lib/ldso/main.cc index 0efbb24d9..195e69fec 100644 --- a/repos/base/src/lib/ldso/main.cc +++ b/repos/base/src/lib/ldso/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base/src/lib/ldso/shared_object.cc b/repos/base/src/lib/ldso/shared_object.cc index 29855374b..65c4d3e00 100644 --- a/repos/base/src/lib/ldso/shared_object.cc +++ b/repos/base/src/lib/ldso/shared_object.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* local includes */ diff --git a/repos/base/src/lib/ldso/spec/arm/jmp_slot.s b/repos/base/src/lib/ldso/spec/arm/jmp_slot.s index 833e4e535..07c544952 100644 --- a/repos/base/src/lib/ldso/spec/arm/jmp_slot.s +++ b/repos/base/src/lib/ldso/spec/arm/jmp_slot.s @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ .text diff --git a/repos/base/src/lib/ldso/spec/arm/relocation.h b/repos/base/src/lib/ldso/spec/arm/relocation.h index 79abb6caa..5bf0396b1 100644 --- a/repos/base/src/lib/ldso/spec/arm/relocation.h +++ b/repos/base/src/lib/ldso/spec/arm/relocation.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _LIB__LDSO__SPEC__ARM__RELOCATION_H_ diff --git a/repos/base/src/lib/ldso/spec/riscv/jmp_slot.s b/repos/base/src/lib/ldso/spec/riscv/jmp_slot.s index a811a7696..9610e9956 100644 --- a/repos/base/src/lib/ldso/spec/riscv/jmp_slot.s +++ b/repos/base/src/lib/ldso/spec/riscv/jmp_slot.s @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ .text diff --git a/repos/base/src/lib/ldso/spec/riscv/relocation.h b/repos/base/src/lib/ldso/spec/riscv/relocation.h index 9652ac64b..035bd9eb0 100644 --- a/repos/base/src/lib/ldso/spec/riscv/relocation.h +++ b/repos/base/src/lib/ldso/spec/riscv/relocation.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__RISCV_64__RELOCATION_H_ diff --git a/repos/base/src/lib/ldso/spec/x86_32/jmp_slot.s b/repos/base/src/lib/ldso/spec/x86_32/jmp_slot.s index 589a84e1a..b11b42549 100644 --- a/repos/base/src/lib/ldso/spec/x86_32/jmp_slot.s +++ b/repos/base/src/lib/ldso/spec/x86_32/jmp_slot.s @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ .text diff --git a/repos/base/src/lib/ldso/spec/x86_32/relocation.h b/repos/base/src/lib/ldso/spec/x86_32/relocation.h index 6ddf34e57..45a52f25b 100644 --- a/repos/base/src/lib/ldso/spec/x86_32/relocation.h +++ b/repos/base/src/lib/ldso/spec/x86_32/relocation.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _LIB__LDSO__SPEC__X86_32__RELOCATION_H_ diff --git a/repos/base/src/lib/ldso/spec/x86_64/jmp_slot.s b/repos/base/src/lib/ldso/spec/x86_64/jmp_slot.s index 25ffb1fba..2d7569f52 100644 --- a/repos/base/src/lib/ldso/spec/x86_64/jmp_slot.s +++ b/repos/base/src/lib/ldso/spec/x86_64/jmp_slot.s @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ .text diff --git a/repos/base/src/lib/ldso/spec/x86_64/relocation.h b/repos/base/src/lib/ldso/spec/x86_64/relocation.h index 898810498..667e3a19e 100644 --- a/repos/base/src/lib/ldso/spec/x86_64/relocation.h +++ b/repos/base/src/lib/ldso/spec/x86_64/relocation.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _LIB__LDSO__SPEC__X86_64__RELOCATION_H_ diff --git a/repos/base/src/lib/ldso/startup/startup.cc b/repos/base/src/lib/ldso/startup/startup.cc index 640cc6f8d..5032c589e 100644 --- a/repos/base/src/lib/ldso/startup/startup.cc +++ b/repos/base/src/lib/ldso/startup/startup.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #define BEG { (ld_hook) ~1U } diff --git a/repos/base/src/lib/ldso/startup/unwind_exidx.cc b/repos/base/src/lib/ldso/startup/unwind_exidx.cc index caf6ebd8f..8ceaeb59c 100644 --- a/repos/base/src/lib/ldso/startup/unwind_exidx.cc +++ b/repos/base/src/lib/ldso/startup/unwind_exidx.cc @@ -11,10 +11,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base/src/lib/ldso/test.cc b/repos/base/src/lib/ldso/test.cc index ffd414568..119cf9fba 100644 --- a/repos/base/src/lib/ldso/test.cc +++ b/repos/base/src/lib/ldso/test.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base/src/lib/startup/_main.cc b/repos/base/src/lib/startup/_main.cc index fc4483e4f..4a9c175f6 100644 --- a/repos/base/src/lib/startup/_main.cc +++ b/repos/base/src/lib/startup/_main.cc @@ -13,10 +13,10 @@ */ /* - * Copyright (C) 2006-2016 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base/src/lib/startup/cap_copy.cc b/repos/base/src/lib/startup/cap_copy.cc index fcb8ac2ec..421cfed64 100644 --- a/repos/base/src/lib/startup/cap_copy.cc +++ b/repos/base/src/lib/startup/cap_copy.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base/src/lib/startup/init_main_thread.cc b/repos/base/src/lib/startup/init_main_thread.cc index 1d9305b2a..6ba267b29 100644 --- a/repos/base/src/lib/startup/init_main_thread.cc +++ b/repos/base/src/lib/startup/init_main_thread.cc @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base/src/lib/startup/spec/arm/crt0.s b/repos/base/src/lib/startup/spec/arm/crt0.s index 9f5bf8d24..c28d2193e 100644 --- a/repos/base/src/lib/startup/spec/arm/crt0.s +++ b/repos/base/src/lib/startup/spec/arm/crt0.s @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2007-2013 Genode Labs GmbH + * Copyright (C) 2007-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ diff --git a/repos/base/src/lib/startup/spec/x86_32/crt0.s b/repos/base/src/lib/startup/spec/x86_32/crt0.s index a36855fcc..d01cb933b 100644 --- a/repos/base/src/lib/startup/spec/x86_32/crt0.s +++ b/repos/base/src/lib/startup/spec/x86_32/crt0.s @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ diff --git a/repos/base/src/lib/startup/spec/x86_64/crt0.s b/repos/base/src/lib/startup/spec/x86_64/crt0.s index 4177a555a..f7c0c2e04 100644 --- a/repos/base/src/lib/startup/spec/x86_64/crt0.s +++ b/repos/base/src/lib/startup/spec/x86_64/crt0.s @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ diff --git a/repos/base/src/test/affinity/main.cc b/repos/base/src/test/affinity/main.cc index 52f4c3adf..dcc05bc76 100644 --- a/repos/base/src/test/affinity/main.cc +++ b/repos/base/src/test/affinity/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013-2016 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base/src/test/ds_ownership/main.cc b/repos/base/src/test/ds_ownership/main.cc index 28ce8d03d..ac9dfcb4f 100644 --- a/repos/base/src/test/ds_ownership/main.cc +++ b/repos/base/src/test/ds_ownership/main.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2008-2016 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base/src/test/fpu/main.cc b/repos/base/src/test/fpu/main.cc index a521bc40b..92f8eef30 100644 --- a/repos/base/src/test/fpu/main.cc +++ b/repos/base/src/test/fpu/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2014 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base/src/test/log/main.cc b/repos/base/src/test/log/main.cc index 395fedd04..39bce1df1 100644 --- a/repos/base/src/test/log/main.cc +++ b/repos/base/src/test/log/main.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base/src/test/mp_server/main.cc b/repos/base/src/test/mp_server/main.cc index 70288a8c1..52a52056a 100644 --- a/repos/base/src/test/mp_server/main.cc +++ b/repos/base/src/test/mp_server/main.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base/src/test/new_delete/main.cc b/repos/base/src/test/new_delete/main.cc index 3f4c74122..9a9b311d3 100644 --- a/repos/base/src/test/new_delete/main.cc +++ b/repos/base/src/test/new_delete/main.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2012-2014 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base/src/test/reconstructible/main.cc b/repos/base/src/test/reconstructible/main.cc index ca0c404c5..1df1409b6 100644 --- a/repos/base/src/test/reconstructible/main.cc +++ b/repos/base/src/test/reconstructible/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base/src/test/rm_fault/main.cc b/repos/base/src/test/rm_fault/main.cc index 953eaeb0f..cd1a32d3c 100644 --- a/repos/base/src/test/rm_fault/main.cc +++ b/repos/base/src/test/rm_fault/main.cc @@ -11,10 +11,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base/src/test/rm_nested/main.cc b/repos/base/src/test/rm_nested/main.cc index 2fda7cfec..e69f2438a 100644 --- a/repos/base/src/test/rm_nested/main.cc +++ b/repos/base/src/test/rm_nested/main.cc @@ -12,10 +12,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base/src/test/slab/main.cc b/repos/base/src/test/slab/main.cc index 168312050..f9c8aa84e 100644 --- a/repos/base/src/test/slab/main.cc +++ b/repos/base/src/test/slab/main.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base/src/test/sub_rm/config.h b/repos/base/src/test/sub_rm/config.h index 8a4b5dab5..69e1bb91d 100644 --- a/repos/base/src/test/sub_rm/config.h +++ b/repos/base/src/test/sub_rm/config.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ enum { attach_twice_forbidden = false }; diff --git a/repos/base/src/test/sub_rm/main.cc b/repos/base/src/test/sub_rm/main.cc index 7eb5fc770..4ba588dab 100644 --- a/repos/base/src/test/sub_rm/main.cc +++ b/repos/base/src/test/sub_rm/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/base/src/test/synced_interface/main.cc b/repos/base/src/test/synced_interface/main.cc index 21b8d6f2a..00e180c3e 100644 --- a/repos/base/src/test/synced_interface/main.cc +++ b/repos/base/src/test/synced_interface/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base/src/test/thread/main.cc b/repos/base/src/test/thread/main.cc index 115441eab..d164793a6 100644 --- a/repos/base/src/test/thread/main.cc +++ b/repos/base/src/test/thread/main.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base/src/test/util_mmio/main.cc b/repos/base/src/test/util_mmio/main.cc index f94165778..301198b34 100644 --- a/repos/base/src/test/util_mmio/main.cc +++ b/repos/base/src/test/util_mmio/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/base/src/test/weak_ptr/main.cc b/repos/base/src/test/weak_ptr/main.cc index f18ebebae..c9c555bb5 100644 --- a/repos/base/src/test/weak_ptr/main.cc +++ b/repos/base/src/test/weak_ptr/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/dde_bsd/include/audio/audio.h b/repos/dde_bsd/include/audio/audio.h index d7c96400b..7916b75e4 100644 --- a/repos/dde_bsd/include/audio/audio.h +++ b/repos/dde_bsd/include/audio/audio.h @@ -9,10 +9,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _AUDIO__AUDIO_H_ diff --git a/repos/dde_bsd/src/drivers/audio/main.cc b/repos/dde_bsd/src/drivers/audio/main.cc index b4421f849..11a5b305f 100644 --- a/repos/dde_bsd/src/drivers/audio/main.cc +++ b/repos/dde_bsd/src/drivers/audio/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014-2016 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ diff --git a/repos/dde_bsd/src/lib/audio/bsd.h b/repos/dde_bsd/src/lib/audio/bsd.h index e5d20764a..7ce60c147 100644 --- a/repos/dde_bsd/src/lib/audio/bsd.h +++ b/repos/dde_bsd/src/lib/audio/bsd.h @@ -8,7 +8,7 @@ * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _BSD_H_ diff --git a/repos/dde_bsd/src/lib/audio/bsd_emul.c b/repos/dde_bsd/src/lib/audio/bsd_emul.c index c3d7c9479..51a750f62 100644 --- a/repos/dde_bsd/src/lib/audio/bsd_emul.c +++ b/repos/dde_bsd/src/lib/audio/bsd_emul.c @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014-2015 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/dde_bsd/src/lib/audio/bus.cc b/repos/dde_bsd/src/lib/audio/bus.cc index d914d494e..b31eb3cf0 100644 --- a/repos/dde_bsd/src/lib/audio/bus.cc +++ b/repos/dde_bsd/src/lib/audio/bus.cc @@ -8,7 +8,7 @@ * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/dde_bsd/src/lib/audio/driver.cc b/repos/dde_bsd/src/lib/audio/driver.cc index a5b9ab3bd..5f3843731 100644 --- a/repos/dde_bsd/src/lib/audio/driver.cc +++ b/repos/dde_bsd/src/lib/audio/driver.cc @@ -8,7 +8,7 @@ * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/dde_bsd/src/lib/audio/dummies.cc b/repos/dde_bsd/src/lib/audio/dummies.cc index dd804827b..9f9ae42e1 100644 --- a/repos/dde_bsd/src/lib/audio/dummies.cc +++ b/repos/dde_bsd/src/lib/audio/dummies.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014-2015 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/dde_bsd/src/lib/audio/include/bsd_emul.h b/repos/dde_bsd/src/lib/audio/include/bsd_emul.h index d0ed5b7eb..00ebff3ea 100644 --- a/repos/dde_bsd/src/lib/audio/include/bsd_emul.h +++ b/repos/dde_bsd/src/lib/audio/include/bsd_emul.h @@ -8,10 +8,10 @@ */ /* - * Copyright (C) 2014-2015 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _BSD_EMUL_H_ diff --git a/repos/dde_bsd/src/lib/audio/include/extern_c_begin.h b/repos/dde_bsd/src/lib/audio/include/extern_c_begin.h index a880be195..3dd9e7973 100644 --- a/repos/dde_bsd/src/lib/audio/include/extern_c_begin.h +++ b/repos/dde_bsd/src/lib/audio/include/extern_c_begin.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifdef __cplusplus diff --git a/repos/dde_bsd/src/lib/audio/include/extern_c_end.h b/repos/dde_bsd/src/lib/audio/include/extern_c_end.h index f9aa11ad1..a3a726778 100644 --- a/repos/dde_bsd/src/lib/audio/include/extern_c_end.h +++ b/repos/dde_bsd/src/lib/audio/include/extern_c_end.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifdef __cplusplus diff --git a/repos/dde_bsd/src/lib/audio/include/list.h b/repos/dde_bsd/src/lib/audio/include/list.h index c524810b3..257af19f2 100644 --- a/repos/dde_bsd/src/lib/audio/include/list.h +++ b/repos/dde_bsd/src/lib/audio/include/list.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _LIST_H_ diff --git a/repos/dde_bsd/src/lib/audio/include/scheduler.h b/repos/dde_bsd/src/lib/audio/include/scheduler.h index 19d60b7dc..ee1a84368 100644 --- a/repos/dde_bsd/src/lib/audio/include/scheduler.h +++ b/repos/dde_bsd/src/lib/audio/include/scheduler.h @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2012-2016 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _SCHEDULER_H_ diff --git a/repos/dde_bsd/src/lib/audio/include/spec/x86_32/platform/platform.h b/repos/dde_bsd/src/lib/audio/include/spec/x86_32/platform/platform.h index f5400fa25..c120583b7 100644 --- a/repos/dde_bsd/src/lib/audio/include/spec/x86_32/platform/platform.h +++ b/repos/dde_bsd/src/lib/audio/include/spec/x86_32/platform/platform.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2012-2015 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _X86_32__PLATFORM_H_ diff --git a/repos/dde_bsd/src/lib/audio/include/spec/x86_64/platform/platform.h b/repos/dde_bsd/src/lib/audio/include/spec/x86_64/platform/platform.h index 961cc0e7e..c407d94e1 100644 --- a/repos/dde_bsd/src/lib/audio/include/spec/x86_64/platform/platform.h +++ b/repos/dde_bsd/src/lib/audio/include/spec/x86_64/platform/platform.h @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2012-2015 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _X86_64__PLATFORM_H_ diff --git a/repos/dde_bsd/src/lib/audio/irq.cc b/repos/dde_bsd/src/lib/audio/irq.cc index e2a6f29f2..93d820731 100644 --- a/repos/dde_bsd/src/lib/audio/irq.cc +++ b/repos/dde_bsd/src/lib/audio/irq.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014-2016 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/dde_bsd/src/lib/audio/mem.cc b/repos/dde_bsd/src/lib/audio/mem.cc index e085dcd6a..bdc1433a7 100644 --- a/repos/dde_bsd/src/lib/audio/mem.cc +++ b/repos/dde_bsd/src/lib/audio/mem.cc @@ -8,7 +8,7 @@ * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/dde_bsd/src/lib/audio/misc.cc b/repos/dde_bsd/src/lib/audio/misc.cc index a6b353ce3..b12b37a74 100644 --- a/repos/dde_bsd/src/lib/audio/misc.cc +++ b/repos/dde_bsd/src/lib/audio/misc.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014-15 Genode Labs GmbH + * Copyright (C) 2014-2015 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/dde_bsd/src/lib/audio/scheduler.cc b/repos/dde_bsd/src/lib/audio/scheduler.cc index c99884680..f5e54bb90 100644 --- a/repos/dde_bsd/src/lib/audio/scheduler.cc +++ b/repos/dde_bsd/src/lib/audio/scheduler.cc @@ -9,10 +9,10 @@ */ /* - * Copyright (C) 2012-2016 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/dde_bsd/src/lib/audio/timer.cc b/repos/dde_bsd/src/lib/audio/timer.cc index 3aea6f54a..764ccf1a2 100644 --- a/repos/dde_bsd/src/lib/audio/timer.cc +++ b/repos/dde_bsd/src/lib/audio/timer.cc @@ -8,7 +8,7 @@ * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/dde_bsd/src/test/audio_in/main.cc b/repos/dde_bsd/src/test/audio_in/main.cc index 3b0fd8978..2ef39ebae 100644 --- a/repos/dde_bsd/src/test/audio_in/main.cc +++ b/repos/dde_bsd/src/test/audio_in/main.cc @@ -10,7 +10,7 @@ * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/dde_ipxe/include/dde_ipxe/nic.h b/repos/dde_ipxe/include/dde_ipxe/nic.h index d2a9486e8..f8e6ab844 100644 --- a/repos/dde_ipxe/include/dde_ipxe/nic.h +++ b/repos/dde_ipxe/include/dde_ipxe/nic.h @@ -2,14 +2,13 @@ * \brief DDE iPXE NIC API * \author Christian Helmuth * \date 2010-09-05 - * */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ #ifndef _DDE_IPXE__NIC_H_ diff --git a/repos/dde_ipxe/include/dde_ipxe/support.h b/repos/dde_ipxe/include/dde_ipxe/support.h index 85d7ba757..bc9c5dbbd 100644 --- a/repos/dde_ipxe/include/dde_ipxe/support.h +++ b/repos/dde_ipxe/include/dde_ipxe/support.h @@ -2,14 +2,13 @@ * \brief DDE iPXE SUPPORT API * \author Josef Soentgen * \date 2017-02-08 - * */ /* * Copyright (C) 2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ #ifndef _DDE_IPXE__SUPPORT_H_ diff --git a/repos/dde_ipxe/src/drivers/nic/main.cc b/repos/dde_ipxe/src/drivers/nic/main.cc index 6ee21c66b..327a3e73c 100644 --- a/repos/dde_ipxe/src/drivers/nic/main.cc +++ b/repos/dde_ipxe/src/drivers/nic/main.cc @@ -8,8 +8,8 @@ /* * Copyright (C) 2011-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /* Genode */ diff --git a/repos/dde_ipxe/src/lib/dde_ipxe/dde.c b/repos/dde_ipxe/src/lib/dde_ipxe/dde.c index e93e4c334..e73bfb901 100644 --- a/repos/dde_ipxe/src/lib/dde_ipxe/dde.c +++ b/repos/dde_ipxe/src/lib/dde_ipxe/dde.c @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2010-2015 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /* iPXE */ diff --git a/repos/dde_ipxe/src/lib/dde_ipxe/dde_support.cc b/repos/dde_ipxe/src/lib/dde_ipxe/dde_support.cc index 7ccc74480..b3f0fcf19 100644 --- a/repos/dde_ipxe/src/lib/dde_ipxe/dde_support.cc +++ b/repos/dde_ipxe/src/lib/dde_ipxe/dde_support.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2010-2015 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /* diff --git a/repos/dde_ipxe/src/lib/dde_ipxe/dummies.c b/repos/dde_ipxe/src/lib/dde_ipxe/dummies.c index 38cbc0e83..abc10237a 100644 --- a/repos/dde_ipxe/src/lib/dde_ipxe/dummies.c +++ b/repos/dde_ipxe/src/lib/dde_ipxe/dummies.c @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ #include diff --git a/repos/dde_ipxe/src/lib/dde_ipxe/include/dde_support.h b/repos/dde_ipxe/src/lib/dde_ipxe/include/dde_support.h index f4a3da423..8ee6e2860 100644 --- a/repos/dde_ipxe/src/lib/dde_ipxe/include/dde_support.h +++ b/repos/dde_ipxe/src/lib/dde_ipxe/include/dde_support.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2010-2015 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ #ifndef _DDE_SUPPORT_H_ diff --git a/repos/dde_ipxe/src/lib/dde_ipxe/local.h b/repos/dde_ipxe/src/lib/dde_ipxe/local.h index aee374ec9..196df64d1 100644 --- a/repos/dde_ipxe/src/lib/dde_ipxe/local.h +++ b/repos/dde_ipxe/src/lib/dde_ipxe/local.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ #define FMT_BUSDEVFN "%02x:%02x.%x" diff --git a/repos/dde_ipxe/src/lib/dde_ipxe/nic.c b/repos/dde_ipxe/src/lib/dde_ipxe/nic.c index 4647c3263..698d50cbf 100644 --- a/repos/dde_ipxe/src/lib/dde_ipxe/nic.c +++ b/repos/dde_ipxe/src/lib/dde_ipxe/nic.c @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2015 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /* iPXE */ diff --git a/repos/dde_linux/include/lxip/lxip.h b/repos/dde_linux/include/lxip/lxip.h index 1b85c9c2c..7b6ee9d82 100644 --- a/repos/dde_linux/include/lxip/lxip.h +++ b/repos/dde_linux/include/lxip/lxip.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ #ifndef _INCLUDE_LXIP_LXIP_H_ diff --git a/repos/dde_linux/include/wifi/socket_call.h b/repos/dde_linux/include/wifi/socket_call.h index 88b8c4116..b9912072f 100644 --- a/repos/dde_linux/include/wifi/socket_call.h +++ b/repos/dde_linux/include/wifi/socket_call.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014-2016 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ #ifndef _WIFI__SOCKET_CALL_H_ diff --git a/repos/dde_linux/src/drivers/framebuffer/intel/i915_params.c b/repos/dde_linux/src/drivers/framebuffer/intel/i915_params.c index cfde3e88a..d012b1cc3 100644 --- a/repos/dde_linux/src/drivers/framebuffer/intel/i915_params.c +++ b/repos/dde_linux/src/drivers/framebuffer/intel/i915_params.c @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ #include <../drivers/gpu/drm/i915/i915_drv.h> diff --git a/repos/dde_linux/src/drivers/framebuffer/intel/include/component.h b/repos/dde_linux/src/drivers/framebuffer/intel/include/component.h index 802f8df69..302a591c9 100644 --- a/repos/dde_linux/src/drivers/framebuffer/intel/include/component.h +++ b/repos/dde_linux/src/drivers/framebuffer/intel/include/component.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ #ifndef __COMPONENT_H__ diff --git a/repos/dde_linux/src/drivers/framebuffer/intel/lx_emul.cc b/repos/dde_linux/src/drivers/framebuffer/intel/lx_emul.cc index 78da603d2..4886cc809 100644 --- a/repos/dde_linux/src/drivers/framebuffer/intel/lx_emul.cc +++ b/repos/dde_linux/src/drivers/framebuffer/intel/lx_emul.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /* Genode includes */ diff --git a/repos/dde_linux/src/drivers/framebuffer/intel/lx_emul_c.c b/repos/dde_linux/src/drivers/framebuffer/intel/lx_emul_c.c index 217ac32b3..ccde40dcd 100644 --- a/repos/dde_linux/src/drivers/framebuffer/intel/lx_emul_c.c +++ b/repos/dde_linux/src/drivers/framebuffer/intel/lx_emul_c.c @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /* Genode includes */ diff --git a/repos/dde_linux/src/drivers/framebuffer/intel/main.cc b/repos/dde_linux/src/drivers/framebuffer/intel/main.cc index d076a7578..3d1c383ab 100644 --- a/repos/dde_linux/src/drivers/framebuffer/intel/main.cc +++ b/repos/dde_linux/src/drivers/framebuffer/intel/main.cc @@ -8,8 +8,8 @@ /* * Copyright (C) 2015-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /* Genode includes */ diff --git a/repos/dde_linux/src/drivers/usb/main.cc b/repos/dde_linux/src/drivers/usb/main.cc index 89b989527..1ee40c52b 100644 --- a/repos/dde_linux/src/drivers/usb/main.cc +++ b/repos/dde_linux/src/drivers/usb/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013-2014 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ #include diff --git a/repos/dde_linux/src/drivers/usb_net_stat/main.cc b/repos/dde_linux/src/drivers/usb_net_stat/main.cc index 5679e7d75..212ea9028 100644 --- a/repos/dde_linux/src/drivers/usb_net_stat/main.cc +++ b/repos/dde_linux/src/drivers/usb_net_stat/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013-2014 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ int main() diff --git a/repos/dde_linux/src/drivers/wifi/main.cc b/repos/dde_linux/src/drivers/wifi/main.cc index a9c56589b..406d864a0 100644 --- a/repos/dde_linux/src/drivers/wifi/main.cc +++ b/repos/dde_linux/src/drivers/wifi/main.cc @@ -7,8 +7,8 @@ /* * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /* Genode includes */ diff --git a/repos/dde_linux/src/drivers/wifi/wpa.h b/repos/dde_linux/src/drivers/wifi/wpa.h index 174aeb7bd..5670425e7 100644 --- a/repos/dde_linux/src/drivers/wifi/wpa.h +++ b/repos/dde_linux/src/drivers/wifi/wpa.h @@ -7,8 +7,8 @@ /* * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ #ifndef _WIFI__WPA_H_ diff --git a/repos/dde_linux/src/include/lx_emul/atomic.h b/repos/dde_linux/src/include/lx_emul/atomic.h index 0829b4090..9dd3181c3 100644 --- a/repos/dde_linux/src/include/lx_emul/atomic.h +++ b/repos/dde_linux/src/include/lx_emul/atomic.h @@ -9,10 +9,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /******************* diff --git a/repos/dde_linux/src/include/lx_emul/bitops.h b/repos/dde_linux/src/include/lx_emul/bitops.h index c87dc14a3..10bddd3cc 100644 --- a/repos/dde_linux/src/include/lx_emul/bitops.h +++ b/repos/dde_linux/src/include/lx_emul/bitops.h @@ -9,10 +9,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /******************************* diff --git a/repos/dde_linux/src/include/lx_emul/bug.h b/repos/dde_linux/src/include/lx_emul/bug.h index 8bf720a66..5f3ee0efb 100644 --- a/repos/dde_linux/src/include/lx_emul/bug.h +++ b/repos/dde_linux/src/include/lx_emul/bug.h @@ -9,10 +9,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /*************** diff --git a/repos/dde_linux/src/include/lx_emul/byteorder.h b/repos/dde_linux/src/include/lx_emul/byteorder.h index 1ad816084..e10018aaa 100644 --- a/repos/dde_linux/src/include/lx_emul/byteorder.h +++ b/repos/dde_linux/src/include/lx_emul/byteorder.h @@ -9,10 +9,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /************************************* diff --git a/repos/dde_linux/src/include/lx_emul/compiler.h b/repos/dde_linux/src/include/lx_emul/compiler.h index ea02abf68..0352172b9 100644 --- a/repos/dde_linux/src/include/lx_emul/compiler.h +++ b/repos/dde_linux/src/include/lx_emul/compiler.h @@ -9,10 +9,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /********************** diff --git a/repos/dde_linux/src/include/lx_emul/completion.h b/repos/dde_linux/src/include/lx_emul/completion.h index 4c525a21c..55b78dcec 100644 --- a/repos/dde_linux/src/include/lx_emul/completion.h +++ b/repos/dde_linux/src/include/lx_emul/completion.h @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ diff --git a/repos/dde_linux/src/include/lx_emul/errno.h b/repos/dde_linux/src/include/lx_emul/errno.h index 6388cabcd..b2e08920a 100644 --- a/repos/dde_linux/src/include/lx_emul/errno.h +++ b/repos/dde_linux/src/include/lx_emul/errno.h @@ -9,10 +9,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /******************************* diff --git a/repos/dde_linux/src/include/lx_emul/extern_c_begin.h b/repos/dde_linux/src/include/lx_emul/extern_c_begin.h index 2bc440a33..f9e5fca5c 100644 --- a/repos/dde_linux/src/include/lx_emul/extern_c_begin.h +++ b/repos/dde_linux/src/include/lx_emul/extern_c_begin.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014-2016 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ #ifdef __cplusplus diff --git a/repos/dde_linux/src/include/lx_emul/extern_c_end.h b/repos/dde_linux/src/include/lx_emul/extern_c_end.h index 08c9ac66a..54e4c67db 100644 --- a/repos/dde_linux/src/include/lx_emul/extern_c_end.h +++ b/repos/dde_linux/src/include/lx_emul/extern_c_end.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ #ifdef __cplusplus diff --git a/repos/dde_linux/src/include/lx_emul/gfp.h b/repos/dde_linux/src/include/lx_emul/gfp.h index 3915b267e..159dfd89c 100644 --- a/repos/dde_linux/src/include/lx_emul/gfp.h +++ b/repos/dde_linux/src/include/lx_emul/gfp.h @@ -9,10 +9,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /***************** diff --git a/repos/dde_linux/src/include/lx_emul/impl/completion.h b/repos/dde_linux/src/include/lx_emul/impl/completion.h index c9787b744..9bbcaf7ed 100644 --- a/repos/dde_linux/src/include/lx_emul/impl/completion.h +++ b/repos/dde_linux/src/include/lx_emul/impl/completion.h @@ -7,8 +7,8 @@ /* * Copyright (C) 2015-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /* Linux kint includes */ diff --git a/repos/dde_linux/src/include/lx_emul/impl/delay.h b/repos/dde_linux/src/include/lx_emul/impl/delay.h index df3e4d2d9..83228ace6 100644 --- a/repos/dde_linux/src/include/lx_emul/impl/delay.h +++ b/repos/dde_linux/src/include/lx_emul/impl/delay.h @@ -7,8 +7,8 @@ /* * Copyright (C) 2015-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /* Genode includes */ diff --git a/repos/dde_linux/src/include/lx_emul/impl/gfp.h b/repos/dde_linux/src/include/lx_emul/impl/gfp.h index 577b8ada8..d4bb2a86a 100644 --- a/repos/dde_linux/src/include/lx_emul/impl/gfp.h +++ b/repos/dde_linux/src/include/lx_emul/impl/gfp.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /* Linux kit includes */ diff --git a/repos/dde_linux/src/include/lx_emul/impl/io.h b/repos/dde_linux/src/include/lx_emul/impl/io.h index 644bb23a2..e1218d2cc 100644 --- a/repos/dde_linux/src/include/lx_emul/impl/io.h +++ b/repos/dde_linux/src/include/lx_emul/impl/io.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /* Linux kit includes */ diff --git a/repos/dde_linux/src/include/lx_emul/impl/kernel.h b/repos/dde_linux/src/include/lx_emul/impl/kernel.h index 3dbbe1d12..8f5a7e508 100644 --- a/repos/dde_linux/src/include/lx_emul/impl/kernel.h +++ b/repos/dde_linux/src/include/lx_emul/impl/kernel.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /* Genode includes */ diff --git a/repos/dde_linux/src/include/lx_emul/impl/mutex.h b/repos/dde_linux/src/include/lx_emul/impl/mutex.h index d4f1be339..35030e874 100644 --- a/repos/dde_linux/src/include/lx_emul/impl/mutex.h +++ b/repos/dde_linux/src/include/lx_emul/impl/mutex.h @@ -7,8 +7,8 @@ /* * Copyright (C) 2015-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /* Linux kit includes */ diff --git a/repos/dde_linux/src/include/lx_emul/impl/pci.h b/repos/dde_linux/src/include/lx_emul/impl/pci.h index eaef41fe5..9ed58c7cd 100644 --- a/repos/dde_linux/src/include/lx_emul/impl/pci.h +++ b/repos/dde_linux/src/include/lx_emul/impl/pci.h @@ -7,8 +7,8 @@ /* * Copyright (C) 2015-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /* Linux kit includes */ diff --git a/repos/dde_linux/src/include/lx_emul/impl/pci_resource.h b/repos/dde_linux/src/include/lx_emul/impl/pci_resource.h index 17d819b51..3c9302513 100644 --- a/repos/dde_linux/src/include/lx_emul/impl/pci_resource.h +++ b/repos/dde_linux/src/include/lx_emul/impl/pci_resource.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /* Linux kit includes */ diff --git a/repos/dde_linux/src/include/lx_emul/impl/sched.h b/repos/dde_linux/src/include/lx_emul/impl/sched.h index 5b53fa4ff..923e7f6de 100644 --- a/repos/dde_linux/src/include/lx_emul/impl/sched.h +++ b/repos/dde_linux/src/include/lx_emul/impl/sched.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /* Linux kit includes */ diff --git a/repos/dde_linux/src/include/lx_emul/impl/slab.h b/repos/dde_linux/src/include/lx_emul/impl/slab.h index 9fbc92703..fed554a8c 100644 --- a/repos/dde_linux/src/include/lx_emul/impl/slab.h +++ b/repos/dde_linux/src/include/lx_emul/impl/slab.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /* Linux kit includes */ diff --git a/repos/dde_linux/src/include/lx_emul/impl/spinlock.h b/repos/dde_linux/src/include/lx_emul/impl/spinlock.h index e77dd3cb5..f4f6d96cf 100644 --- a/repos/dde_linux/src/include/lx_emul/impl/spinlock.h +++ b/repos/dde_linux/src/include/lx_emul/impl/spinlock.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ void spin_lock_init(spinlock_t *lock) { TRACE; } diff --git a/repos/dde_linux/src/include/lx_emul/impl/timer.h b/repos/dde_linux/src/include/lx_emul/impl/timer.h index 153523a71..09f4ef8d3 100644 --- a/repos/dde_linux/src/include/lx_emul/impl/timer.h +++ b/repos/dde_linux/src/include/lx_emul/impl/timer.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /* Linux kit includes */ diff --git a/repos/dde_linux/src/include/lx_emul/impl/wait.h b/repos/dde_linux/src/include/lx_emul/impl/wait.h index c984c35db..cec495c68 100644 --- a/repos/dde_linux/src/include/lx_emul/impl/wait.h +++ b/repos/dde_linux/src/include/lx_emul/impl/wait.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /* Linux kit includes */ diff --git a/repos/dde_linux/src/include/lx_emul/impl/work.h b/repos/dde_linux/src/include/lx_emul/impl/work.h index daab2204f..d11bbc4fd 100644 --- a/repos/dde_linux/src/include/lx_emul/impl/work.h +++ b/repos/dde_linux/src/include/lx_emul/impl/work.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /* Linux kit includes */ diff --git a/repos/dde_linux/src/include/lx_emul/ioport.h b/repos/dde_linux/src/include/lx_emul/ioport.h index 1c94ec450..698ffe90f 100644 --- a/repos/dde_linux/src/include/lx_emul/ioport.h +++ b/repos/dde_linux/src/include/lx_emul/ioport.h @@ -9,10 +9,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /******************** diff --git a/repos/dde_linux/src/include/lx_emul/irq.h b/repos/dde_linux/src/include/lx_emul/irq.h index 5ac80de52..aa754d79b 100644 --- a/repos/dde_linux/src/include/lx_emul/irq.h +++ b/repos/dde_linux/src/include/lx_emul/irq.h @@ -9,10 +9,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /*********************** diff --git a/repos/dde_linux/src/include/lx_emul/jiffies.h b/repos/dde_linux/src/include/lx_emul/jiffies.h index 168936cb9..12d2fb951 100644 --- a/repos/dde_linux/src/include/lx_emul/jiffies.h +++ b/repos/dde_linux/src/include/lx_emul/jiffies.h @@ -9,10 +9,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /********************* diff --git a/repos/dde_linux/src/include/lx_emul/kernel.h b/repos/dde_linux/src/include/lx_emul/kernel.h index 39805ed69..288199f99 100644 --- a/repos/dde_linux/src/include/lx_emul/kernel.h +++ b/repos/dde_linux/src/include/lx_emul/kernel.h @@ -9,10 +9,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /********************* diff --git a/repos/dde_linux/src/include/lx_emul/kobject.h b/repos/dde_linux/src/include/lx_emul/kobject.h index 33e2584d8..2ed0ab345 100644 --- a/repos/dde_linux/src/include/lx_emul/kobject.h +++ b/repos/dde_linux/src/include/lx_emul/kobject.h @@ -9,10 +9,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /****************** diff --git a/repos/dde_linux/src/include/lx_emul/list.h b/repos/dde_linux/src/include/lx_emul/list.h index 86835f670..749f6d551 100644 --- a/repos/dde_linux/src/include/lx_emul/list.h +++ b/repos/dde_linux/src/include/lx_emul/list.h @@ -9,10 +9,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /******************** diff --git a/repos/dde_linux/src/include/lx_emul/mmio.h b/repos/dde_linux/src/include/lx_emul/mmio.h index 4e79927c2..0db1ff469 100644 --- a/repos/dde_linux/src/include/lx_emul/mmio.h +++ b/repos/dde_linux/src/include/lx_emul/mmio.h @@ -9,10 +9,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /********************** diff --git a/repos/dde_linux/src/include/lx_emul/module.h b/repos/dde_linux/src/include/lx_emul/module.h index 063273e85..f464a6a57 100644 --- a/repos/dde_linux/src/include/lx_emul/module.h +++ b/repos/dde_linux/src/include/lx_emul/module.h @@ -9,10 +9,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /****************** diff --git a/repos/dde_linux/src/include/lx_emul/mutex.h b/repos/dde_linux/src/include/lx_emul/mutex.h index 5635d2d98..bb90995f7 100644 --- a/repos/dde_linux/src/include/lx_emul/mutex.h +++ b/repos/dde_linux/src/include/lx_emul/mutex.h @@ -9,10 +9,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /******************* diff --git a/repos/dde_linux/src/include/lx_emul/pci.h b/repos/dde_linux/src/include/lx_emul/pci.h index dc88a3be4..cd5a83fcd 100644 --- a/repos/dde_linux/src/include/lx_emul/pci.h +++ b/repos/dde_linux/src/include/lx_emul/pci.h @@ -9,10 +9,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /***************** diff --git a/repos/dde_linux/src/include/lx_emul/pm.h b/repos/dde_linux/src/include/lx_emul/pm.h index e519d878c..cb2c169d8 100644 --- a/repos/dde_linux/src/include/lx_emul/pm.h +++ b/repos/dde_linux/src/include/lx_emul/pm.h @@ -9,10 +9,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /**************** diff --git a/repos/dde_linux/src/include/lx_emul/printf.h b/repos/dde_linux/src/include/lx_emul/printf.h index 2a9d78071..99e25c433 100644 --- a/repos/dde_linux/src/include/lx_emul/printf.h +++ b/repos/dde_linux/src/include/lx_emul/printf.h @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ void lx_printf(char const *, ...) __attribute__((format(printf, 1, 2))); diff --git a/repos/dde_linux/src/include/lx_emul/scatterlist.h b/repos/dde_linux/src/include/lx_emul/scatterlist.h index c7e166dad..c09bfdca8 100644 --- a/repos/dde_linux/src/include/lx_emul/scatterlist.h +++ b/repos/dde_linux/src/include/lx_emul/scatterlist.h @@ -9,10 +9,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /************************* diff --git a/repos/dde_linux/src/include/lx_emul/semaphore.h b/repos/dde_linux/src/include/lx_emul/semaphore.h index 030b25ab7..c72a63497 100644 --- a/repos/dde_linux/src/include/lx_emul/semaphore.h +++ b/repos/dde_linux/src/include/lx_emul/semaphore.h @@ -9,10 +9,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /******************* diff --git a/repos/dde_linux/src/include/lx_emul/spinlock.h b/repos/dde_linux/src/include/lx_emul/spinlock.h index f15fc19ea..9ad6af58d 100644 --- a/repos/dde_linux/src/include/lx_emul/spinlock.h +++ b/repos/dde_linux/src/include/lx_emul/spinlock.h @@ -9,10 +9,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /********************** diff --git a/repos/dde_linux/src/include/lx_emul/string.h b/repos/dde_linux/src/include/lx_emul/string.h index a4f2ff4f1..4739ddc96 100644 --- a/repos/dde_linux/src/include/lx_emul/string.h +++ b/repos/dde_linux/src/include/lx_emul/string.h @@ -9,10 +9,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /******************** diff --git a/repos/dde_linux/src/include/lx_emul/time.h b/repos/dde_linux/src/include/lx_emul/time.h index 623ca9b9d..083ec492a 100644 --- a/repos/dde_linux/src/include/lx_emul/time.h +++ b/repos/dde_linux/src/include/lx_emul/time.h @@ -9,10 +9,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /****************** diff --git a/repos/dde_linux/src/include/lx_emul/timer.h b/repos/dde_linux/src/include/lx_emul/timer.h index 2ce8b8b3d..acc6be57d 100644 --- a/repos/dde_linux/src/include/lx_emul/timer.h +++ b/repos/dde_linux/src/include/lx_emul/timer.h @@ -9,10 +9,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /******************* diff --git a/repos/dde_linux/src/include/lx_emul/types.h b/repos/dde_linux/src/include/lx_emul/types.h index b7f15d8fd..0d10af05c 100644 --- a/repos/dde_linux/src/include/lx_emul/types.h +++ b/repos/dde_linux/src/include/lx_emul/types.h @@ -9,10 +9,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /******************* diff --git a/repos/dde_linux/src/include/lx_emul/work.h b/repos/dde_linux/src/include/lx_emul/work.h index b3618b345..ac409cb6c 100644 --- a/repos/dde_linux/src/include/lx_emul/work.h +++ b/repos/dde_linux/src/include/lx_emul/work.h @@ -9,10 +9,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /*********************** diff --git a/repos/dde_linux/src/include/lx_kit/addr_to_page_mapping.h b/repos/dde_linux/src/include/lx_kit/addr_to_page_mapping.h index c1f351c69..d52ac4709 100644 --- a/repos/dde_linux/src/include/lx_kit/addr_to_page_mapping.h +++ b/repos/dde_linux/src/include/lx_kit/addr_to_page_mapping.h @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2014-2016 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ #ifndef _LX_KIT__ADDR_TO_PAGE_MAPPING_H_ diff --git a/repos/dde_linux/src/include/lx_kit/backend_alloc.h b/repos/dde_linux/src/include/lx_kit/backend_alloc.h index 9d0ae55fd..d20907108 100644 --- a/repos/dde_linux/src/include/lx_kit/backend_alloc.h +++ b/repos/dde_linux/src/include/lx_kit/backend_alloc.h @@ -8,10 +8,10 @@ */ /* - * Copyright (C) 2014-2016 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ #ifndef _LX_KIT__BACKEND_ALLOC_H_ diff --git a/repos/dde_linux/src/include/lx_kit/env.h b/repos/dde_linux/src/include/lx_kit/env.h index b2adc721d..675ef9815 100644 --- a/repos/dde_linux/src/include/lx_kit/env.h +++ b/repos/dde_linux/src/include/lx_kit/env.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ #ifndef _LX_KIT__ENV_H_ diff --git a/repos/dde_linux/src/include/lx_kit/internal/io_port.h b/repos/dde_linux/src/include/lx_kit/internal/io_port.h index 30848a84e..6abb96839 100644 --- a/repos/dde_linux/src/include/lx_kit/internal/io_port.h +++ b/repos/dde_linux/src/include/lx_kit/internal/io_port.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2014-2016 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ #ifndef _LX_KIT__INTERNAL__IO_PORT_H_ diff --git a/repos/dde_linux/src/include/lx_kit/internal/list.h b/repos/dde_linux/src/include/lx_kit/internal/list.h index 499576fde..27c29880c 100644 --- a/repos/dde_linux/src/include/lx_kit/internal/list.h +++ b/repos/dde_linux/src/include/lx_kit/internal/list.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014-2016 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ #ifndef _LX_KIT__INTERNAL__LIST_H_ diff --git a/repos/dde_linux/src/include/lx_kit/internal/pci_dev.h b/repos/dde_linux/src/include/lx_kit/internal/pci_dev.h index 6a500f3b3..0967f4e99 100644 --- a/repos/dde_linux/src/include/lx_kit/internal/pci_dev.h +++ b/repos/dde_linux/src/include/lx_kit/internal/pci_dev.h @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ #ifndef _LX_KIT__INTERNAL__PCI_DEV_H_ diff --git a/repos/dde_linux/src/include/lx_kit/internal/slab_alloc.h b/repos/dde_linux/src/include/lx_kit/internal/slab_alloc.h index dd9e2d1ce..77a56d6aa 100644 --- a/repos/dde_linux/src/include/lx_kit/internal/slab_alloc.h +++ b/repos/dde_linux/src/include/lx_kit/internal/slab_alloc.h @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ #ifndef _LX_KIT__INTERAL__SLAB_ALLOC_H_ diff --git a/repos/dde_linux/src/include/lx_kit/internal/slab_backend_alloc.h b/repos/dde_linux/src/include/lx_kit/internal/slab_backend_alloc.h index 0a4f6948d..7364dff6b 100644 --- a/repos/dde_linux/src/include/lx_kit/internal/slab_backend_alloc.h +++ b/repos/dde_linux/src/include/lx_kit/internal/slab_backend_alloc.h @@ -8,10 +8,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ #ifndef _LX_KIT__INTERAL__SLAB_BACKEND_ALLOC_H_ diff --git a/repos/dde_linux/src/include/lx_kit/internal/task.h b/repos/dde_linux/src/include/lx_kit/internal/task.h index 3a195e668..3116e1d37 100644 --- a/repos/dde_linux/src/include/lx_kit/internal/task.h +++ b/repos/dde_linux/src/include/lx_kit/internal/task.h @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ #ifndef _LX_KIT__INTERNAL__TASK_H_ diff --git a/repos/dde_linux/src/include/lx_kit/irq.h b/repos/dde_linux/src/include/lx_kit/irq.h index 3d1efbb08..6f8419263 100644 --- a/repos/dde_linux/src/include/lx_kit/irq.h +++ b/repos/dde_linux/src/include/lx_kit/irq.h @@ -9,8 +9,8 @@ /* * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ #ifndef _LX_KIT__IRQ_H_ diff --git a/repos/dde_linux/src/include/lx_kit/malloc.h b/repos/dde_linux/src/include/lx_kit/malloc.h index f8bbb8acf..d9b08bbe3 100644 --- a/repos/dde_linux/src/include/lx_kit/malloc.h +++ b/repos/dde_linux/src/include/lx_kit/malloc.h @@ -9,8 +9,8 @@ /* * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ #ifndef _LX_KIT__MALLOC_H_ diff --git a/repos/dde_linux/src/include/lx_kit/mapped_io_mem_range.h b/repos/dde_linux/src/include/lx_kit/mapped_io_mem_range.h index 49d56830f..5f945a45c 100644 --- a/repos/dde_linux/src/include/lx_kit/mapped_io_mem_range.h +++ b/repos/dde_linux/src/include/lx_kit/mapped_io_mem_range.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ #ifndef _LX_KIT__MAPPED_IO_MEM_RANGE_H_ diff --git a/repos/dde_linux/src/include/lx_kit/pci.h b/repos/dde_linux/src/include/lx_kit/pci.h index 0e541285c..7a3015635 100644 --- a/repos/dde_linux/src/include/lx_kit/pci.h +++ b/repos/dde_linux/src/include/lx_kit/pci.h @@ -7,8 +7,8 @@ /* * Copyright (C) 2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ #ifndef _LX_KIT__PCI_H_ diff --git a/repos/dde_linux/src/include/lx_kit/pci_dev_registry.h b/repos/dde_linux/src/include/lx_kit/pci_dev_registry.h index 24432c6b7..79442dc04 100644 --- a/repos/dde_linux/src/include/lx_kit/pci_dev_registry.h +++ b/repos/dde_linux/src/include/lx_kit/pci_dev_registry.h @@ -7,8 +7,8 @@ /* * Copyright (C) 2015-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ #ifndef _LX_KIT__PCI_DEV_REGISTRY_H_ diff --git a/repos/dde_linux/src/include/lx_kit/scheduler.h b/repos/dde_linux/src/include/lx_kit/scheduler.h index 4cd794d8e..90308ed7d 100644 --- a/repos/dde_linux/src/include/lx_kit/scheduler.h +++ b/repos/dde_linux/src/include/lx_kit/scheduler.h @@ -9,8 +9,8 @@ /* * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ #ifndef _LX_KIT__SCHEDULER_H_ diff --git a/repos/dde_linux/src/include/lx_kit/timer.h b/repos/dde_linux/src/include/lx_kit/timer.h index af164f6bf..906767c1f 100644 --- a/repos/dde_linux/src/include/lx_kit/timer.h +++ b/repos/dde_linux/src/include/lx_kit/timer.h @@ -9,8 +9,8 @@ /* * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ #ifndef _LX_KIT__TIMER_H_ diff --git a/repos/dde_linux/src/include/lx_kit/types.h b/repos/dde_linux/src/include/lx_kit/types.h index a9a847dc8..46e10a4de 100644 --- a/repos/dde_linux/src/include/lx_kit/types.h +++ b/repos/dde_linux/src/include/lx_kit/types.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ #ifndef _LX_KIT__TYPES_H_ diff --git a/repos/dde_linux/src/include/lx_kit/work.h b/repos/dde_linux/src/include/lx_kit/work.h index 3a35051c1..f4c694320 100644 --- a/repos/dde_linux/src/include/lx_kit/work.h +++ b/repos/dde_linux/src/include/lx_kit/work.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2015-2106 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ #ifndef _LX_KIT__WORK_H_ diff --git a/repos/dde_linux/src/include/spec/arm/lx_kit/internal/arch_execute.h b/repos/dde_linux/src/include/spec/arm/lx_kit/internal/arch_execute.h index e93ba77f5..0354cd56b 100644 --- a/repos/dde_linux/src/include/spec/arm/lx_kit/internal/arch_execute.h +++ b/repos/dde_linux/src/include/spec/arm/lx_kit/internal/arch_execute.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2016 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ #ifndef _ARCH_EXECUTE_H_ diff --git a/repos/dde_linux/src/include/spec/arm_v6/lx_emul/barrier.h b/repos/dde_linux/src/include/spec/arm_v6/lx_emul/barrier.h index 239275b80..221eb6536 100644 --- a/repos/dde_linux/src/include/spec/arm_v6/lx_emul/barrier.h +++ b/repos/dde_linux/src/include/spec/arm_v6/lx_emul/barrier.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014-2016 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /******************* diff --git a/repos/dde_linux/src/include/spec/arm_v7/lx_emul/barrier.h b/repos/dde_linux/src/include/spec/arm_v7/lx_emul/barrier.h index 7bb1d25e6..6f2b80520 100644 --- a/repos/dde_linux/src/include/spec/arm_v7/lx_emul/barrier.h +++ b/repos/dde_linux/src/include/spec/arm_v7/lx_emul/barrier.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014-2016 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /******************* diff --git a/repos/dde_linux/src/include/spec/x86_32/lx_kit/internal/arch_execute.h b/repos/dde_linux/src/include/spec/x86_32/lx_kit/internal/arch_execute.h index 541742842..07292bf47 100644 --- a/repos/dde_linux/src/include/spec/x86_32/lx_kit/internal/arch_execute.h +++ b/repos/dde_linux/src/include/spec/x86_32/lx_kit/internal/arch_execute.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ #ifndef _ARCH_EXECUTE_H_ diff --git a/repos/dde_linux/src/include/spec/x86_64/lx_kit/internal/arch_execute.h b/repos/dde_linux/src/include/spec/x86_64/lx_kit/internal/arch_execute.h index ea4a6a687..d2da328f9 100644 --- a/repos/dde_linux/src/include/spec/x86_64/lx_kit/internal/arch_execute.h +++ b/repos/dde_linux/src/include/spec/x86_64/lx_kit/internal/arch_execute.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ #ifndef _ARCH_EXECUTE_H_ diff --git a/repos/dde_linux/src/lib/libc_lxip/plugin.cc b/repos/dde_linux/src/lib/libc_lxip/plugin.cc index fb6c2f9d3..e20d49c2d 100644 --- a/repos/dde_linux/src/lib/libc_lxip/plugin.cc +++ b/repos/dde_linux/src/lib/libc_lxip/plugin.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /* Libc includes */ diff --git a/repos/dde_linux/src/lib/libnl/include/defs.h b/repos/dde_linux/src/lib/libnl/include/defs.h index dd20eab67..bdf44ed35 100644 --- a/repos/dde_linux/src/lib/libnl/include/defs.h +++ b/repos/dde_linux/src/lib/libnl/include/defs.h @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ #ifndef _DEFS_H_ diff --git a/repos/dde_linux/src/lib/libnl/include/libnl_emul.h b/repos/dde_linux/src/lib/libnl/include/libnl_emul.h index 48e82187f..47113528a 100644 --- a/repos/dde_linux/src/lib/libnl/include/libnl_emul.h +++ b/repos/dde_linux/src/lib/libnl/include/libnl_emul.h @@ -9,10 +9,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ #ifndef _LIBNL_EMUL_H_ diff --git a/repos/dde_linux/src/lib/libnl/include/spec/32bit/platform/types.h b/repos/dde_linux/src/lib/libnl/include/spec/32bit/platform/types.h index 4b09c6314..a1a46aba1 100644 --- a/repos/dde_linux/src/lib/libnl/include/spec/32bit/platform/types.h +++ b/repos/dde_linux/src/lib/libnl/include/spec/32bit/platform/types.h @@ -8,10 +8,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ #ifndef _32BIT__PLATFORM__TYPES_H_ diff --git a/repos/dde_linux/src/lib/libnl/include/spec/64bit/platform/types.h b/repos/dde_linux/src/lib/libnl/include/spec/64bit/platform/types.h index 3ba325e30..fa956526c 100644 --- a/repos/dde_linux/src/lib/libnl/include/spec/64bit/platform/types.h +++ b/repos/dde_linux/src/lib/libnl/include/spec/64bit/platform/types.h @@ -8,10 +8,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ #ifndef _64BIT__PLATFORM__TYPES_H_ diff --git a/repos/dde_linux/src/lib/libnl/lxcc_emul.cc b/repos/dde_linux/src/lib/libnl/lxcc_emul.cc index 1fc674225..68af3db97 100644 --- a/repos/dde_linux/src/lib/libnl/lxcc_emul.cc +++ b/repos/dde_linux/src/lib/libnl/lxcc_emul.cc @@ -7,8 +7,8 @@ /* * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /* Genode includes */ diff --git a/repos/dde_linux/src/lib/libnl/socket.cc b/repos/dde_linux/src/lib/libnl/socket.cc index 022f0a4bb..ce1bc52d3 100644 --- a/repos/dde_linux/src/lib/libnl/socket.cc +++ b/repos/dde_linux/src/lib/libnl/socket.cc @@ -1,4 +1,4 @@ -/** +/* * \brief Linux emulation code * \author Josef Soentgen * \date 2014-07-28 @@ -7,8 +7,8 @@ /* * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /* Genode includes */ diff --git a/repos/dde_linux/src/lib/lxip/driver.c b/repos/dde_linux/src/lib/lxip/driver.c index e9ff9fed0..14e67db9a 100644 --- a/repos/dde_linux/src/lib/lxip/driver.c +++ b/repos/dde_linux/src/lib/lxip/driver.c @@ -1,4 +1,4 @@ -/** +/* * \brief Back-end driver for IP stack * \author Sebastian Sumpf * \author Stefan Kalkowski @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2013-2016 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /* Linux includes */ diff --git a/repos/dde_linux/src/lib/lxip/dummies.cc b/repos/dde_linux/src/lib/lxip/dummies.cc index f2ac7f540..5d61b8161 100644 --- a/repos/dde_linux/src/lib/lxip/dummies.cc +++ b/repos/dde_linux/src/lib/lxip/dummies.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013-2016 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /* Genode includes */ diff --git a/repos/dde_linux/src/lib/lxip/dummies_c.c b/repos/dde_linux/src/lib/lxip/dummies_c.c index 971708dc8..7392a6cac 100644 --- a/repos/dde_linux/src/lib/lxip/dummies_c.c +++ b/repos/dde_linux/src/lib/lxip/dummies_c.c @@ -1,14 +1,14 @@ -/** +/* * \brief Dummies that cannot be implemented with the DUMMY macros * \author Sebastian Sumpf * \date 2014-02-10 */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /* local includes */ diff --git a/repos/dde_linux/src/lib/lxip/include/lx_emul.h b/repos/dde_linux/src/lib/lxip/include/lx_emul.h index 3cc4e6c8c..4efaddc86 100644 --- a/repos/dde_linux/src/lib/lxip/include/lx_emul.h +++ b/repos/dde_linux/src/lib/lxip/include/lx_emul.h @@ -1,4 +1,4 @@ - /* +/* * \brief Emulation of the Linux kernel API * \author Sebastian Sumpf * \date 2013-08-19 @@ -8,10 +8,10 @@ */ /* - * Copyright (C) 2012-2016 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ #ifndef _LX_EMUL_H_ diff --git a/repos/dde_linux/src/lib/lxip/include/nic.h b/repos/dde_linux/src/lib/lxip/include/nic.h index 0686b6317..e727c4411 100644 --- a/repos/dde_linux/src/lib/lxip/include/nic.h +++ b/repos/dde_linux/src/lib/lxip/include/nic.h @@ -1,15 +1,16 @@ -/** +/* * \brief C back-end * \author Sebastian Sumpf * \date 2013-09-09 */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ + #ifndef _INCLUDE__NIC_H_ #define _INCLUDE__NIC_H_ diff --git a/repos/dde_linux/src/lib/lxip/lx.h b/repos/dde_linux/src/lib/lxip/lx.h index 85b26a67a..4a1952680 100644 --- a/repos/dde_linux/src/lib/lxip/lx.h +++ b/repos/dde_linux/src/lib/lxip/lx.h @@ -8,8 +8,8 @@ /* * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ #ifndef _LX_H_ diff --git a/repos/dde_linux/src/lib/lxip/lxc_emul.c b/repos/dde_linux/src/lib/lxip/lxc_emul.c index cf79f5435..e860c6325 100644 --- a/repos/dde_linux/src/lib/lxip/lxc_emul.c +++ b/repos/dde_linux/src/lib/lxip/lxc_emul.c @@ -1,4 +1,4 @@ -/** +/* * \brief Linux emulation code * \author Sebastian Sumpf * \author Josef Soentgen @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2013-2016 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /* Linux includes */ diff --git a/repos/dde_linux/src/lib/lxip/lxcc_emul.cc b/repos/dde_linux/src/lib/lxip/lxcc_emul.cc index e7998e386..8291b2d80 100644 --- a/repos/dde_linux/src/lib/lxip/lxcc_emul.cc +++ b/repos/dde_linux/src/lib/lxip/lxcc_emul.cc @@ -1,4 +1,4 @@ -/** +/* * \brief Linux emulation code * \author Sebastian Sumpf * \author Emery Hemingway @@ -9,8 +9,8 @@ /* * Copyright (C) 2013-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /* Genode includes */ diff --git a/repos/dde_linux/src/lib/lxip/nic_handler.cc b/repos/dde_linux/src/lib/lxip/nic_handler.cc index 0b5a3eb89..6ab1a43c7 100644 --- a/repos/dde_linux/src/lib/lxip/nic_handler.cc +++ b/repos/dde_linux/src/lib/lxip/nic_handler.cc @@ -1,4 +1,4 @@ -/** +/* * \brief Linux emulation code * \author Sebastian Sumpf * \author Josef Soentgen @@ -9,8 +9,8 @@ /* * Copyright (C) 2013-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /* Genode includes */ diff --git a/repos/dde_linux/src/lib/lxip/random.cc b/repos/dde_linux/src/lib/lxip/random.cc index 5613183c7..5fe9e8c02 100644 --- a/repos/dde_linux/src/lib/lxip/random.cc +++ b/repos/dde_linux/src/lib/lxip/random.cc @@ -1,14 +1,14 @@ -/** +/* * \brief Linux random emulation code * \author Josef Soentgen * \date 2016-10-19 */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /* Genode includes */ diff --git a/repos/dde_linux/src/lib/lxip/socket_handler.cc b/repos/dde_linux/src/lib/lxip/socket_handler.cc index eef113a65..1a9934fc4 100644 --- a/repos/dde_linux/src/lib/lxip/socket_handler.cc +++ b/repos/dde_linux/src/lib/lxip/socket_handler.cc @@ -1,14 +1,14 @@ -/** +/* * \brief Front-end and glue to IP stack * \author Sebastian Sumpf * \date 2013-09-26 */ /* - * Copyright (C) 2013-2016 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /* Genode includes */ diff --git a/repos/dde_linux/src/lib/lxip/timer_handler.cc b/repos/dde_linux/src/lib/lxip/timer_handler.cc index 711759aba..6b6303726 100644 --- a/repos/dde_linux/src/lib/lxip/timer_handler.cc +++ b/repos/dde_linux/src/lib/lxip/timer_handler.cc @@ -9,8 +9,8 @@ /* * Copyright (C) 2012-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /* Genode includes */ diff --git a/repos/dde_linux/src/lib/usb/dummies.c b/repos/dde_linux/src/lib/usb/dummies.c index 1edbde7a5..f1bb41014 100644 --- a/repos/dde_linux/src/lib/usb/dummies.c +++ b/repos/dde_linux/src/lib/usb/dummies.c @@ -6,11 +6,11 @@ */ /* + * Copyright (C) 2011-2017 Genode Labs GmbH * Copyright (C) 2014 Ksys Labs LLC - * Copyright (C) 2011-2013 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /* Linux kernel API */ diff --git a/repos/dde_linux/src/lib/usb/include/lx_emul.h b/repos/dde_linux/src/lib/usb/include/lx_emul.h index 090b99a48..e156c2dd5 100644 --- a/repos/dde_linux/src/lib/usb/include/lx_emul.h +++ b/repos/dde_linux/src/lib/usb/include/lx_emul.h @@ -9,10 +9,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ #ifndef _LX_EMUL_H_ diff --git a/repos/dde_linux/src/lib/usb/include/platform.h b/repos/dde_linux/src/lib/usb/include/platform.h index 957aabe63..5189ce2c1 100644 --- a/repos/dde_linux/src/lib/usb/include/platform.h +++ b/repos/dde_linux/src/lib/usb/include/platform.h @@ -1,4 +1,4 @@ -/** +/* * \brief Platform specific definitions * \author Sebastian Sumpf * \date 2012-07-06 @@ -9,8 +9,8 @@ /* * Copyright (C) 2012-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ #ifndef _PLATFORM_H_ diff --git a/repos/dde_linux/src/lib/usb/include/signal.h b/repos/dde_linux/src/lib/usb/include/signal.h index aa36bde63..5b0ed213c 100644 --- a/repos/dde_linux/src/lib/usb/include/signal.h +++ b/repos/dde_linux/src/lib/usb/include/signal.h @@ -7,8 +7,8 @@ /* * Copyright (C) 2012-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ #ifndef _SIGNAL_H_ diff --git a/repos/dde_linux/src/lib/usb/include/spec/arm/platform/lx_emul.h b/repos/dde_linux/src/lib/usb/include/spec/arm/platform/lx_emul.h index d935f6a1c..586854451 100644 --- a/repos/dde_linux/src/lib/usb/include/spec/arm/platform/lx_emul.h +++ b/repos/dde_linux/src/lib/usb/include/spec/arm/platform/lx_emul.h @@ -5,11 +5,12 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ + #ifndef _ARM__PLATFORM__LX_EMUL_H_ #define _ARM__PLATFORM__LX_EMUL_H_ diff --git a/repos/dde_linux/src/lib/usb/include/spec/arm/platform_device/platform_device.h b/repos/dde_linux/src/lib/usb/include/spec/arm/platform_device/platform_device.h index 455bb75a6..bce54ace6 100644 --- a/repos/dde_linux/src/lib/usb/include/spec/arm/platform_device/platform_device.h +++ b/repos/dde_linux/src/lib/usb/include/spec/arm/platform_device/platform_device.h @@ -1,4 +1,4 @@ -/** +/* * \brief Platform_device implementation for ARM * \author Sebastian Sumpf * \date 2016-04-25 @@ -10,8 +10,8 @@ /* * Copyright (C) 2016-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ #ifndef _ARM__PLATFORM_DEVICE__PLATFORM_DEVICE_H_ diff --git a/repos/dde_linux/src/lib/usb/include/spec/arm_v6/platform/lx_emul_barrier.h b/repos/dde_linux/src/lib/usb/include/spec/arm_v6/platform/lx_emul_barrier.h index 6a0ebc3bc..dc52c2f4c 100644 --- a/repos/dde_linux/src/lib/usb/include/spec/arm_v6/platform/lx_emul_barrier.h +++ b/repos/dde_linux/src/lib/usb/include/spec/arm_v6/platform/lx_emul_barrier.h @@ -5,11 +5,12 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ + #ifndef _ARMV6__PLATFORM__LX_EMUL_BARRIER_H_ #define _ARMV6__PLATFORM__LX_EMUL_BARRIER_H_ diff --git a/repos/dde_linux/src/lib/usb/include/spec/arm_v7/platform/lx_emul_barrier.h b/repos/dde_linux/src/lib/usb/include/spec/arm_v7/platform/lx_emul_barrier.h index 10cc69b02..1ba19373a 100644 --- a/repos/dde_linux/src/lib/usb/include/spec/arm_v7/platform/lx_emul_barrier.h +++ b/repos/dde_linux/src/lib/usb/include/spec/arm_v7/platform/lx_emul_barrier.h @@ -5,11 +5,12 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ + #ifndef _ARMV7__PLATFORM__LX_EMUL_BARRIER_H_ #define _ARMV7__PLATFORM__LX_EMUL_BARRIER_H_ diff --git a/repos/dde_linux/src/lib/usb/include/spec/odroid_x2/usb_masks.h b/repos/dde_linux/src/lib/usb/include/spec/odroid_x2/usb_masks.h index 6dc7d10e9..2029339c4 100644 --- a/repos/dde_linux/src/lib/usb/include/spec/odroid_x2/usb_masks.h +++ b/repos/dde_linux/src/lib/usb/include/spec/odroid_x2/usb_masks.h @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ #ifndef _USB_MASKS_H_ diff --git a/repos/dde_linux/src/lib/usb/include/spec/x86/platform/lx_emul.h b/repos/dde_linux/src/lib/usb/include/spec/x86/platform/lx_emul.h index 8405b2488..bda7a4ab9 100644 --- a/repos/dde_linux/src/lib/usb/include/spec/x86/platform/lx_emul.h +++ b/repos/dde_linux/src/lib/usb/include/spec/x86/platform/lx_emul.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ #ifndef _X86_32__PLATFORM__LX_EMUL_ diff --git a/repos/dde_linux/src/lib/usb/include/storage/scsi.h b/repos/dde_linux/src/lib/usb/include/storage/scsi.h index 196d1326d..16931042d 100644 --- a/repos/dde_linux/src/lib/usb/include/storage/scsi.h +++ b/repos/dde_linux/src/lib/usb/include/storage/scsi.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ #ifndef _SCSI_H_ diff --git a/repos/dde_linux/src/lib/usb/include/usb_nic_component.h b/repos/dde_linux/src/lib/usb/include/usb_nic_component.h index c375a6357..d38f94b43 100644 --- a/repos/dde_linux/src/lib/usb/include/usb_nic_component.h +++ b/repos/dde_linux/src/lib/usb/include/usb_nic_component.h @@ -7,8 +7,8 @@ /* * Copyright (C) 2012-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ #ifndef _USB_NIC_COMPONENT_H_ diff --git a/repos/dde_linux/src/lib/usb/input/evdev.cc b/repos/dde_linux/src/lib/usb/input/evdev.cc index 67b972185..d13bac022 100644 --- a/repos/dde_linux/src/lib/usb/input/evdev.cc +++ b/repos/dde_linux/src/lib/usb/input/evdev.cc @@ -16,11 +16,11 @@ */ /* - * Copyright (C) 2009-2016 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * Copyright (C) 2014 Ksys Labs LLC * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /* Genode includes */ diff --git a/repos/dde_linux/src/lib/usb/input/input_component.cc b/repos/dde_linux/src/lib/usb/input/input_component.cc index 78cb1d925..13e0d13de 100644 --- a/repos/dde_linux/src/lib/usb/input/input_component.cc +++ b/repos/dde_linux/src/lib/usb/input/input_component.cc @@ -9,8 +9,8 @@ /* * Copyright (C) 2011-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ #include diff --git a/repos/dde_linux/src/lib/usb/lx_emul.cc b/repos/dde_linux/src/lib/usb/lx_emul.cc index 66aab84fa..4f95fed70 100644 --- a/repos/dde_linux/src/lib/usb/lx_emul.cc +++ b/repos/dde_linux/src/lib/usb/lx_emul.cc @@ -8,8 +8,8 @@ /* * Copyright (C) 2012-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /* Genode includes */ diff --git a/repos/dde_linux/src/lib/usb/main.cc b/repos/dde_linux/src/lib/usb/main.cc index 3e7ce3d90..d9827b057 100644 --- a/repos/dde_linux/src/lib/usb/main.cc +++ b/repos/dde_linux/src/lib/usb/main.cc @@ -10,8 +10,8 @@ * Copyright (C) 2012-2017 Genode Labs GmbH * Copyright (C) 2014 Ksys Labs LLC * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ diff --git a/repos/dde_linux/src/lib/usb/nic/nic.cc b/repos/dde_linux/src/lib/usb/nic/nic.cc index 8b44e49d3..1861582c9 100644 --- a/repos/dde_linux/src/lib/usb/nic/nic.cc +++ b/repos/dde_linux/src/lib/usb/nic/nic.cc @@ -7,8 +7,8 @@ /* * Copyright (C) 2012-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ #include diff --git a/repos/dde_linux/src/lib/usb/raw/raw.cc b/repos/dde_linux/src/lib/usb/raw/raw.cc index 341617fef..a6ec77220 100644 --- a/repos/dde_linux/src/lib/usb/raw/raw.cc +++ b/repos/dde_linux/src/lib/usb/raw/raw.cc @@ -1,4 +1,4 @@ -/** +/* * \brief Server side USB session implementation * \author Sebastian Sumpf * \date 2014-12-08 @@ -7,8 +7,8 @@ /* * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ #include diff --git a/repos/dde_linux/src/lib/usb/raw/raw_driver.c b/repos/dde_linux/src/lib/usb/raw/raw_driver.c index d8b9b6373..5d3b566a4 100644 --- a/repos/dde_linux/src/lib/usb/raw/raw_driver.c +++ b/repos/dde_linux/src/lib/usb/raw/raw_driver.c @@ -1,14 +1,14 @@ -/** +/* * \brief Low level USB access driver * \author Sebastian Sumpf * \date 2014-11-11 */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ #include diff --git a/repos/dde_linux/src/lib/usb/spec/arm/platform_device.cc b/repos/dde_linux/src/lib/usb/spec/arm/platform_device.cc index 66c636529..a4f896577 100644 --- a/repos/dde_linux/src/lib/usb/spec/arm/platform_device.cc +++ b/repos/dde_linux/src/lib/usb/spec/arm/platform_device.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ #include diff --git a/repos/dde_linux/src/lib/usb/spec/arm/platform_generic.cc b/repos/dde_linux/src/lib/usb/spec/arm/platform_generic.cc index 052ff48bf..16769998e 100644 --- a/repos/dde_linux/src/lib/usb/spec/arm/platform_generic.cc +++ b/repos/dde_linux/src/lib/usb/spec/arm/platform_generic.cc @@ -1,4 +1,4 @@ -/** +/* * \brief ARM specific implemenations used on all SOCs * \author Sebastian Sumpf * \date 2016-04-25 @@ -7,8 +7,8 @@ /* * Copyright (C) 2016-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ #include diff --git a/repos/dde_linux/src/lib/usb/spec/arndale/platform.cc b/repos/dde_linux/src/lib/usb/spec/arndale/platform.cc index 4d1a29307..2deb95e4c 100644 --- a/repos/dde_linux/src/lib/usb/spec/arndale/platform.cc +++ b/repos/dde_linux/src/lib/usb/spec/arndale/platform.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /* Genode */ diff --git a/repos/dde_linux/src/lib/usb/spec/odroid_x2/platform.cc b/repos/dde_linux/src/lib/usb/spec/odroid_x2/platform.cc index 30f0d3625..4c3deb467 100644 --- a/repos/dde_linux/src/lib/usb/spec/odroid_x2/platform.cc +++ b/repos/dde_linux/src/lib/usb/spec/odroid_x2/platform.cc @@ -8,10 +8,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /* Genode */ diff --git a/repos/dde_linux/src/lib/usb/spec/panda/platform.cc b/repos/dde_linux/src/lib/usb/spec/panda/platform.cc index 1c1c134e9..84d639667 100644 --- a/repos/dde_linux/src/lib/usb/spec/panda/platform.cc +++ b/repos/dde_linux/src/lib/usb/spec/panda/platform.cc @@ -1,14 +1,14 @@ -/** +/* * \brief EHCI for OMAP4 * \author Sebastian Sumpf * \date 2012-06-20 */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ #include diff --git a/repos/dde_linux/src/lib/usb/spec/rpi/platform.cc b/repos/dde_linux/src/lib/usb/spec/rpi/platform.cc index ef5fa7b16..362142c92 100644 --- a/repos/dde_linux/src/lib/usb/spec/rpi/platform.cc +++ b/repos/dde_linux/src/lib/usb/spec/rpi/platform.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /* Genode includes */ diff --git a/repos/dde_linux/src/lib/usb/spec/x86/pci_driver.cc b/repos/dde_linux/src/lib/usb/spec/x86/pci_driver.cc index af3e8477a..5cad393e8 100644 --- a/repos/dde_linux/src/lib/usb/spec/x86/pci_driver.cc +++ b/repos/dde_linux/src/lib/usb/spec/x86/pci_driver.cc @@ -1,4 +1,4 @@ -/** +/* * \brief PCI device handling * \author Sebastian Sumpf * \date 2016-04-25 @@ -7,8 +7,8 @@ /* * Copyright (C) 2016-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /* Genode includes */ diff --git a/repos/dde_linux/src/lib/usb/spec/x86/platform.cc b/repos/dde_linux/src/lib/usb/spec/x86/platform.cc index 0370bbf97..77a3fb4ee 100644 --- a/repos/dde_linux/src/lib/usb/spec/x86/platform.cc +++ b/repos/dde_linux/src/lib/usb/spec/x86/platform.cc @@ -1,4 +1,4 @@ -/** +/* * \brief X86 platform initialization * \author Sebastian Sumpf * \date 2013-05-17 @@ -7,8 +7,8 @@ /* * Copyright (C) 2013-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ #include diff --git a/repos/dde_linux/src/lib/usb/storage/scsi.c b/repos/dde_linux/src/lib/usb/storage/scsi.c index 89bbefae7..a18bc75ef 100644 --- a/repos/dde_linux/src/lib/usb/storage/scsi.c +++ b/repos/dde_linux/src/lib/usb/storage/scsi.c @@ -28,10 +28,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ #include diff --git a/repos/dde_linux/src/lib/usb/storage/storage.cc b/repos/dde_linux/src/lib/usb/storage/storage.cc index 2f3ddb29a..711761a73 100644 --- a/repos/dde_linux/src/lib/usb/storage/storage.cc +++ b/repos/dde_linux/src/lib/usb/storage/storage.cc @@ -7,8 +7,8 @@ /* * Copyright (C) 2012-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ #include diff --git a/repos/dde_linux/src/lib/usb/test.cc b/repos/dde_linux/src/lib/usb/test.cc index d78128adb..c324842b1 100644 --- a/repos/dde_linux/src/lib/usb/test.cc +++ b/repos/dde_linux/src/lib/usb/test.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ #if 0 diff --git a/repos/dde_linux/src/lib/vfs/lxip/vfs.cc b/repos/dde_linux/src/lib/vfs/lxip/vfs.cc index 819f7b414..1a4fb08c2 100644 --- a/repos/dde_linux/src/lib/vfs/lxip/vfs.cc +++ b/repos/dde_linux/src/lib/vfs/lxip/vfs.cc @@ -9,8 +9,8 @@ /* * Copyright (C) 2015-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /* Genode includes */ diff --git a/repos/dde_linux/src/lib/wifi/dummies.cc b/repos/dde_linux/src/lib/wifi/dummies.cc index 6184139b7..763cff552 100644 --- a/repos/dde_linux/src/lib/wifi/dummies.cc +++ b/repos/dde_linux/src/lib/wifi/dummies.cc @@ -1,14 +1,14 @@ -/** +/* * \brief Dummy functions * \author Josef Soentgen * \date 2014-03-03 */ /* - * Copyright (C) 2014-2016 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /* Genode includes */ diff --git a/repos/dde_linux/src/lib/wifi/include/firmware_list.h b/repos/dde_linux/src/lib/wifi/include/firmware_list.h index ab06e94ac..50e960ad5 100644 --- a/repos/dde_linux/src/lib/wifi/include/firmware_list.h +++ b/repos/dde_linux/src/lib/wifi/include/firmware_list.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014-2016 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ #ifndef _FIRMWARE_LIST_H_ diff --git a/repos/dde_linux/src/lib/wifi/include/lx_emul.h b/repos/dde_linux/src/lib/wifi/include/lx_emul.h index 5226d9a39..06985e539 100644 --- a/repos/dde_linux/src/lib/wifi/include/lx_emul.h +++ b/repos/dde_linux/src/lib/wifi/include/lx_emul.h @@ -8,10 +8,10 @@ */ /* - * Copyright (C) 2014-2016 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ #ifndef _LX_EMUL_H_ diff --git a/repos/dde_linux/src/lib/wifi/include/spec/x86_32/platform/platform.h b/repos/dde_linux/src/lib/wifi/include/spec/x86_32/platform/platform.h index 18250a137..27ec49d58 100644 --- a/repos/dde_linux/src/lib/wifi/include/spec/x86_32/platform/platform.h +++ b/repos/dde_linux/src/lib/wifi/include/spec/x86_32/platform/platform.h @@ -1,14 +1,14 @@ -/** +/* * \brief Platform specific code * \author Sebastian Sumpf * \date 2012-06-10 */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ #ifndef _X86_32__PLATFORM_H_ diff --git a/repos/dde_linux/src/lib/wifi/include/spec/x86_64/platform/platform.h b/repos/dde_linux/src/lib/wifi/include/spec/x86_64/platform/platform.h index f31b72257..32a7d1fc8 100644 --- a/repos/dde_linux/src/lib/wifi/include/spec/x86_64/platform/platform.h +++ b/repos/dde_linux/src/lib/wifi/include/spec/x86_64/platform/platform.h @@ -1,4 +1,4 @@ -/** +/* * \brief Platform specific code * \author Sebastian Sumpf * \author Alexander Boettcher @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ #ifndef _X86_64__PLATFORM_H_ diff --git a/repos/dde_linux/src/lib/wifi/init.cc b/repos/dde_linux/src/lib/wifi/init.cc index 3080a767d..4767a7d93 100644 --- a/repos/dde_linux/src/lib/wifi/init.cc +++ b/repos/dde_linux/src/lib/wifi/init.cc @@ -7,8 +7,8 @@ /* * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /* Genode includes */ diff --git a/repos/dde_linux/src/lib/wifi/lx.h b/repos/dde_linux/src/lib/wifi/lx.h index 722e84d46..7ddd3af26 100644 --- a/repos/dde_linux/src/lib/wifi/lx.h +++ b/repos/dde_linux/src/lib/wifi/lx.h @@ -7,8 +7,8 @@ /* * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ #ifndef _LX_H_ diff --git a/repos/dde_linux/src/lib/wifi/lxc.h b/repos/dde_linux/src/lib/wifi/lxc.h index 85e42f83d..0bdad76ab 100644 --- a/repos/dde_linux/src/lib/wifi/lxc.h +++ b/repos/dde_linux/src/lib/wifi/lxc.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ #ifndef _LXC_H_ diff --git a/repos/dde_linux/src/lib/wifi/lxc_emul.c b/repos/dde_linux/src/lib/wifi/lxc_emul.c index c706991bd..521999409 100644 --- a/repos/dde_linux/src/lib/wifi/lxc_emul.c +++ b/repos/dde_linux/src/lib/wifi/lxc_emul.c @@ -1,14 +1,14 @@ -/** +/* * \brief Linux emulation code * \author Josef Soentgen * \date 2014-03-07 */ /* - * Copyright (C) 2014-2016 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /* linux includes */ diff --git a/repos/dde_linux/src/lib/wifi/lxcc_emul.cc b/repos/dde_linux/src/lib/wifi/lxcc_emul.cc index 07979670b..d9158f85a 100644 --- a/repos/dde_linux/src/lib/wifi/lxcc_emul.cc +++ b/repos/dde_linux/src/lib/wifi/lxcc_emul.cc @@ -1,4 +1,4 @@ -/** +/* * \brief Linux emulation code * \author Josef Soentgen * \date 2014-03-07 @@ -7,8 +7,8 @@ /* * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /* Genode includes */ diff --git a/repos/dde_linux/src/lib/wifi/nic.cc b/repos/dde_linux/src/lib/wifi/nic.cc index ed7d0822c..fac98f422 100644 --- a/repos/dde_linux/src/lib/wifi/nic.cc +++ b/repos/dde_linux/src/lib/wifi/nic.cc @@ -8,8 +8,8 @@ /* * Copyright (C) 2012-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /* Genode includes */ diff --git a/repos/dde_linux/src/lib/wifi/socket_call.cc b/repos/dde_linux/src/lib/wifi/socket_call.cc index ef4d46ba1..561842be6 100644 --- a/repos/dde_linux/src/lib/wifi/socket_call.cc +++ b/repos/dde_linux/src/lib/wifi/socket_call.cc @@ -1,4 +1,4 @@ -/** +/* * \brief Linux emulation code * \author Josef Soentgen * \date 2014-08-04 @@ -7,8 +7,8 @@ /* * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /* Genode includes */ diff --git a/repos/dde_linux/src/lib/wpa_driver_nl80211/dummies.cc b/repos/dde_linux/src/lib/wpa_driver_nl80211/dummies.cc index 2103536da..eda4592bc 100644 --- a/repos/dde_linux/src/lib/wpa_driver_nl80211/dummies.cc +++ b/repos/dde_linux/src/lib/wpa_driver_nl80211/dummies.cc @@ -1,14 +1,14 @@ -/** +/* * \brief Dummy functions * \author Josef Soentgen * \date 2014-10-02 */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ #include diff --git a/repos/dde_linux/src/lib/wpa_driver_nl80211/ioctl.cc b/repos/dde_linux/src/lib/wpa_driver_nl80211/ioctl.cc index 35a61f16c..2c5b676b6 100644 --- a/repos/dde_linux/src/lib/wpa_driver_nl80211/ioctl.cc +++ b/repos/dde_linux/src/lib/wpa_driver_nl80211/ioctl.cc @@ -1,14 +1,14 @@ -/** +/* * \brief Ioctl functions * \author Josef Soentgen * \date 2014-10-02 */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /* compiler includes */ diff --git a/repos/dde_linux/src/lib/wpa_supplicant/main.c b/repos/dde_linux/src/lib/wpa_supplicant/main.c index b02e4dea7..b6cf81074 100644 --- a/repos/dde_linux/src/lib/wpa_supplicant/main.c +++ b/repos/dde_linux/src/lib/wpa_supplicant/main.c @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /* diff --git a/repos/dde_linux/src/lib/wpa_supplicant/reporter.cc b/repos/dde_linux/src/lib/wpa_supplicant/reporter.cc index c9e6f8daa..bf3d35fdd 100644 --- a/repos/dde_linux/src/lib/wpa_supplicant/reporter.cc +++ b/repos/dde_linux/src/lib/wpa_supplicant/reporter.cc @@ -7,8 +7,8 @@ /* * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /* Genode includes */ diff --git a/repos/dde_linux/src/lx_kit/env.cc b/repos/dde_linux/src/lx_kit/env.cc index 2e3b20af9..be6d163fb 100644 --- a/repos/dde_linux/src/lx_kit/env.cc +++ b/repos/dde_linux/src/lx_kit/env.cc @@ -1,14 +1,14 @@ -/** +/* * \brief Usb::Env initialization * \author Sebastian Sumpf * \date 2016-06-23 */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ #include diff --git a/repos/dde_linux/src/lx_kit/irq.cc b/repos/dde_linux/src/lx_kit/irq.cc index 8a184fe61..79e6e0ed9 100644 --- a/repos/dde_linux/src/lx_kit/irq.cc +++ b/repos/dde_linux/src/lx_kit/irq.cc @@ -9,8 +9,8 @@ /* * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /* Genode includes */ diff --git a/repos/dde_linux/src/lx_kit/malloc.cc b/repos/dde_linux/src/lx_kit/malloc.cc index 90459f23c..6784d9ca9 100644 --- a/repos/dde_linux/src/lx_kit/malloc.cc +++ b/repos/dde_linux/src/lx_kit/malloc.cc @@ -9,8 +9,8 @@ /* * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /* Genode includes */ diff --git a/repos/dde_linux/src/lx_kit/mapped_io_mem_range.cc b/repos/dde_linux/src/lx_kit/mapped_io_mem_range.cc index 5712ebd4e..d76306a39 100644 --- a/repos/dde_linux/src/lx_kit/mapped_io_mem_range.cc +++ b/repos/dde_linux/src/lx_kit/mapped_io_mem_range.cc @@ -7,8 +7,8 @@ /* * Copyright (C) 2015-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /* Genode includes */ diff --git a/repos/dde_linux/src/lx_kit/pci.cc b/repos/dde_linux/src/lx_kit/pci.cc index 3f69ebff7..38828b693 100644 --- a/repos/dde_linux/src/lx_kit/pci.cc +++ b/repos/dde_linux/src/lx_kit/pci.cc @@ -9,8 +9,8 @@ /* * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /* Genode includes */ diff --git a/repos/dde_linux/src/lx_kit/printf.cc b/repos/dde_linux/src/lx_kit/printf.cc index 383b1c2d7..264e32fc9 100644 --- a/repos/dde_linux/src/lx_kit/printf.cc +++ b/repos/dde_linux/src/lx_kit/printf.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /* local includes */ diff --git a/repos/dde_linux/src/lx_kit/scheduler.cc b/repos/dde_linux/src/lx_kit/scheduler.cc index 5937a0242..4a4d0b1d8 100644 --- a/repos/dde_linux/src/lx_kit/scheduler.cc +++ b/repos/dde_linux/src/lx_kit/scheduler.cc @@ -9,8 +9,8 @@ /* * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /* Genode includes */ diff --git a/repos/dde_linux/src/lx_kit/timer.cc b/repos/dde_linux/src/lx_kit/timer.cc index d64b7b6ee..1186ce62b 100644 --- a/repos/dde_linux/src/lx_kit/timer.cc +++ b/repos/dde_linux/src/lx_kit/timer.cc @@ -9,8 +9,8 @@ /* * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /* Genode includes */ diff --git a/repos/dde_linux/src/lx_kit/work.cc b/repos/dde_linux/src/lx_kit/work.cc index d1cfe160c..26a39c336 100644 --- a/repos/dde_linux/src/lx_kit/work.cc +++ b/repos/dde_linux/src/lx_kit/work.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /* Genode includes */ diff --git a/repos/dde_linux/src/server/usb_terminal/main.cc b/repos/dde_linux/src/server/usb_terminal/main.cc index e1391a9cb..0ec5e0058 100644 --- a/repos/dde_linux/src/server/usb_terminal/main.cc +++ b/repos/dde_linux/src/server/usb_terminal/main.cc @@ -8,8 +8,8 @@ /* * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ #include diff --git a/repos/dde_linux/src/test/framebuffer/intel/main.cc b/repos/dde_linux/src/test/framebuffer/intel/main.cc index dbfd547da..49eab697c 100644 --- a/repos/dde_linux/src/test/framebuffer/intel/main.cc +++ b/repos/dde_linux/src/test/framebuffer/intel/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/dde_linux/src/test/lxip/http_srv/main.cc b/repos/dde_linux/src/test/lxip/http_srv/main.cc index e3ba420ed..6bf4019a6 100644 --- a/repos/dde_linux/src/test/lxip/http_srv/main.cc +++ b/repos/dde_linux/src/test/lxip/http_srv/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/dde_linux/src/test/lxip/udp_client/main.cc b/repos/dde_linux/src/test/lxip/udp_client/main.cc index faf5e0946..82d2848e4 100644 --- a/repos/dde_linux/src/test/lxip/udp_client/main.cc +++ b/repos/dde_linux/src/test/lxip/udp_client/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/dde_linux/src/test/lxip/udp_echo/main.cc b/repos/dde_linux/src/test/lxip/udp_echo/main.cc index c7a14247b..aad335865 100644 --- a/repos/dde_linux/src/test/lxip/udp_echo/main.cc +++ b/repos/dde_linux/src/test/lxip/udp_echo/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/dde_linux/src/test/vfs_lxip/main.cc b/repos/dde_linux/src/test/vfs_lxip/main.cc index 3b3dc566a..33556010d 100644 --- a/repos/dde_linux/src/test/vfs_lxip/main.cc +++ b/repos/dde_linux/src/test/vfs_lxip/main.cc @@ -10,7 +10,7 @@ * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/dde_rump/include/rump/env.h b/repos/dde_rump/include/rump/env.h index 837c8d0b6..e6fb48540 100644 --- a/repos/dde_rump/include/rump/env.h +++ b/repos/dde_rump/include/rump/env.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__RUMP__ENV_H_ diff --git a/repos/dde_rump/include/rump_cgd/cgd.h b/repos/dde_rump/include/rump_cgd/cgd.h index 2ff099a7f..6217b48cf 100644 --- a/repos/dde_rump/include/rump_cgd/cgd.h +++ b/repos/dde_rump/include/rump_cgd/cgd.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__RUMP_CGD__CGD_H_ #define _INCLUDE__RUMP_CGD__CGD_H_ diff --git a/repos/dde_rump/include/rump_fs/fs.h b/repos/dde_rump/include/rump_fs/fs.h index 16e638185..9ecfe6451 100644 --- a/repos/dde_rump/include/rump_fs/fs.h +++ b/repos/dde_rump/include/rump_fs/fs.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__RUMP_FS__FS_H_ #define _INCLUDE__RUMP_FS__FS_H_ diff --git a/repos/dde_rump/include/spec/arm/rump_cgd/device.h b/repos/dde_rump/include/spec/arm/rump_cgd/device.h index d90c55151..6532d9970 100644 --- a/repos/dde_rump/include/spec/arm/rump_cgd/device.h +++ b/repos/dde_rump/include/spec/arm/rump_cgd/device.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SPEC__ARM__RUMP_CGD__DEVICE_H_ diff --git a/repos/dde_rump/include/spec/x86/rump_cgd/device.h b/repos/dde_rump/include/spec/x86/rump_cgd/device.h index 520272eef..bd929fa78 100644 --- a/repos/dde_rump/include/spec/x86/rump_cgd/device.h +++ b/repos/dde_rump/include/spec/x86/rump_cgd/device.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SPEC__X86__RUMP_CGD__DEVICE_H_ diff --git a/repos/dde_rump/include/util/allocator_fap.h b/repos/dde_rump/include/util/allocator_fap.h index a33b4a88e..1de42e0f9 100644 --- a/repos/dde_rump/include/util/allocator_fap.h +++ b/repos/dde_rump/include/util/allocator_fap.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013-2014 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__UTIL__ALLOCATOR_FAP_H_ diff --git a/repos/dde_rump/include/util/hard_context.h b/repos/dde_rump/include/util/hard_context.h index 0575ae20b..99c304560 100644 --- a/repos/dde_rump/include/util/hard_context.h +++ b/repos/dde_rump/include/util/hard_context.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__HARD_CONTEXT_H_ diff --git a/repos/dde_rump/include/util/random.h b/repos/dde_rump/include/util/random.h index 5e4672ec0..a98ecc658 100644 --- a/repos/dde_rump/include/util/random.h +++ b/repos/dde_rump/include/util/random.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__UTIL__RANDOM_H_ diff --git a/repos/dde_rump/src/lib/rump/bootstrap.cc b/repos/dde_rump/src/lib/rump/bootstrap.cc index 64122e696..66bfa0557 100644 --- a/repos/dde_rump/src/lib/rump/bootstrap.cc +++ b/repos/dde_rump/src/lib/rump/bootstrap.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013-2014 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ extern "C" { diff --git a/repos/dde_rump/src/lib/rump/dummies.cc b/repos/dde_rump/src/lib/rump/dummies.cc index 77d1dc1e0..58f65fe77 100644 --- a/repos/dde_rump/src/lib/rump/dummies.cc +++ b/repos/dde_rump/src/lib/rump/dummies.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013-2014 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/dde_rump/src/lib/rump/env.cc b/repos/dde_rump/src/lib/rump/env.cc index 0590059f3..5cdffa574 100644 --- a/repos/dde_rump/src/lib/rump/env.cc +++ b/repos/dde_rump/src/lib/rump/env.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/dde_rump/src/lib/rump/hypercall.cc b/repos/dde_rump/src/lib/rump/hypercall.cc index b66fb1a11..3e5fbe6cc 100644 --- a/repos/dde_rump/src/lib/rump/hypercall.cc +++ b/repos/dde_rump/src/lib/rump/hypercall.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2013-2014 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include "sched.h" diff --git a/repos/dde_rump/src/lib/rump/io.cc b/repos/dde_rump/src/lib/rump/io.cc index 5307f650a..0f836a21d 100644 --- a/repos/dde_rump/src/lib/rump/io.cc +++ b/repos/dde_rump/src/lib/rump/io.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013-2014 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include "sched.h" diff --git a/repos/dde_rump/src/lib/rump/misc.cc b/repos/dde_rump/src/lib/rump/misc.cc index ecf6ccade..6f1e3226f 100644 --- a/repos/dde_rump/src/lib/rump/misc.cc +++ b/repos/dde_rump/src/lib/rump/misc.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/dde_rump/src/lib/rump/sched.h b/repos/dde_rump/src/lib/rump/sched.h index bdeb2db95..c1b43add0 100644 --- a/repos/dde_rump/src/lib/rump/sched.h +++ b/repos/dde_rump/src/lib/rump/sched.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013-2014 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _SCHED_H_ diff --git a/repos/dde_rump/src/lib/rump/sync.cc b/repos/dde_rump/src/lib/rump/sync.cc index 65e741ad1..7c1075f08 100644 --- a/repos/dde_rump/src/lib/rump/sync.cc +++ b/repos/dde_rump/src/lib/rump/sync.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ extern "C" { diff --git a/repos/dde_rump/src/lib/vfs/rump/random.cc b/repos/dde_rump/src/lib/vfs/rump/random.cc index 142de81d2..80f721300 100644 --- a/repos/dde_rump/src/lib/vfs/rump/random.cc +++ b/repos/dde_rump/src/lib/vfs/rump/random.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/dde_rump/src/lib/vfs/rump/vfs_rump.cc b/repos/dde_rump/src/lib/vfs/rump/vfs_rump.cc index 4af5f50b2..addf712cd 100644 --- a/repos/dde_rump/src/lib/vfs/rump/vfs_rump.cc +++ b/repos/dde_rump/src/lib/vfs/rump/vfs_rump.cc @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2014-2016 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/dde_rump/src/server/rump_cgd/block_driver.h b/repos/dde_rump/src/server/rump_cgd/block_driver.h index f39b8bf49..f214e705e 100644 --- a/repos/dde_rump/src/server/rump_cgd/block_driver.h +++ b/repos/dde_rump/src/server/rump_cgd/block_driver.h @@ -8,7 +8,7 @@ * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _BLOCK_DRIVER_H_ diff --git a/repos/dde_rump/src/server/rump_cgd/cgd.cc b/repos/dde_rump/src/server/rump_cgd/cgd.cc index 46c95c670..3a726089d 100644 --- a/repos/dde_rump/src/server/rump_cgd/cgd.cc +++ b/repos/dde_rump/src/server/rump_cgd/cgd.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/dde_rump/src/server/rump_cgd/cgd.h b/repos/dde_rump/src/server/rump_cgd/cgd.h index 4dca19609..512a6de6d 100644 --- a/repos/dde_rump/src/server/rump_cgd/cgd.h +++ b/repos/dde_rump/src/server/rump_cgd/cgd.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CGD_H_ diff --git a/repos/dde_rump/src/server/rump_cgd/main.cc b/repos/dde_rump/src/server/rump_cgd/main.cc index d540c82ed..a693f4f48 100644 --- a/repos/dde_rump/src/server/rump_cgd/main.cc +++ b/repos/dde_rump/src/server/rump_cgd/main.cc @@ -8,7 +8,7 @@ * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/dde_rump/src/server/rump_cgd/random.cc b/repos/dde_rump/src/server/rump_cgd/random.cc index e850ffa70..e7d9ac63a 100644 --- a/repos/dde_rump/src/server/rump_cgd/random.cc +++ b/repos/dde_rump/src/server/rump_cgd/random.cc @@ -9,7 +9,7 @@ * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/dde_rump/src/server/rump_fs/directory.h b/repos/dde_rump/src/server/rump_fs/directory.h index 88cc337d7..25d080a23 100644 --- a/repos/dde_rump/src/server/rump_fs/directory.h +++ b/repos/dde_rump/src/server/rump_fs/directory.h @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2013-2014 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _DIRECTORY_H_ diff --git a/repos/dde_rump/src/server/rump_fs/file.h b/repos/dde_rump/src/server/rump_fs/file.h index a77d7113a..ded500fe1 100644 --- a/repos/dde_rump/src/server/rump_fs/file.h +++ b/repos/dde_rump/src/server/rump_fs/file.h @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2013-2014 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _FILE_H_ diff --git a/repos/dde_rump/src/server/rump_fs/file_system.cc b/repos/dde_rump/src/server/rump_fs/file_system.cc index d89b125fb..f54caa2ae 100644 --- a/repos/dde_rump/src/server/rump_fs/file_system.cc +++ b/repos/dde_rump/src/server/rump_fs/file_system.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include "file_system.h" diff --git a/repos/dde_rump/src/server/rump_fs/file_system.h b/repos/dde_rump/src/server/rump_fs/file_system.h index f8b7c3d7a..c2dfa8194 100644 --- a/repos/dde_rump/src/server/rump_fs/file_system.h +++ b/repos/dde_rump/src/server/rump_fs/file_system.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _FILE_SYSTEM_H_ #define _FILE_SYSTEM_H_ diff --git a/repos/dde_rump/src/server/rump_fs/main.cc b/repos/dde_rump/src/server/rump_fs/main.cc index abaab1883..4cc94dabb 100644 --- a/repos/dde_rump/src/server/rump_fs/main.cc +++ b/repos/dde_rump/src/server/rump_fs/main.cc @@ -9,7 +9,7 @@ * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/dde_rump/src/server/rump_fs/node.h b/repos/dde_rump/src/server/rump_fs/node.h index 650a1d77d..0572e606a 100644 --- a/repos/dde_rump/src/server/rump_fs/node.h +++ b/repos/dde_rump/src/server/rump_fs/node.h @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2013-2014 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _NODE_H_ diff --git a/repos/dde_rump/src/server/rump_fs/random.cc b/repos/dde_rump/src/server/rump_fs/random.cc index 142de81d2..80f721300 100644 --- a/repos/dde_rump/src/server/rump_fs/random.cc +++ b/repos/dde_rump/src/server/rump_fs/random.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/dde_rump/src/server/rump_fs/symlink.h b/repos/dde_rump/src/server/rump_fs/symlink.h index 94ce9f064..f0ac316c5 100644 --- a/repos/dde_rump/src/server/rump_fs/symlink.h +++ b/repos/dde_rump/src/server/rump_fs/symlink.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _SYMLINK_H_ diff --git a/repos/dde_rump/src/server/rump_fs/undef.h b/repos/dde_rump/src/server/rump_fs/undef.h index 05c33ab0b..413419e53 100644 --- a/repos/dde_rump/src/server/rump_fs/undef.h +++ b/repos/dde_rump/src/server/rump_fs/undef.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _UNDEF_H_ diff --git a/repos/demo/include/launchpad/launchpad.h b/repos/demo/include/launchpad/launchpad.h index f424b2065..8104f1b7f 100644 --- a/repos/demo/include/launchpad/launchpad.h +++ b/repos/demo/include/launchpad/launchpad.h @@ -10,10 +10,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__LAUNCHPAD__LAUNCHPAD_H_ diff --git a/repos/demo/include/mini_c/errno.h b/repos/demo/include/mini_c/errno.h index 564f843e7..99180f980 100644 --- a/repos/demo/include/mini_c/errno.h +++ b/repos/demo/include/mini_c/errno.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__MINI_C__ERRNO_H_ diff --git a/repos/demo/include/mini_c/init.h b/repos/demo/include/mini_c/init.h index 490ea43af..60707ae60 100644 --- a/repos/demo/include/mini_c/init.h +++ b/repos/demo/include/mini_c/init.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _MINI_C__INIT_H_ diff --git a/repos/demo/include/mini_c/limits.h b/repos/demo/include/mini_c/limits.h index a82ca2ad8..6cc4f1874 100644 --- a/repos/demo/include/mini_c/limits.h +++ b/repos/demo/include/mini_c/limits.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ diff --git a/repos/demo/include/mini_c/stdio.h b/repos/demo/include/mini_c/stdio.h index 72ef43078..a98be2c15 100644 --- a/repos/demo/include/mini_c/stdio.h +++ b/repos/demo/include/mini_c/stdio.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__MINI_C__STDIO_H_ diff --git a/repos/demo/include/mini_c/stdlib.h b/repos/demo/include/mini_c/stdlib.h index b91e9ef5d..d1d6d897c 100644 --- a/repos/demo/include/mini_c/stdlib.h +++ b/repos/demo/include/mini_c/stdlib.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__MINI_C__STDLIB_H_ diff --git a/repos/demo/include/mini_c/string.h b/repos/demo/include/mini_c/string.h index 8c45384d6..985680939 100644 --- a/repos/demo/include/mini_c/string.h +++ b/repos/demo/include/mini_c/string.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__MINI_C__STRING_H_ diff --git a/repos/demo/include/mini_c/sys/types.h b/repos/demo/include/mini_c/sys/types.h index 9a48ed26d..8e1d24eba 100644 --- a/repos/demo/include/mini_c/sys/types.h +++ b/repos/demo/include/mini_c/sys/types.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/demo/include/scout/canvas.h b/repos/demo/include/scout/canvas.h index 6293fe254..d4f3451bc 100644 --- a/repos/demo/include/scout/canvas.h +++ b/repos/demo/include/scout/canvas.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2005-2013 Genode Labs GmbH + * Copyright (C) 2005-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SCOUT__CANVAS_H_ diff --git a/repos/demo/include/scout/element.h b/repos/demo/include/scout/element.h index 4677983be..c36cd50ab 100644 --- a/repos/demo/include/scout/element.h +++ b/repos/demo/include/scout/element.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SCOUT__ELEMENT_H_ diff --git a/repos/demo/include/scout/event.h b/repos/demo/include/scout/event.h index 3c8899bc7..6d31ae377 100644 --- a/repos/demo/include/scout/event.h +++ b/repos/demo/include/scout/event.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2005-2013 Genode Labs GmbH + * Copyright (C) 2005-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SCOUT__EVENT_H_ diff --git a/repos/demo/include/scout/fader.h b/repos/demo/include/scout/fader.h index 00d9c0c0a..ee26b926f 100644 --- a/repos/demo/include/scout/fader.h +++ b/repos/demo/include/scout/fader.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2005-2013 Genode Labs GmbH + * Copyright (C) 2005-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SCOUT__FADER_H_ diff --git a/repos/demo/include/scout/graphics_backend.h b/repos/demo/include/scout/graphics_backend.h index 6faedc2a4..b9cd591db 100644 --- a/repos/demo/include/scout/graphics_backend.h +++ b/repos/demo/include/scout/graphics_backend.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SCOUT__GRAPHICS_BACKEND_H_ diff --git a/repos/demo/include/scout/misc_math.h b/repos/demo/include/scout/misc_math.h index 1f7b725ad..d91af8574 100644 --- a/repos/demo/include/scout/misc_math.h +++ b/repos/demo/include/scout/misc_math.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2005-2013 Genode Labs GmbH + * Copyright (C) 2005-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SCOUT__MISC_MATH_H_ diff --git a/repos/demo/include/scout/nitpicker_graphics_backend.h b/repos/demo/include/scout/nitpicker_graphics_backend.h index 8da701a38..44c57651e 100644 --- a/repos/demo/include/scout/nitpicker_graphics_backend.h +++ b/repos/demo/include/scout/nitpicker_graphics_backend.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SCOUT__NITPICKER_GRAPHICS_BACKEND_H_ diff --git a/repos/demo/include/scout/parent_element.h b/repos/demo/include/scout/parent_element.h index d2984bee0..14f61348a 100644 --- a/repos/demo/include/scout/parent_element.h +++ b/repos/demo/include/scout/parent_element.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SCOUT__PARENT_ELEMENT_H_ diff --git a/repos/demo/include/scout/platform.h b/repos/demo/include/scout/platform.h index 517461de3..9d3f5b2e8 100644 --- a/repos/demo/include/scout/platform.h +++ b/repos/demo/include/scout/platform.h @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2005-2013 Genode Labs GmbH + * Copyright (C) 2005-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SCOUT__PLATFORM_H_ diff --git a/repos/demo/include/scout/printf.h b/repos/demo/include/scout/printf.h index d1b15eb62..e2951bbbd 100644 --- a/repos/demo/include/scout/printf.h +++ b/repos/demo/include/scout/printf.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SCOUT__PRINTF_H_ diff --git a/repos/demo/include/scout/string.h b/repos/demo/include/scout/string.h index 59bc91655..9721b721d 100644 --- a/repos/demo/include/scout/string.h +++ b/repos/demo/include/scout/string.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SCOUT__STRING_H_ diff --git a/repos/demo/include/scout/texture_allocator.h b/repos/demo/include/scout/texture_allocator.h index 5c7b75980..7d2743bdc 100644 --- a/repos/demo/include/scout/texture_allocator.h +++ b/repos/demo/include/scout/texture_allocator.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2005-2013 Genode Labs GmbH + * Copyright (C) 2005-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SCOUT__TEXTURE_ALLOCATOR_H_ diff --git a/repos/demo/include/scout/tick.h b/repos/demo/include/scout/tick.h index e6d22e07a..201b39709 100644 --- a/repos/demo/include/scout/tick.h +++ b/repos/demo/include/scout/tick.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2005-2013 Genode Labs GmbH + * Copyright (C) 2005-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SCOUT__TICK_H_ diff --git a/repos/demo/include/scout/types.h b/repos/demo/include/scout/types.h index 241024755..ce6659b3a 100644 --- a/repos/demo/include/scout/types.h +++ b/repos/demo/include/scout/types.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SCOUT__TYPES_H_ diff --git a/repos/demo/include/scout/user_state.h b/repos/demo/include/scout/user_state.h index 5d86b7515..85edd05b4 100644 --- a/repos/demo/include/scout/user_state.h +++ b/repos/demo/include/scout/user_state.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2005-2013 Genode Labs GmbH + * Copyright (C) 2005-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SCOUT__USER_STATE_H_ diff --git a/repos/demo/include/scout/window.h b/repos/demo/include/scout/window.h index 619d2c4f1..a74241d7d 100644 --- a/repos/demo/include/scout/window.h +++ b/repos/demo/include/scout/window.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SCOUT__WINDOW_H_ diff --git a/repos/demo/include/scout_gfx/horizontal_shadow_painter.h b/repos/demo/include/scout_gfx/horizontal_shadow_painter.h index 1c6179ece..22ccd519e 100644 --- a/repos/demo/include/scout_gfx/horizontal_shadow_painter.h +++ b/repos/demo/include/scout_gfx/horizontal_shadow_painter.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SCOUT_GFX__HORIZONTAL_SHADOW_PAINTER_H_ diff --git a/repos/demo/include/scout_gfx/icon_painter.h b/repos/demo/include/scout_gfx/icon_painter.h index e3db0da1f..d2d86a1fd 100644 --- a/repos/demo/include/scout_gfx/icon_painter.h +++ b/repos/demo/include/scout_gfx/icon_painter.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SCOUT_GFX__ICON_PAINTER_H_ diff --git a/repos/demo/include/scout_gfx/random.h b/repos/demo/include/scout_gfx/random.h index 389435e1f..d33793d64 100644 --- a/repos/demo/include/scout_gfx/random.h +++ b/repos/demo/include/scout_gfx/random.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2005-2013 Genode Labs GmbH + * Copyright (C) 2005-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SCOUT_GFX__RANDOM_H_ diff --git a/repos/demo/include/scout_gfx/refracted_icon_painter.h b/repos/demo/include/scout_gfx/refracted_icon_painter.h index 3a332d83a..aa25c1d7c 100644 --- a/repos/demo/include/scout_gfx/refracted_icon_painter.h +++ b/repos/demo/include/scout_gfx/refracted_icon_painter.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SCOUT_GFX__REFRACTED_ICON_PAINTER_H_ diff --git a/repos/demo/include/scout_gfx/sky_texture_painter.h b/repos/demo/include/scout_gfx/sky_texture_painter.h index 0a6f4acf7..130439c20 100644 --- a/repos/demo/include/scout_gfx/sky_texture_painter.h +++ b/repos/demo/include/scout_gfx/sky_texture_painter.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SCOUT_GFX__SKY_TEXTURE_PAINTER_H_ diff --git a/repos/demo/include/util/lazy_value.h b/repos/demo/include/util/lazy_value.h index 7eb9c55d0..56135689b 100644 --- a/repos/demo/include/util/lazy_value.h +++ b/repos/demo/include/util/lazy_value.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__UTIL__LAZY_VALUE_H_ diff --git a/repos/demo/src/app/launchpad/child_entry.h b/repos/demo/src/app/launchpad/child_entry.h index cbd60d461..edfebd541 100644 --- a/repos/demo/src/app/launchpad/child_entry.h +++ b/repos/demo/src/app/launchpad/child_entry.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CHILD_ENTRY_H_ diff --git a/repos/demo/src/app/launchpad/launch_entry.h b/repos/demo/src/app/launchpad/launch_entry.h index cd745f19c..81c50ec29 100644 --- a/repos/demo/src/app/launchpad/launch_entry.h +++ b/repos/demo/src/app/launchpad/launch_entry.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2014 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _LAUNCH_ENTRY_H_ diff --git a/repos/demo/src/app/launchpad/launcher.cc b/repos/demo/src/app/launchpad/launcher.cc index 1e31e1089..5924442a6 100644 --- a/repos/demo/src/app/launchpad/launcher.cc +++ b/repos/demo/src/app/launchpad/launcher.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/demo/src/app/launchpad/launchpad_window.cc b/repos/demo/src/app/launchpad/launchpad_window.cc index 07095a77f..1a5658e08 100644 --- a/repos/demo/src/app/launchpad/launchpad_window.cc +++ b/repos/demo/src/app/launchpad/launchpad_window.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/demo/src/app/launchpad/launchpad_window.h b/repos/demo/src/app/launchpad/launchpad_window.h index bd980bb63..41cad81dd 100644 --- a/repos/demo/src/app/launchpad/launchpad_window.h +++ b/repos/demo/src/app/launchpad/launchpad_window.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _LAUNCHPAD_WINDOW_H_ diff --git a/repos/demo/src/app/launchpad/loadbar.h b/repos/demo/src/app/launchpad/loadbar.h index 6b3f055a4..439d3730f 100644 --- a/repos/demo/src/app/launchpad/loadbar.h +++ b/repos/demo/src/app/launchpad/loadbar.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _LOADBAR_H_ diff --git a/repos/demo/src/app/launchpad/main.cc b/repos/demo/src/app/launchpad/main.cc index a67971697..5ccb9d9ad 100644 --- a/repos/demo/src/app/launchpad/main.cc +++ b/repos/demo/src/app/launchpad/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/demo/src/app/launchpad/section.h b/repos/demo/src/app/launchpad/section.h index 751acf5d3..f07e620c3 100644 --- a/repos/demo/src/app/launchpad/section.h +++ b/repos/demo/src/app/launchpad/section.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _SECTION_H_ diff --git a/repos/demo/src/app/launchpad/status_entry.h b/repos/demo/src/app/launchpad/status_entry.h index 4b2ba56ac..f53ace38a 100644 --- a/repos/demo/src/app/launchpad/status_entry.h +++ b/repos/demo/src/app/launchpad/status_entry.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _STATUS_ENTRY_H_ diff --git a/repos/demo/src/app/scout/about.cc b/repos/demo/src/app/scout/about.cc index b1b7cbf53..360e3d61a 100644 --- a/repos/demo/src/app/scout/about.cc +++ b/repos/demo/src/app/scout/about.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include "elements.h" diff --git a/repos/demo/src/app/scout/browser.h b/repos/demo/src/app/scout/browser.h index 6626d5a68..3daee4993 100644 --- a/repos/demo/src/app/scout/browser.h +++ b/repos/demo/src/app/scout/browser.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2005-2013 Genode Labs GmbH + * Copyright (C) 2005-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _BROWSER_H_ diff --git a/repos/demo/src/app/scout/browser_window.cc b/repos/demo/src/app/scout/browser_window.cc index 6eaf55c06..726f27aab 100644 --- a/repos/demo/src/app/scout/browser_window.cc +++ b/repos/demo/src/app/scout/browser_window.cc @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2005-2013 Genode Labs GmbH + * Copyright (C) 2005-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/demo/src/app/scout/browser_window.h b/repos/demo/src/app/scout/browser_window.h index 30763076c..0fda02215 100644 --- a/repos/demo/src/app/scout/browser_window.h +++ b/repos/demo/src/app/scout/browser_window.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2005-2013 Genode Labs GmbH + * Copyright (C) 2005-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _BROWSER_WINDOW_H_ diff --git a/repos/demo/src/app/scout/config.h b/repos/demo/src/app/scout/config.h index 1f12d5d89..a94550aab 100644 --- a/repos/demo/src/app/scout/config.h +++ b/repos/demo/src/app/scout/config.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2005-2013 Genode Labs GmbH + * Copyright (C) 2005-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CONFIG_H_ diff --git a/repos/demo/src/app/scout/doc.cc b/repos/demo/src/app/scout/doc.cc index d08afda6f..27843242e 100644 --- a/repos/demo/src/app/scout/doc.cc +++ b/repos/demo/src/app/scout/doc.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include "elements.h" diff --git a/repos/demo/src/app/scout/elements.cc b/repos/demo/src/app/scout/elements.cc index c853a642f..a4550de9f 100644 --- a/repos/demo/src/app/scout/elements.cc +++ b/repos/demo/src/app/scout/elements.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2005-2013 Genode Labs GmbH + * Copyright (C) 2005-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/demo/src/app/scout/elements.h b/repos/demo/src/app/scout/elements.h index 8dadd99cf..438cdb6a2 100644 --- a/repos/demo/src/app/scout/elements.h +++ b/repos/demo/src/app/scout/elements.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2005-2013 Genode Labs GmbH + * Copyright (C) 2005-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _ELEMENTS_H_ diff --git a/repos/demo/src/app/scout/fade_icon.h b/repos/demo/src/app/scout/fade_icon.h index d083107cd..7bcebfc0f 100644 --- a/repos/demo/src/app/scout/fade_icon.h +++ b/repos/demo/src/app/scout/fade_icon.h @@ -9,10 +9,10 @@ */ /* - * Copyright (C) 2005-2013 Genode Labs GmbH + * Copyright (C) 2005-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _FADE_ICON_H_ diff --git a/repos/demo/src/app/scout/history.h b/repos/demo/src/app/scout/history.h index 3fcbde136..ef964771d 100644 --- a/repos/demo/src/app/scout/history.h +++ b/repos/demo/src/app/scout/history.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2005-2013 Genode Labs GmbH + * Copyright (C) 2005-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _HISTORY_H_ diff --git a/repos/demo/src/app/scout/launcher.cc b/repos/demo/src/app/scout/launcher.cc index ad86446a5..2ffe5818e 100644 --- a/repos/demo/src/app/scout/launcher.cc +++ b/repos/demo/src/app/scout/launcher.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/demo/src/app/scout/launcher_config.h b/repos/demo/src/app/scout/launcher_config.h index 06b025207..f8b5925dd 100644 --- a/repos/demo/src/app/scout/launcher_config.h +++ b/repos/demo/src/app/scout/launcher_config.h @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _LAUNCHER_CONFIG_ diff --git a/repos/demo/src/app/scout/main.cc b/repos/demo/src/app/scout/main.cc index f5255c0dd..4f2e972da 100644 --- a/repos/demo/src/app/scout/main.cc +++ b/repos/demo/src/app/scout/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2005-2013 Genode Labs GmbH + * Copyright (C) 2005-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/demo/src/app/scout/navbar.cc b/repos/demo/src/app/scout/navbar.cc index 4fe222b5a..045a21626 100644 --- a/repos/demo/src/app/scout/navbar.cc +++ b/repos/demo/src/app/scout/navbar.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2005-2013 Genode Labs GmbH + * Copyright (C) 2005-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include "elements.h" diff --git a/repos/demo/src/app/scout/png_image.cc b/repos/demo/src/app/scout/png_image.cc index f3e06109c..c1da53e0c 100644 --- a/repos/demo/src/app/scout/png_image.cc +++ b/repos/demo/src/app/scout/png_image.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2005-2013 Genode Labs GmbH + * Copyright (C) 2005-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/demo/src/app/scout/refracted_icon.h b/repos/demo/src/app/scout/refracted_icon.h index d1fac5b9b..ab286a6a2 100644 --- a/repos/demo/src/app/scout/refracted_icon.h +++ b/repos/demo/src/app/scout/refracted_icon.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2005-2013 Genode Labs GmbH + * Copyright (C) 2005-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _REFRACTED_ICON_H_ diff --git a/repos/demo/src/app/scout/scrollbar.cc b/repos/demo/src/app/scout/scrollbar.cc index 133e81a75..bed0bb117 100644 --- a/repos/demo/src/app/scout/scrollbar.cc +++ b/repos/demo/src/app/scout/scrollbar.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2005-2013 Genode Labs GmbH + * Copyright (C) 2005-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/demo/src/app/scout/scrollbar.h b/repos/demo/src/app/scout/scrollbar.h index 4fe891eed..160dbff69 100644 --- a/repos/demo/src/app/scout/scrollbar.h +++ b/repos/demo/src/app/scout/scrollbar.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2005-2013 Genode Labs GmbH + * Copyright (C) 2005-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _SCROLLBAR_H_ diff --git a/repos/demo/src/app/scout/sky_texture.h b/repos/demo/src/app/scout/sky_texture.h index 43af20938..4f357ec9c 100644 --- a/repos/demo/src/app/scout/sky_texture.h +++ b/repos/demo/src/app/scout/sky_texture.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2005-2013 Genode Labs GmbH + * Copyright (C) 2005-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _SKY_TEXTURE_H_ diff --git a/repos/demo/src/app/scout/styles.h b/repos/demo/src/app/scout/styles.h index 56ed9c964..f48dcb178 100644 --- a/repos/demo/src/app/scout/styles.h +++ b/repos/demo/src/app/scout/styles.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2005-2013 Genode Labs GmbH + * Copyright (C) 2005-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _STYLES_H_ diff --git a/repos/demo/src/app/scout/tick.cc b/repos/demo/src/app/scout/tick.cc index 22e173a00..37ccb9a93 100644 --- a/repos/demo/src/app/scout/tick.cc +++ b/repos/demo/src/app/scout/tick.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2005-2013 Genode Labs GmbH + * Copyright (C) 2005-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/demo/src/app/scout/titlebar.h b/repos/demo/src/app/scout/titlebar.h index 46339102b..c33761064 100644 --- a/repos/demo/src/app/scout/titlebar.h +++ b/repos/demo/src/app/scout/titlebar.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2005-2013 Genode Labs GmbH + * Copyright (C) 2005-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _TITLEBAR_H_ diff --git a/repos/demo/src/app/scout/widgets.cc b/repos/demo/src/app/scout/widgets.cc index 426fbf01b..1ea9c6138 100644 --- a/repos/demo/src/app/scout/widgets.cc +++ b/repos/demo/src/app/scout/widgets.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2005-2013 Genode Labs GmbH + * Copyright (C) 2005-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/demo/src/app/scout/widgets.h b/repos/demo/src/app/scout/widgets.h index 4f906dd4d..45d8ecfd3 100644 --- a/repos/demo/src/app/scout/widgets.h +++ b/repos/demo/src/app/scout/widgets.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2005-2013 Genode Labs GmbH + * Copyright (C) 2005-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _WIDGETS_H_ diff --git a/repos/demo/src/lib/launchpad/launchpad.cc b/repos/demo/src/lib/launchpad/launchpad.cc index d1c7a1407..25b42c50b 100644 --- a/repos/demo/src/lib/launchpad/launchpad.cc +++ b/repos/demo/src/lib/launchpad/launchpad.cc @@ -6,11 +6,11 @@ */ /* - * Copyright (C) 2006-2016 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * Copyright (C) 2012 Intel Corporation * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/demo/src/lib/mini_c/abort.cc b/repos/demo/src/lib/mini_c/abort.cc index 84dc4dfe8..d873e8713 100644 --- a/repos/demo/src/lib/mini_c/abort.cc +++ b/repos/demo/src/lib/mini_c/abort.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/demo/src/lib/mini_c/atol.cc b/repos/demo/src/lib/mini_c/atol.cc index 4e41b4ad0..0d72e70f9 100644 --- a/repos/demo/src/lib/mini_c/atol.cc +++ b/repos/demo/src/lib/mini_c/atol.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/demo/src/lib/mini_c/malloc_free.cc b/repos/demo/src/lib/mini_c/malloc_free.cc index d8c3599a5..f6cec833c 100644 --- a/repos/demo/src/lib/mini_c/malloc_free.cc +++ b/repos/demo/src/lib/mini_c/malloc_free.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/demo/src/lib/mini_c/memcmp.cc b/repos/demo/src/lib/mini_c/memcmp.cc index c88f98914..8074aaedf 100644 --- a/repos/demo/src/lib/mini_c/memcmp.cc +++ b/repos/demo/src/lib/mini_c/memcmp.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/demo/src/lib/mini_c/memset.cc b/repos/demo/src/lib/mini_c/memset.cc index 6cc36a06f..d6128adc8 100644 --- a/repos/demo/src/lib/mini_c/memset.cc +++ b/repos/demo/src/lib/mini_c/memset.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/demo/src/lib/mini_c/mini_c.c b/repos/demo/src/lib/mini_c/mini_c.c index 24415ff0b..6f19cf1d8 100644 --- a/repos/demo/src/lib/mini_c/mini_c.c +++ b/repos/demo/src/lib/mini_c/mini_c.c @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/demo/src/lib/mini_c/printf.cc b/repos/demo/src/lib/mini_c/printf.cc index 2e73d41aa..6f5d30203 100644 --- a/repos/demo/src/lib/mini_c/printf.cc +++ b/repos/demo/src/lib/mini_c/printf.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/demo/src/lib/mini_c/snprintf.cc b/repos/demo/src/lib/mini_c/snprintf.cc index 8b06de08f..1428b8cf3 100644 --- a/repos/demo/src/lib/mini_c/snprintf.cc +++ b/repos/demo/src/lib/mini_c/snprintf.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/demo/src/lib/mini_c/strlen.cc b/repos/demo/src/lib/mini_c/strlen.cc index 4598cd839..c1ee91e34 100644 --- a/repos/demo/src/lib/mini_c/strlen.cc +++ b/repos/demo/src/lib/mini_c/strlen.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/demo/src/lib/mini_c/strtod.cc b/repos/demo/src/lib/mini_c/strtod.cc index e50b72dad..d6d17f7f0 100644 --- a/repos/demo/src/lib/mini_c/strtod.cc +++ b/repos/demo/src/lib/mini_c/strtod.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/demo/src/lib/mini_c/strtol.cc b/repos/demo/src/lib/mini_c/strtol.cc index 2b4d879dc..a64c14179 100644 --- a/repos/demo/src/lib/mini_c/strtol.cc +++ b/repos/demo/src/lib/mini_c/strtol.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/demo/src/lib/mini_c/vsnprintf.cc b/repos/demo/src/lib/mini_c/vsnprintf.cc index ad9fb33e9..09fae6c9b 100644 --- a/repos/demo/src/lib/mini_c/vsnprintf.cc +++ b/repos/demo/src/lib/mini_c/vsnprintf.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/demo/src/lib/scout_gfx/sky_texture_painter.cc b/repos/demo/src/lib/scout_gfx/sky_texture_painter.cc index 6ffa8b96d..5dac4b697 100644 --- a/repos/demo/src/lib/scout_gfx/sky_texture_painter.cc +++ b/repos/demo/src/lib/scout_gfx/sky_texture_painter.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/demo/src/server/liquid_framebuffer/framebuffer_window.h b/repos/demo/src/server/liquid_framebuffer/framebuffer_window.h index 5b02b2f46..8266fbcbb 100644 --- a/repos/demo/src/server/liquid_framebuffer/framebuffer_window.h +++ b/repos/demo/src/server/liquid_framebuffer/framebuffer_window.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _FRAMEBUFFER_WINDOW_H_ diff --git a/repos/demo/src/server/liquid_framebuffer/main.cc b/repos/demo/src/server/liquid_framebuffer/main.cc index cebe47b65..cccf7c769 100644 --- a/repos/demo/src/server/liquid_framebuffer/main.cc +++ b/repos/demo/src/server/liquid_framebuffer/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/demo/src/server/liquid_framebuffer/services.cc b/repos/demo/src/server/liquid_framebuffer/services.cc index b01331598..9e40fb2b5 100644 --- a/repos/demo/src/server/liquid_framebuffer/services.cc +++ b/repos/demo/src/server/liquid_framebuffer/services.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode include */ diff --git a/repos/demo/src/server/liquid_framebuffer/services.h b/repos/demo/src/server/liquid_framebuffer/services.h index b1ee42c40..5ee96c4f7 100644 --- a/repos/demo/src/server/liquid_framebuffer/services.h +++ b/repos/demo/src/server/liquid_framebuffer/services.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _SERVICES_H_ diff --git a/repos/demo/src/server/nitlog/main.cc b/repos/demo/src/server/nitlog/main.cc index 0d5591d59..fa90586b8 100644 --- a/repos/demo/src/server/nitlog/main.cc +++ b/repos/demo/src/server/nitlog/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/gems/include/gems/animator.h b/repos/gems/include/gems/animator.h index 19db820fc..4f4b56bda 100644 --- a/repos/gems/include/gems/animator.h +++ b/repos/gems/include/gems/animator.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__GEMS__ANIMATOR_H_ diff --git a/repos/gems/include/gems/chunky_texture.h b/repos/gems/include/gems/chunky_texture.h index 7024eb0c3..4261b2336 100644 --- a/repos/gems/include/gems/chunky_texture.h +++ b/repos/gems/include/gems/chunky_texture.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__GEMS__CHUNKY_TEXTURE_H_ diff --git a/repos/gems/include/gems/color_hsv.h b/repos/gems/include/gems/color_hsv.h index 0c3df824f..a49ec5db4 100644 --- a/repos/gems/include/gems/color_hsv.h +++ b/repos/gems/include/gems/color_hsv.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__GEMS__COLOR_HSV_H_ diff --git a/repos/gems/include/gems/dither_painter.h b/repos/gems/include/gems/dither_painter.h index 896ccfb0e..b3ee6805f 100644 --- a/repos/gems/include/gems/dither_painter.h +++ b/repos/gems/include/gems/dither_painter.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__GEMS__DITHER_PAINTER_H_ diff --git a/repos/gems/include/gems/file.h b/repos/gems/include/gems/file.h index 083bd5b17..e35dca2a5 100644 --- a/repos/gems/include/gems/file.h +++ b/repos/gems/include/gems/file.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__GEMS__FILE_H_ diff --git a/repos/gems/include/gems/local_reporter.h b/repos/gems/include/gems/local_reporter.h index 07a6d627e..2f54102c0 100644 --- a/repos/gems/include/gems/local_reporter.h +++ b/repos/gems/include/gems/local_reporter.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__GEMS__LOCAL_REPORTER_H_ diff --git a/repos/gems/include/gems/nitpicker_buffer.h b/repos/gems/include/gems/nitpicker_buffer.h index bfb6f65d0..d12d615f7 100644 --- a/repos/gems/include/gems/nitpicker_buffer.h +++ b/repos/gems/include/gems/nitpicker_buffer.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__GEMS__NITPICKER_BUFFER_H_ diff --git a/repos/gems/include/gems/png_image.h b/repos/gems/include/gems/png_image.h index fcc6416c5..a7c333938 100644 --- a/repos/gems/include/gems/png_image.h +++ b/repos/gems/include/gems/png_image.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__GEMS__PNG_IMAGE_H_ diff --git a/repos/gems/include/gems/report_rom_slave.h b/repos/gems/include/gems/report_rom_slave.h index dafdb6d19..8768dbab8 100644 --- a/repos/gems/include/gems/report_rom_slave.h +++ b/repos/gems/include/gems/report_rom_slave.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__GEMS__REPORT_ROM_SLAVE_H_ diff --git a/repos/gems/include/gems/texture_utils.h b/repos/gems/include/gems/texture_utils.h index 348cc2276..c2b8eb86c 100644 --- a/repos/gems/include/gems/texture_utils.h +++ b/repos/gems/include/gems/texture_utils.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__GEMS__TEXTURE_UTILS_H_ diff --git a/repos/gems/include/gems/wrapped_nitpicker_session.h b/repos/gems/include/gems/wrapped_nitpicker_session.h index 2e836945b..307deb02c 100644 --- a/repos/gems/include/gems/wrapped_nitpicker_session.h +++ b/repos/gems/include/gems/wrapped_nitpicker_session.h @@ -11,10 +11,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__GEMS__WRAPPED_NITPICKER_SESSION_H_ diff --git a/repos/gems/include/gems/xml_anchor.h b/repos/gems/include/gems/xml_anchor.h index e7d0e4a50..6884f3227 100644 --- a/repos/gems/include/gems/xml_anchor.h +++ b/repos/gems/include/gems/xml_anchor.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__GEMS__XML_ANCHOR_H_ diff --git a/repos/gems/include/nano3d/cube_shape.h b/repos/gems/include/nano3d/cube_shape.h index 3c1c19da0..d83509131 100644 --- a/repos/gems/include/nano3d/cube_shape.h +++ b/repos/gems/include/nano3d/cube_shape.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__NANO3D__CUBE_SHAPE_H_ diff --git a/repos/gems/include/nano3d/dodecahedron_shape.h b/repos/gems/include/nano3d/dodecahedron_shape.h index c5af09ea8..62131c16c 100644 --- a/repos/gems/include/nano3d/dodecahedron_shape.h +++ b/repos/gems/include/nano3d/dodecahedron_shape.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__NANO3D__DODECAHEDRON_SHAPE_H_ diff --git a/repos/gems/include/nano3d/scene.h b/repos/gems/include/nano3d/scene.h index 490e171a8..0254985f8 100644 --- a/repos/gems/include/nano3d/scene.h +++ b/repos/gems/include/nano3d/scene.h @@ -10,10 +10,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__NANO3D__SCENE_H_ diff --git a/repos/gems/include/nano3d/sincos_frac16.h b/repos/gems/include/nano3d/sincos_frac16.h index 3993fd7b9..866c6e864 100644 --- a/repos/gems/include/nano3d/sincos_frac16.h +++ b/repos/gems/include/nano3d/sincos_frac16.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__NANO3D__SINCOS_FRAC16_H_ diff --git a/repos/gems/include/nano3d/sqrt.h b/repos/gems/include/nano3d/sqrt.h index 8b2eb94ec..2e53407f1 100644 --- a/repos/gems/include/nano3d/sqrt.h +++ b/repos/gems/include/nano3d/sqrt.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2015 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__NANO3D__SQRT_H_ diff --git a/repos/gems/include/nano3d/vertex_array.h b/repos/gems/include/nano3d/vertex_array.h index 350a7bc23..9ce7443e4 100644 --- a/repos/gems/include/nano3d/vertex_array.h +++ b/repos/gems/include/nano3d/vertex_array.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__NANO3D__VERTEX_ARRAY_H_ diff --git a/repos/gems/include/polygon_gfx/clipping.h b/repos/gems/include/polygon_gfx/clipping.h index 008a62ae7..97b105242 100644 --- a/repos/gems/include/polygon_gfx/clipping.h +++ b/repos/gems/include/polygon_gfx/clipping.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__POLYGON_GFX__CLIPPING_H_ diff --git a/repos/gems/include/polygon_gfx/interpolate_rgb565.h b/repos/gems/include/polygon_gfx/interpolate_rgb565.h index 6b64d471d..fb75bf10d 100644 --- a/repos/gems/include/polygon_gfx/interpolate_rgb565.h +++ b/repos/gems/include/polygon_gfx/interpolate_rgb565.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__POLYGON_GFX__INTERPOLATE_RGB565_H_ diff --git a/repos/gems/include/polygon_gfx/interpolate_rgba.h b/repos/gems/include/polygon_gfx/interpolate_rgba.h index 7801befe7..7be032d37 100644 --- a/repos/gems/include/polygon_gfx/interpolate_rgba.h +++ b/repos/gems/include/polygon_gfx/interpolate_rgba.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__POLYGON_GFX__INTERPOLATE_RGBA_H_ diff --git a/repos/gems/include/polygon_gfx/polygon_painter_base.h b/repos/gems/include/polygon_gfx/polygon_painter_base.h index bcb9df68f..6efa63aa0 100644 --- a/repos/gems/include/polygon_gfx/polygon_painter_base.h +++ b/repos/gems/include/polygon_gfx/polygon_painter_base.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__POLYGON_GFX__POLYGON_PAINTER_BASE_H_ diff --git a/repos/gems/include/polygon_gfx/shaded_polygon_painter.h b/repos/gems/include/polygon_gfx/shaded_polygon_painter.h index 5aea747f8..179962b71 100644 --- a/repos/gems/include/polygon_gfx/shaded_polygon_painter.h +++ b/repos/gems/include/polygon_gfx/shaded_polygon_painter.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__POLYGON_GFX__SHADED_POLYGON_PAINTER_H_ diff --git a/repos/gems/include/polygon_gfx/textured_polygon_painter.h b/repos/gems/include/polygon_gfx/textured_polygon_painter.h index ba7fefc8c..60b4d8c4b 100644 --- a/repos/gems/include/polygon_gfx/textured_polygon_painter.h +++ b/repos/gems/include/polygon_gfx/textured_polygon_painter.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__POLYGON_GFX__TEXTURED_POLYGON_PAINTER_H_ diff --git a/repos/gems/include/polygon_gfx/texturize_rgba.h b/repos/gems/include/polygon_gfx/texturize_rgba.h index e89f9e533..9aa9a7bf8 100644 --- a/repos/gems/include/polygon_gfx/texturize_rgba.h +++ b/repos/gems/include/polygon_gfx/texturize_rgba.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__POLYGON_GFX__TEXTURIZE_RGBA_H_ diff --git a/repos/gems/src/app/backdrop/main.cc b/repos/gems/src/app/backdrop/main.cc index c8c12e617..008d193cb 100644 --- a/repos/gems/src/app/backdrop/main.cc +++ b/repos/gems/src/app/backdrop/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2009-2014 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/gems/src/app/cpu_load_display/main.cc b/repos/gems/src/app/cpu_load_display/main.cc index 1a86de04f..b1f2bb44f 100644 --- a/repos/gems/src/app/cpu_load_display/main.cc +++ b/repos/gems/src/app/cpu_load_display/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/gems/src/app/decorator/canvas.h b/repos/gems/src/app/decorator/canvas.h index 953afa5df..50539227f 100644 --- a/repos/gems/src/app/decorator/canvas.h +++ b/repos/gems/src/app/decorator/canvas.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CANVAS_H_ diff --git a/repos/gems/src/app/decorator/config.h b/repos/gems/src/app/decorator/config.h index a95e2cbf7..bc296d028 100644 --- a/repos/gems/src/app/decorator/config.h +++ b/repos/gems/src/app/decorator/config.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CONFIG_H_ diff --git a/repos/gems/src/app/decorator/default_font.cc b/repos/gems/src/app/decorator/default_font.cc index 47026e6a8..5ebb71a8a 100644 --- a/repos/gems/src/app/decorator/default_font.cc +++ b/repos/gems/src/app/decorator/default_font.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* local includes */ diff --git a/repos/gems/src/app/decorator/main.cc b/repos/gems/src/app/decorator/main.cc index 1dab0ec3a..6313cfcf0 100644 --- a/repos/gems/src/app/decorator/main.cc +++ b/repos/gems/src/app/decorator/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013-2014 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/gems/src/app/decorator/texture_by_id.cc b/repos/gems/src/app/decorator/texture_by_id.cc index ef5942c70..1568dd524 100644 --- a/repos/gems/src/app/decorator/texture_by_id.cc +++ b/repos/gems/src/app/decorator/texture_by_id.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/gems/src/app/decorator/window.cc b/repos/gems/src/app/decorator/window.cc index d8602984e..efa478439 100644 --- a/repos/gems/src/app/decorator/window.cc +++ b/repos/gems/src/app/decorator/window.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* local includes */ diff --git a/repos/gems/src/app/decorator/window.h b/repos/gems/src/app/decorator/window.h index d0a409feb..e7d2ce939 100644 --- a/repos/gems/src/app/decorator/window.h +++ b/repos/gems/src/app/decorator/window.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _WINDOW_H_ diff --git a/repos/gems/src/app/decorator/window_element.h b/repos/gems/src/app/decorator/window_element.h index 20fa52b90..5644a7cd3 100644 --- a/repos/gems/src/app/decorator/window_element.h +++ b/repos/gems/src/app/decorator/window_element.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _WINDOW_ELEMENT_H_ diff --git a/repos/gems/src/app/floating_window_layouter/action.h b/repos/gems/src/app/floating_window_layouter/action.h index 903bcbca9..1c137ac60 100644 --- a/repos/gems/src/app/floating_window_layouter/action.h +++ b/repos/gems/src/app/floating_window_layouter/action.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _ACTION_H_ diff --git a/repos/gems/src/app/floating_window_layouter/focus_history.h b/repos/gems/src/app/floating_window_layouter/focus_history.h index 7ac461428..8fad8d8d7 100644 --- a/repos/gems/src/app/floating_window_layouter/focus_history.h +++ b/repos/gems/src/app/floating_window_layouter/focus_history.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _FOCUS_HISTORY_H_ diff --git a/repos/gems/src/app/floating_window_layouter/key_sequence_tracker.h b/repos/gems/src/app/floating_window_layouter/key_sequence_tracker.h index bb36144f6..290134890 100644 --- a/repos/gems/src/app/floating_window_layouter/key_sequence_tracker.h +++ b/repos/gems/src/app/floating_window_layouter/key_sequence_tracker.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _KEY_SEQUENCE_TRACKER_H_ diff --git a/repos/gems/src/app/floating_window_layouter/main.cc b/repos/gems/src/app/floating_window_layouter/main.cc index ba4e821ed..32801d79f 100644 --- a/repos/gems/src/app/floating_window_layouter/main.cc +++ b/repos/gems/src/app/floating_window_layouter/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013-2014 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/gems/src/app/floating_window_layouter/operations.h b/repos/gems/src/app/floating_window_layouter/operations.h index 75f2dd820..5950a0021 100644 --- a/repos/gems/src/app/floating_window_layouter/operations.h +++ b/repos/gems/src/app/floating_window_layouter/operations.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _OPERATIONS_H_ diff --git a/repos/gems/src/app/floating_window_layouter/types.h b/repos/gems/src/app/floating_window_layouter/types.h index e6136d4c1..67abc24c6 100644 --- a/repos/gems/src/app/floating_window_layouter/types.h +++ b/repos/gems/src/app/floating_window_layouter/types.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _TYPES_H_ diff --git a/repos/gems/src/app/floating_window_layouter/user_state.h b/repos/gems/src/app/floating_window_layouter/user_state.h index 30328c13f..5482f0bac 100644 --- a/repos/gems/src/app/floating_window_layouter/user_state.h +++ b/repos/gems/src/app/floating_window_layouter/user_state.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013-2015 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _USER_STATE_H_ diff --git a/repos/gems/src/app/floating_window_layouter/window.h b/repos/gems/src/app/floating_window_layouter/window.h index 2d6210d32..dda35dbcc 100644 --- a/repos/gems/src/app/floating_window_layouter/window.h +++ b/repos/gems/src/app/floating_window_layouter/window.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013-2014 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _WINDOW_H_ diff --git a/repos/gems/src/app/launcher/context_dialog.h b/repos/gems/src/app/launcher/context_dialog.h index 7cd8adab9..3bb651051 100644 --- a/repos/gems/src/app/launcher/context_dialog.h +++ b/repos/gems/src/app/launcher/context_dialog.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CONTEXT_DIALOG_H_ diff --git a/repos/gems/src/app/launcher/dialog_nitpicker.h b/repos/gems/src/app/launcher/dialog_nitpicker.h index b0064f6a9..b89d0b5c5 100644 --- a/repos/gems/src/app/launcher/dialog_nitpicker.h +++ b/repos/gems/src/app/launcher/dialog_nitpicker.h @@ -9,10 +9,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _DIALOG_NITPICKER_H_ diff --git a/repos/gems/src/app/launcher/fading_dialog.h b/repos/gems/src/app/launcher/fading_dialog.h index 58d9b56e8..0a6b37dae 100644 --- a/repos/gems/src/app/launcher/fading_dialog.h +++ b/repos/gems/src/app/launcher/fading_dialog.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _FADING_DIALOG_H_ diff --git a/repos/gems/src/app/launcher/main.cc b/repos/gems/src/app/launcher/main.cc index c41e7108c..e0c0b60c5 100644 --- a/repos/gems/src/app/launcher/main.cc +++ b/repos/gems/src/app/launcher/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/gems/src/app/launcher/menu_dialog.h b/repos/gems/src/app/launcher/menu_dialog.h index 30406b76d..59a68c249 100644 --- a/repos/gems/src/app/launcher/menu_dialog.h +++ b/repos/gems/src/app/launcher/menu_dialog.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _MENU_DIALOG_H_ diff --git a/repos/gems/src/app/launcher/menu_view_slave.h b/repos/gems/src/app/launcher/menu_view_slave.h index 264cee02b..a70fd6bbc 100644 --- a/repos/gems/src/app/launcher/menu_view_slave.h +++ b/repos/gems/src/app/launcher/menu_view_slave.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _MENU_VIEW_SLAVE_H_ diff --git a/repos/gems/src/app/launcher/nit_fader_slave.h b/repos/gems/src/app/launcher/nit_fader_slave.h index 206a9fd98..eb531727d 100644 --- a/repos/gems/src/app/launcher/nit_fader_slave.h +++ b/repos/gems/src/app/launcher/nit_fader_slave.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _NIT_FADER_SLAVE_H_ diff --git a/repos/gems/src/app/launcher/panel_dialog.h b/repos/gems/src/app/launcher/panel_dialog.h index b26fa3cf5..75cf9a102 100644 --- a/repos/gems/src/app/launcher/panel_dialog.h +++ b/repos/gems/src/app/launcher/panel_dialog.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _PANEL_DIALOG_H_ diff --git a/repos/gems/src/app/launcher/subsystem_manager.h b/repos/gems/src/app/launcher/subsystem_manager.h index 90a68c56c..818d78d9e 100644 --- a/repos/gems/src/app/launcher/subsystem_manager.h +++ b/repos/gems/src/app/launcher/subsystem_manager.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _SUBSYSTEM_MANAGER_H_ diff --git a/repos/gems/src/app/launcher/types.h b/repos/gems/src/app/launcher/types.h index db447f1b0..cd2fe22e6 100644 --- a/repos/gems/src/app/launcher/types.h +++ b/repos/gems/src/app/launcher/types.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _TYPES_H_ diff --git a/repos/gems/src/app/menu_view/main.cc b/repos/gems/src/app/menu_view/main.cc index 11139ffe5..3e7315ed3 100644 --- a/repos/gems/src/app/menu_view/main.cc +++ b/repos/gems/src/app/menu_view/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* local includes */ diff --git a/repos/gems/src/app/menu_view/style_database.h b/repos/gems/src/app/menu_view/style_database.h index edac34e2a..129414fe6 100644 --- a/repos/gems/src/app/menu_view/style_database.h +++ b/repos/gems/src/app/menu_view/style_database.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _STYLE_DATABASE_H_ diff --git a/repos/gems/src/app/menu_view/types.h b/repos/gems/src/app/menu_view/types.h index 5ae37e64b..efa1c3031 100644 --- a/repos/gems/src/app/menu_view/types.h +++ b/repos/gems/src/app/menu_view/types.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _TYPES_H_ diff --git a/repos/gems/src/app/menu_view/widgets.h b/repos/gems/src/app/menu_view/widgets.h index 6f4341279..cae7d31f8 100644 --- a/repos/gems/src/app/menu_view/widgets.h +++ b/repos/gems/src/app/menu_view/widgets.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _WIDGETS_H_ diff --git a/repos/gems/src/app/mixer_gui_qt/main_window.cpp b/repos/gems/src/app/mixer_gui_qt/main_window.cpp index ead3aca84..5890284da 100644 --- a/repos/gems/src/app/mixer_gui_qt/main_window.cpp +++ b/repos/gems/src/app/mixer_gui_qt/main_window.cpp @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/gems/src/app/mixer_gui_qt/main_window.h b/repos/gems/src/app/mixer_gui_qt/main_window.h index dc72afe16..093a49de6 100644 --- a/repos/gems/src/app/mixer_gui_qt/main_window.h +++ b/repos/gems/src/app/mixer_gui_qt/main_window.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _MAIN_WINDOW_H_ diff --git a/repos/gems/src/app/nano3d/main.cc b/repos/gems/src/app/nano3d/main.cc index 665bb958c..42256a6da 100644 --- a/repos/gems/src/app/nano3d/main.cc +++ b/repos/gems/src/app/nano3d/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/gems/src/app/themed_decorator/config.h b/repos/gems/src/app/themed_decorator/config.h index 506747b51..ca37ca57a 100644 --- a/repos/gems/src/app/themed_decorator/config.h +++ b/repos/gems/src/app/themed_decorator/config.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CONFIG_H_ diff --git a/repos/gems/src/app/themed_decorator/main.cc b/repos/gems/src/app/themed_decorator/main.cc index 31dc41955..fda0ad379 100644 --- a/repos/gems/src/app/themed_decorator/main.cc +++ b/repos/gems/src/app/themed_decorator/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/gems/src/app/themed_decorator/theme.cc b/repos/gems/src/app/themed_decorator/theme.cc index 3a54a9a96..d0e09abc1 100644 --- a/repos/gems/src/app/themed_decorator/theme.cc +++ b/repos/gems/src/app/themed_decorator/theme.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/gems/src/app/themed_decorator/theme.h b/repos/gems/src/app/themed_decorator/theme.h index 73f495e3e..60ab36ffe 100644 --- a/repos/gems/src/app/themed_decorator/theme.h +++ b/repos/gems/src/app/themed_decorator/theme.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _THEME_H_ diff --git a/repos/gems/src/app/themed_decorator/tint_painter.h b/repos/gems/src/app/themed_decorator/tint_painter.h index c7de6ed4d..20d3fcee6 100644 --- a/repos/gems/src/app/themed_decorator/tint_painter.h +++ b/repos/gems/src/app/themed_decorator/tint_painter.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _TINT_PAINTER_H_ diff --git a/repos/gems/src/app/themed_decorator/window.cc b/repos/gems/src/app/themed_decorator/window.cc index 1937d753a..74fecc38c 100644 --- a/repos/gems/src/app/themed_decorator/window.cc +++ b/repos/gems/src/app/themed_decorator/window.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* local includes */ diff --git a/repos/gems/src/app/themed_decorator/window.h b/repos/gems/src/app/themed_decorator/window.h index 0675b6aca..4beff4895 100644 --- a/repos/gems/src/app/themed_decorator/window.h +++ b/repos/gems/src/app/themed_decorator/window.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _WINDOW_H_ diff --git a/repos/gems/src/lib/file/file.cc b/repos/gems/src/lib/file/file.cc index b3f17b9ad..13c54ae3e 100644 --- a/repos/gems/src/lib/file/file.cc +++ b/repos/gems/src/lib/file/file.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/gems/src/server/cpu_sampler/cpu_root.h b/repos/gems/src/server/cpu_sampler/cpu_root.h index ca87f2b15..318b2de42 100644 --- a/repos/gems/src/server/cpu_sampler/cpu_root.h +++ b/repos/gems/src/server/cpu_sampler/cpu_root.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CPU_ROOT_H_ diff --git a/repos/gems/src/server/cpu_sampler/cpu_session_component.cc b/repos/gems/src/server/cpu_sampler/cpu_session_component.cc index fe6d73f72..9f059e8b6 100644 --- a/repos/gems/src/server/cpu_sampler/cpu_session_component.cc +++ b/repos/gems/src/server/cpu_sampler/cpu_session_component.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/gems/src/server/cpu_sampler/cpu_session_component.h b/repos/gems/src/server/cpu_sampler/cpu_session_component.h index 4fb042604..adb77ae12 100644 --- a/repos/gems/src/server/cpu_sampler/cpu_session_component.h +++ b/repos/gems/src/server/cpu_sampler/cpu_session_component.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CPU_SESSION_COMPONENT_H_ diff --git a/repos/gems/src/server/cpu_sampler/cpu_thread_component.cc b/repos/gems/src/server/cpu_sampler/cpu_thread_component.cc index 8adccfca8..31446f0f2 100644 --- a/repos/gems/src/server/cpu_sampler/cpu_thread_component.cc +++ b/repos/gems/src/server/cpu_sampler/cpu_thread_component.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/gems/src/server/cpu_sampler/cpu_thread_component.h b/repos/gems/src/server/cpu_sampler/cpu_thread_component.h index 41b03f68b..a01e87e13 100644 --- a/repos/gems/src/server/cpu_sampler/cpu_thread_component.h +++ b/repos/gems/src/server/cpu_sampler/cpu_thread_component.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CPU_THREAD_COMPONENT_H_ diff --git a/repos/gems/src/server/cpu_sampler/main.cc b/repos/gems/src/server/cpu_sampler/main.cc index 31def469d..4a9a13766 100644 --- a/repos/gems/src/server/cpu_sampler/main.cc +++ b/repos/gems/src/server/cpu_sampler/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/gems/src/server/cpu_sampler/native_cpu.cc b/repos/gems/src/server/cpu_sampler/native_cpu.cc index 2a525b26e..cdf670bdd 100644 --- a/repos/gems/src/server/cpu_sampler/native_cpu.cc +++ b/repos/gems/src/server/cpu_sampler/native_cpu.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ diff --git a/repos/gems/src/server/cpu_sampler/spec/foc/native_cpu.cc b/repos/gems/src/server/cpu_sampler/spec/foc/native_cpu.cc index 730cd2ce2..6f956186d 100644 --- a/repos/gems/src/server/cpu_sampler/spec/foc/native_cpu.cc +++ b/repos/gems/src/server/cpu_sampler/spec/foc/native_cpu.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ diff --git a/repos/gems/src/server/cpu_sampler/thread_list_change_handler.h b/repos/gems/src/server/cpu_sampler/thread_list_change_handler.h index 64aaeaf46..61b93bf32 100644 --- a/repos/gems/src/server/cpu_sampler/thread_list_change_handler.h +++ b/repos/gems/src/server/cpu_sampler/thread_list_change_handler.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _THREAD_LIST_CHANGE_HANDLER_H_ diff --git a/repos/gems/src/server/file_terminal/main.cc b/repos/gems/src/server/file_terminal/main.cc index d8ba2211f..82d363e80 100644 --- a/repos/gems/src/server/file_terminal/main.cc +++ b/repos/gems/src/server/file_terminal/main.cc @@ -8,7 +8,7 @@ * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/gems/src/server/http_blk/http.cc b/repos/gems/src/server/http_blk/http.cc index 012af6f0f..33047a52e 100644 --- a/repos/gems/src/server/http_blk/http.cc +++ b/repos/gems/src/server/http_blk/http.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/gems/src/server/http_blk/http.h b/repos/gems/src/server/http_blk/http.h index 1f57c241f..f9f425700 100644 --- a/repos/gems/src/server/http_blk/http.h +++ b/repos/gems/src/server/http_blk/http.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _HTTP_H_ diff --git a/repos/gems/src/server/http_blk/main.cc b/repos/gems/src/server/http_blk/main.cc index 2a56a7d8d..85d068f86 100644 --- a/repos/gems/src/server/http_blk/main.cc +++ b/repos/gems/src/server/http_blk/main.cc @@ -9,7 +9,7 @@ * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/gems/src/server/nit_fader/alpha_dither_painter.h b/repos/gems/src/server/nit_fader/alpha_dither_painter.h index 2b37fa0d9..c54b212ab 100644 --- a/repos/gems/src/server/nit_fader/alpha_dither_painter.h +++ b/repos/gems/src/server/nit_fader/alpha_dither_painter.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _ALPHA_DITHER_PAINTER_H_ diff --git a/repos/gems/src/server/nit_fader/main.cc b/repos/gems/src/server/nit_fader/main.cc index dca16a315..9e62e2da4 100644 --- a/repos/gems/src/server/nit_fader/main.cc +++ b/repos/gems/src/server/nit_fader/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/gems/src/server/tcp_terminal/main.cc b/repos/gems/src/server/tcp_terminal/main.cc index aa8bba879..b024ea8a0 100644 --- a/repos/gems/src/server/tcp_terminal/main.cc +++ b/repos/gems/src/server/tcp_terminal/main.cc @@ -8,7 +8,7 @@ * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/gems/src/server/terminal/main.cc b/repos/gems/src/server/terminal/main.cc index 6dbdd34ef..5eb777779 100644 --- a/repos/gems/src/server/terminal/main.cc +++ b/repos/gems/src/server/terminal/main.cc @@ -8,7 +8,7 @@ * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/gems/src/server/terminal_mux/main.cc b/repos/gems/src/server/terminal_mux/main.cc index e4d0a9caf..070a37e57 100644 --- a/repos/gems/src/server/terminal_mux/main.cc +++ b/repos/gems/src/server/terminal_mux/main.cc @@ -8,7 +8,7 @@ * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/gems/src/server/wm/decorator_nitpicker.h b/repos/gems/src/server/wm/decorator_nitpicker.h index e65550046..3d482cb66 100644 --- a/repos/gems/src/server/wm/decorator_nitpicker.h +++ b/repos/gems/src/server/wm/decorator_nitpicker.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _DECORATOR_NITPICKER_H_ diff --git a/repos/gems/src/server/wm/direct_nitpicker.h b/repos/gems/src/server/wm/direct_nitpicker.h index 7ff56a1b2..b8788afcf 100644 --- a/repos/gems/src/server/wm/direct_nitpicker.h +++ b/repos/gems/src/server/wm/direct_nitpicker.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _DIRECT_NITPICKER_H_ diff --git a/repos/gems/src/server/wm/last_motion.h b/repos/gems/src/server/wm/last_motion.h index 337cdb6fa..b42eb9874 100644 --- a/repos/gems/src/server/wm/last_motion.h +++ b/repos/gems/src/server/wm/last_motion.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _LAST_MOTION_H_ diff --git a/repos/gems/src/server/wm/layouter_nitpicker.h b/repos/gems/src/server/wm/layouter_nitpicker.h index 6a88b6404..9659670ee 100644 --- a/repos/gems/src/server/wm/layouter_nitpicker.h +++ b/repos/gems/src/server/wm/layouter_nitpicker.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _LAYOUTER_NITPICKER_H_ diff --git a/repos/gems/src/server/wm/main.cc b/repos/gems/src/server/wm/main.cc index 6a35e72e5..88cc36095 100644 --- a/repos/gems/src/server/wm/main.cc +++ b/repos/gems/src/server/wm/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/gems/src/server/wm/nitpicker.h b/repos/gems/src/server/wm/nitpicker.h index bb43494c7..ba22d3c00 100644 --- a/repos/gems/src/server/wm/nitpicker.h +++ b/repos/gems/src/server/wm/nitpicker.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014-2016 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _NITPICKER_H_ diff --git a/repos/gems/src/server/wm/window_registry.h b/repos/gems/src/server/wm/window_registry.h index 572829e21..544014b75 100644 --- a/repos/gems/src/server/wm/window_registry.h +++ b/repos/gems/src/server/wm/window_registry.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _WINDOW_REGISTRY_H_ diff --git a/repos/gems/src/test/cpu_sampler/main.cc b/repos/gems/src/test/cpu_sampler/main.cc index e0f1dfcdb..d3a8c31ac 100644 --- a/repos/gems/src/test/cpu_sampler/main.cc +++ b/repos/gems/src/test/cpu_sampler/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/gems/src/test/decorator_stress/main.cc b/repos/gems/src/test/decorator_stress/main.cc index 13e1ae4f0..61cbe49d1 100644 --- a/repos/gems/src/test/decorator_stress/main.cc +++ b/repos/gems/src/test/decorator_stress/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/gems/src/test/terminal_decoder/main.cc b/repos/gems/src/test/terminal_decoder/main.cc index 1be2f4bd1..864b9b798 100644 --- a/repos/gems/src/test/terminal_decoder/main.cc +++ b/repos/gems/src/test/terminal_decoder/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/hello_tutorial/include/hello_session/client.h b/repos/hello_tutorial/include/hello_session/client.h index 2165836aa..4ccd7813b 100644 --- a/repos/hello_tutorial/include/hello_session/client.h +++ b/repos/hello_tutorial/include/hello_session/client.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2016 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__HELLO_SESSION_H__CLIENT_H_ diff --git a/repos/hello_tutorial/include/hello_session/connection.h b/repos/hello_tutorial/include/hello_session/connection.h index cce2b502f..787b866fa 100644 --- a/repos/hello_tutorial/include/hello_session/connection.h +++ b/repos/hello_tutorial/include/hello_session/connection.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__HELLO_SESSION__CONNECTION_H_ diff --git a/repos/hello_tutorial/include/hello_session/hello_session.h b/repos/hello_tutorial/include/hello_session/hello_session.h index a50b19ea1..5fb163ee7 100644 --- a/repos/hello_tutorial/include/hello_session/hello_session.h +++ b/repos/hello_tutorial/include/hello_session/hello_session.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2016 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__HELLO_SESSION__HELLO_SESSION_H_ diff --git a/repos/hello_tutorial/src/hello/client/main.cc b/repos/hello_tutorial/src/hello/client/main.cc index c946b30c5..895c511e1 100644 --- a/repos/hello_tutorial/src/hello/client/main.cc +++ b/repos/hello_tutorial/src/hello/client/main.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2008-2016 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/hello_tutorial/src/hello/server/main.cc b/repos/hello_tutorial/src/hello/server/main.cc index ea18e86ed..af78017e8 100644 --- a/repos/hello_tutorial/src/hello/server/main.cc +++ b/repos/hello_tutorial/src/hello/server/main.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2008-2016 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/libports/include/EGL/eglplatform.h b/repos/libports/include/EGL/eglplatform.h index 0fda5cb5b..389dcc84f 100644 --- a/repos/libports/include/EGL/eglplatform.h +++ b/repos/libports/include/EGL/eglplatform.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef __eglplatform_h_ /* include-guard named as on the other platforms */ diff --git a/repos/libports/include/acpica/acpica.h b/repos/libports/include/acpica/acpica.h index a43aa1244..58822e58b 100644 --- a/repos/libports/include/acpica/acpica.h +++ b/repos/libports/include/acpica/acpica.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__ACPICA__ACPICA_H_ diff --git a/repos/libports/include/fuse/fuse.h b/repos/libports/include/fuse/fuse.h index 7164b8d44..137e19eca 100644 --- a/repos/libports/include/fuse/fuse.h +++ b/repos/libports/include/fuse/fuse.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__FUSE_H_ diff --git a/repos/libports/include/fuse/fuse_opt.h b/repos/libports/include/fuse/fuse_opt.h index 30fe20ca8..7b8528a6a 100644 --- a/repos/libports/include/fuse/fuse_opt.h +++ b/repos/libports/include/fuse/fuse_opt.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _FUSE_OPT_H_ diff --git a/repos/libports/include/fuse/fuse_private.h b/repos/libports/include/fuse/fuse_private.h index 63c010f20..885eca1f0 100644 --- a/repos/libports/include/fuse/fuse_private.h +++ b/repos/libports/include/fuse/fuse_private.h @@ -5,10 +5,10 @@ * */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__FUSE_PRIVATE_H_ diff --git a/repos/libports/include/libc-plugin/fd_alloc.h b/repos/libports/include/libc-plugin/fd_alloc.h index 2748fad15..86d6fbb9e 100644 --- a/repos/libports/include/libc-plugin/fd_alloc.h +++ b/repos/libports/include/libc-plugin/fd_alloc.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _LIBC_PLUGIN__FD_ALLOC_H_ diff --git a/repos/libports/include/libc-plugin/plugin.h b/repos/libports/include/libc-plugin/plugin.h index 8ed89c2d1..976268648 100644 --- a/repos/libports/include/libc-plugin/plugin.h +++ b/repos/libports/include/libc-plugin/plugin.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _LIBC_PLUGIN__PLUGIN_H_ diff --git a/repos/libports/include/libc-plugin/plugin_registry.h b/repos/libports/include/libc-plugin/plugin_registry.h index 6185f5432..b8c904c5a 100644 --- a/repos/libports/include/libc-plugin/plugin_registry.h +++ b/repos/libports/include/libc-plugin/plugin_registry.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _LIBC_PLUGIN__PLUGIN_REGISTRY_H_ diff --git a/repos/libports/include/libc/allocator.h b/repos/libports/include/libc/allocator.h index eb6728403..2ab17963e 100644 --- a/repos/libports/include/libc/allocator.h +++ b/repos/libports/include/libc/allocator.h @@ -8,7 +8,7 @@ * Copyright (C) 2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__LIBC__ALLOCATOR_H_ diff --git a/repos/libports/include/libc/component.h b/repos/libports/include/libc/component.h index 774e3efd1..99c7d2080 100644 --- a/repos/libports/include/libc/component.h +++ b/repos/libports/include/libc/component.h @@ -12,10 +12,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__LIBC__COMPONENT_H_ diff --git a/repos/libports/include/libc/select.h b/repos/libports/include/libc/select.h index d7611fa46..c4b7dbb39 100644 --- a/repos/libports/include/libc/select.h +++ b/repos/libports/include/libc/select.h @@ -8,7 +8,7 @@ * Copyright (C) 2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__LIBC__SELECT_H_ diff --git a/repos/libports/include/lwip/arch/cc.h b/repos/libports/include/lwip/arch/cc.h index 88ba8ed56..95e32500d 100644 --- a/repos/libports/include/lwip/arch/cc.h +++ b/repos/libports/include/lwip/arch/cc.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef __LWIP__ARCH__CC_H__ diff --git a/repos/libports/include/lwip/arch/perf.h b/repos/libports/include/lwip/arch/perf.h index f3fdb38cf..eea977777 100644 --- a/repos/libports/include/lwip/arch/perf.h +++ b/repos/libports/include/lwip/arch/perf.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef __LWIP__ARCH__PERF_H__ diff --git a/repos/libports/include/lwip/arch/sys_arch.h b/repos/libports/include/lwip/arch/sys_arch.h index 352426091..976ccf893 100644 --- a/repos/libports/include/lwip/arch/sys_arch.h +++ b/repos/libports/include/lwip/arch/sys_arch.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef __LWIP__ARCH__SYS_ARCH_H__ diff --git a/repos/libports/include/lwip/genode.h b/repos/libports/include/lwip/genode.h index 311adc133..80cb0b35e 100644 --- a/repos/libports/include/lwip/genode.h +++ b/repos/libports/include/lwip/genode.h @@ -8,10 +8,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef __LWIP__GENODE_H__ diff --git a/repos/libports/include/lwip/lwipopts.h b/repos/libports/include/lwip/lwipopts.h index ce7ff035d..9ba59a319 100644 --- a/repos/libports/include/lwip/lwipopts.h +++ b/repos/libports/include/lwip/lwipopts.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef __LWIP__LWIPOPTS_H__ diff --git a/repos/libports/include/python/spec/x86_32/genode_defs.h b/repos/libports/include/python/spec/x86_32/genode_defs.h index debf9bc30..e07603637 100644 --- a/repos/libports/include/python/spec/x86_32/genode_defs.h +++ b/repos/libports/include/python/spec/x86_32/genode_defs.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _PYTHON__GENODE_DEFS_H_ diff --git a/repos/libports/include/python/spec/x86_64/genode_defs.h b/repos/libports/include/python/spec/x86_64/genode_defs.h index 8e3744699..d90d009d1 100644 --- a/repos/libports/include/python/spec/x86_64/genode_defs.h +++ b/repos/libports/include/python/spec/x86_64/genode_defs.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _PYTHON__GENODE_DEFS_H_ diff --git a/repos/libports/include/qemu/usb.h b/repos/libports/include/qemu/usb.h index 6660002c0..6c569349f 100644 --- a/repos/libports/include/qemu/usb.h +++ b/repos/libports/include/qemu/usb.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__QEMU__USB_H_ diff --git a/repos/libports/include/qt5/genode/thread_qt.h b/repos/libports/include/qt5/genode/thread_qt.h index dee554942..e29b0108c 100644 --- a/repos/libports/include/qt5/genode/thread_qt.h +++ b/repos/libports/include/qt5/genode/thread_qt.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BASE__THREAD_QT_H_ diff --git a/repos/libports/include/qt5/qnitpickerviewwidget/qnitpickerviewwidget.h b/repos/libports/include/qt5/qnitpickerviewwidget/qnitpickerviewwidget.h index 732e15e40..4497e868c 100644 --- a/repos/libports/include/qt5/qnitpickerviewwidget/qnitpickerviewwidget.h +++ b/repos/libports/include/qt5/qnitpickerviewwidget/qnitpickerviewwidget.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef QNITPICKERVIEWWIDGET_H diff --git a/repos/libports/include/qt5/qpluginwidget/qpluginwidget.h b/repos/libports/include/qt5/qpluginwidget/qpluginwidget.h index ca24bfc81..96a94d6fa 100644 --- a/repos/libports/include/qt5/qpluginwidget/qpluginwidget.h +++ b/repos/libports/include/qt5/qpluginwidget/qpluginwidget.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef QPLUGINWIDGET_H diff --git a/repos/libports/include/x86emu/sys/types.h b/repos/libports/include/x86emu/sys/types.h index 9bdecffd5..a29987786 100644 --- a/repos/libports/include/x86emu/sys/types.h +++ b/repos/libports/include/x86emu/sys/types.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013-2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/libports/src/app/acpica/ac.h b/repos/libports/src/app/acpica/ac.h index 60acd0f5e..c7850ca9d 100644 --- a/repos/libports/src/app/acpica/ac.h +++ b/repos/libports/src/app/acpica/ac.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ class Ac : Acpica::Callback { diff --git a/repos/libports/src/app/acpica/debug/printf.cc b/repos/libports/src/app/acpica/debug/printf.cc index 664fa3d58..67e3aa8ba 100644 --- a/repos/libports/src/app/acpica/debug/printf.cc +++ b/repos/libports/src/app/acpica/debug/printf.cc @@ -1,8 +1,8 @@ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/libports/src/app/acpica/ec.h b/repos/libports/src/app/acpica/ec.h index 943c549bf..dfb42406a 100644 --- a/repos/libports/src/app/acpica/ec.h +++ b/repos/libports/src/app/acpica/ec.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ diff --git a/repos/libports/src/app/acpica/fixed.h b/repos/libports/src/app/acpica/fixed.h index fe5339dc9..5fc396345 100644 --- a/repos/libports/src/app/acpica/fixed.h +++ b/repos/libports/src/app/acpica/fixed.h @@ -4,10 +4,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ class Fixed : Acpica::Callback { diff --git a/repos/libports/src/app/acpica/lid.h b/repos/libports/src/app/acpica/lid.h index a85479f8f..9bd993192 100644 --- a/repos/libports/src/app/acpica/lid.h +++ b/repos/libports/src/app/acpica/lid.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ class Lid : Acpica::Callback { diff --git a/repos/libports/src/app/acpica/os.cc b/repos/libports/src/app/acpica/os.cc index e063371d7..f7a16fdd8 100644 --- a/repos/libports/src/app/acpica/os.cc +++ b/repos/libports/src/app/acpica/os.cc @@ -4,10 +4,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/libports/src/app/acpica/printf.cc b/repos/libports/src/app/acpica/printf.cc index dc7ab6609..818b51278 100644 --- a/repos/libports/src/app/acpica/printf.cc +++ b/repos/libports/src/app/acpica/printf.cc @@ -1,8 +1,8 @@ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/libports/src/app/acpica/reporter.h b/repos/libports/src/app/acpica/reporter.h index a355dd658..ac5e886c2 100644 --- a/repos/libports/src/app/acpica/reporter.h +++ b/repos/libports/src/app/acpica/reporter.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ class Ac; diff --git a/repos/libports/src/app/acpica/sb.h b/repos/libports/src/app/acpica/sb.h index b763d58c6..f48fab1e8 100644 --- a/repos/libports/src/app/acpica/sb.h +++ b/repos/libports/src/app/acpica/sb.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ class Battery : Acpica::Callback { diff --git a/repos/libports/src/app/avplay/libc_dummies.c b/repos/libports/src/app/avplay/libc_dummies.c index b7cd68aca..3782228a3 100644 --- a/repos/libports/src/app/avplay/libc_dummies.c +++ b/repos/libports/src/app/avplay/libc_dummies.c @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ void feholdexcept() { } diff --git a/repos/libports/src/app/mupdf/main.cc b/repos/libports/src/app/mupdf/main.cc index 5ad2958f7..c079183ae 100644 --- a/repos/libports/src/app/mupdf/main.cc +++ b/repos/libports/src/app/mupdf/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/libports/src/app/qt5/qt_avplay/avplay_slave.h b/repos/libports/src/app/qt5/qt_avplay/avplay_slave.h index 11538912c..3951d6e85 100644 --- a/repos/libports/src/app/qt5/qt_avplay/avplay_slave.h +++ b/repos/libports/src/app/qt5/qt_avplay/avplay_slave.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2016 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _AVPLAY_SLAVE_H_ diff --git a/repos/libports/src/app/qt5/qt_avplay/control_bar.cpp b/repos/libports/src/app/qt5/qt_avplay/control_bar.cpp index ce6ddcea8..8e652d8a6 100644 --- a/repos/libports/src/app/qt5/qt_avplay/control_bar.cpp +++ b/repos/libports/src/app/qt5/qt_avplay/control_bar.cpp @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/libports/src/app/qt5/qt_avplay/control_bar.h b/repos/libports/src/app/qt5/qt_avplay/control_bar.h index f21627d65..b41b981d1 100644 --- a/repos/libports/src/app/qt5/qt_avplay/control_bar.h +++ b/repos/libports/src/app/qt5/qt_avplay/control_bar.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CONTROL_BAR_H_ diff --git a/repos/libports/src/app/qt5/qt_avplay/filter_framebuffer_slave.h b/repos/libports/src/app/qt5/qt_avplay/filter_framebuffer_slave.h index a5cacc5f6..9d7004021 100644 --- a/repos/libports/src/app/qt5/qt_avplay/filter_framebuffer_slave.h +++ b/repos/libports/src/app/qt5/qt_avplay/filter_framebuffer_slave.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2016 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _FILTER_FRAMEBUFFER_SLAVE_H_ diff --git a/repos/libports/src/app/qt5/qt_avplay/framebuffer_service_factory.h b/repos/libports/src/app/qt5/qt_avplay/framebuffer_service_factory.h index 8e65366c0..7a5e7b14a 100644 --- a/repos/libports/src/app/qt5/qt_avplay/framebuffer_service_factory.h +++ b/repos/libports/src/app/qt5/qt_avplay/framebuffer_service_factory.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _FRAMEBUFFER_SERVICE_FACTORY_H_ diff --git a/repos/libports/src/app/qt5/qt_avplay/main.cpp b/repos/libports/src/app/qt5/qt_avplay/main.cpp index cffe599c4..6cc6f44e9 100644 --- a/repos/libports/src/app/qt5/qt_avplay/main.cpp +++ b/repos/libports/src/app/qt5/qt_avplay/main.cpp @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Qt includes */ diff --git a/repos/libports/src/app/qt5/qt_avplay/main_window.cpp b/repos/libports/src/app/qt5/qt_avplay/main_window.cpp index f5c9a1a50..fd8b6858b 100644 --- a/repos/libports/src/app/qt5/qt_avplay/main_window.cpp +++ b/repos/libports/src/app/qt5/qt_avplay/main_window.cpp @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* qt_avplay includes */ diff --git a/repos/libports/src/app/qt5/qt_avplay/main_window.h b/repos/libports/src/app/qt5/qt_avplay/main_window.h index 2502eaacc..00e1fe755 100644 --- a/repos/libports/src/app/qt5/qt_avplay/main_window.h +++ b/repos/libports/src/app/qt5/qt_avplay/main_window.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _MAIN_WINDOW_H_ diff --git a/repos/libports/src/app/qt5/qt_launchpad/child_entry.h b/repos/libports/src/app/qt5/qt_launchpad/child_entry.h index df6ede98d..388fc570c 100644 --- a/repos/libports/src/app/qt5/qt_launchpad/child_entry.h +++ b/repos/libports/src/app/qt5/qt_launchpad/child_entry.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef CHILD_ENTRY_H diff --git a/repos/libports/src/app/qt5/qt_launchpad/kbyte_loadbar.h b/repos/libports/src/app/qt5/qt_launchpad/kbyte_loadbar.h index e1d77a678..94a21c430 100644 --- a/repos/libports/src/app/qt5/qt_launchpad/kbyte_loadbar.h +++ b/repos/libports/src/app/qt5/qt_launchpad/kbyte_loadbar.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef KBYTE_LOADBAR_H diff --git a/repos/libports/src/app/qt5/qt_launchpad/launch_entry.h b/repos/libports/src/app/qt5/qt_launchpad/launch_entry.h index 8b410f7d0..1e3fb8018 100644 --- a/repos/libports/src/app/qt5/qt_launchpad/launch_entry.h +++ b/repos/libports/src/app/qt5/qt_launchpad/launch_entry.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef LAUNCH_ENTRY_H diff --git a/repos/libports/src/app/qt5/qt_launchpad/qt_launchpad.h b/repos/libports/src/app/qt5/qt_launchpad/qt_launchpad.h index 4bb3ffb70..1631209ab 100644 --- a/repos/libports/src/app/qt5/qt_launchpad/qt_launchpad.h +++ b/repos/libports/src/app/qt5/qt_launchpad/qt_launchpad.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef QT_LAUNCHPAD_H diff --git a/repos/libports/src/drivers/framebuffer/vesa/framebuffer.cc b/repos/libports/src/drivers/framebuffer/vesa/framebuffer.cc index 0cc8da546..5d68b64ee 100644 --- a/repos/libports/src/drivers/framebuffer/vesa/framebuffer.cc +++ b/repos/libports/src/drivers/framebuffer/vesa/framebuffer.cc @@ -9,7 +9,7 @@ * Copyright (C) 2007-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/libports/src/drivers/framebuffer/vesa/hw_emul.cc b/repos/libports/src/drivers/framebuffer/vesa/hw_emul.cc index bdd25becf..4c31ce4e8 100644 --- a/repos/libports/src/drivers/framebuffer/vesa/hw_emul.cc +++ b/repos/libports/src/drivers/framebuffer/vesa/hw_emul.cc @@ -14,7 +14,7 @@ * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/libports/src/drivers/framebuffer/vesa/ifx86emu.cc b/repos/libports/src/drivers/framebuffer/vesa/ifx86emu.cc index 1dd663364..256d39637 100644 --- a/repos/libports/src/drivers/framebuffer/vesa/ifx86emu.cc +++ b/repos/libports/src/drivers/framebuffer/vesa/ifx86emu.cc @@ -9,7 +9,7 @@ * Copyright (C) 2007-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/libports/src/drivers/framebuffer/vesa/include/framebuffer.h b/repos/libports/src/drivers/framebuffer/vesa/include/framebuffer.h index 718fe59e1..249682c19 100644 --- a/repos/libports/src/drivers/framebuffer/vesa/include/framebuffer.h +++ b/repos/libports/src/drivers/framebuffer/vesa/include/framebuffer.h @@ -9,7 +9,7 @@ * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _FRAMEBUFFER_H_ diff --git a/repos/libports/src/drivers/framebuffer/vesa/include/genode_env.h b/repos/libports/src/drivers/framebuffer/vesa/include/genode_env.h index 46ed0aa4d..7d67c5b75 100644 --- a/repos/libports/src/drivers/framebuffer/vesa/include/genode_env.h +++ b/repos/libports/src/drivers/framebuffer/vesa/include/genode_env.h @@ -8,7 +8,7 @@ * Copyright (C) 2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _GENODE_ENV_H_ diff --git a/repos/libports/src/drivers/framebuffer/vesa/include/hw_emul.h b/repos/libports/src/drivers/framebuffer/vesa/include/hw_emul.h index bf49afef8..c9e01f253 100644 --- a/repos/libports/src/drivers/framebuffer/vesa/include/hw_emul.h +++ b/repos/libports/src/drivers/framebuffer/vesa/include/hw_emul.h @@ -9,7 +9,7 @@ * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _HW_EMUL_H_ diff --git a/repos/libports/src/drivers/framebuffer/vesa/include/ifx86emu.h b/repos/libports/src/drivers/framebuffer/vesa/include/ifx86emu.h index 7c70c499e..3b0b4c47d 100644 --- a/repos/libports/src/drivers/framebuffer/vesa/include/ifx86emu.h +++ b/repos/libports/src/drivers/framebuffer/vesa/include/ifx86emu.h @@ -9,7 +9,7 @@ * Copyright (C) 2007-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _IFX86EMU_H_ diff --git a/repos/libports/src/drivers/framebuffer/vesa/include/vbe.h b/repos/libports/src/drivers/framebuffer/vesa/include/vbe.h index e452c92a3..b8bbb660a 100644 --- a/repos/libports/src/drivers/framebuffer/vesa/include/vbe.h +++ b/repos/libports/src/drivers/framebuffer/vesa/include/vbe.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2007-2013 Genode Labs GmbH + * Copyright (C) 2007-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _VBE_H_ diff --git a/repos/libports/src/drivers/framebuffer/vesa/include/vesa.h b/repos/libports/src/drivers/framebuffer/vesa/include/vesa.h index 7fdb3d523..a78f74944 100644 --- a/repos/libports/src/drivers/framebuffer/vesa/include/vesa.h +++ b/repos/libports/src/drivers/framebuffer/vesa/include/vesa.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2007-2013 Genode Labs GmbH + * Copyright (C) 2007-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _VESA_H_ diff --git a/repos/libports/src/drivers/framebuffer/vesa/main.cc b/repos/libports/src/drivers/framebuffer/vesa/main.cc index 0ef0632b3..21a2ef21c 100644 --- a/repos/libports/src/drivers/framebuffer/vesa/main.cc +++ b/repos/libports/src/drivers/framebuffer/vesa/main.cc @@ -10,7 +10,7 @@ * Copyright (C) 2007-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/libports/src/lib/acpica/env.cc b/repos/libports/src/lib/acpica/env.cc index 6e81aee10..7d606564a 100644 --- a/repos/libports/src/lib/acpica/env.cc +++ b/repos/libports/src/lib/acpica/env.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/libports/src/lib/acpica/env.h b/repos/libports/src/lib/acpica/env.h index 71456127b..82c7f8ead 100644 --- a/repos/libports/src/lib/acpica/env.h +++ b/repos/libports/src/lib/acpica/env.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _ACPICA__ENV_H_ diff --git a/repos/libports/src/lib/acpica/iomem.cc b/repos/libports/src/lib/acpica/iomem.cc index 58681b8f3..b986ccf6e 100644 --- a/repos/libports/src/lib/acpica/iomem.cc +++ b/repos/libports/src/lib/acpica/iomem.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/libports/src/lib/acpica/osl.cc b/repos/libports/src/lib/acpica/osl.cc index 14aa89f13..0629b1de0 100644 --- a/repos/libports/src/lib/acpica/osl.cc +++ b/repos/libports/src/lib/acpica/osl.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/libports/src/lib/acpica/pci.cc b/repos/libports/src/lib/acpica/pci.cc index 81354e73d..7d51ef8a6 100644 --- a/repos/libports/src/lib/acpica/pci.cc +++ b/repos/libports/src/lib/acpica/pci.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/libports/src/lib/acpica/scan_root.cc b/repos/libports/src/lib/acpica/scan_root.cc index 204f95641..2331cd0d6 100644 --- a/repos/libports/src/lib/acpica/scan_root.cc +++ b/repos/libports/src/lib/acpica/scan_root.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/libports/src/lib/egl/driver.cc b/repos/libports/src/lib/egl/driver.cc index 80c260cb4..4b3e55a0f 100644 --- a/repos/libports/src/lib/egl/driver.cc +++ b/repos/libports/src/lib/egl/driver.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/libports/src/lib/egl/select_driver.cc b/repos/libports/src/lib/egl/select_driver.cc index df78b5833..ab138ece1 100644 --- a/repos/libports/src/lib/egl/select_driver.cc +++ b/repos/libports/src/lib/egl/select_driver.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* local includes */ diff --git a/repos/libports/src/lib/egl/select_driver.h b/repos/libports/src/lib/egl/select_driver.h index 5ffcdbdb4..0026963fa 100644 --- a/repos/libports/src/lib/egl/select_driver.h +++ b/repos/libports/src/lib/egl/select_driver.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _SELECT_DRIVER_H_ diff --git a/repos/libports/src/lib/egl/st_opengl.c b/repos/libports/src/lib/egl/st_opengl.c index 162a7eb99..c93c4a940 100644 --- a/repos/libports/src/lib/egl/st_opengl.c +++ b/repos/libports/src/lib/egl/st_opengl.c @@ -10,10 +10,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ const int st_api_OpenGL = 1; diff --git a/repos/libports/src/lib/exfat/init.cc b/repos/libports/src/lib/exfat/init.cc index c8a11a0d9..f5d76d5ea 100644 --- a/repos/libports/src/lib/exfat/init.cc +++ b/repos/libports/src/lib/exfat/init.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/libports/src/lib/ffat/diskio.c b/repos/libports/src/lib/ffat/diskio.c index c627c19d5..35f881886 100644 --- a/repos/libports/src/lib/ffat/diskio.c +++ b/repos/libports/src/lib/ffat/diskio.c @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/libports/src/lib/ffat/diskio_block.cc b/repos/libports/src/lib/ffat/diskio_block.cc index 4b57e1c0e..f96001535 100644 --- a/repos/libports/src/lib/ffat/diskio_block.cc +++ b/repos/libports/src/lib/ffat/diskio_block.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/libports/src/lib/fuse-ext2/init.cc b/repos/libports/src/lib/fuse-ext2/init.cc index 1a5205553..731f8ec3c 100644 --- a/repos/libports/src/lib/fuse-ext2/init.cc +++ b/repos/libports/src/lib/fuse-ext2/init.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/libports/src/lib/fuse/fuse.cc b/repos/libports/src/lib/fuse/fuse.cc index 747da1d4a..a23ae1f61 100644 --- a/repos/libports/src/lib/fuse/fuse.cc +++ b/repos/libports/src/lib/fuse/fuse.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genodes includes */ diff --git a/repos/libports/src/lib/gallium/dummy_trace.c b/repos/libports/src/lib/gallium/dummy_trace.c index 66a1368e7..4cae840f4 100644 --- a/repos/libports/src/lib/gallium/dummy_trace.c +++ b/repos/libports/src/lib/gallium/dummy_trace.c @@ -10,10 +10,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* includes from 'gallium/drivers/trace' */ diff --git a/repos/libports/src/lib/gallium/i915/query_device_id.cc b/repos/libports/src/lib/gallium/i915/query_device_id.cc index d24ed5d91..b3443c167 100644 --- a/repos/libports/src/lib/gallium/i915/query_device_id.cc +++ b/repos/libports/src/lib/gallium/i915/query_device_id.cc @@ -13,10 +13,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/libports/src/lib/gallium/main.cc b/repos/libports/src/lib/gallium/main.cc index d478d5b81..ab0d5b210 100644 --- a/repos/libports/src/lib/gallium/main.cc +++ b/repos/libports/src/lib/gallium/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ int main(int, char **) { return 0; } diff --git a/repos/libports/src/lib/jitterentropy/jitterentropy-base-genode.cc b/repos/libports/src/lib/jitterentropy/jitterentropy-base-genode.cc index 93712af7b..1767ed071 100644 --- a/repos/libports/src/lib/jitterentropy/jitterentropy-base-genode.cc +++ b/repos/libports/src/lib/jitterentropy/jitterentropy-base-genode.cc @@ -8,7 +8,7 @@ * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/libports/src/lib/jitterentropy/jitterentropy-base-genode.h b/repos/libports/src/lib/jitterentropy/jitterentropy-base-genode.h index d983b9b3c..b41d216ee 100644 --- a/repos/libports/src/lib/jitterentropy/jitterentropy-base-genode.h +++ b/repos/libports/src/lib/jitterentropy/jitterentropy-base-genode.h @@ -8,7 +8,7 @@ * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _JITTERENTROPY_BASE_GENODE_H_ diff --git a/repos/libports/src/lib/jitterentropy/spec/arm_v6/jitterentropy-base-genode-nstime.h b/repos/libports/src/lib/jitterentropy/spec/arm_v6/jitterentropy-base-genode-nstime.h index 840cb25e0..262ee32c8 100644 --- a/repos/libports/src/lib/jitterentropy/spec/arm_v6/jitterentropy-base-genode-nstime.h +++ b/repos/libports/src/lib/jitterentropy/spec/arm_v6/jitterentropy-base-genode-nstime.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _JITTERENTROPY_ARM_V6_BASE_GENODE_NSTIME_H_ diff --git a/repos/libports/src/lib/jitterentropy/spec/arm_v7/jitterentropy-base-genode-nstime.h b/repos/libports/src/lib/jitterentropy/spec/arm_v7/jitterentropy-base-genode-nstime.h index c5972ef1d..2933538db 100644 --- a/repos/libports/src/lib/jitterentropy/spec/arm_v7/jitterentropy-base-genode-nstime.h +++ b/repos/libports/src/lib/jitterentropy/spec/arm_v7/jitterentropy-base-genode-nstime.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _JITTERENTROPY_ARM_V7_BASE_GENODE_NSTIME_H_ diff --git a/repos/libports/src/lib/jitterentropy/spec/x86_32/jitterentropy-base-genode-nstime.h b/repos/libports/src/lib/jitterentropy/spec/x86_32/jitterentropy-base-genode-nstime.h index c6291b7aa..34b7f8db6 100644 --- a/repos/libports/src/lib/jitterentropy/spec/x86_32/jitterentropy-base-genode-nstime.h +++ b/repos/libports/src/lib/jitterentropy/spec/x86_32/jitterentropy-base-genode-nstime.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _JITTERENTROPY_X86_32_BASE_GENODE_NSTIME_H_ diff --git a/repos/libports/src/lib/jitterentropy/spec/x86_64/jitterentropy-base-genode-nstime.h b/repos/libports/src/lib/jitterentropy/spec/x86_64/jitterentropy-base-genode-nstime.h index 5c5912cf1..d984ed543 100644 --- a/repos/libports/src/lib/jitterentropy/spec/x86_64/jitterentropy-base-genode-nstime.h +++ b/repos/libports/src/lib/jitterentropy/spec/x86_64/jitterentropy-base-genode-nstime.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _JITTERENTROPY_X86_64_BASE_GENODE_NSTIME_H_ diff --git a/repos/libports/src/lib/libc/addrinfo.cc b/repos/libports/src/lib/libc/addrinfo.cc index 8de2904f0..f4ef5f4b5 100644 --- a/repos/libports/src/lib/libc/addrinfo.cc +++ b/repos/libports/src/lib/libc/addrinfo.cc @@ -11,7 +11,7 @@ * Copyright (C) 2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/libports/src/lib/libc/atexit.cc b/repos/libports/src/lib/libc/atexit.cc index e01ecd3ff..4e1e62c63 100644 --- a/repos/libports/src/lib/libc/atexit.cc +++ b/repos/libports/src/lib/libc/atexit.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ extern void genode_atexit(void (*func)(void)); diff --git a/repos/libports/src/lib/libc/clock_gettime.cc b/repos/libports/src/lib/libc/clock_gettime.cc index aeb693ad7..6a44e999e 100644 --- a/repos/libports/src/lib/libc/clock_gettime.cc +++ b/repos/libports/src/lib/libc/clock_gettime.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Libc includes */ diff --git a/repos/libports/src/lib/libc/dummies.cc b/repos/libports/src/lib/libc/dummies.cc index 4981755cb..6d1bc2417 100644 --- a/repos/libports/src/lib/libc/dummies.cc +++ b/repos/libports/src/lib/libc/dummies.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2015 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/libports/src/lib/libc/environ.cc b/repos/libports/src/lib/libc/environ.cc index e89456a5b..c3064de83 100644 --- a/repos/libports/src/lib/libc/environ.cc +++ b/repos/libports/src/lib/libc/environ.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* diff --git a/repos/libports/src/lib/libc/errno.cc b/repos/libports/src/lib/libc/errno.cc index d0826c90e..806107683 100644 --- a/repos/libports/src/lib/libc/errno.cc +++ b/repos/libports/src/lib/libc/errno.cc @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ static int private_errno; diff --git a/repos/libports/src/lib/libc/exit.cc b/repos/libports/src/lib/libc/exit.cc index 327729fa6..ebb32aa78 100644 --- a/repos/libports/src/lib/libc/exit.cc +++ b/repos/libports/src/lib/libc/exit.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/libports/src/lib/libc/fd_alloc.cc b/repos/libports/src/lib/libc/fd_alloc.cc index ae9f444f0..610c06a5a 100644 --- a/repos/libports/src/lib/libc/fd_alloc.cc +++ b/repos/libports/src/lib/libc/fd_alloc.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/libports/src/lib/libc/file_operations.cc b/repos/libports/src/lib/libc/file_operations.cc index 68112bf5b..745a943e2 100644 --- a/repos/libports/src/lib/libc/file_operations.cc +++ b/repos/libports/src/lib/libc/file_operations.cc @@ -11,7 +11,7 @@ * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/libports/src/lib/libc/gai_strerror.cc b/repos/libports/src/lib/libc/gai_strerror.cc index 2b1fb1318..0602364e4 100644 --- a/repos/libports/src/lib/libc/gai_strerror.cc +++ b/repos/libports/src/lib/libc/gai_strerror.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/libports/src/lib/libc/gettimeofday.cc b/repos/libports/src/lib/libc/gettimeofday.cc index 0dbb09ce6..059c11f34 100644 --- a/repos/libports/src/lib/libc/gettimeofday.cc +++ b/repos/libports/src/lib/libc/gettimeofday.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Libc includes */ diff --git a/repos/libports/src/lib/libc/include/spec/arm/internal/call_func.h b/repos/libports/src/lib/libc/include/spec/arm/internal/call_func.h index 8bc8b8292..5d120aa94 100644 --- a/repos/libports/src/lib/libc/include/spec/arm/internal/call_func.h +++ b/repos/libports/src/lib/libc/include/spec/arm/internal/call_func.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SPEC__ARM__INTERNAL__CALL_FUNC_H_ diff --git a/repos/libports/src/lib/libc/include/spec/x86_32/internal/call_func.h b/repos/libports/src/lib/libc/include/spec/x86_32/internal/call_func.h index 1bee91fd3..434f997e1 100644 --- a/repos/libports/src/lib/libc/include/spec/x86_32/internal/call_func.h +++ b/repos/libports/src/lib/libc/include/spec/x86_32/internal/call_func.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SPEC__X86_32__INTERNAL__CALL_FUNC_H_ diff --git a/repos/libports/src/lib/libc/include/spec/x86_64/internal/call_func.h b/repos/libports/src/lib/libc/include/spec/x86_64/internal/call_func.h index 14c3afbf5..c27964be9 100644 --- a/repos/libports/src/lib/libc/include/spec/x86_64/internal/call_func.h +++ b/repos/libports/src/lib/libc/include/spec/x86_64/internal/call_func.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SPEC__X86_64__INTERNAL__CALL_FUNC_H_ diff --git a/repos/libports/src/lib/libc/issetugid.cc b/repos/libports/src/lib/libc/issetugid.cc index d7c2e991e..8e5099cd7 100644 --- a/repos/libports/src/lib/libc/issetugid.cc +++ b/repos/libports/src/lib/libc/issetugid.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/libports/src/lib/libc/libc_errno.h b/repos/libports/src/lib/libc/libc_errno.h index ebb8182b0..cab3ee4e1 100644 --- a/repos/libports/src/lib/libc/libc_errno.h +++ b/repos/libports/src/lib/libc/libc_errno.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _LIBC_ERRNO_H_ diff --git a/repos/libports/src/lib/libc/libc_file.h b/repos/libports/src/lib/libc/libc_file.h index d57cce98e..d92d6e9d8 100644 --- a/repos/libports/src/lib/libc/libc_file.h +++ b/repos/libports/src/lib/libc/libc_file.h @@ -9,7 +9,7 @@ * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _LIBC_FILE_H_ diff --git a/repos/libports/src/lib/libc/libc_init.h b/repos/libports/src/lib/libc/libc_init.h index f514ccbba..d00da588d 100644 --- a/repos/libports/src/lib/libc/libc_init.h +++ b/repos/libports/src/lib/libc/libc_init.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _LIBC_INIT_H_ diff --git a/repos/libports/src/lib/libc/libc_pdbg.cc b/repos/libports/src/lib/libc/libc_pdbg.cc index 1853f9662..76b80c75b 100644 --- a/repos/libports/src/lib/libc/libc_pdbg.cc +++ b/repos/libports/src/lib/libc/libc_pdbg.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/libports/src/lib/libc/libc_pdbg.h b/repos/libports/src/lib/libc/libc_pdbg.h index 72b04219a..0374dc82c 100644 --- a/repos/libports/src/lib/libc/libc_pdbg.h +++ b/repos/libports/src/lib/libc/libc_pdbg.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _LIBC_PDBG_H_ diff --git a/repos/libports/src/lib/libc/log2.c b/repos/libports/src/lib/libc/log2.c index 25443d8c1..1b7279ddc 100644 --- a/repos/libports/src/lib/libc/log2.c +++ b/repos/libports/src/lib/libc/log2.c @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/libports/src/lib/libc/malloc.cc b/repos/libports/src/lib/libc/malloc.cc index efa3d22de..cfdb77c9f 100644 --- a/repos/libports/src/lib/libc/malloc.cc +++ b/repos/libports/src/lib/libc/malloc.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/libports/src/lib/libc/nanosleep.cc b/repos/libports/src/lib/libc/nanosleep.cc index c46a93a81..df6de9e90 100644 --- a/repos/libports/src/lib/libc/nanosleep.cc +++ b/repos/libports/src/lib/libc/nanosleep.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Libc includes */ diff --git a/repos/libports/src/lib/libc/plugin.cc b/repos/libports/src/lib/libc/plugin.cc index b4b337f14..ffdeb8cff 100644 --- a/repos/libports/src/lib/libc/plugin.cc +++ b/repos/libports/src/lib/libc/plugin.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/libports/src/lib/libc/plugin_registry.cc b/repos/libports/src/lib/libc/plugin_registry.cc index 241c8e9ae..9ff9e7d74 100644 --- a/repos/libports/src/lib/libc/plugin_registry.cc +++ b/repos/libports/src/lib/libc/plugin_registry.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/libports/src/lib/libc/poll.cc b/repos/libports/src/lib/libc/poll.cc index dad50ac92..41effddc6 100644 --- a/repos/libports/src/lib/libc/poll.cc +++ b/repos/libports/src/lib/libc/poll.cc @@ -8,10 +8,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Libc includes */ diff --git a/repos/libports/src/lib/libc/pread_pwrite.cc b/repos/libports/src/lib/libc/pread_pwrite.cc index 2b07ad04a..72502e7a9 100644 --- a/repos/libports/src/lib/libc/pread_pwrite.cc +++ b/repos/libports/src/lib/libc/pread_pwrite.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/libports/src/lib/libc/progname.cc b/repos/libports/src/lib/libc/progname.cc index 1b0864ce6..c030020aa 100644 --- a/repos/libports/src/lib/libc/progname.cc +++ b/repos/libports/src/lib/libc/progname.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ const char *__progname; diff --git a/repos/libports/src/lib/libc/readv_writev.cc b/repos/libports/src/lib/libc/readv_writev.cc index 17a07bfba..7e2c5a2ae 100644 --- a/repos/libports/src/lib/libc/readv_writev.cc +++ b/repos/libports/src/lib/libc/readv_writev.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/libports/src/lib/libc/rlimit.cc b/repos/libports/src/lib/libc/rlimit.cc index a82be63a0..104cfdce8 100644 --- a/repos/libports/src/lib/libc/rlimit.cc +++ b/repos/libports/src/lib/libc/rlimit.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/libports/src/lib/libc/rtc.cc b/repos/libports/src/lib/libc/rtc.cc index 6769f98b6..769c2a6b8 100644 --- a/repos/libports/src/lib/libc/rtc.cc +++ b/repos/libports/src/lib/libc/rtc.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/libports/src/lib/libc/select.cc b/repos/libports/src/lib/libc/select.cc index 620451fce..387399aaf 100644 --- a/repos/libports/src/lib/libc/select.cc +++ b/repos/libports/src/lib/libc/select.cc @@ -17,7 +17,7 @@ * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/libports/src/lib/libc/signal.cc b/repos/libports/src/lib/libc/signal.cc index 5017863f0..13ccfd3bc 100644 --- a/repos/libports/src/lib/libc/signal.cc +++ b/repos/libports/src/lib/libc/signal.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2015 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* libc includes */ diff --git a/repos/libports/src/lib/libc/socket_fs_plugin.cc b/repos/libports/src/lib/libc/socket_fs_plugin.cc index 5b65eb33e..c83bd9dfc 100644 --- a/repos/libports/src/lib/libc/socket_fs_plugin.cc +++ b/repos/libports/src/lib/libc/socket_fs_plugin.cc @@ -11,7 +11,7 @@ * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/libports/src/lib/libc/socket_fs_plugin.h b/repos/libports/src/lib/libc/socket_fs_plugin.h index 223b04de5..4a9228a4e 100644 --- a/repos/libports/src/lib/libc/socket_fs_plugin.h +++ b/repos/libports/src/lib/libc/socket_fs_plugin.h @@ -9,7 +9,7 @@ * Copyright (C) 2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _LIBC__SOCKET_FS_PLUGIN_H_ diff --git a/repos/libports/src/lib/libc/socket_operations.cc b/repos/libports/src/lib/libc/socket_operations.cc index dcc968983..fc518a338 100644 --- a/repos/libports/src/lib/libc/socket_operations.cc +++ b/repos/libports/src/lib/libc/socket_operations.cc @@ -10,7 +10,7 @@ * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/libports/src/lib/libc/sysctl.cc b/repos/libports/src/lib/libc/sysctl.cc index 9f1d7f69b..f8eab46ca 100644 --- a/repos/libports/src/lib/libc/sysctl.cc +++ b/repos/libports/src/lib/libc/sysctl.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/libports/src/lib/libc/task.cc b/repos/libports/src/lib/libc/task.cc index 71e4e5715..50ccdd02f 100644 --- a/repos/libports/src/lib/libc/task.cc +++ b/repos/libports/src/lib/libc/task.cc @@ -9,7 +9,7 @@ * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/libports/src/lib/libc/task.h b/repos/libports/src/lib/libc/task.h index c911dae58..d6f1395ab 100644 --- a/repos/libports/src/lib/libc/task.h +++ b/repos/libports/src/lib/libc/task.h @@ -15,7 +15,7 @@ * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _LIBC__TASK_H_ diff --git a/repos/libports/src/lib/libc/vfs_plugin.cc b/repos/libports/src/lib/libc/vfs_plugin.cc index a6936bc76..8b8fb079f 100644 --- a/repos/libports/src/lib/libc/vfs_plugin.cc +++ b/repos/libports/src/lib/libc/vfs_plugin.cc @@ -10,7 +10,7 @@ * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/libports/src/lib/libc/vfs_plugin.h b/repos/libports/src/lib/libc/vfs_plugin.h index 10e583b75..082176a89 100644 --- a/repos/libports/src/lib/libc/vfs_plugin.h +++ b/repos/libports/src/lib/libc/vfs_plugin.h @@ -10,7 +10,7 @@ * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _LIBC_VFS__PLUGIN_H_ diff --git a/repos/libports/src/lib/libc_ffat/plugin.cc b/repos/libports/src/lib/libc_ffat/plugin.cc index 276ef0c96..385592cfb 100644 --- a/repos/libports/src/lib/libc_ffat/plugin.cc +++ b/repos/libports/src/lib/libc_ffat/plugin.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/libports/src/lib/libc_fuse/plugin.cc b/repos/libports/src/lib/libc_fuse/plugin.cc index 286115266..8f2d4b7ee 100644 --- a/repos/libports/src/lib/libc_fuse/plugin.cc +++ b/repos/libports/src/lib/libc_fuse/plugin.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/libports/src/lib/libc_lwip/init.cc b/repos/libports/src/lib/libc_lwip/init.cc index 613308a93..3d7ad5e3a 100644 --- a/repos/libports/src/lib/libc_lwip/init.cc +++ b/repos/libports/src/lib/libc_lwip/init.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ extern void create_lwip_plugin(); diff --git a/repos/libports/src/lib/libc_lwip/plugin.cc b/repos/libports/src/lib/libc_lwip/plugin.cc index 72dfce01f..28dcb47a1 100644 --- a/repos/libports/src/lib/libc_lwip/plugin.cc +++ b/repos/libports/src/lib/libc_lwip/plugin.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/libports/src/lib/libc_lwip_loopback/init.cc b/repos/libports/src/lib/libc_lwip_loopback/init.cc index 3b184657b..69fbb799f 100644 --- a/repos/libports/src/lib/libc_lwip_loopback/init.cc +++ b/repos/libports/src/lib/libc_lwip_loopback/init.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/libports/src/lib/libc_lwip_nic_dhcp/init.cc b/repos/libports/src/lib/libc_lwip_nic_dhcp/init.cc index 20be6d00e..f37bafca2 100644 --- a/repos/libports/src/lib/libc_lwip_nic_dhcp/init.cc +++ b/repos/libports/src/lib/libc_lwip_nic_dhcp/init.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/libports/src/lib/libc_lwip_nic_dhcp/plugin.cc b/repos/libports/src/lib/libc_lwip_nic_dhcp/plugin.cc index 3fdec8b4f..0f5ff5a4b 100644 --- a/repos/libports/src/lib/libc_lwip_nic_dhcp/plugin.cc +++ b/repos/libports/src/lib/libc_lwip_nic_dhcp/plugin.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* lwip includes */ diff --git a/repos/libports/src/lib/libc_pipe/plugin.cc b/repos/libports/src/lib/libc_pipe/plugin.cc index e9e1254ea..769d0ad55 100644 --- a/repos/libports/src/lib/libc_pipe/plugin.cc +++ b/repos/libports/src/lib/libc_pipe/plugin.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014-2016 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ diff --git a/repos/libports/src/lib/libc_resolv/plugin.cc b/repos/libports/src/lib/libc_resolv/plugin.cc index 8778e5bdc..23a75a32b 100644 --- a/repos/libports/src/lib/libc_resolv/plugin.cc +++ b/repos/libports/src/lib/libc_resolv/plugin.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/libports/src/lib/libc_terminal/plugin.cc b/repos/libports/src/lib/libc_terminal/plugin.cc index 494a71e59..7d9470a83 100644 --- a/repos/libports/src/lib/libc_terminal/plugin.cc +++ b/repos/libports/src/lib/libc_terminal/plugin.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* libc plugin interface */ diff --git a/repos/libports/src/lib/libdrm/ioctl.cc b/repos/libports/src/lib/libdrm/ioctl.cc index 8ab954afe..fa740ec29 100644 --- a/repos/libports/src/lib/libdrm/ioctl.cc +++ b/repos/libports/src/lib/libdrm/ioctl.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/libports/src/lib/libusb/genode_usb_raw.cc b/repos/libports/src/lib/libusb/genode_usb_raw.cc index da3806833..0afb1e90b 100644 --- a/repos/libports/src/lib/libusb/genode_usb_raw.cc +++ b/repos/libports/src/lib/libusb/genode_usb_raw.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/libports/src/lib/lwip/include/nic.h b/repos/libports/src/lib/lwip/include/nic.h index 1874f2896..4b40ace21 100644 --- a/repos/libports/src/lib/lwip/include/nic.h +++ b/repos/libports/src/lib/lwip/include/nic.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _LWIP__NIC_H_ diff --git a/repos/libports/src/lib/lwip/include/ring_buffer.h b/repos/libports/src/lib/lwip/include/ring_buffer.h index 0ac4dffea..cc16bdba2 100644 --- a/repos/libports/src/lib/lwip/include/ring_buffer.h +++ b/repos/libports/src/lib/lwip/include/ring_buffer.h @@ -10,10 +10,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef __LWIP__INCLUDE__RING_BUFFER_H__ diff --git a/repos/libports/src/lib/lwip/include/thread.h b/repos/libports/src/lib/lwip/include/thread.h index e05b9907d..3ed0a7618 100644 --- a/repos/libports/src/lib/lwip/include/thread.h +++ b/repos/libports/src/lib/lwip/include/thread.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef __LWIP__INCLUDE__THREAD_H__ diff --git a/repos/libports/src/lib/lwip/include/verbose.h b/repos/libports/src/lib/lwip/include/verbose.h index 8c4690868..e29609f6a 100644 --- a/repos/libports/src/lib/lwip/include/verbose.h +++ b/repos/libports/src/lib/lwip/include/verbose.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _LWIP__VERBOSE_H_ diff --git a/repos/libports/src/lib/lwip/platform/nic.cc b/repos/libports/src/lib/lwip/platform/nic.cc index 168de9e8c..d95594edf 100644 --- a/repos/libports/src/lib/lwip/platform/nic.cc +++ b/repos/libports/src/lib/lwip/platform/nic.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* LwIP includes */ diff --git a/repos/libports/src/lib/lwip/platform/printf.cc b/repos/libports/src/lib/lwip/platform/printf.cc index e964b45d1..ff59dc733 100644 --- a/repos/libports/src/lib/lwip/platform/printf.cc +++ b/repos/libports/src/lib/lwip/platform/printf.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/libports/src/lib/lwip/platform/sys_arch.cc b/repos/libports/src/lib/lwip/platform/sys_arch.cc index 53650856b..0ab6329d3 100644 --- a/repos/libports/src/lib/lwip/platform/sys_arch.cc +++ b/repos/libports/src/lib/lwip/platform/sys_arch.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/libports/src/lib/ntfs-3g/init.cc b/repos/libports/src/lib/ntfs-3g/init.cc index 220226dbc..0a5bb85ba 100644 --- a/repos/libports/src/lib/ntfs-3g/init.cc +++ b/repos/libports/src/lib/ntfs-3g/init.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/libports/src/lib/pcsc-lite/init.cc b/repos/libports/src/lib/pcsc-lite/init.cc index 214b0d3f8..f1d69fabc 100644 --- a/repos/libports/src/lib/pcsc-lite/init.cc +++ b/repos/libports/src/lib/pcsc-lite/init.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/libports/src/lib/posix/construct.cc b/repos/libports/src/lib/posix/construct.cc index ffe4c182c..a9f909d8f 100644 --- a/repos/libports/src/lib/posix/construct.cc +++ b/repos/libports/src/lib/posix/construct.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/libports/src/lib/pthread/semaphore.cc b/repos/libports/src/lib/pthread/semaphore.cc index 3a6715168..87800692f 100644 --- a/repos/libports/src/lib/pthread/semaphore.cc +++ b/repos/libports/src/lib/pthread/semaphore.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/libports/src/lib/pthread/thread.cc b/repos/libports/src/lib/pthread/thread.cc index d63fc3f86..57773f415 100644 --- a/repos/libports/src/lib/pthread/thread.cc +++ b/repos/libports/src/lib/pthread/thread.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/libports/src/lib/pthread/thread.h b/repos/libports/src/lib/pthread/thread.h index 4189197ad..5be7c5806 100644 --- a/repos/libports/src/lib/pthread/thread.h +++ b/repos/libports/src/lib/pthread/thread.h @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2012-2014 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SRC_LIB_PTHREAD_THREAD_H_ diff --git a/repos/libports/src/lib/pthread/thread_create.cc b/repos/libports/src/lib/pthread/thread_create.cc index 42ed4e4e0..0e316bc71 100644 --- a/repos/libports/src/lib/pthread/thread_create.cc +++ b/repos/libports/src/lib/pthread/thread_create.cc @@ -8,10 +8,10 @@ */ /* - * Copyright (C) 2012-2014 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/libports/src/lib/python/dup.c b/repos/libports/src/lib/python/dup.c index d6cd98943..78d993a67 100644 --- a/repos/libports/src/lib/python/dup.c +++ b/repos/libports/src/lib/python/dup.c @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/libports/src/lib/qemu-usb/dummies.cc b/repos/libports/src/lib/qemu-usb/dummies.cc index 789b06451..a22346e08 100644 --- a/repos/libports/src/lib/qemu-usb/dummies.cc +++ b/repos/libports/src/lib/qemu-usb/dummies.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/libports/src/lib/qemu-usb/include/extern_c_begin.h b/repos/libports/src/lib/qemu-usb/include/extern_c_begin.h index 18f2694a9..f9d079f8c 100644 --- a/repos/libports/src/lib/qemu-usb/include/extern_c_begin.h +++ b/repos/libports/src/lib/qemu-usb/include/extern_c_begin.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #define extern_c_begin diff --git a/repos/libports/src/lib/qemu-usb/include/extern_c_end.h b/repos/libports/src/lib/qemu-usb/include/extern_c_end.h index 87094bc93..99aea16be 100644 --- a/repos/libports/src/lib/qemu-usb/include/extern_c_end.h +++ b/repos/libports/src/lib/qemu-usb/include/extern_c_end.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #undef typename diff --git a/repos/libports/src/lib/qemu-usb/include/qemu_emul.h b/repos/libports/src/lib/qemu-usb/include/qemu_emul.h index c5104d5c1..e240bc8f8 100644 --- a/repos/libports/src/lib/qemu-usb/include/qemu_emul.h +++ b/repos/libports/src/lib/qemu-usb/include/qemu_emul.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__QEMU_EMUL_H_ diff --git a/repos/libports/src/lib/qemu-usb/qemu_emul.cc b/repos/libports/src/lib/qemu-usb/qemu_emul.cc index 90779388f..7b0a92c13 100644 --- a/repos/libports/src/lib/qemu-usb/qemu_emul.cc +++ b/repos/libports/src/lib/qemu-usb/qemu_emul.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/libports/src/lib/qt5/libc_dummies.cc b/repos/libports/src/lib/qt5/libc_dummies.cc index 27c6bdb71..b5be0ac9a 100644 --- a/repos/libports/src/lib/qt5/libc_dummies.cc +++ b/repos/libports/src/lib/qt5/libc_dummies.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ extern "C" void _sigprocmask() { } diff --git a/repos/libports/src/lib/qt5/qt_main.cc b/repos/libports/src/lib/qt5/qt_main.cc index 0f520e629..54d97b4ba 100644 --- a/repos/libports/src/lib/qt5/qt_main.cc +++ b/repos/libports/src/lib/qt5/qt_main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifdef QT_MAIN_STACK_SIZE diff --git a/repos/libports/src/lib/qt5/qtbase/src/plugins/platforms/nitpicker/main.cpp b/repos/libports/src/lib/qt5/qtbase/src/plugins/platforms/nitpicker/main.cpp index 4221246f1..e42b2be3a 100644 --- a/repos/libports/src/lib/qt5/qtbase/src/plugins/platforms/nitpicker/main.cpp +++ b/repos/libports/src/lib/qt5/qtbase/src/plugins/platforms/nitpicker/main.cpp @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include "qnitpickerintegrationplugin.h" diff --git a/repos/libports/src/lib/qt5/qtbase/src/plugins/platforms/nitpicker/qgenodeclipboard.cpp b/repos/libports/src/lib/qt5/qtbase/src/plugins/platforms/nitpicker/qgenodeclipboard.cpp index 0c4991c90..88ef9d592 100644 --- a/repos/libports/src/lib/qt5/qtbase/src/plugins/platforms/nitpicker/qgenodeclipboard.cpp +++ b/repos/libports/src/lib/qt5/qtbase/src/plugins/platforms/nitpicker/qgenodeclipboard.cpp @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include "qgenodeclipboard.h" diff --git a/repos/libports/src/lib/qt5/qtbase/src/plugins/platforms/nitpicker/qgenodeclipboard.h b/repos/libports/src/lib/qt5/qtbase/src/plugins/platforms/nitpicker/qgenodeclipboard.h index 280d01515..30d63d927 100644 --- a/repos/libports/src/lib/qt5/qtbase/src/plugins/platforms/nitpicker/qgenodeclipboard.h +++ b/repos/libports/src/lib/qt5/qtbase/src/plugins/platforms/nitpicker/qgenodeclipboard.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _QGENODECLIPBOARD_H_ diff --git a/repos/libports/src/lib/qt5/qtbase/src/plugins/platforms/nitpicker/qnitpickerglcontext.cpp b/repos/libports/src/lib/qt5/qtbase/src/plugins/platforms/nitpicker/qnitpickerglcontext.cpp index 638698060..204243a1a 100644 --- a/repos/libports/src/lib/qt5/qtbase/src/plugins/platforms/nitpicker/qnitpickerglcontext.cpp +++ b/repos/libports/src/lib/qt5/qtbase/src/plugins/platforms/nitpicker/qnitpickerglcontext.cpp @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/libports/src/lib/qt5/qtbase/src/plugins/platforms/nitpicker/qnitpickerglcontext.h b/repos/libports/src/lib/qt5/qtbase/src/plugins/platforms/nitpicker/qnitpickerglcontext.h index b08f99319..8187f3613 100644 --- a/repos/libports/src/lib/qt5/qtbase/src/plugins/platforms/nitpicker/qnitpickerglcontext.h +++ b/repos/libports/src/lib/qt5/qtbase/src/plugins/platforms/nitpicker/qnitpickerglcontext.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef QNITPICKERGLCONTEXT_H diff --git a/repos/libports/src/lib/qt5/qtbase/src/plugins/platforms/nitpicker/qnitpickerintegration.cpp b/repos/libports/src/lib/qt5/qtbase/src/plugins/platforms/nitpicker/qnitpickerintegration.cpp index ae90244c3..4c77f3422 100644 --- a/repos/libports/src/lib/qt5/qtbase/src/plugins/platforms/nitpicker/qnitpickerintegration.cpp +++ b/repos/libports/src/lib/qt5/qtbase/src/plugins/platforms/nitpicker/qnitpickerintegration.cpp @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Qt includes */ diff --git a/repos/libports/src/lib/qt5/qtbase/src/plugins/platforms/nitpicker/qnitpickerintegration.h b/repos/libports/src/lib/qt5/qtbase/src/plugins/platforms/nitpicker/qnitpickerintegration.h index ac36b44fa..2e31e0b39 100644 --- a/repos/libports/src/lib/qt5/qtbase/src/plugins/platforms/nitpicker/qnitpickerintegration.h +++ b/repos/libports/src/lib/qt5/qtbase/src/plugins/platforms/nitpicker/qnitpickerintegration.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ diff --git a/repos/libports/src/lib/qt5/qtbase/src/plugins/platforms/nitpicker/qnitpickerintegrationplugin.h b/repos/libports/src/lib/qt5/qtbase/src/plugins/platforms/nitpicker/qnitpickerintegrationplugin.h index ae784ed42..2d36756d9 100644 --- a/repos/libports/src/lib/qt5/qtbase/src/plugins/platforms/nitpicker/qnitpickerintegrationplugin.h +++ b/repos/libports/src/lib/qt5/qtbase/src/plugins/platforms/nitpicker/qnitpickerintegrationplugin.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _QNITPICKERINTEGRATIONPLUGIN_H_ diff --git a/repos/libports/src/lib/qt5/qtbase/src/plugins/platforms/nitpicker/qnitpickerplatformwindow.cpp b/repos/libports/src/lib/qt5/qtbase/src/plugins/platforms/nitpicker/qnitpickerplatformwindow.cpp index cc8faca9c..dd7cc5453 100644 --- a/repos/libports/src/lib/qt5/qtbase/src/plugins/platforms/nitpicker/qnitpickerplatformwindow.cpp +++ b/repos/libports/src/lib/qt5/qtbase/src/plugins/platforms/nitpicker/qnitpickerplatformwindow.cpp @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ diff --git a/repos/libports/src/lib/qt5/qtbase/src/plugins/platforms/nitpicker/qnitpickerplatformwindow.h b/repos/libports/src/lib/qt5/qtbase/src/plugins/platforms/nitpicker/qnitpickerplatformwindow.h index 97765fa0a..2fdfb1dad 100644 --- a/repos/libports/src/lib/qt5/qtbase/src/plugins/platforms/nitpicker/qnitpickerplatformwindow.h +++ b/repos/libports/src/lib/qt5/qtbase/src/plugins/platforms/nitpicker/qnitpickerplatformwindow.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ diff --git a/repos/libports/src/lib/qt5/qtbase/src/plugins/platforms/nitpicker/qnitpickerscreen.h b/repos/libports/src/lib/qt5/qtbase/src/plugins/platforms/nitpicker/qnitpickerscreen.h index 912ab5089..6562cc882 100644 --- a/repos/libports/src/lib/qt5/qtbase/src/plugins/platforms/nitpicker/qnitpickerscreen.h +++ b/repos/libports/src/lib/qt5/qtbase/src/plugins/platforms/nitpicker/qnitpickerscreen.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ diff --git a/repos/libports/src/lib/qt5/qtbase/src/plugins/platforms/nitpicker/qnitpickerwindowsurface.cpp b/repos/libports/src/lib/qt5/qtbase/src/plugins/platforms/nitpicker/qnitpickerwindowsurface.cpp index 20ef63a77..14afb1b6c 100644 --- a/repos/libports/src/lib/qt5/qtbase/src/plugins/platforms/nitpicker/qnitpickerwindowsurface.cpp +++ b/repos/libports/src/lib/qt5/qtbase/src/plugins/platforms/nitpicker/qnitpickerwindowsurface.cpp @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/libports/src/lib/qt5/qtbase/src/plugins/platforms/nitpicker/qnitpickerwindowsurface.h b/repos/libports/src/lib/qt5/qtbase/src/plugins/platforms/nitpicker/qnitpickerwindowsurface.h index 214b50d65..bfa789597 100644 --- a/repos/libports/src/lib/qt5/qtbase/src/plugins/platforms/nitpicker/qnitpickerwindowsurface.h +++ b/repos/libports/src/lib/qt5/qtbase/src/plugins/platforms/nitpicker/qnitpickerwindowsurface.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ diff --git a/repos/libports/src/lib/qt5/qtbase/src/plugins/platforms/nitpicker/qsignalhandlerthread.cpp b/repos/libports/src/lib/qt5/qtbase/src/plugins/platforms/nitpicker/qsignalhandlerthread.cpp index 3a9f5c2aa..3e4df8fcd 100644 --- a/repos/libports/src/lib/qt5/qtbase/src/plugins/platforms/nitpicker/qsignalhandlerthread.cpp +++ b/repos/libports/src/lib/qt5/qtbase/src/plugins/platforms/nitpicker/qsignalhandlerthread.cpp @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include "qsignalhandlerthread.h" diff --git a/repos/libports/src/lib/qt5/qtbase/src/plugins/platforms/nitpicker/qsignalhandlerthread.h b/repos/libports/src/lib/qt5/qtbase/src/plugins/platforms/nitpicker/qsignalhandlerthread.h index 3fa95f94c..d44f8070c 100644 --- a/repos/libports/src/lib/qt5/qtbase/src/plugins/platforms/nitpicker/qsignalhandlerthread.h +++ b/repos/libports/src/lib/qt5/qtbase/src/plugins/platforms/nitpicker/qsignalhandlerthread.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _QSIGNALHANDLERTHREAD_H_ diff --git a/repos/libports/src/lib/readline/genode.cc b/repos/libports/src/lib/readline/genode.cc index 380c4922e..7c661b1a9 100644 --- a/repos/libports/src/lib/readline/genode.cc +++ b/repos/libports/src/lib/readline/genode.cc @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/libports/src/lib/sdl/audio/SDL_genodeaudio.cc b/repos/libports/src/lib/sdl/audio/SDL_genodeaudio.cc index efd725bfc..393e65858 100644 --- a/repos/libports/src/lib/sdl/audio/SDL_genodeaudio.cc +++ b/repos/libports/src/lib/sdl/audio/SDL_genodeaudio.cc @@ -8,10 +8,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/libports/src/lib/sdl/audio/SDL_genodeaudio.h b/repos/libports/src/lib/sdl/audio/SDL_genodeaudio.h index e8ce3c974..a55b3029c 100644 --- a/repos/libports/src/lib/sdl/audio/SDL_genodeaudio.h +++ b/repos/libports/src/lib/sdl/audio/SDL_genodeaudio.h @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include "SDL_config.h" diff --git a/repos/libports/src/lib/sdl/loadso/SDL_loadso.cc b/repos/libports/src/lib/sdl/loadso/SDL_loadso.cc index 372d902b7..78371da05 100644 --- a/repos/libports/src/lib/sdl/loadso/SDL_loadso.cc +++ b/repos/libports/src/lib/sdl/loadso/SDL_loadso.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ extern "C" { diff --git a/repos/libports/src/lib/sdl/timer/SDL_systimer.cc b/repos/libports/src/lib/sdl/timer/SDL_systimer.cc index fba0a1efb..af40044d6 100644 --- a/repos/libports/src/lib/sdl/timer/SDL_systimer.cc +++ b/repos/libports/src/lib/sdl/timer/SDL_systimer.cc @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/libports/src/lib/vfs/jitterentropy/vfs.cc b/repos/libports/src/lib/vfs/jitterentropy/vfs.cc index 8e5a8098d..91f4b3899 100644 --- a/repos/libports/src/lib/vfs/jitterentropy/vfs.cc +++ b/repos/libports/src/lib/vfs/jitterentropy/vfs.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/libports/src/lib/vfs/jitterentropy/vfs_jitterentropy.h b/repos/libports/src/lib/vfs/jitterentropy/vfs_jitterentropy.h index 56e6916d8..48b8b479f 100644 --- a/repos/libports/src/lib/vfs/jitterentropy/vfs_jitterentropy.h +++ b/repos/libports/src/lib/vfs/jitterentropy/vfs_jitterentropy.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _JITTERENTROPY_FILE_SYSTEM_H_ diff --git a/repos/libports/src/server/acpi_input/main.cc b/repos/libports/src/server/acpi_input/main.cc index 98ae5d48a..fdf6711be 100644 --- a/repos/libports/src/server/acpi_input/main.cc +++ b/repos/libports/src/server/acpi_input/main.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* base includes */ diff --git a/repos/libports/src/server/ffat_fs/main.cc b/repos/libports/src/server/ffat_fs/main.cc index e0af7ae81..7731ddab7 100644 --- a/repos/libports/src/server/ffat_fs/main.cc +++ b/repos/libports/src/server/ffat_fs/main.cc @@ -8,7 +8,7 @@ * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/libports/src/server/fuse_fs/fuse_fs_main.cc b/repos/libports/src/server/fuse_fs/fuse_fs_main.cc index 79b81b41e..3b65e3820 100644 --- a/repos/libports/src/server/fuse_fs/fuse_fs_main.cc +++ b/repos/libports/src/server/fuse_fs/fuse_fs_main.cc @@ -8,7 +8,7 @@ * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/libports/src/test/echo_udp/main.cc b/repos/libports/src/test/echo_udp/main.cc index 334182341..b017a7317 100644 --- a/repos/libports/src/test/echo_udp/main.cc +++ b/repos/libports/src/test/echo_udp/main.cc @@ -8,7 +8,7 @@ * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/libports/src/test/expat/main.cc b/repos/libports/src/test/expat/main.cc index 908becd92..856a1f02d 100644 --- a/repos/libports/src/test/expat/main.cc +++ b/repos/libports/src/test/expat/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/libports/src/test/ldso/include/test-ldso.h b/repos/libports/src/test/ldso/include/test-ldso.h index b3e527236..b6091b79d 100644 --- a/repos/libports/src/test/ldso/include/test-ldso.h +++ b/repos/libports/src/test/ldso/include/test-ldso.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _TEST_LDSO_H_ diff --git a/repos/libports/src/test/ldso/lib_1.cc b/repos/libports/src/test/ldso/lib_1.cc index 3846d6d1b..f708acaca 100644 --- a/repos/libports/src/test/ldso/lib_1.cc +++ b/repos/libports/src/test/ldso/lib_1.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/libports/src/test/ldso/lib_2.cc b/repos/libports/src/test/ldso/lib_2.cc index 1ac9fb35a..4c6f96cd9 100644 --- a/repos/libports/src/test/ldso/lib_2.cc +++ b/repos/libports/src/test/ldso/lib_2.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include #include "test-ldso.h" diff --git a/repos/libports/src/test/ldso/lib_dl.cc b/repos/libports/src/test/ldso/lib_dl.cc index 4ff2d8620..b6fbd0ab0 100644 --- a/repos/libports/src/test/ldso/lib_dl.cc +++ b/repos/libports/src/test/ldso/lib_dl.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2014-2015 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/libports/src/test/ldso/main.cc b/repos/libports/src/test/ldso/main.cc index 316912e3d..5066126c8 100644 --- a/repos/libports/src/test/ldso/main.cc +++ b/repos/libports/src/test/ldso/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/libports/src/test/libc/main.cc b/repos/libports/src/test/libc/main.cc index 04c35d668..6139408e6 100644 --- a/repos/libports/src/test/libc/main.cc +++ b/repos/libports/src/test/libc/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* diff --git a/repos/libports/src/test/libc_block/main.cc b/repos/libports/src/test/libc_block/main.cc index 45146c8a0..5d3fa08b4 100644 --- a/repos/libports/src/test/libc_block/main.cc +++ b/repos/libports/src/test/libc_block/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/libports/src/test/libc_component/main.cc b/repos/libports/src/test/libc_component/main.cc index 6f8d01309..0fb66ac66 100644 --- a/repos/libports/src/test/libc_component/main.cc +++ b/repos/libports/src/test/libc_component/main.cc @@ -8,7 +8,7 @@ * Copyright (C) 2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/libports/src/test/libc_counter/sink/main.cc b/repos/libports/src/test/libc_counter/sink/main.cc index 42d438654..0abb14bdc 100644 --- a/repos/libports/src/test/libc_counter/sink/main.cc +++ b/repos/libports/src/test/libc_counter/sink/main.cc @@ -8,7 +8,7 @@ * Copyright (C) 2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* libc includes */ diff --git a/repos/libports/src/test/libc_counter/source/main.cc b/repos/libports/src/test/libc_counter/source/main.cc index 339d2c390..9771bfb46 100644 --- a/repos/libports/src/test/libc_counter/source/main.cc +++ b/repos/libports/src/test/libc_counter/source/main.cc @@ -8,7 +8,7 @@ * Copyright (C) 2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* libc includes */ diff --git a/repos/libports/src/test/libc_ffat/main.cc b/repos/libports/src/test/libc_ffat/main.cc index 88b4fe757..744f4eb27 100644 --- a/repos/libports/src/test/libc_ffat/main.cc +++ b/repos/libports/src/test/libc_ffat/main.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/libports/src/test/libc_getenv/main.c b/repos/libports/src/test/libc_getenv/main.c index 764b3d12f..b51d062a5 100644 --- a/repos/libports/src/test/libc_getenv/main.c +++ b/repos/libports/src/test/libc_getenv/main.c @@ -8,7 +8,7 @@ * Copyright (C) 2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/libports/src/test/libc_pipe/main.cc b/repos/libports/src/test/libc_pipe/main.cc index b40c2df02..d129927fe 100644 --- a/repos/libports/src/test/libc_pipe/main.cc +++ b/repos/libports/src/test/libc_pipe/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ diff --git a/repos/libports/src/test/libc_resolv/main.cc b/repos/libports/src/test/libc_resolv/main.cc index 070f0472e..8f1a2e3f8 100644 --- a/repos/libports/src/test/libc_resolv/main.cc +++ b/repos/libports/src/test/libc_resolv/main.cc @@ -1,8 +1,8 @@ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ int main(int argc, char **argv) diff --git a/repos/libports/src/test/libc_select/main.cc b/repos/libports/src/test/libc_select/main.cc index 2e6223313..6a872ba8d 100644 --- a/repos/libports/src/test/libc_select/main.cc +++ b/repos/libports/src/test/libc_select/main.cc @@ -8,7 +8,7 @@ * Copyright (C) 2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* libc includes */ diff --git a/repos/libports/src/test/libc_vfs_block/main.cc b/repos/libports/src/test/libc_vfs_block/main.cc index 4777eaa9b..e8a2a9e80 100644 --- a/repos/libports/src/test/libc_vfs_block/main.cc +++ b/repos/libports/src/test/libc_vfs_block/main.cc @@ -8,7 +8,7 @@ * Copyright (C) 2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/libports/src/test/libc_with_libc/main.cc b/repos/libports/src/test/libc_with_libc/main.cc index 9c45ad92b..ab3831889 100644 --- a/repos/libports/src/test/libc_with_libc/main.cc +++ b/repos/libports/src/test/libc_with_libc/main.cc @@ -8,7 +8,7 @@ * Copyright (C) 2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/libports/src/test/libports/main.cc b/repos/libports/src/test/libports/main.cc index 0111c2582..2a4fcf50b 100644 --- a/repos/libports/src/test/libports/main.cc +++ b/repos/libports/src/test/libports/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/libports/src/test/lwip/http_clnt/main.cc b/repos/libports/src/test/lwip/http_clnt/main.cc index 97c8d1510..7166dabd6 100644 --- a/repos/libports/src/test/lwip/http_clnt/main.cc +++ b/repos/libports/src/test/lwip/http_clnt/main.cc @@ -6,10 +6,10 @@ /* * Copyright (C) 2012 Ksys Labs LLC - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/libports/src/test/lwip/http_srv/main.cc b/repos/libports/src/test/lwip/http_srv/main.cc index 86d344ea2..61e0e3a32 100644 --- a/repos/libports/src/test/lwip/http_srv/main.cc +++ b/repos/libports/src/test/lwip/http_srv/main.cc @@ -11,10 +11,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/libports/src/test/lwip/http_srv_connect/main.c b/repos/libports/src/test/lwip/http_srv_connect/main.c index 4463a6f65..5f802a778 100644 --- a/repos/libports/src/test/lwip/http_srv_connect/main.c +++ b/repos/libports/src/test/lwip/http_srv_connect/main.c @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ diff --git a/repos/libports/src/test/lwip/http_srv_connect/net.c b/repos/libports/src/test/lwip/http_srv_connect/net.c index 9625bba9c..41bfe5c98 100644 --- a/repos/libports/src/test/lwip/http_srv_connect/net.c +++ b/repos/libports/src/test/lwip/http_srv_connect/net.c @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/libports/src/test/lwip/http_srv_static/main.cc b/repos/libports/src/test/lwip/http_srv_static/main.cc index 9fb92fb04..5a96bebc6 100644 --- a/repos/libports/src/test/lwip/http_srv_static/main.cc +++ b/repos/libports/src/test/lwip/http_srv_static/main.cc @@ -11,10 +11,10 @@ */ /* - * Copyright (C) 2009-2012 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/libports/src/test/lwip/loopback/main.cc b/repos/libports/src/test/lwip/loopback/main.cc index 4518be6a7..aeab677e7 100644 --- a/repos/libports/src/test/lwip/loopback/main.cc +++ b/repos/libports/src/test/lwip/loopback/main.cc @@ -12,10 +12,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/libports/src/test/lwip/pingpong/client/main.cc b/repos/libports/src/test/lwip/pingpong/client/main.cc index 478ae86fd..e5a41614d 100644 --- a/repos/libports/src/test/lwip/pingpong/client/main.cc +++ b/repos/libports/src/test/lwip/pingpong/client/main.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* libc includes */ diff --git a/repos/libports/src/test/lwip/pingpong/pingpong.cc b/repos/libports/src/test/lwip/pingpong/pingpong.cc index 12115b2d5..88c02a32a 100644 --- a/repos/libports/src/test/lwip/pingpong/pingpong.cc +++ b/repos/libports/src/test/lwip/pingpong/pingpong.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* libc includes */ diff --git a/repos/libports/src/test/lwip/pingpong/pingpong.h b/repos/libports/src/test/lwip/pingpong/pingpong.h index 9eec04043..c46714595 100644 --- a/repos/libports/src/test/lwip/pingpong/pingpong.h +++ b/repos/libports/src/test/lwip/pingpong/pingpong.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _PINGPONG_H_ diff --git a/repos/libports/src/test/lwip/pingpong/server/main.cc b/repos/libports/src/test/lwip/pingpong/server/main.cc index 55fa5cc3f..8753fb652 100644 --- a/repos/libports/src/test/lwip/pingpong/server/main.cc +++ b/repos/libports/src/test/lwip/pingpong/server/main.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* libc includes */ diff --git a/repos/libports/src/test/moon/main.cc b/repos/libports/src/test/moon/main.cc index c33faba8e..db014b34b 100644 --- a/repos/libports/src/test/moon/main.cc +++ b/repos/libports/src/test/moon/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/libports/src/test/netty/main.cc b/repos/libports/src/test/netty/main.cc index 01ceef364..001891f2f 100644 --- a/repos/libports/src/test/netty/main.cc +++ b/repos/libports/src/test/netty/main.cc @@ -8,7 +8,7 @@ * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/libports/src/test/pthread/main.cc b/repos/libports/src/test/pthread/main.cc index bd1657ed9..c27c5348b 100644 --- a/repos/libports/src/test/pthread/main.cc +++ b/repos/libports/src/test/pthread/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/libports/src/test/python/main.cc b/repos/libports/src/test/python/main.cc index 4e9e5ac9f..7572cb0ff 100644 --- a/repos/libports/src/test/python/main.cc +++ b/repos/libports/src/test/python/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Python includes */ diff --git a/repos/libports/src/test/smartcard/main.cc b/repos/libports/src/test/smartcard/main.cc index 04efa2293..ac80e5e5c 100644 --- a/repos/libports/src/test/smartcard/main.cc +++ b/repos/libports/src/test/smartcard/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/libports/src/test/stdcxx/main.cc b/repos/libports/src/test/stdcxx/main.cc index 8f5c2f38d..aa02f35bb 100644 --- a/repos/libports/src/test/stdcxx/main.cc +++ b/repos/libports/src/test/stdcxx/main.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/os/include/audio_in_session/audio_in_session.h b/repos/os/include/audio_in_session/audio_in_session.h index c4d42effd..84d5a3bf4 100644 --- a/repos/os/include/audio_in_session/audio_in_session.h +++ b/repos/os/include/audio_in_session/audio_in_session.h @@ -14,10 +14,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__AUDIO_IN_SESSION__AUDIO_IN_SESSION_H_ diff --git a/repos/os/include/audio_in_session/capability.h b/repos/os/include/audio_in_session/capability.h index d7849f7cc..1d6302a72 100644 --- a/repos/os/include/audio_in_session/capability.h +++ b/repos/os/include/audio_in_session/capability.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__AUDIO_IN_SESSION__CAPABILITY_H_ diff --git a/repos/os/include/audio_in_session/client.h b/repos/os/include/audio_in_session/client.h index 4a02940c7..46624b97c 100644 --- a/repos/os/include/audio_in_session/client.h +++ b/repos/os/include/audio_in_session/client.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__AUDIO_IN_SESSION__CLIENT_H_ diff --git a/repos/os/include/audio_in_session/connection.h b/repos/os/include/audio_in_session/connection.h index dbde2e0fb..3293c8cd5 100644 --- a/repos/os/include/audio_in_session/connection.h +++ b/repos/os/include/audio_in_session/connection.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__AUDIO_IN_SESSION__CONNECTION_H_ diff --git a/repos/os/include/audio_in_session/rpc_object.h b/repos/os/include/audio_in_session/rpc_object.h index cec8246ab..a2135bd36 100644 --- a/repos/os/include/audio_in_session/rpc_object.h +++ b/repos/os/include/audio_in_session/rpc_object.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__AUDIO_IN_SESSION__RPC_OBJECT_H_ diff --git a/repos/os/include/audio_out_session/audio_out_session.h b/repos/os/include/audio_out_session/audio_out_session.h index 32d96bff1..dc095ca60 100644 --- a/repos/os/include/audio_out_session/audio_out_session.h +++ b/repos/os/include/audio_out_session/audio_out_session.h @@ -27,10 +27,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__AUDIO_OUT_SESSION__AUDIO_OUT_SESSION_H_ diff --git a/repos/os/include/audio_out_session/capability.h b/repos/os/include/audio_out_session/capability.h index 5633ee437..f29c7bd23 100644 --- a/repos/os/include/audio_out_session/capability.h +++ b/repos/os/include/audio_out_session/capability.h @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__AUDIO_OUT_SESSION__CAPABILITY_H_ diff --git a/repos/os/include/audio_out_session/client.h b/repos/os/include/audio_out_session/client.h index ca8511640..f6b8d1aa6 100644 --- a/repos/os/include/audio_out_session/client.h +++ b/repos/os/include/audio_out_session/client.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__AUDIO_OUT_SESSION__CLIENT_H_ diff --git a/repos/os/include/audio_out_session/connection.h b/repos/os/include/audio_out_session/connection.h index ca3a2b298..acd446743 100644 --- a/repos/os/include/audio_out_session/connection.h +++ b/repos/os/include/audio_out_session/connection.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__AUDIO_OUT_SESSION__CONNECTION_H_ diff --git a/repos/os/include/audio_out_session/rpc_object.h b/repos/os/include/audio_out_session/rpc_object.h index 88a76c119..7ce1a9183 100644 --- a/repos/os/include/audio_out_session/rpc_object.h +++ b/repos/os/include/audio_out_session/rpc_object.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__AUDIO_OUT_SESSION__RPC_OBJECT_H_ diff --git a/repos/os/include/blit/blit.h b/repos/os/include/blit/blit.h index 03a111667..c8a55331c 100644 --- a/repos/os/include/blit/blit.h +++ b/repos/os/include/blit/blit.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2007-2013 Genode Labs GmbH + * Copyright (C) 2007-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BLIT__BLIT_H_ diff --git a/repos/os/include/block/component.h b/repos/os/include/block/component.h index a67792987..52f64023b 100644 --- a/repos/os/include/block/component.h +++ b/repos/os/include/block/component.h @@ -9,7 +9,7 @@ * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BLOCK__COMPONENT_H_ diff --git a/repos/os/include/block/driver.h b/repos/os/include/block/driver.h index fe2e25cd9..5987b0bf7 100644 --- a/repos/os/include/block/driver.h +++ b/repos/os/include/block/driver.h @@ -10,7 +10,7 @@ * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BLOCK__DRIVER_H_ diff --git a/repos/os/include/block_session/block_session.h b/repos/os/include/block_session/block_session.h index 8470f0f37..f1205924e 100644 --- a/repos/os/include/block_session/block_session.h +++ b/repos/os/include/block_session/block_session.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BLOCK_SESSION__BLOCK_SESSION_H_ diff --git a/repos/os/include/block_session/capability.h b/repos/os/include/block_session/capability.h index 698fd5902..8816bdfdf 100644 --- a/repos/os/include/block_session/capability.h +++ b/repos/os/include/block_session/capability.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BLOCK_SESSION__CAPABILITY_H_ diff --git a/repos/os/include/block_session/client.h b/repos/os/include/block_session/client.h index 209c2103c..9b5bc74d4 100644 --- a/repos/os/include/block_session/client.h +++ b/repos/os/include/block_session/client.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BLOCK_SESSION__CLIENT_H_ diff --git a/repos/os/include/block_session/connection.h b/repos/os/include/block_session/connection.h index d82196894..3bf6b51fe 100644 --- a/repos/os/include/block_session/connection.h +++ b/repos/os/include/block_session/connection.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BLOCK_SESSION__CONNECTION_H_ diff --git a/repos/os/include/block_session/rpc_object.h b/repos/os/include/block_session/rpc_object.h index 47db64175..062672bde 100644 --- a/repos/os/include/block_session/rpc_object.h +++ b/repos/os/include/block_session/rpc_object.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__BLOCK_SESSION__SERVER_H_ diff --git a/repos/os/include/cli_monitor/child.h b/repos/os/include/cli_monitor/child.h index b6f897265..7b951ed72 100644 --- a/repos/os/include/cli_monitor/child.h +++ b/repos/os/include/cli_monitor/child.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__CLI_MONITOR__CHILD_H_ diff --git a/repos/os/include/cli_monitor/ram.h b/repos/os/include/cli_monitor/ram.h index 304fff2f9..0340e5544 100644 --- a/repos/os/include/cli_monitor/ram.h +++ b/repos/os/include/cli_monitor/ram.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__CLI_MONITOR__RAM_H_ diff --git a/repos/os/include/decorator/types.h b/repos/os/include/decorator/types.h index bae29143b..1fa5d1e64 100644 --- a/repos/os/include/decorator/types.h +++ b/repos/os/include/decorator/types.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__DECORATOR__TYPES_H_ diff --git a/repos/os/include/decorator/window.h b/repos/os/include/decorator/window.h index 717d7f97a..6bb78abdd 100644 --- a/repos/os/include/decorator/window.h +++ b/repos/os/include/decorator/window.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__DECORATOR__WINDOW_H_ diff --git a/repos/os/include/decorator/window_factory.h b/repos/os/include/decorator/window_factory.h index 2782e2b38..f66a1f4a3 100644 --- a/repos/os/include/decorator/window_factory.h +++ b/repos/os/include/decorator/window_factory.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__DECORATOR__WINDOW_FACTORY_H_ diff --git a/repos/os/include/decorator/window_stack.h b/repos/os/include/decorator/window_stack.h index 058827b30..3941683f3 100644 --- a/repos/os/include/decorator/window_stack.h +++ b/repos/os/include/decorator/window_stack.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__DECORATOR__WINDOW_STACK_H_ diff --git a/repos/os/include/decorator/xml_utils.h b/repos/os/include/decorator/xml_utils.h index cb17704f6..bc34a8799 100644 --- a/repos/os/include/decorator/xml_utils.h +++ b/repos/os/include/decorator/xml_utils.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__DECORATOR__XML_UTILS_H_ diff --git a/repos/os/include/file_system/util.h b/repos/os/include/file_system/util.h index 8e2dcfe13..709ad1b70 100644 --- a/repos/os/include/file_system/util.h +++ b/repos/os/include/file_system/util.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2016 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _FILE_SYSTEM__UTIL_H_ diff --git a/repos/os/include/file_system_session/capability.h b/repos/os/include/file_system_session/capability.h index aa44e1fc4..fc593cb87 100644 --- a/repos/os/include/file_system_session/capability.h +++ b/repos/os/include/file_system_session/capability.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__FILE_SYSTEM_SESSION__CAPABILITY_H_ diff --git a/repos/os/include/file_system_session/client.h b/repos/os/include/file_system_session/client.h index d37650ab2..1c79ba832 100644 --- a/repos/os/include/file_system_session/client.h +++ b/repos/os/include/file_system_session/client.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__FILE_SYSTEM_SESSION__CLIENT_H_ diff --git a/repos/os/include/file_system_session/connection.h b/repos/os/include/file_system_session/connection.h index 81f1ba195..60b7d5e3a 100644 --- a/repos/os/include/file_system_session/connection.h +++ b/repos/os/include/file_system_session/connection.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2016 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__FILE_SYSTEM_SESSION__CONNECTION_H_ diff --git a/repos/os/include/file_system_session/file_system_session.h b/repos/os/include/file_system_session/file_system_session.h index d02f63941..956475b86 100644 --- a/repos/os/include/file_system_session/file_system_session.h +++ b/repos/os/include/file_system_session/file_system_session.h @@ -10,7 +10,7 @@ * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__FILE_SYSTEM_SESSION__FILE_SYSTEM_SESSION_H_ diff --git a/repos/os/include/file_system_session/rpc_object.h b/repos/os/include/file_system_session/rpc_object.h index dfd7f18b1..a0423fd98 100644 --- a/repos/os/include/file_system_session/rpc_object.h +++ b/repos/os/include/file_system_session/rpc_object.h @@ -8,7 +8,7 @@ * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__FILE_SYSTEM_SESSION__SERVER_H_ diff --git a/repos/os/include/framebuffer_session/capability.h b/repos/os/include/framebuffer_session/capability.h index 5e572b417..6640c88e8 100644 --- a/repos/os/include/framebuffer_session/capability.h +++ b/repos/os/include/framebuffer_session/capability.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__FRAMEBUFFER_SESSION__CAPABILITY_H_ diff --git a/repos/os/include/framebuffer_session/client.h b/repos/os/include/framebuffer_session/client.h index bb112f2b6..57bc389e1 100644 --- a/repos/os/include/framebuffer_session/client.h +++ b/repos/os/include/framebuffer_session/client.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__FRAMEBUFFER_SESSION__CLIENT_H_ diff --git a/repos/os/include/framebuffer_session/connection.h b/repos/os/include/framebuffer_session/connection.h index e5988017d..b96266a8d 100644 --- a/repos/os/include/framebuffer_session/connection.h +++ b/repos/os/include/framebuffer_session/connection.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__FRAMEBUFFER_SESSION__CONNECTION_H_ diff --git a/repos/os/include/framebuffer_session/framebuffer_session.h b/repos/os/include/framebuffer_session/framebuffer_session.h index 50175e106..e5d57b122 100644 --- a/repos/os/include/framebuffer_session/framebuffer_session.h +++ b/repos/os/include/framebuffer_session/framebuffer_session.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__FRAMEBUFFER_SESSION__FRAMEBUFFER_SESSION_H_ diff --git a/repos/os/include/gpio/component.h b/repos/os/include/gpio/component.h index f419f1842..9a94bf040 100644 --- a/repos/os/include/gpio/component.h +++ b/repos/os/include/gpio/component.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2015 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__GPIO__COMPONENT_H_ diff --git a/repos/os/include/gpio/config.h b/repos/os/include/gpio/config.h index 34182a2ce..075a21bc9 100644 --- a/repos/os/include/gpio/config.h +++ b/repos/os/include/gpio/config.h @@ -18,10 +18,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__GPIO__CONFIG_H_ diff --git a/repos/os/include/gpio/driver.h b/repos/os/include/gpio/driver.h index e53bf37c9..7e1e570a9 100644 --- a/repos/os/include/gpio/driver.h +++ b/repos/os/include/gpio/driver.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2015 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__GPIO__DRIVER_H_ diff --git a/repos/os/include/gpio_session/capability.h b/repos/os/include/gpio_session/capability.h index 664d218b5..e9807dd1b 100644 --- a/repos/os/include/gpio_session/capability.h +++ b/repos/os/include/gpio_session/capability.h @@ -6,10 +6,10 @@ /* * Copyright (C) 2012 Ksys Labs LLC - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__GPIO_SESSION__CAPABILITY_H_ diff --git a/repos/os/include/gpio_session/client.h b/repos/os/include/gpio_session/client.h index 2edfffe59..0471aba80 100644 --- a/repos/os/include/gpio_session/client.h +++ b/repos/os/include/gpio_session/client.h @@ -7,10 +7,10 @@ /* * Copyright (C) 2012 Ksys Labs LLC - * Copyright (C) 2012-2015 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__GPIO_SESSION_H__CLIENT_H_ diff --git a/repos/os/include/gpio_session/connection.h b/repos/os/include/gpio_session/connection.h index 5da0d5ad1..2a7d395a0 100644 --- a/repos/os/include/gpio_session/connection.h +++ b/repos/os/include/gpio_session/connection.h @@ -7,10 +7,10 @@ /* * Copyright (C) 2012 Ksys Labs LLC - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__GPIO_SESSION__CONNECTION_H_ diff --git a/repos/os/include/gpio_session/gpio_session.h b/repos/os/include/gpio_session/gpio_session.h index 4f2833d72..7d347cc5f 100644 --- a/repos/os/include/gpio_session/gpio_session.h +++ b/repos/os/include/gpio_session/gpio_session.h @@ -7,10 +7,10 @@ /* * Copyright (C) 2012 Ksys Labs LLC - * Copyright (C) 2012-2015 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__GPIO_SESSION__GPIO_SESSION_H_ diff --git a/repos/os/include/gpu/driver.h b/repos/os/include/gpu/driver.h index b5a3941b2..b146c6fca 100644 --- a/repos/os/include/gpu/driver.h +++ b/repos/os/include/gpu/driver.h @@ -9,10 +9,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _GPU__DRIVER_H_ diff --git a/repos/os/include/init/child.h b/repos/os/include/init/child.h index 027521140..124631ef9 100644 --- a/repos/os/include/init/child.h +++ b/repos/os/include/init/child.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2016 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__INIT__CHILD_H_ diff --git a/repos/os/include/init/child_config.h b/repos/os/include/init/child_config.h index 410b75542..4987232db 100644 --- a/repos/os/include/init/child_config.h +++ b/repos/os/include/init/child_config.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__INIT__CHILD_CONFIG_H_ diff --git a/repos/os/include/init/child_policy.h b/repos/os/include/init/child_policy.h index 6085206fb..0e3e0e44c 100644 --- a/repos/os/include/init/child_policy.h +++ b/repos/os/include/init/child_policy.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2016 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__INIT__CHILD_POLICY_H_ diff --git a/repos/os/include/init/report.h b/repos/os/include/init/report.h index b13bbd407..baa1ca328 100644 --- a/repos/os/include/init/report.h +++ b/repos/os/include/init/report.h @@ -8,7 +8,7 @@ * Copyright (C) 2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__INIT__REPORT_H_ diff --git a/repos/os/include/init/verbose.h b/repos/os/include/init/verbose.h index fd662eeee..1f9d31888 100644 --- a/repos/os/include/init/verbose.h +++ b/repos/os/include/init/verbose.h @@ -8,7 +8,7 @@ * Copyright (C) 2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__INIT__VERBOSE_H_ diff --git a/repos/os/include/input/component.h b/repos/os/include/input/component.h index 68148de9c..d7bdfaaca 100644 --- a/repos/os/include/input/component.h +++ b/repos/os/include/input/component.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2016 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__INPUT__COMPONENT_H_ diff --git a/repos/os/include/input/event.h b/repos/os/include/input/event.h index b395794ba..bb949f6fa 100644 --- a/repos/os/include/input/event.h +++ b/repos/os/include/input/event.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__INPUT__EVENT_H_ diff --git a/repos/os/include/input/event_queue.h b/repos/os/include/input/event_queue.h index 140ce5211..b0d3d314f 100644 --- a/repos/os/include/input/event_queue.h +++ b/repos/os/include/input/event_queue.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2007-2014 Genode Labs GmbH + * Copyright (C) 2007-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _EVENT_QUEUE_H_ diff --git a/repos/os/include/input/keycodes.h b/repos/os/include/input/keycodes.h index ff7966833..39773b72c 100644 --- a/repos/os/include/input/keycodes.h +++ b/repos/os/include/input/keycodes.h @@ -8,10 +8,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__INPUT__KEYCODES_H_ diff --git a/repos/os/include/input/root.h b/repos/os/include/input/root.h index 8c892be05..4d5f08631 100644 --- a/repos/os/include/input/root.h +++ b/repos/os/include/input/root.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INPUT__ROOT_H_ diff --git a/repos/os/include/input_session/capability.h b/repos/os/include/input_session/capability.h index 635299245..66609e9e2 100644 --- a/repos/os/include/input_session/capability.h +++ b/repos/os/include/input_session/capability.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__INPUT_SESSION__CAPABILITY_H_ diff --git a/repos/os/include/input_session/client.h b/repos/os/include/input_session/client.h index 82b8d7b45..ec6144612 100644 --- a/repos/os/include/input_session/client.h +++ b/repos/os/include/input_session/client.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2016 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__INPUT_SESSION__CLIENT_H_ diff --git a/repos/os/include/input_session/connection.h b/repos/os/include/input_session/connection.h index d7982d764..d1b38da8c 100644 --- a/repos/os/include/input_session/connection.h +++ b/repos/os/include/input_session/connection.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2016 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__INPUT_SESSION__CONNECTION_H_ diff --git a/repos/os/include/input_session/input_session.h b/repos/os/include/input_session/input_session.h index 1eaad0e9d..3d2703ae9 100644 --- a/repos/os/include/input_session/input_session.h +++ b/repos/os/include/input_session/input_session.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__INPUT_SESSION__INPUT_SESSION_H_ diff --git a/repos/os/include/ldso/arch.h b/repos/os/include/ldso/arch.h index daf21265d..506efc061 100644 --- a/repos/os/include/ldso/arch.h +++ b/repos/os/include/ldso/arch.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _LDSO_ARCH_H_ diff --git a/repos/os/include/loader_session/capability.h b/repos/os/include/loader_session/capability.h index 9a895006f..4c9712103 100644 --- a/repos/os/include/loader_session/capability.h +++ b/repos/os/include/loader_session/capability.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__LOADER_SESSION__CAPABILITY_H_ diff --git a/repos/os/include/loader_session/client.h b/repos/os/include/loader_session/client.h index 6bc450bc7..b1eecec9e 100644 --- a/repos/os/include/loader_session/client.h +++ b/repos/os/include/loader_session/client.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__LOADER_SESSION__CLIENT_H_ diff --git a/repos/os/include/loader_session/connection.h b/repos/os/include/loader_session/connection.h index 4f68c2a09..f5e31fbe6 100644 --- a/repos/os/include/loader_session/connection.h +++ b/repos/os/include/loader_session/connection.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__LOADER_SESSION__CONNECTION_H_ diff --git a/repos/os/include/loader_session/loader_session.h b/repos/os/include/loader_session/loader_session.h index f8935b59a..34df8d246 100644 --- a/repos/os/include/loader_session/loader_session.h +++ b/repos/os/include/loader_session/loader_session.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__LOADER_SESSION__LOADER_SESSION_H_ diff --git a/repos/os/include/mixer/channel.h b/repos/os/include/mixer/channel.h index 4dfeb05ba..de735a5bd 100644 --- a/repos/os/include/mixer/channel.h +++ b/repos/os/include/mixer/channel.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__MIXER__CHANNEL_H_ diff --git a/repos/os/include/net/arp.h b/repos/os/include/net/arp.h index c7c024847..f02a42a01 100644 --- a/repos/os/include/net/arp.h +++ b/repos/os/include/net/arp.h @@ -8,10 +8,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _NET__ARP_H_ diff --git a/repos/os/include/net/dhcp.h b/repos/os/include/net/dhcp.h index 15f456af8..6df51fd42 100644 --- a/repos/os/include/net/dhcp.h +++ b/repos/os/include/net/dhcp.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _DHCP_H_ diff --git a/repos/os/include/net/ethernet.h b/repos/os/include/net/ethernet.h index f3afe686f..0884b4ff8 100644 --- a/repos/os/include/net/ethernet.h +++ b/repos/os/include/net/ethernet.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _NET__ETHERNET_H_ diff --git a/repos/os/include/net/ipv4.h b/repos/os/include/net/ipv4.h index c12110420..4f3b74b52 100644 --- a/repos/os/include/net/ipv4.h +++ b/repos/os/include/net/ipv4.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _IPV4_H_ diff --git a/repos/os/include/net/mac_address.h b/repos/os/include/net/mac_address.h index 6b1172e88..9be097c15 100644 --- a/repos/os/include/net/mac_address.h +++ b/repos/os/include/net/mac_address.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _NET__MAC_ADDRESS_H_ diff --git a/repos/os/include/net/netaddress.h b/repos/os/include/net/netaddress.h index e94852f68..1208dfc62 100644 --- a/repos/os/include/net/netaddress.h +++ b/repos/os/include/net/netaddress.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _NET__NETADDRESS_H_ diff --git a/repos/os/include/net/port.h b/repos/os/include/net/port.h index a90980d90..c083a8b43 100644 --- a/repos/os/include/net/port.h +++ b/repos/os/include/net/port.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _NET__PORT_H_ diff --git a/repos/os/include/net/tcp.h b/repos/os/include/net/tcp.h index 7c481cd39..4ba6604ae 100644 --- a/repos/os/include/net/tcp.h +++ b/repos/os/include/net/tcp.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _TCP_H_ diff --git a/repos/os/include/net/udp.h b/repos/os/include/net/udp.h index 72144ecdf..c798c2e9f 100644 --- a/repos/os/include/net/udp.h +++ b/repos/os/include/net/udp.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _UDP_H_ diff --git a/repos/os/include/nic/component.h b/repos/os/include/nic/component.h index 3c8dc1f7a..f5c552daa 100644 --- a/repos/os/include/nic/component.h +++ b/repos/os/include/nic/component.h @@ -9,7 +9,7 @@ * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__NIC__COMPONENT_H_ diff --git a/repos/os/include/nic/packet_allocator.h b/repos/os/include/nic/packet_allocator.h index 16e9a8d65..e0086074c 100644 --- a/repos/os/include/nic/packet_allocator.h +++ b/repos/os/include/nic/packet_allocator.h @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__NIC__PACKET_ALLOCATOR__ diff --git a/repos/os/include/nic/root.h b/repos/os/include/nic/root.h index dd149ad3d..4b51e2a84 100644 --- a/repos/os/include/nic/root.h +++ b/repos/os/include/nic/root.h @@ -8,7 +8,7 @@ * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__NIC__ROOT_H_ diff --git a/repos/os/include/nic/stat.h b/repos/os/include/nic/stat.h index 826bf3486..846adfd85 100644 --- a/repos/os/include/nic/stat.h +++ b/repos/os/include/nic/stat.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2013-2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__NIC__STAT_H_ diff --git a/repos/os/include/nic/xml_node.h b/repos/os/include/nic/xml_node.h index ef0760297..4efdb92b6 100644 --- a/repos/os/include/nic/xml_node.h +++ b/repos/os/include/nic/xml_node.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__NIC__XML_NODE_H_ diff --git a/repos/os/include/nic_bridge/mac_allocator.h b/repos/os/include/nic_bridge/mac_allocator.h index 3fe14a69f..aa10cd6a1 100644 --- a/repos/os/include/nic_bridge/mac_allocator.h +++ b/repos/os/include/nic_bridge/mac_allocator.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _MAC_ALLOCATOR_H_ diff --git a/repos/os/include/nic_session/capability.h b/repos/os/include/nic_session/capability.h index dfe8e0639..776360a33 100644 --- a/repos/os/include/nic_session/capability.h +++ b/repos/os/include/nic_session/capability.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__NIC_SESSION__CAPABILITY_H_ diff --git a/repos/os/include/nic_session/client.h b/repos/os/include/nic_session/client.h index 2fd275c15..a77f16a1a 100644 --- a/repos/os/include/nic_session/client.h +++ b/repos/os/include/nic_session/client.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2009-2016 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__NIC_SESSION__CLIENT_H_ diff --git a/repos/os/include/nic_session/connection.h b/repos/os/include/nic_session/connection.h index 1bbc0a3c5..a8873290c 100644 --- a/repos/os/include/nic_session/connection.h +++ b/repos/os/include/nic_session/connection.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__NIC_SESSION__CONNECTION_H_ diff --git a/repos/os/include/nic_session/nic_session.h b/repos/os/include/nic_session/nic_session.h index 0bf34e929..2dae63287 100644 --- a/repos/os/include/nic_session/nic_session.h +++ b/repos/os/include/nic_session/nic_session.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__NIC_SESSION__NIC_SESSION_H_ diff --git a/repos/os/include/nic_session/rpc_object.h b/repos/os/include/nic_session/rpc_object.h index acbfefc42..d7412c8c6 100644 --- a/repos/os/include/nic_session/rpc_object.h +++ b/repos/os/include/nic_session/rpc_object.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__NIC_SESSION__RPC_OBJECT_H_ diff --git a/repos/os/include/nitpicker_gfx/box_painter.h b/repos/os/include/nitpicker_gfx/box_painter.h index 7fe4476a2..2e38d21e4 100644 --- a/repos/os/include/nitpicker_gfx/box_painter.h +++ b/repos/os/include/nitpicker_gfx/box_painter.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__NITPICKER_GFX__BOX_PAINTER_H_ diff --git a/repos/os/include/nitpicker_gfx/text_painter.h b/repos/os/include/nitpicker_gfx/text_painter.h index ea75ef176..76a9af9b5 100644 --- a/repos/os/include/nitpicker_gfx/text_painter.h +++ b/repos/os/include/nitpicker_gfx/text_painter.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__NITPICKER_GFX__TEXT_PAINTER_H_ diff --git a/repos/os/include/nitpicker_gfx/texture_painter.h b/repos/os/include/nitpicker_gfx/texture_painter.h index 5e3ce79e0..74bf7bdab 100644 --- a/repos/os/include/nitpicker_gfx/texture_painter.h +++ b/repos/os/include/nitpicker_gfx/texture_painter.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__NITPICKER_GFX__TEXTURE_PAINTER_H_ diff --git a/repos/os/include/nitpicker_session/capability.h b/repos/os/include/nitpicker_session/capability.h index ac72a1da1..6a5789035 100644 --- a/repos/os/include/nitpicker_session/capability.h +++ b/repos/os/include/nitpicker_session/capability.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__NITPICKER_SESSION__CAPABILITY_H_ diff --git a/repos/os/include/nitpicker_session/client.h b/repos/os/include/nitpicker_session/client.h index 0cc7e32c8..4a309de9b 100644 --- a/repos/os/include/nitpicker_session/client.h +++ b/repos/os/include/nitpicker_session/client.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__NITPICKER_SESSION__CLIENT_H_ diff --git a/repos/os/include/nitpicker_session/connection.h b/repos/os/include/nitpicker_session/connection.h index a184e1b98..9f6d8ec35 100644 --- a/repos/os/include/nitpicker_session/connection.h +++ b/repos/os/include/nitpicker_session/connection.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__NITPICKER_SESSION__CONNECTION_H_ diff --git a/repos/os/include/nitpicker_session/nitpicker_session.h b/repos/os/include/nitpicker_session/nitpicker_session.h index 81b3a6343..977c27997 100644 --- a/repos/os/include/nitpicker_session/nitpicker_session.h +++ b/repos/os/include/nitpicker_session/nitpicker_session.h @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__NITPICKER_SESSION__NITPICKER_SESSION_H_ diff --git a/repos/os/include/os/alarm.h b/repos/os/include/os/alarm.h index 717d6e9e2..43c2bcd83 100644 --- a/repos/os/include/os/alarm.h +++ b/repos/os/include/os/alarm.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2005-2013 Genode Labs GmbH + * Copyright (C) 2005-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__OS__ALARM_H_ diff --git a/repos/os/include/os/attached_dataspace.h b/repos/os/include/os/attached_dataspace.h index b87a258a1..e065d38d3 100644 --- a/repos/os/include/os/attached_dataspace.h +++ b/repos/os/include/os/attached_dataspace.h @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #warning os/attached_dataspace.h is deprecated, use base/attached_dataspace.h instead diff --git a/repos/os/include/os/attached_io_mem_dataspace.h b/repos/os/include/os/attached_io_mem_dataspace.h index 1032f2850..12b0dbebc 100644 --- a/repos/os/include/os/attached_io_mem_dataspace.h +++ b/repos/os/include/os/attached_io_mem_dataspace.h @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #warning os/attached_io_mem_dataspace.h is deprecated, use base/attached_io_mem_dataspace.h instead diff --git a/repos/os/include/os/attached_mmio.h b/repos/os/include/os/attached_mmio.h index 18fef142c..af04fb4c1 100644 --- a/repos/os/include/os/attached_mmio.h +++ b/repos/os/include/os/attached_mmio.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__OS__ATTACHED_MMIO_H_ diff --git a/repos/os/include/os/attached_ram_dataspace.h b/repos/os/include/os/attached_ram_dataspace.h index e065d63f2..c57684a72 100644 --- a/repos/os/include/os/attached_ram_dataspace.h +++ b/repos/os/include/os/attached_ram_dataspace.h @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #warning os/attached_ram_dataspace.h is deprecated, use base/attached_ram_dataspace.h instead diff --git a/repos/os/include/os/attached_rom_dataspace.h b/repos/os/include/os/attached_rom_dataspace.h index a41536d05..dac0bc61e 100644 --- a/repos/os/include/os/attached_rom_dataspace.h +++ b/repos/os/include/os/attached_rom_dataspace.h @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #warning os/attached_rom_dataspace.h is deprecated, use base/attached_rom_dataspace.h instead diff --git a/repos/os/include/os/child_policy_dynamic_rom.h b/repos/os/include/os/child_policy_dynamic_rom.h index c957236b5..a15d5aa02 100644 --- a/repos/os/include/os/child_policy_dynamic_rom.h +++ b/repos/os/include/os/child_policy_dynamic_rom.h @@ -8,10 +8,10 @@ */ /* - * Copyright (C) 2012-2016 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__OS__CHILD_POLICY_DYNAMIC_ROM_H_ diff --git a/repos/os/include/os/config.h b/repos/os/include/os/config.h index 15ac9be49..9c2d7b482 100644 --- a/repos/os/include/os/config.h +++ b/repos/os/include/os/config.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef INCLUDED_BY_OS_CONFIG_CC diff --git a/repos/os/include/os/dither_painter.h b/repos/os/include/os/dither_painter.h index 601d3e8b5..6d0c3a3b8 100644 --- a/repos/os/include/os/dither_painter.h +++ b/repos/os/include/os/dither_painter.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__OS__DITHER_PAINTER_H_ diff --git a/repos/os/include/os/dynamic_rom_session.h b/repos/os/include/os/dynamic_rom_session.h index be0d9b97b..dc5fe8271 100644 --- a/repos/os/include/os/dynamic_rom_session.h +++ b/repos/os/include/os/dynamic_rom_session.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__OS__DYNAMIC_ROM_SESSION_H_ diff --git a/repos/os/include/os/handle_registry.h b/repos/os/include/os/handle_registry.h index 72d4c53c1..cc47c9346 100644 --- a/repos/os/include/os/handle_registry.h +++ b/repos/os/include/os/handle_registry.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__OS__HANDLE_REGISTRY_H_ diff --git a/repos/os/include/os/packet_allocator.h b/repos/os/include/os/packet_allocator.h index 18c70fdcf..2203ee40a 100644 --- a/repos/os/include/os/packet_allocator.h +++ b/repos/os/include/os/packet_allocator.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__OS__PACKET_ALLOCATOR__ diff --git a/repos/os/include/os/packet_stream.h b/repos/os/include/os/packet_stream.h index a0ee71770..f3eb7b88b 100644 --- a/repos/os/include/os/packet_stream.h +++ b/repos/os/include/os/packet_stream.h @@ -66,10 +66,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__OS__PACKET_STREAM_H_ diff --git a/repos/os/include/os/path.h b/repos/os/include/os/path.h index f25a30620..975b2d76c 100644 --- a/repos/os/include/os/path.h +++ b/repos/os/include/os/path.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2016 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__OS__PATH_H_ diff --git a/repos/os/include/os/pixel_alpha8.h b/repos/os/include/os/pixel_alpha8.h index b0dc43f03..aa410c99b 100644 --- a/repos/os/include/os/pixel_alpha8.h +++ b/repos/os/include/os/pixel_alpha8.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__OS__PIXEL_ALPHA8_H_ diff --git a/repos/os/include/os/pixel_rgb565.h b/repos/os/include/os/pixel_rgb565.h index 97d2bfcea..e37ccb32f 100644 --- a/repos/os/include/os/pixel_rgb565.h +++ b/repos/os/include/os/pixel_rgb565.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__OS__PIXEL_RGB565_H_ diff --git a/repos/os/include/os/pixel_rgb888.h b/repos/os/include/os/pixel_rgb888.h index 296b9f648..282207a0a 100644 --- a/repos/os/include/os/pixel_rgb888.h +++ b/repos/os/include/os/pixel_rgb888.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__OS__PIXEL_RGB888_H_ diff --git a/repos/os/include/os/pixel_rgba.h b/repos/os/include/os/pixel_rgba.h index d5af43249..7cfa094f9 100644 --- a/repos/os/include/os/pixel_rgba.h +++ b/repos/os/include/os/pixel_rgba.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__OS__PIXEL_RGBA_H_ diff --git a/repos/os/include/os/ram_session_guard.h b/repos/os/include/os/ram_session_guard.h index dd8f69b6a..d8dba030a 100644 --- a/repos/os/include/os/ram_session_guard.h +++ b/repos/os/include/os/ram_session_guard.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__OS__RAM_SESSION_GUARD_H_ diff --git a/repos/os/include/os/reporter.h b/repos/os/include/os/reporter.h index 019553bbd..5c100d560 100644 --- a/repos/os/include/os/reporter.h +++ b/repos/os/include/os/reporter.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__OS__REPORTER_H_ diff --git a/repos/os/include/os/ring_buffer.h b/repos/os/include/os/ring_buffer.h index 5a7307645..c991429a4 100644 --- a/repos/os/include/os/ring_buffer.h +++ b/repos/os/include/os/ring_buffer.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2007-2013 Genode Labs GmbH + * Copyright (C) 2007-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__OS__RING_BUFFER_H_ diff --git a/repos/os/include/os/server.h b/repos/os/include/os/server.h index fca888124..873eac84a 100644 --- a/repos/os/include/os/server.h +++ b/repos/os/include/os/server.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__OS__SERVER_H_ diff --git a/repos/os/include/os/session_policy.h b/repos/os/include/os/session_policy.h index 47b6a7fea..063aebbd6 100644 --- a/repos/os/include/os/session_policy.h +++ b/repos/os/include/os/session_policy.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2016 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__OS__SESSION_POLICY_H_ diff --git a/repos/os/include/os/session_requester.h b/repos/os/include/os/session_requester.h index fda69d1c6..ddc13ab18 100644 --- a/repos/os/include/os/session_requester.h +++ b/repos/os/include/os/session_requester.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__OS__SESSION_REQUESTER_H_ diff --git a/repos/os/include/os/signal_rpc_dispatcher.h b/repos/os/include/os/signal_rpc_dispatcher.h index adaa9c0d4..0a8abc7c9 100644 --- a/repos/os/include/os/signal_rpc_dispatcher.h +++ b/repos/os/include/os/signal_rpc_dispatcher.h @@ -11,10 +11,10 @@ #warning os/signal_rpc_dispatcher.h is deprecated /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__OS__SIGNAL_RPC_DISPATCHER_H_ diff --git a/repos/os/include/os/single_session_service.h b/repos/os/include/os/single_session_service.h index 611a66739..bf5709cf5 100644 --- a/repos/os/include/os/single_session_service.h +++ b/repos/os/include/os/single_session_service.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__OS__SINGLE_SESSION_SERVICE_H_ diff --git a/repos/os/include/os/slave.h b/repos/os/include/os/slave.h index a48181eac..2084ecd9c 100644 --- a/repos/os/include/os/slave.h +++ b/repos/os/include/os/slave.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2012-2016 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__OS__SLAVE_H_ diff --git a/repos/os/include/os/static_parent_services.h b/repos/os/include/os/static_parent_services.h index f77325b6c..4abc8b2fc 100644 --- a/repos/os/include/os/static_parent_services.h +++ b/repos/os/include/os/static_parent_services.h @@ -16,7 +16,7 @@ * Copyright (C) 2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__OS__STATIC_PARENT_SERVICES_H_ diff --git a/repos/os/include/os/static_root.h b/repos/os/include/os/static_root.h index e10ad5c75..7fa055a12 100644 --- a/repos/os/include/os/static_root.h +++ b/repos/os/include/os/static_root.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__OS__STATIC_ROOT_H_ diff --git a/repos/os/include/os/surface.h b/repos/os/include/os/surface.h index 4bd90716d..bf8b2599f 100644 --- a/repos/os/include/os/surface.h +++ b/repos/os/include/os/surface.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__OS__SURFACE_H_ diff --git a/repos/os/include/os/texture.h b/repos/os/include/os/texture.h index 4453c2d53..0bd0d2457 100644 --- a/repos/os/include/os/texture.h +++ b/repos/os/include/os/texture.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__OS__TEXTURE_H_ diff --git a/repos/os/include/os/texture_rgb565.h b/repos/os/include/os/texture_rgb565.h index 46b243d53..387f28b5d 100644 --- a/repos/os/include/os/texture_rgb565.h +++ b/repos/os/include/os/texture_rgb565.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__GEMS__TEXTURE_RGB565_H_ diff --git a/repos/os/include/os/texture_rgb888.h b/repos/os/include/os/texture_rgb888.h index 32435e0ce..355e0451a 100644 --- a/repos/os/include/os/texture_rgb888.h +++ b/repos/os/include/os/texture_rgb888.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__GEMS__TEXTURE_RGB888_H_ diff --git a/repos/os/include/os/time_source.h b/repos/os/include/os/time_source.h index 081f31a22..78d77cf18 100644 --- a/repos/os/include/os/time_source.h +++ b/repos/os/include/os/time_source.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _OS__TIME_SOURCE_H_ diff --git a/repos/os/include/os/timed_semaphore.h b/repos/os/include/os/timed_semaphore.h index bf42178f1..7b622eee3 100644 --- a/repos/os/include/os/timed_semaphore.h +++ b/repos/os/include/os/timed_semaphore.h @@ -10,10 +10,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__OS__TIMED_SEMAPHORE_H_ diff --git a/repos/os/include/os/timeout.h b/repos/os/include/os/timeout.h index 2c67de7c5..4fed98d11 100644 --- a/repos/os/include/os/timeout.h +++ b/repos/os/include/os/timeout.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _OS__TIMEOUT_H_ diff --git a/repos/os/include/os/timer.h b/repos/os/include/os/timer.h index c81ebb606..2a9e1c3f1 100644 --- a/repos/os/include/os/timer.h +++ b/repos/os/include/os/timer.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _TIMER_H_ diff --git a/repos/os/include/packet_stream_rx/client.h b/repos/os/include/packet_stream_rx/client.h index 908483dd7..6c5cd417c 100644 --- a/repos/os/include/packet_stream_rx/client.h +++ b/repos/os/include/packet_stream_rx/client.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__PACKET_STREAM_RX__CLIENT_H_ diff --git a/repos/os/include/packet_stream_rx/packet_stream_rx.h b/repos/os/include/packet_stream_rx/packet_stream_rx.h index efd531af9..00b4c1d7a 100644 --- a/repos/os/include/packet_stream_rx/packet_stream_rx.h +++ b/repos/os/include/packet_stream_rx/packet_stream_rx.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__PACKET_STREAM_RX__PACKET_STREAM_RX_H_ diff --git a/repos/os/include/packet_stream_rx/rpc_object.h b/repos/os/include/packet_stream_rx/rpc_object.h index e5e7a0f6a..0ebeadca8 100644 --- a/repos/os/include/packet_stream_rx/rpc_object.h +++ b/repos/os/include/packet_stream_rx/rpc_object.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__PACKET_STREAM_RX__RPC_OBJECT_H_ diff --git a/repos/os/include/packet_stream_tx/client.h b/repos/os/include/packet_stream_tx/client.h index 060a7cfc7..6b5fd1ff8 100644 --- a/repos/os/include/packet_stream_tx/client.h +++ b/repos/os/include/packet_stream_tx/client.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__PACKET_STREAM_TX__CLIENT_H_ diff --git a/repos/os/include/packet_stream_tx/packet_stream_tx.h b/repos/os/include/packet_stream_tx/packet_stream_tx.h index df1108862..3c2e1addd 100644 --- a/repos/os/include/packet_stream_tx/packet_stream_tx.h +++ b/repos/os/include/packet_stream_tx/packet_stream_tx.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__PACKET_STREAM_TX__PACKET_STREAM_TX_H_ diff --git a/repos/os/include/packet_stream_tx/rpc_object.h b/repos/os/include/packet_stream_tx/rpc_object.h index 1152a5e49..719741aa6 100644 --- a/repos/os/include/packet_stream_tx/rpc_object.h +++ b/repos/os/include/packet_stream_tx/rpc_object.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__PACKET_STREAM_TX__RPC_OBJECT_H_ diff --git a/repos/os/include/platform_device/device.h b/repos/os/include/platform_device/device.h index 5a4baf623..913ab06b4 100644 --- a/repos/os/include/platform_device/device.h +++ b/repos/os/include/platform_device/device.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__PLATFORM_DEVICE__DEVICE_H_ diff --git a/repos/os/include/platform_session/capability.h b/repos/os/include/platform_session/capability.h index 5c8fc91ed..91927d0c5 100644 --- a/repos/os/include/platform_session/capability.h +++ b/repos/os/include/platform_session/capability.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__PLATFORM_SESSION__CAPABILITY_H_ diff --git a/repos/os/include/platform_session/connection.h b/repos/os/include/platform_session/connection.h index ab7967d80..5800cb2e6 100644 --- a/repos/os/include/platform_session/connection.h +++ b/repos/os/include/platform_session/connection.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__PLATFORM_SESSION__CONNECTION_H_ diff --git a/repos/os/include/ram_fs/chunk.h b/repos/os/include/ram_fs/chunk.h index 3be1842b8..c9f5da806 100644 --- a/repos/os/include/ram_fs/chunk.h +++ b/repos/os/include/ram_fs/chunk.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2015 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__RAM_FS__CHUNK_H_ diff --git a/repos/os/include/ram_fs/directory.h b/repos/os/include/ram_fs/directory.h index fc2c3923b..ba8e2b60b 100644 --- a/repos/os/include/ram_fs/directory.h +++ b/repos/os/include/ram_fs/directory.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2015 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__RAM_FS__DIRECTORY_H_ diff --git a/repos/os/include/ram_fs/file.h b/repos/os/include/ram_fs/file.h index 60fa8460c..988fd9157 100644 --- a/repos/os/include/ram_fs/file.h +++ b/repos/os/include/ram_fs/file.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2015 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__RAM_FS__FILE_H_ diff --git a/repos/os/include/ram_fs/node.h b/repos/os/include/ram_fs/node.h index d3f8c00e7..c53ac76a0 100644 --- a/repos/os/include/ram_fs/node.h +++ b/repos/os/include/ram_fs/node.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2015 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__RAM_FS__NODE_H_ diff --git a/repos/os/include/ram_fs/symlink.h b/repos/os/include/ram_fs/symlink.h index aeb8f2cc9..cd3ac76df 100644 --- a/repos/os/include/ram_fs/symlink.h +++ b/repos/os/include/ram_fs/symlink.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2015 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__RAM_FS__SYMLINK_H_ diff --git a/repos/os/include/regulator/component.h b/repos/os/include/regulator/component.h index 13efa40fa..19654d7b7 100644 --- a/repos/os/include/regulator/component.h +++ b/repos/os/include/regulator/component.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__REGULATOR__COMPONENT_H_ diff --git a/repos/os/include/regulator/driver.h b/repos/os/include/regulator/driver.h index d5f6850d0..18014128d 100644 --- a/repos/os/include/regulator/driver.h +++ b/repos/os/include/regulator/driver.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__REGULATOR__DRIVER_H_ diff --git a/repos/os/include/regulator_session/capability.h b/repos/os/include/regulator_session/capability.h index 627a3f9d6..17845fe3d 100644 --- a/repos/os/include/regulator_session/capability.h +++ b/repos/os/include/regulator_session/capability.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__REGULATOR_SESSION__CAPABILITY_H_ diff --git a/repos/os/include/regulator_session/client.h b/repos/os/include/regulator_session/client.h index a50e35e3e..5d1449290 100644 --- a/repos/os/include/regulator_session/client.h +++ b/repos/os/include/regulator_session/client.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__REGULATOR_SESSION__CLIENT_H_ diff --git a/repos/os/include/regulator_session/connection.h b/repos/os/include/regulator_session/connection.h index 14f51d9e1..f60b6faff 100644 --- a/repos/os/include/regulator_session/connection.h +++ b/repos/os/include/regulator_session/connection.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__REGULATOR_SESSION__CONNECTION_H_ diff --git a/repos/os/include/regulator_session/regulator_session.h b/repos/os/include/regulator_session/regulator_session.h index 1e0960f95..7a258a591 100644 --- a/repos/os/include/regulator_session/regulator_session.h +++ b/repos/os/include/regulator_session/regulator_session.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__REGULATOR_SESSION__REGULATOR_SESSION_H_ diff --git a/repos/os/include/regulator_session/rpc_object.h b/repos/os/include/regulator_session/rpc_object.h index 4200bb197..4dcf5a8d8 100644 --- a/repos/os/include/regulator_session/rpc_object.h +++ b/repos/os/include/regulator_session/rpc_object.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__REGULATOR_SESSION__SERVER_H_ diff --git a/repos/os/include/report_rom/report_service.h b/repos/os/include/report_rom/report_service.h index 375ca1bcd..ac25e23e1 100644 --- a/repos/os/include/report_rom/report_service.h +++ b/repos/os/include/report_rom/report_service.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__REPORT_ROM__REPORT_SERVICE_H_ diff --git a/repos/os/include/report_rom/rom_module.h b/repos/os/include/report_rom/rom_module.h index 588564d2c..ee0780364 100644 --- a/repos/os/include/report_rom/rom_module.h +++ b/repos/os/include/report_rom/rom_module.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014-2016 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__REPORT_ROM__ROM_MODULE_H_ diff --git a/repos/os/include/report_rom/rom_registry.h b/repos/os/include/report_rom/rom_registry.h index 9dfe6a8f3..fd87d7594 100644 --- a/repos/os/include/report_rom/rom_registry.h +++ b/repos/os/include/report_rom/rom_registry.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__REPORT_ROM__ROM_REGISTRY_H_ diff --git a/repos/os/include/report_rom/rom_service.h b/repos/os/include/report_rom/rom_service.h index ed66ecd47..44f9d828b 100644 --- a/repos/os/include/report_rom/rom_service.h +++ b/repos/os/include/report_rom/rom_service.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014-2016 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__REPORT_ROM__ROM_SERVICE_H_ diff --git a/repos/os/include/report_session/client.h b/repos/os/include/report_session/client.h index bab0578fd..e95450347 100644 --- a/repos/os/include/report_session/client.h +++ b/repos/os/include/report_session/client.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__REPORT_SESSION__CLIENT_H_ diff --git a/repos/os/include/report_session/connection.h b/repos/os/include/report_session/connection.h index 58b519855..5c2ae6021 100644 --- a/repos/os/include/report_session/connection.h +++ b/repos/os/include/report_session/connection.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__REPORT_SESSION__CONNECTION_H_ diff --git a/repos/os/include/report_session/report_session.h b/repos/os/include/report_session/report_session.h index f68490299..d17c78c93 100644 --- a/repos/os/include/report_session/report_session.h +++ b/repos/os/include/report_session/report_session.h @@ -22,10 +22,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__REPORT_SESSION__REPORT_SESSION_H_ diff --git a/repos/os/include/rtc_session/client.h b/repos/os/include/rtc_session/client.h index a801e87be..c30eb4013 100644 --- a/repos/os/include/rtc_session/client.h +++ b/repos/os/include/rtc_session/client.h @@ -5,11 +5,11 @@ */ /* - * Copyright (C) 2012 Intel Corporation - * Copyright (C) 2013-14 Genode Labs GmbH + * Copyright (C) 2012 Intel Corporation + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__RTC_SESSION__CLIENT_H_ diff --git a/repos/os/include/rtc_session/connection.h b/repos/os/include/rtc_session/connection.h index 6c1791ff4..7db908c23 100644 --- a/repos/os/include/rtc_session/connection.h +++ b/repos/os/include/rtc_session/connection.h @@ -6,10 +6,10 @@ /* * Copyright (C) 2012 Intel Corporation - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__RTC_SESSION__CONNECTION_H_ diff --git a/repos/os/include/rtc_session/rtc_session.h b/repos/os/include/rtc_session/rtc_session.h index 3088f6fa1..fa830181a 100644 --- a/repos/os/include/rtc_session/rtc_session.h +++ b/repos/os/include/rtc_session/rtc_session.h @@ -7,10 +7,10 @@ /* * Copyright (C) 2012 Intel Corporation - * Copyright (C) 2013-2014 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__RTC_SESSION__RTC_SESSION_H_ diff --git a/repos/os/include/spec/arm/os/backtrace.h b/repos/os/include/spec/arm/os/backtrace.h index dd25acd0a..99865f384 100644 --- a/repos/os/include/spec/arm/os/backtrace.h +++ b/repos/os/include/spec/arm/os/backtrace.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SPEC__ARM__OS__BACKTRACE_H_ diff --git a/repos/os/include/spec/arm_v6/trace/timestamp.h b/repos/os/include/spec/arm_v6/trace/timestamp.h index 3fb4303a0..4b49e9c27 100644 --- a/repos/os/include/spec/arm_v6/trace/timestamp.h +++ b/repos/os/include/spec/arm_v6/trace/timestamp.h @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SPEC__ARM_V6__TRACE__TIMESTAMP_H_ diff --git a/repos/os/include/spec/arm_v7/trace/timestamp.h b/repos/os/include/spec/arm_v7/trace/timestamp.h index 90ee7ad28..df4e53e03 100644 --- a/repos/os/include/spec/arm_v7/trace/timestamp.h +++ b/repos/os/include/spec/arm_v7/trace/timestamp.h @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SPEC__ARM_V7__TRACE__TIMESTAMP_H_ diff --git a/repos/os/include/spec/exynos4/regulator/consts.h b/repos/os/include/spec/exynos4/regulator/consts.h index 509e0875e..4338e72d9 100644 --- a/repos/os/include/spec/exynos4/regulator/consts.h +++ b/repos/os/include/spec/exynos4/regulator/consts.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SPEC__EXYNOS4__REGULATOR__CONSTS_H_ diff --git a/repos/os/include/spec/exynos5/regulator/consts.h b/repos/os/include/spec/exynos5/regulator/consts.h index 507391508..29df21fda 100644 --- a/repos/os/include/spec/exynos5/regulator/consts.h +++ b/repos/os/include/spec/exynos5/regulator/consts.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SPEC__EXYNOS5__REGULATOR__CONSTS_H_ diff --git a/repos/os/include/spec/imx53/imx_framebuffer_session/client.h b/repos/os/include/spec/imx53/imx_framebuffer_session/client.h index ae120a37b..52d832d4c 100644 --- a/repos/os/include/spec/imx53/imx_framebuffer_session/client.h +++ b/repos/os/include/spec/imx53/imx_framebuffer_session/client.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__IMX_FRAMEBUFFER_SESSION__CLIENT_H_ diff --git a/repos/os/include/spec/imx53/imx_framebuffer_session/connection.h b/repos/os/include/spec/imx53/imx_framebuffer_session/connection.h index e95181e5e..feb126d49 100644 --- a/repos/os/include/spec/imx53/imx_framebuffer_session/connection.h +++ b/repos/os/include/spec/imx53/imx_framebuffer_session/connection.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__IMX_FRAMEBUFFER_SESSION__CONNECTION_H_ diff --git a/repos/os/include/spec/imx53/imx_framebuffer_session/imx_framebuffer_session.h b/repos/os/include/spec/imx53/imx_framebuffer_session/imx_framebuffer_session.h index 1c0d8730f..8333c57d4 100644 --- a/repos/os/include/spec/imx53/imx_framebuffer_session/imx_framebuffer_session.h +++ b/repos/os/include/spec/imx53/imx_framebuffer_session/imx_framebuffer_session.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__IMX_FRAMEBUFFER_SESSION__IMX_FRAMEBUFFER_SESSION_H_ diff --git a/repos/os/include/spec/imx53/platform_session/client.h b/repos/os/include/spec/imx53/platform_session/client.h index 6766bd943..e1269b778 100644 --- a/repos/os/include/spec/imx53/platform_session/client.h +++ b/repos/os/include/spec/imx53/platform_session/client.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__PLATFORM_SESSION__CLIENT_H_ diff --git a/repos/os/include/spec/imx53/platform_session/platform_session.h b/repos/os/include/spec/imx53/platform_session/platform_session.h index 8aeb97342..56de1847f 100644 --- a/repos/os/include/spec/imx53/platform_session/platform_session.h +++ b/repos/os/include/spec/imx53/platform_session/platform_session.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__PLATFORM_SESSION__PLATFORM_SESSION_H_ diff --git a/repos/os/include/spec/pbxa9/lan9118_defs.h b/repos/os/include/spec/pbxa9/lan9118_defs.h index e3c04adb2..fb1d1d1ba 100644 --- a/repos/os/include/spec/pbxa9/lan9118_defs.h +++ b/repos/os/include/spec/pbxa9/lan9118_defs.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SPEC__PBXA9__LAN9118_DEFS_H_ diff --git a/repos/os/include/spec/pbxa9/pl050_defs.h b/repos/os/include/spec/pbxa9/pl050_defs.h index 9c3c2f130..2c2d11b67 100644 --- a/repos/os/include/spec/pbxa9/pl050_defs.h +++ b/repos/os/include/spec/pbxa9/pl050_defs.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SPEC__PBXA9__PL050_DEFS_H_ diff --git a/repos/os/include/spec/pbxa9/pl11x_defs.h b/repos/os/include/spec/pbxa9/pl11x_defs.h index 4793cfb5d..7ae7c2523 100644 --- a/repos/os/include/spec/pbxa9/pl11x_defs.h +++ b/repos/os/include/spec/pbxa9/pl11x_defs.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SPEC__PBXA9__PL11X_DEFS_H_ diff --git a/repos/os/include/spec/pbxa9/pl180_defs.h b/repos/os/include/spec/pbxa9/pl180_defs.h index 9e61ae834..87395e93c 100644 --- a/repos/os/include/spec/pbxa9/pl180_defs.h +++ b/repos/os/include/spec/pbxa9/pl180_defs.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SPEC__PBXA9__PL180_DEFS_H_ diff --git a/repos/os/include/spec/pbxa9/sp810_defs.h b/repos/os/include/spec/pbxa9/sp810_defs.h index 99a664854..732f09384 100644 --- a/repos/os/include/spec/pbxa9/sp810_defs.h +++ b/repos/os/include/spec/pbxa9/sp810_defs.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SPEC__PBXA9__SP810_DEFS_H_ diff --git a/repos/os/include/spec/rpi/platform/framebuffer_info.h b/repos/os/include/spec/rpi/platform/framebuffer_info.h index a58c35f3b..eb4084d2c 100644 --- a/repos/os/include/spec/rpi/platform/framebuffer_info.h +++ b/repos/os/include/spec/rpi/platform/framebuffer_info.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _PLATFORM__FRAMEBUFFER_INFO_H_ diff --git a/repos/os/include/spec/rpi/platform/property_message.h b/repos/os/include/spec/rpi/platform/property_message.h index 5988f3e67..eb74fea26 100644 --- a/repos/os/include/spec/rpi/platform/property_message.h +++ b/repos/os/include/spec/rpi/platform/property_message.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _PLATFORM__PROPERTY_MESSAGE_H_ diff --git a/repos/os/include/spec/rpi/platform_session/client.h b/repos/os/include/spec/rpi/platform_session/client.h index cadad0e23..846126373 100644 --- a/repos/os/include/spec/rpi/platform_session/client.h +++ b/repos/os/include/spec/rpi/platform_session/client.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__PLATFORM_SESSION__CLIENT_H_ diff --git a/repos/os/include/spec/rpi/platform_session/platform_session.h b/repos/os/include/spec/rpi/platform_session/platform_session.h index dc078caf2..4e799116f 100644 --- a/repos/os/include/spec/rpi/platform_session/platform_session.h +++ b/repos/os/include/spec/rpi/platform_session/platform_session.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__PLATFORM_SESSION__PLATFORM_SESSION_H_ diff --git a/repos/os/include/spec/x86/platform_device/capability.h b/repos/os/include/spec/x86/platform_device/capability.h index d84d6cf34..f7141182c 100644 --- a/repos/os/include/spec/x86/platform_device/capability.h +++ b/repos/os/include/spec/x86/platform_device/capability.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #pragma once diff --git a/repos/os/include/spec/x86/platform_device/client.h b/repos/os/include/spec/x86/platform_device/client.h index 31b73ae28..bcf93cdcb 100644 --- a/repos/os/include/spec/x86/platform_device/client.h +++ b/repos/os/include/spec/x86/platform_device/client.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SPEC__X86__PLATFORM_DEVICE__CLIENT_H_ diff --git a/repos/os/include/spec/x86/platform_device/platform_device.h b/repos/os/include/spec/x86/platform_device/platform_device.h index b87d3afa4..cbdc76434 100644 --- a/repos/os/include/spec/x86/platform_device/platform_device.h +++ b/repos/os/include/spec/x86/platform_device/platform_device.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #pragma once diff --git a/repos/os/include/spec/x86/platform_session/client.h b/repos/os/include/spec/x86/platform_session/client.h index c5bf3544a..952e78c4f 100644 --- a/repos/os/include/spec/x86/platform_session/client.h +++ b/repos/os/include/spec/x86/platform_session/client.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #pragma once diff --git a/repos/os/include/spec/x86/platform_session/connection.h b/repos/os/include/spec/x86/platform_session/connection.h index bff4af260..5c2a99419 100644 --- a/repos/os/include/spec/x86/platform_session/connection.h +++ b/repos/os/include/spec/x86/platform_session/connection.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2015 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #pragma once diff --git a/repos/os/include/spec/x86/platform_session/platform_session.h b/repos/os/include/spec/x86/platform_session/platform_session.h index 77e8ea5f0..a5f4ff452 100644 --- a/repos/os/include/spec/x86/platform_session/platform_session.h +++ b/repos/os/include/spec/x86/platform_session/platform_session.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #pragma once diff --git a/repos/os/include/spec/x86_32/os/backtrace.h b/repos/os/include/spec/x86_32/os/backtrace.h index 95e083456..e6c930cbc 100644 --- a/repos/os/include/spec/x86_32/os/backtrace.h +++ b/repos/os/include/spec/x86_32/os/backtrace.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SPEC__X86_32__OS__BACKTRACE_H_ diff --git a/repos/os/include/spec/x86_32/trace/timestamp.h b/repos/os/include/spec/x86_32/trace/timestamp.h index c3ace1644..9a53e6c9b 100644 --- a/repos/os/include/spec/x86_32/trace/timestamp.h +++ b/repos/os/include/spec/x86_32/trace/timestamp.h @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SPEC__X86_32__TRACE__TIMESTAMP_H_ diff --git a/repos/os/include/spec/x86_64/os/backtrace.h b/repos/os/include/spec/x86_64/os/backtrace.h index 06c6e2077..2e6849f39 100644 --- a/repos/os/include/spec/x86_64/os/backtrace.h +++ b/repos/os/include/spec/x86_64/os/backtrace.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SPEC__X86_64__OS__BACKTRACE_H_ diff --git a/repos/os/include/spec/x86_64/trace/timestamp.h b/repos/os/include/spec/x86_64/trace/timestamp.h index caba8ff2d..4d779ffb9 100644 --- a/repos/os/include/spec/x86_64/trace/timestamp.h +++ b/repos/os/include/spec/x86_64/trace/timestamp.h @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__SPEC__X86_64__TRACE__TIMESTAMP_H_ diff --git a/repos/os/include/terminal/cell_array.h b/repos/os/include/terminal/cell_array.h index 29e5d577d..a1ff6b83e 100644 --- a/repos/os/include/terminal/cell_array.h +++ b/repos/os/include/terminal/cell_array.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _TERMINAL__CELL_ARRAY_H_ diff --git a/repos/os/include/terminal/char_cell_array_character_screen.h b/repos/os/include/terminal/char_cell_array_character_screen.h index ae350ad87..2a1fdc9dd 100644 --- a/repos/os/include/terminal/char_cell_array_character_screen.h +++ b/repos/os/include/terminal/char_cell_array_character_screen.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _TERMINAL__CHAR_CELL_ARRAY_CHARACTER_SCREEN_H_ diff --git a/repos/os/include/terminal/character_screen.h b/repos/os/include/terminal/character_screen.h index 6289fa9ab..ba0459a89 100644 --- a/repos/os/include/terminal/character_screen.h +++ b/repos/os/include/terminal/character_screen.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _TERMINAL__CHARACTER_SCREEN_H_ diff --git a/repos/os/include/terminal/character_screen_tracer.h b/repos/os/include/terminal/character_screen_tracer.h index 8c9935233..d0342915c 100644 --- a/repos/os/include/terminal/character_screen_tracer.h +++ b/repos/os/include/terminal/character_screen_tracer.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _TERMINAL__CHARACTER_SCREEN_TRACER_H_ diff --git a/repos/os/include/terminal/decoder.h b/repos/os/include/terminal/decoder.h index c6955d3c7..c6989ea73 100644 --- a/repos/os/include/terminal/decoder.h +++ b/repos/os/include/terminal/decoder.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _TERMINAL__DECODER_H_ diff --git a/repos/os/include/terminal/font_face.h b/repos/os/include/terminal/font_face.h index b20d3bd34..5777383ee 100644 --- a/repos/os/include/terminal/font_face.h +++ b/repos/os/include/terminal/font_face.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _TERMINAL__FONT_FACE_H_ diff --git a/repos/os/include/terminal/keymaps.h b/repos/os/include/terminal/keymaps.h index 6c1d2fb6f..1605c8818 100644 --- a/repos/os/include/terminal/keymaps.h +++ b/repos/os/include/terminal/keymaps.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _TERMINAL__KEYMAPS_H_ diff --git a/repos/os/include/terminal/read_buffer.h b/repos/os/include/terminal/read_buffer.h index e6f61c924..7eeaf026e 100644 --- a/repos/os/include/terminal/read_buffer.h +++ b/repos/os/include/terminal/read_buffer.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _TERMINAL__READ_BUFFER_H_ diff --git a/repos/os/include/terminal/scancode_tracker.h b/repos/os/include/terminal/scancode_tracker.h index 425fae30c..0b24b6b40 100644 --- a/repos/os/include/terminal/scancode_tracker.h +++ b/repos/os/include/terminal/scancode_tracker.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _TERMINAL__SCANCODE_TRACKER_H_ diff --git a/repos/os/include/terminal/types.h b/repos/os/include/terminal/types.h index c3f8aecca..891a565c4 100644 --- a/repos/os/include/terminal/types.h +++ b/repos/os/include/terminal/types.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _TERMINAL__TYPES_H_ diff --git a/repos/os/include/terminal_session/client.h b/repos/os/include/terminal_session/client.h index c56576f14..985a19ca1 100644 --- a/repos/os/include/terminal_session/client.h +++ b/repos/os/include/terminal_session/client.h @@ -8,7 +8,7 @@ * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__TERMINAL_SESSION__CLIENT_H_ diff --git a/repos/os/include/terminal_session/connection.h b/repos/os/include/terminal_session/connection.h index 555ac13e1..b47216fcd 100644 --- a/repos/os/include/terminal_session/connection.h +++ b/repos/os/include/terminal_session/connection.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__TERMINAL_SESSION__CONNECTION_H_ diff --git a/repos/os/include/terminal_session/terminal_session.h b/repos/os/include/terminal_session/terminal_session.h index c7abf0e96..6176cee62 100644 --- a/repos/os/include/terminal_session/terminal_session.h +++ b/repos/os/include/terminal_session/terminal_session.h @@ -8,7 +8,7 @@ * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__TERMINAL_SESSION__TERMINAL_SESSION_H_ diff --git a/repos/os/include/timer_session/capability.h b/repos/os/include/timer_session/capability.h index 9015ac021..257d4b99d 100644 --- a/repos/os/include/timer_session/capability.h +++ b/repos/os/include/timer_session/capability.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__TIMER_SESSION__CAPABILITY_H_ diff --git a/repos/os/include/timer_session/client.h b/repos/os/include/timer_session/client.h index 3dc00f59c..cbb8ba1d7 100644 --- a/repos/os/include/timer_session/client.h +++ b/repos/os/include/timer_session/client.h @@ -6,11 +6,11 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * Copyright (C) 2012 Intel Corporation * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__TIMER_SESSION__CLIENT_H_ diff --git a/repos/os/include/timer_session/connection.h b/repos/os/include/timer_session/connection.h index b3aad1df8..f65005b42 100644 --- a/repos/os/include/timer_session/connection.h +++ b/repos/os/include/timer_session/connection.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__TIMER_SESSION__CONNECTION_H_ diff --git a/repos/os/include/timer_session/timer_session.h b/repos/os/include/timer_session/timer_session.h index fb204f294..d39ad21fd 100644 --- a/repos/os/include/timer_session/timer_session.h +++ b/repos/os/include/timer_session/timer_session.h @@ -6,11 +6,11 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * Copyright (C) 2012 Intel Corporation * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__TIMER_SESSION__TIMER_SESSION_H_ diff --git a/repos/os/include/trace/policy.h b/repos/os/include/trace/policy.h index 6a444dfce..dcf1c3a54 100644 --- a/repos/os/include/trace/policy.h +++ b/repos/os/include/trace/policy.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ diff --git a/repos/os/include/uart_session/client.h b/repos/os/include/uart_session/client.h index 9106d2407..02dd96521 100644 --- a/repos/os/include/uart_session/client.h +++ b/repos/os/include/uart_session/client.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__UART_SESSION__CLIENT_H_ diff --git a/repos/os/include/uart_session/connection.h b/repos/os/include/uart_session/connection.h index 592ed542d..c5c80772a 100644 --- a/repos/os/include/uart_session/connection.h +++ b/repos/os/include/uart_session/connection.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__UART_SESSION__CONNECTION_H_ diff --git a/repos/os/include/uart_session/uart_session.h b/repos/os/include/uart_session/uart_session.h index 6f0bde183..d35b3036c 100644 --- a/repos/os/include/uart_session/uart_session.h +++ b/repos/os/include/uart_session/uart_session.h @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__UART_SESSION__UART_SESSION_H_ diff --git a/repos/os/include/usb/packet_handler.h b/repos/os/include/usb/packet_handler.h index 917d97a51..dc581d24a 100644 --- a/repos/os/include/usb/packet_handler.h +++ b/repos/os/include/usb/packet_handler.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__USB__PACKET_HANDLER_ #define _INCLUDE__USB__PACKET_HANDLER_ diff --git a/repos/os/include/usb/types.h b/repos/os/include/usb/types.h index dc95be31b..24ba2484a 100644 --- a/repos/os/include/usb/types.h +++ b/repos/os/include/usb/types.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__USB__TYPES_H_ diff --git a/repos/os/include/usb/usb.h b/repos/os/include/usb/usb.h index 669d6bb7d..13eca2a27 100644 --- a/repos/os/include/usb/usb.h +++ b/repos/os/include/usb/usb.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__USB__USB_H_ #define _INCLUDE__USB__USB_H_ diff --git a/repos/os/include/usb_session/capability.h b/repos/os/include/usb_session/capability.h index 4525dd0a9..6bbfafbd1 100644 --- a/repos/os/include/usb_session/capability.h +++ b/repos/os/include/usb_session/capability.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__USB_SESSION__CAPABILITY_H_ #define _INCLUDE__USB_SESSION__CAPABILITY_H_ diff --git a/repos/os/include/usb_session/client.h b/repos/os/include/usb_session/client.h index 53b52ee07..a2b639290 100644 --- a/repos/os/include/usb_session/client.h +++ b/repos/os/include/usb_session/client.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__USB_SESSION__CLIENT_H_ #define _INCLUDE__USB_SESSION__CLIENT_H_ diff --git a/repos/os/include/usb_session/connection.h b/repos/os/include/usb_session/connection.h index 09f78c8e8..d7fb17072 100644 --- a/repos/os/include/usb_session/connection.h +++ b/repos/os/include/usb_session/connection.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__USB_SESSION__CONNECTION_H_ #define _INCLUDE__USB_SESSION__CONNECTION_H_ diff --git a/repos/os/include/usb_session/rpc_object.h b/repos/os/include/usb_session/rpc_object.h index 95f15dbd8..741a8ca87 100644 --- a/repos/os/include/usb_session/rpc_object.h +++ b/repos/os/include/usb_session/rpc_object.h @@ -8,7 +8,7 @@ * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__USB_SESSION__RPC_OBJECT_H_ #define _INCLUDE__USB_SESSION__RPC_OBJECT_H_ diff --git a/repos/os/include/usb_session/usb_session.h b/repos/os/include/usb_session/usb_session.h index d1913d6c2..b7926c76f 100644 --- a/repos/os/include/usb_session/usb_session.h +++ b/repos/os/include/usb_session/usb_session.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__USB_SESSION__USB_SESSION_H_ #define _INCLUDE__USB_SESSION__USB_SESSION_H_ diff --git a/repos/os/include/util/color.h b/repos/os/include/util/color.h index 64f977d62..dfaca92c3 100644 --- a/repos/os/include/util/color.h +++ b/repos/os/include/util/color.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__UTIL__COLOR_H_ diff --git a/repos/os/include/util/dirty_rect.h b/repos/os/include/util/dirty_rect.h index 215cc0aa1..403f77d3f 100644 --- a/repos/os/include/util/dirty_rect.h +++ b/repos/os/include/util/dirty_rect.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__UTIL__DIRTY_RECT_H_ diff --git a/repos/os/include/util/dither_matrix.h b/repos/os/include/util/dither_matrix.h index 852b53431..4f9f42f6c 100644 --- a/repos/os/include/util/dither_matrix.h +++ b/repos/os/include/util/dither_matrix.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2005-2013 Genode Labs GmbH + * Copyright (C) 2005-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__UTIL__DITHER_MATRIX_H_ diff --git a/repos/os/include/util/endian.h b/repos/os/include/util/endian.h index 569a21225..51bdfc662 100644 --- a/repos/os/include/util/endian.h +++ b/repos/os/include/util/endian.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _UTIL__ENDIAN_H_ #define _UTIL__ENDIAN_H_ diff --git a/repos/os/include/util/geometry.h b/repos/os/include/util/geometry.h index 876f6f7d0..831d551ec 100644 --- a/repos/os/include/util/geometry.h +++ b/repos/os/include/util/geometry.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__UTIL__GEOMETRY_H_ diff --git a/repos/os/include/vfs/dir_file_system.h b/repos/os/include/vfs/dir_file_system.h index b7a12379c..aad2d6e1b 100644 --- a/repos/os/include/vfs/dir_file_system.h +++ b/repos/os/include/vfs/dir_file_system.h @@ -10,7 +10,7 @@ * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__VFS__DIR_FILE_SYSTEM_H_ diff --git a/repos/os/include/vfs/directory_service.h b/repos/os/include/vfs/directory_service.h index 82aea8b00..06dc19250 100644 --- a/repos/os/include/vfs/directory_service.h +++ b/repos/os/include/vfs/directory_service.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2016 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__VFS__DIRECTORY_SERVICE_H_ diff --git a/repos/os/include/vfs/file_io_service.h b/repos/os/include/vfs/file_io_service.h index 2539b2f5a..ad7fcb9dc 100644 --- a/repos/os/include/vfs/file_io_service.h +++ b/repos/os/include/vfs/file_io_service.h @@ -10,7 +10,7 @@ * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__VFS__FILE_IO_SERVICE_H_ diff --git a/repos/os/include/vfs/file_system.h b/repos/os/include/vfs/file_system.h index eb8fe9b71..28d3616f0 100644 --- a/repos/os/include/vfs/file_system.h +++ b/repos/os/include/vfs/file_system.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2014 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__VFS__FILE_SYSTEM_H_ diff --git a/repos/os/include/vfs/file_system_factory.h b/repos/os/include/vfs/file_system_factory.h index e801ddde7..5a7ed17c5 100644 --- a/repos/os/include/vfs/file_system_factory.h +++ b/repos/os/include/vfs/file_system_factory.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014-2016 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__VFS__FILE_SYSTEM_FACTORY_H_ diff --git a/repos/os/include/vfs/single_file_system.h b/repos/os/include/vfs/single_file_system.h index b53e3ebd2..7c44f690d 100644 --- a/repos/os/include/vfs/single_file_system.h +++ b/repos/os/include/vfs/single_file_system.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014-2016 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__VFS__SINGLE_FILE_SYSTEM_H_ diff --git a/repos/os/include/vfs/types.h b/repos/os/include/vfs/types.h index 5d65b0da0..332af2cd2 100644 --- a/repos/os/include/vfs/types.h +++ b/repos/os/include/vfs/types.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__VFS__TYPES_H_ diff --git a/repos/os/include/vfs/vfs_handle.h b/repos/os/include/vfs/vfs_handle.h index f13093fc0..87227a6ef 100644 --- a/repos/os/include/vfs/vfs_handle.h +++ b/repos/os/include/vfs/vfs_handle.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2016 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__VFS__VFS_HANDLE_H_ diff --git a/repos/os/include/xev_track/xev_track.h b/repos/os/include/xev_track/xev_track.h index 1e1f13b2e..d7e5a8677 100644 --- a/repos/os/include/xev_track/xev_track.h +++ b/repos/os/include/xev_track/xev_track.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/os/src/app/cli_monitor/child.h b/repos/os/src/app/cli_monitor/child.h index a2e3a8c59..2e768c617 100644 --- a/repos/os/src/app/cli_monitor/child.h +++ b/repos/os/src/app/cli_monitor/child.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CHILD_H_ diff --git a/repos/os/src/app/cli_monitor/child_registry.h b/repos/os/src/app/cli_monitor/child_registry.h index 8fd236cd3..abc8c2794 100644 --- a/repos/os/src/app/cli_monitor/child_registry.h +++ b/repos/os/src/app/cli_monitor/child_registry.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CHILD_REGISTRY_H_ diff --git a/repos/os/src/app/cli_monitor/command_line.h b/repos/os/src/app/cli_monitor/command_line.h index 86155e629..5016e63bf 100644 --- a/repos/os/src/app/cli_monitor/command_line.h +++ b/repos/os/src/app/cli_monitor/command_line.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _COMMAND_LINE_H_ diff --git a/repos/os/src/app/cli_monitor/format_util.h b/repos/os/src/app/cli_monitor/format_util.h index 2f82e8c52..cd3a9feb1 100644 --- a/repos/os/src/app/cli_monitor/format_util.h +++ b/repos/os/src/app/cli_monitor/format_util.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _FORMAT_UTIL_H_ diff --git a/repos/os/src/app/cli_monitor/help_command.h b/repos/os/src/app/cli_monitor/help_command.h index 30010a2e4..2e2848deb 100644 --- a/repos/os/src/app/cli_monitor/help_command.h +++ b/repos/os/src/app/cli_monitor/help_command.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _HELP_COMMAND_H_ diff --git a/repos/os/src/app/cli_monitor/kill_command.h b/repos/os/src/app/cli_monitor/kill_command.h index e09cd4c6a..865830c9b 100644 --- a/repos/os/src/app/cli_monitor/kill_command.h +++ b/repos/os/src/app/cli_monitor/kill_command.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _KILL_COMMAND_H_ diff --git a/repos/os/src/app/cli_monitor/line_editor.h b/repos/os/src/app/cli_monitor/line_editor.h index fd34377c4..bcfa87e45 100644 --- a/repos/os/src/app/cli_monitor/line_editor.h +++ b/repos/os/src/app/cli_monitor/line_editor.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _LINE_EDITOR_H_ diff --git a/repos/os/src/app/cli_monitor/main.cc b/repos/os/src/app/cli_monitor/main.cc index 60d208a91..398991ff3 100644 --- a/repos/os/src/app/cli_monitor/main.cc +++ b/repos/os/src/app/cli_monitor/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/app/cli_monitor/no_extension.cc b/repos/os/src/app/cli_monitor/no_extension.cc index 4f09c44bd..e64df753d 100644 --- a/repos/os/src/app/cli_monitor/no_extension.cc +++ b/repos/os/src/app/cli_monitor/no_extension.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/os/src/app/cli_monitor/ram_command.h b/repos/os/src/app/cli_monitor/ram_command.h index 476ed0a5e..1bf7387ef 100644 --- a/repos/os/src/app/cli_monitor/ram_command.h +++ b/repos/os/src/app/cli_monitor/ram_command.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _RAM_COMMAND_H_ diff --git a/repos/os/src/app/cli_monitor/start_command.h b/repos/os/src/app/cli_monitor/start_command.h index 271db9662..97a9501c6 100644 --- a/repos/os/src/app/cli_monitor/start_command.h +++ b/repos/os/src/app/cli_monitor/start_command.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _START_COMMAND_H_ diff --git a/repos/os/src/app/cli_monitor/status_command.h b/repos/os/src/app/cli_monitor/status_command.h index ca871666c..cc6f6ed26 100644 --- a/repos/os/src/app/cli_monitor/status_command.h +++ b/repos/os/src/app/cli_monitor/status_command.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _STATUS_COMMAND_H_ diff --git a/repos/os/src/app/cli_monitor/subsystem_config_registry.h b/repos/os/src/app/cli_monitor/subsystem_config_registry.h index 40b7e590c..850a7bce1 100644 --- a/repos/os/src/app/cli_monitor/subsystem_config_registry.h +++ b/repos/os/src/app/cli_monitor/subsystem_config_registry.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _SUBSYSTEM_CONFIG_REGISTRY_H_ diff --git a/repos/os/src/app/cli_monitor/table.h b/repos/os/src/app/cli_monitor/table.h index ac2c28c97..2ba99495f 100644 --- a/repos/os/src/app/cli_monitor/table.h +++ b/repos/os/src/app/cli_monitor/table.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _TABLE_H_ diff --git a/repos/os/src/app/cli_monitor/yield_command.h b/repos/os/src/app/cli_monitor/yield_command.h index 8dcbc83b5..ee382c7bc 100644 --- a/repos/os/src/app/cli_monitor/yield_command.h +++ b/repos/os/src/app/cli_monitor/yield_command.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _YIELD_COMMAND_H_ diff --git a/repos/os/src/app/cpu_burner/main.cc b/repos/os/src/app/cpu_burner/main.cc index 5b9c388a1..3beadf90c 100644 --- a/repos/os/src/app/cpu_burner/main.cc +++ b/repos/os/src/app/cpu_burner/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/app/dummy/main.cc b/repos/os/src/app/dummy/main.cc index a549019e4..7526ad3f1 100644 --- a/repos/os/src/app/dummy/main.cc +++ b/repos/os/src/app/dummy/main.cc @@ -8,7 +8,7 @@ * Copyright (C) 2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/app/pointer/big_mouse.h b/repos/os/src/app/pointer/big_mouse.h index 8a2921286..9698d0848 100644 --- a/repos/os/src/app/pointer/big_mouse.h +++ b/repos/os/src/app/pointer/big_mouse.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ static struct { diff --git a/repos/os/src/app/pointer/main.cc b/repos/os/src/app/pointer/main.cc index 6753947d2..af1fa1cf3 100644 --- a/repos/os/src/app/pointer/main.cc +++ b/repos/os/src/app/pointer/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/app/rom_logger/main.cc b/repos/os/src/app/rom_logger/main.cc index 4b18ecf84..16e28811b 100644 --- a/repos/os/src/app/rom_logger/main.cc +++ b/repos/os/src/app/rom_logger/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/app/rom_to_file/main.cc b/repos/os/src/app/rom_to_file/main.cc index 55a4eef79..e0fa7a2b6 100644 --- a/repos/os/src/app/rom_to_file/main.cc +++ b/repos/os/src/app/rom_to_file/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/app/status_bar/main.cc b/repos/os/src/app/status_bar/main.cc index 5f8bbcf02..f37ca2241 100644 --- a/repos/os/src/app/status_bar/main.cc +++ b/repos/os/src/app/status_bar/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/os/src/app/trace_subject_reporter/main.cc b/repos/os/src/app/trace_subject_reporter/main.cc index 3a3bb3ef3..7491b3db4 100644 --- a/repos/os/src/app/trace_subject_reporter/main.cc +++ b/repos/os/src/app/trace_subject_reporter/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/app/usb_report_filter/main.cc b/repos/os/src/app/usb_report_filter/main.cc index 4405a9984..5d779160a 100644 --- a/repos/os/src/app/usb_report_filter/main.cc +++ b/repos/os/src/app/usb_report_filter/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/app/xray_trigger/main.cc b/repos/os/src/app/xray_trigger/main.cc index 0b163494e..ec716c18d 100644 --- a/repos/os/src/app/xray_trigger/main.cc +++ b/repos/os/src/app/xray_trigger/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/drivers/acpi/acpi.cc b/repos/os/src/drivers/acpi/acpi.cc index 961a3f525..87a6a7d8c 100644 --- a/repos/os/src/drivers/acpi/acpi.cc +++ b/repos/os/src/drivers/acpi/acpi.cc @@ -14,7 +14,7 @@ * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* base includes */ diff --git a/repos/os/src/drivers/acpi/acpi.h b/repos/os/src/drivers/acpi/acpi.h index 6ddd29690..59bd15118 100644 --- a/repos/os/src/drivers/acpi/acpi.h +++ b/repos/os/src/drivers/acpi/acpi.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2009-2016 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _ACPI_H_ diff --git a/repos/os/src/drivers/acpi/main.cc b/repos/os/src/drivers/acpi/main.cc index cfc0581b7..b1a49b9bf 100644 --- a/repos/os/src/drivers/acpi/main.cc +++ b/repos/os/src/drivers/acpi/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2009-2016 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/drivers/acpi/memory.h b/repos/os/src/drivers/acpi/memory.h index 207812dda..a721b7e56 100644 --- a/repos/os/src/drivers/acpi/memory.h +++ b/repos/os/src/drivers/acpi/memory.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _MEMORY_H_ diff --git a/repos/os/src/drivers/ahci/ahci.cc b/repos/os/src/drivers/ahci/ahci.cc index 2d56f50ad..b758362ef 100644 --- a/repos/os/src/drivers/ahci/ahci.cc +++ b/repos/os/src/drivers/ahci/ahci.cc @@ -8,7 +8,7 @@ * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ diff --git a/repos/os/src/drivers/ahci/ahci.h b/repos/os/src/drivers/ahci/ahci.h index f98a9fb29..77eebd807 100644 --- a/repos/os/src/drivers/ahci/ahci.h +++ b/repos/os/src/drivers/ahci/ahci.h @@ -8,7 +8,7 @@ * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__AHCI_H_ diff --git a/repos/os/src/drivers/ahci/ata_driver.h b/repos/os/src/drivers/ahci/ata_driver.h index 453eb5f89..4c713cd1d 100644 --- a/repos/os/src/drivers/ahci/ata_driver.h +++ b/repos/os/src/drivers/ahci/ata_driver.h @@ -8,7 +8,7 @@ * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _ATA_DRIVER_H_ diff --git a/repos/os/src/drivers/ahci/atapi_driver.h b/repos/os/src/drivers/ahci/atapi_driver.h index 4312a1a18..39e541c33 100644 --- a/repos/os/src/drivers/ahci/atapi_driver.h +++ b/repos/os/src/drivers/ahci/atapi_driver.h @@ -8,7 +8,7 @@ * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _ATAPI_DRIVER_H_ diff --git a/repos/os/src/drivers/ahci/main.cc b/repos/os/src/drivers/ahci/main.cc index 9858a38ba..681f1d129 100644 --- a/repos/os/src/drivers/ahci/main.cc +++ b/repos/os/src/drivers/ahci/main.cc @@ -8,7 +8,7 @@ * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/drivers/ahci/spec/exynos5/platform.cc b/repos/os/src/drivers/ahci/spec/exynos5/platform.cc index 9b4cdafbd..2216d60c6 100644 --- a/repos/os/src/drivers/ahci/spec/exynos5/platform.cc +++ b/repos/os/src/drivers/ahci/spec/exynos5/platform.cc @@ -9,7 +9,7 @@ * Copyright (C) 2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/os/src/drivers/ahci/spec/x86/platform.cc b/repos/os/src/drivers/ahci/spec/x86/platform.cc index 7958aa862..fe0bdadc1 100644 --- a/repos/os/src/drivers/ahci/spec/x86/platform.cc +++ b/repos/os/src/drivers/ahci/spec/x86/platform.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/os/src/drivers/audio/spec/linux/alsa.c b/repos/os/src/drivers/audio/spec/linux/alsa.c index 4b92a6405..ade52a791 100644 --- a/repos/os/src/drivers/audio/spec/linux/alsa.c +++ b/repos/os/src/drivers/audio/spec/linux/alsa.c @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/os/src/drivers/audio/spec/linux/alsa.h b/repos/os/src/drivers/audio/spec/linux/alsa.h index d4b472b34..6d25341f2 100644 --- a/repos/os/src/drivers/audio/spec/linux/alsa.h +++ b/repos/os/src/drivers/audio/spec/linux/alsa.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _DRIVERS__AUDIO__SPEC__LINUX__ALSA_H_ diff --git a/repos/os/src/drivers/audio/spec/linux/main.cc b/repos/os/src/drivers/audio/spec/linux/main.cc index ef597ccb5..021674a15 100644 --- a/repos/os/src/drivers/audio/spec/linux/main.cc +++ b/repos/os/src/drivers/audio/spec/linux/main.cc @@ -9,10 +9,10 @@ */ /* - * Copyright (C) 2010-2016 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/drivers/framebuffer/spec/exynos/driver.cc b/repos/os/src/drivers/framebuffer/spec/exynos/driver.cc index e3f3e4885..1fec66175 100644 --- a/repos/os/src/drivers/framebuffer/spec/exynos/driver.cc +++ b/repos/os/src/drivers/framebuffer/spec/exynos/driver.cc @@ -8,7 +8,7 @@ * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* local includes */ diff --git a/repos/os/src/drivers/framebuffer/spec/exynos/driver.h b/repos/os/src/drivers/framebuffer/spec/exynos/driver.h index 9ea533c57..3c0308be4 100644 --- a/repos/os/src/drivers/framebuffer/spec/exynos/driver.h +++ b/repos/os/src/drivers/framebuffer/spec/exynos/driver.h @@ -8,7 +8,7 @@ * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _DRIVER_H_ diff --git a/repos/os/src/drivers/framebuffer/spec/exynos/main.cc b/repos/os/src/drivers/framebuffer/spec/exynos/main.cc index 9c9bfcc7f..db547e6a3 100644 --- a/repos/os/src/drivers/framebuffer/spec/exynos/main.cc +++ b/repos/os/src/drivers/framebuffer/spec/exynos/main.cc @@ -8,7 +8,7 @@ * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/drivers/framebuffer/spec/imx53/driver.h b/repos/os/src/drivers/framebuffer/spec/imx53/driver.h index a10eeb813..12dbbdbaf 100644 --- a/repos/os/src/drivers/framebuffer/spec/imx53/driver.h +++ b/repos/os/src/drivers/framebuffer/spec/imx53/driver.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _DRIVERS__FRAMEBUFFER__SPEC__IMX53__DRIVER_H_ diff --git a/repos/os/src/drivers/framebuffer/spec/imx53/ipu.h b/repos/os/src/drivers/framebuffer/spec/imx53/ipu.h index 17f7bce18..2a53790da 100644 --- a/repos/os/src/drivers/framebuffer/spec/imx53/ipu.h +++ b/repos/os/src/drivers/framebuffer/spec/imx53/ipu.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _DRIVERS__FRAMEBUFFER__SPEC__IMX53__IPU_H_ diff --git a/repos/os/src/drivers/framebuffer/spec/imx53/pwm.h b/repos/os/src/drivers/framebuffer/spec/imx53/pwm.h index a9cc087df..35cb69bb0 100644 --- a/repos/os/src/drivers/framebuffer/spec/imx53/pwm.h +++ b/repos/os/src/drivers/framebuffer/spec/imx53/pwm.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _DRIVERS__FRAMEBUFFER__SPEC__IMX53__PWM_H_ diff --git a/repos/os/src/drivers/framebuffer/spec/omap4/dispc.h b/repos/os/src/drivers/framebuffer/spec/omap4/dispc.h index 460644249..1adc46969 100644 --- a/repos/os/src/drivers/framebuffer/spec/omap4/dispc.h +++ b/repos/os/src/drivers/framebuffer/spec/omap4/dispc.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _DISPC_H_ diff --git a/repos/os/src/drivers/framebuffer/spec/omap4/driver.h b/repos/os/src/drivers/framebuffer/spec/omap4/driver.h index 7edc46405..b91b69093 100644 --- a/repos/os/src/drivers/framebuffer/spec/omap4/driver.h +++ b/repos/os/src/drivers/framebuffer/spec/omap4/driver.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/drivers/framebuffer/spec/omap4/hdmi.h b/repos/os/src/drivers/framebuffer/spec/omap4/hdmi.h index 88da0d6f4..3df0aba19 100644 --- a/repos/os/src/drivers/framebuffer/spec/omap4/hdmi.h +++ b/repos/os/src/drivers/framebuffer/spec/omap4/hdmi.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _DRIVERS__FRAMEBUFFER__SPEC__OMAP4__HDMI_H_ diff --git a/repos/os/src/drivers/framebuffer/spec/omap4/main.cc b/repos/os/src/drivers/framebuffer/spec/omap4/main.cc index 5653f11ec..0dabb619e 100644 --- a/repos/os/src/drivers/framebuffer/spec/omap4/main.cc +++ b/repos/os/src/drivers/framebuffer/spec/omap4/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/drivers/framebuffer/spec/pl11x/main.cc b/repos/os/src/drivers/framebuffer/spec/pl11x/main.cc index e19f8f464..3fbea18cd 100644 --- a/repos/os/src/drivers/framebuffer/spec/pl11x/main.cc +++ b/repos/os/src/drivers/framebuffer/spec/pl11x/main.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/drivers/framebuffer/spec/rpi/main.cc b/repos/os/src/drivers/framebuffer/spec/rpi/main.cc index 686903d20..d0177b551 100644 --- a/repos/os/src/drivers/framebuffer/spec/rpi/main.cc +++ b/repos/os/src/drivers/framebuffer/spec/rpi/main.cc @@ -8,7 +8,7 @@ * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/drivers/framebuffer/spec/sdl/fb_sdl.cc b/repos/os/src/drivers/framebuffer/spec/sdl/fb_sdl.cc index b73c8a3af..26ade1e02 100644 --- a/repos/os/src/drivers/framebuffer/spec/sdl/fb_sdl.cc +++ b/repos/os/src/drivers/framebuffer/spec/sdl/fb_sdl.cc @@ -9,7 +9,7 @@ * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/drivers/framebuffer/spec/sdl/input.cc b/repos/os/src/drivers/framebuffer/spec/sdl/input.cc index 2ef725f51..b0044ff09 100644 --- a/repos/os/src/drivers/framebuffer/spec/sdl/input.cc +++ b/repos/os/src/drivers/framebuffer/spec/sdl/input.cc @@ -9,7 +9,7 @@ * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Linux includes */ diff --git a/repos/os/src/drivers/framebuffer/spec/sdl/input.h b/repos/os/src/drivers/framebuffer/spec/sdl/input.h index 1e94b753a..7218fbfc7 100644 --- a/repos/os/src/drivers/framebuffer/spec/sdl/input.h +++ b/repos/os/src/drivers/framebuffer/spec/sdl/input.h @@ -9,7 +9,7 @@ * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _DRIVERS__FRAMEBUFFER__SPEC__SDL__INPUT_H_ diff --git a/repos/os/src/drivers/gpio/spec/exynos4/driver.h b/repos/os/src/drivers/gpio/spec/exynos4/driver.h index b2ffe8770..7a8fa68dd 100644 --- a/repos/os/src/drivers/gpio/spec/exynos4/driver.h +++ b/repos/os/src/drivers/gpio/spec/exynos4/driver.h @@ -8,10 +8,10 @@ /* * Copyright (C) 2012 Ksys Labs LLC - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _DRIVER_H_ diff --git a/repos/os/src/drivers/gpio/spec/exynos4/gpio.h b/repos/os/src/drivers/gpio/spec/exynos4/gpio.h index 8299b120c..ce04d1118 100644 --- a/repos/os/src/drivers/gpio/spec/exynos4/gpio.h +++ b/repos/os/src/drivers/gpio/spec/exynos4/gpio.h @@ -8,10 +8,10 @@ /* * Copyright (C) 2012 Ksys Labs LLC - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _GPIO_H_ diff --git a/repos/os/src/drivers/gpio/spec/exynos4/main.cc b/repos/os/src/drivers/gpio/spec/exynos4/main.cc index 64adbc10a..49400003f 100644 --- a/repos/os/src/drivers/gpio/spec/exynos4/main.cc +++ b/repos/os/src/drivers/gpio/spec/exynos4/main.cc @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/drivers/gpio/spec/imx53/driver.h b/repos/os/src/drivers/gpio/spec/imx53/driver.h index 61fa94847..0cd7c6767 100644 --- a/repos/os/src/drivers/gpio/spec/imx53/driver.h +++ b/repos/os/src/drivers/gpio/spec/imx53/driver.h @@ -8,10 +8,10 @@ /* * Copyright (C) 2012 Ksys Labs LLC - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _DRIVERS__GPIO__SPEC__IMX53__DRIVER_H_ diff --git a/repos/os/src/drivers/gpio/spec/imx53/gpio.h b/repos/os/src/drivers/gpio/spec/imx53/gpio.h index e35b12307..e058c3e6f 100644 --- a/repos/os/src/drivers/gpio/spec/imx53/gpio.h +++ b/repos/os/src/drivers/gpio/spec/imx53/gpio.h @@ -7,10 +7,10 @@ /* * Copyright (C) 2012 Ksys Labs LLC - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _DRIVERS__GPIO__SPEC__IMX53__GPIO_H_ diff --git a/repos/os/src/drivers/gpio/spec/imx53/main.cc b/repos/os/src/drivers/gpio/spec/imx53/main.cc index 6b5b38914..f21269815 100644 --- a/repos/os/src/drivers/gpio/spec/imx53/main.cc +++ b/repos/os/src/drivers/gpio/spec/imx53/main.cc @@ -8,10 +8,10 @@ /* * Copyright (C) 2012 Ksys Labs LLC - * Copyright (C) 2012-2015 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/drivers/gpio/spec/omap4/driver.h b/repos/os/src/drivers/gpio/spec/omap4/driver.h index 43bde9269..8944ca385 100644 --- a/repos/os/src/drivers/gpio/spec/omap4/driver.h +++ b/repos/os/src/drivers/gpio/spec/omap4/driver.h @@ -7,10 +7,10 @@ /* * Copyright (C) 2012 Ksys Labs LLC - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _DRIVERS__GPIO__SPEC__OMAP4__DRIVER_H_ diff --git a/repos/os/src/drivers/gpio/spec/omap4/gpio.h b/repos/os/src/drivers/gpio/spec/omap4/gpio.h index 7690d368e..ab952b0e1 100644 --- a/repos/os/src/drivers/gpio/spec/omap4/gpio.h +++ b/repos/os/src/drivers/gpio/spec/omap4/gpio.h @@ -7,10 +7,10 @@ /* * Copyright (C) 2012 Ksys Labs LLC - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _DRIVERS__GPIO__SPEC__OMAP4__GPIO_H_ diff --git a/repos/os/src/drivers/gpio/spec/omap4/main.cc b/repos/os/src/drivers/gpio/spec/omap4/main.cc index 89f46551e..ebb1cf750 100644 --- a/repos/os/src/drivers/gpio/spec/omap4/main.cc +++ b/repos/os/src/drivers/gpio/spec/omap4/main.cc @@ -7,10 +7,10 @@ /* * Copyright (C) 2012 Ksys Labs LLC - * Copyright (C) 2012-2015 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/drivers/gpio/spec/rpi/driver.h b/repos/os/src/drivers/gpio/spec/rpi/driver.h index 12be4599a..0f4d667d9 100644 --- a/repos/os/src/drivers/gpio/spec/rpi/driver.h +++ b/repos/os/src/drivers/gpio/spec/rpi/driver.h @@ -8,10 +8,10 @@ /* * Copyright (C) 2012 Ksys Labs LLC - * Copyright (C) 2012-2015 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _DRIVERS__GPIO__SPEC__RPI__DRIVER_H_ diff --git a/repos/os/src/drivers/gpio/spec/rpi/foc/irq.h b/repos/os/src/drivers/gpio/spec/rpi/foc/irq.h index bdfeb36b2..e6ca9c5a5 100644 --- a/repos/os/src/drivers/gpio/spec/rpi/foc/irq.h +++ b/repos/os/src/drivers/gpio/spec/rpi/foc/irq.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _DRIVERS__GPIO__SPEC__RPI__SPEC__FOC__IRQ_H_ diff --git a/repos/os/src/drivers/gpio/spec/rpi/gpio.h b/repos/os/src/drivers/gpio/spec/rpi/gpio.h index 6a8102136..6e4b671a8 100644 --- a/repos/os/src/drivers/gpio/spec/rpi/gpio.h +++ b/repos/os/src/drivers/gpio/spec/rpi/gpio.h @@ -8,10 +8,10 @@ /* * Copyright (C) 2012 Ksys Labs LLC - * Copyright (C) 2012-2015 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _DRIVERS__GPIO__SPEC__RPI__GPIO_H_ diff --git a/repos/os/src/drivers/gpio/spec/rpi/hw/irq.h b/repos/os/src/drivers/gpio/spec/rpi/hw/irq.h index dcb7bac66..6382a8aea 100644 --- a/repos/os/src/drivers/gpio/spec/rpi/hw/irq.h +++ b/repos/os/src/drivers/gpio/spec/rpi/hw/irq.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _DRIVERS__GPIO__SPEC__RPI__SPEC__HW__IRQ_H_ diff --git a/repos/os/src/drivers/gpio/spec/rpi/main.cc b/repos/os/src/drivers/gpio/spec/rpi/main.cc index 33164f9c5..b46a6d144 100644 --- a/repos/os/src/drivers/gpio/spec/rpi/main.cc +++ b/repos/os/src/drivers/gpio/spec/rpi/main.cc @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/drivers/input/dummy/main.cc b/repos/os/src/drivers/input/dummy/main.cc index b72f47096..23b359eee 100644 --- a/repos/os/src/drivers/input/dummy/main.cc +++ b/repos/os/src/drivers/input/dummy/main.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2006-2016 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode */ diff --git a/repos/os/src/drivers/input/spec/imx53/driver.h b/repos/os/src/drivers/input/spec/imx53/driver.h index 8dfd99c57..32f347a23 100644 --- a/repos/os/src/drivers/input/spec/imx53/driver.h +++ b/repos/os/src/drivers/input/spec/imx53/driver.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013-2015 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _DRIVERS__INPUT__SPEC__IMX53__DRIVER_H_ diff --git a/repos/os/src/drivers/input/spec/imx53/egalax_ts.h b/repos/os/src/drivers/input/spec/imx53/egalax_ts.h index 8088f318a..910107481 100644 --- a/repos/os/src/drivers/input/spec/imx53/egalax_ts.h +++ b/repos/os/src/drivers/input/spec/imx53/egalax_ts.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013-2015 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _DRIVERS__INPUT__SPEC__IMX53__EGALAX_TS_H_ diff --git a/repos/os/src/drivers/input/spec/imx53/i2c.h b/repos/os/src/drivers/input/spec/imx53/i2c.h index 20e9cd172..b1e182f3e 100644 --- a/repos/os/src/drivers/input/spec/imx53/i2c.h +++ b/repos/os/src/drivers/input/spec/imx53/i2c.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013-2015 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _DRIVERS__INPUT__SPEC__IMX53__I2C_H_ diff --git a/repos/os/src/drivers/input/spec/imx53/irq_handler.h b/repos/os/src/drivers/input/spec/imx53/irq_handler.h index 42a4e66c4..f0aaaa1be 100644 --- a/repos/os/src/drivers/input/spec/imx53/irq_handler.h +++ b/repos/os/src/drivers/input/spec/imx53/irq_handler.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _IRQ_HANDLER_H_ diff --git a/repos/os/src/drivers/input/spec/imx53/main.cc b/repos/os/src/drivers/input/spec/imx53/main.cc index 0b4ac3e5e..3f4529f07 100644 --- a/repos/os/src/drivers/input/spec/imx53/main.cc +++ b/repos/os/src/drivers/input/spec/imx53/main.cc @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2006-2015 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/drivers/input/spec/imx53/mpr121.h b/repos/os/src/drivers/input/spec/imx53/mpr121.h index 3db4a1b99..924ac208e 100644 --- a/repos/os/src/drivers/input/spec/imx53/mpr121.h +++ b/repos/os/src/drivers/input/spec/imx53/mpr121.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013-2015 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _DRIVERS__INPUT__SPEC__IMX53__MPR121_H_ diff --git a/repos/os/src/drivers/input/spec/ps2/input_driver.h b/repos/os/src/drivers/input/spec/ps2/input_driver.h index 1e2f2102a..737c4be7c 100644 --- a/repos/os/src/drivers/input/spec/ps2/input_driver.h +++ b/repos/os/src/drivers/input/spec/ps2/input_driver.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2007-2013 Genode Labs GmbH + * Copyright (C) 2007-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _DRIVERS__INPUT__SPEC__PS2__INPUT_DRIVER_H_ diff --git a/repos/os/src/drivers/input/spec/ps2/irq_handler.h b/repos/os/src/drivers/input/spec/ps2/irq_handler.h index 105f3200e..ee413e161 100644 --- a/repos/os/src/drivers/input/spec/ps2/irq_handler.h +++ b/repos/os/src/drivers/input/spec/ps2/irq_handler.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2007-2013 Genode Labs GmbH + * Copyright (C) 2007-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _DRIVERS__INPUT__SPEC__PS2__IRQ_HANDLER_H_ diff --git a/repos/os/src/drivers/input/spec/ps2/pl050/irq_handler.h b/repos/os/src/drivers/input/spec/ps2/pl050/irq_handler.h index 287413188..b83aa2084 100644 --- a/repos/os/src/drivers/input/spec/ps2/pl050/irq_handler.h +++ b/repos/os/src/drivers/input/spec/ps2/pl050/irq_handler.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2007-2015 Genode Labs GmbH + * Copyright (C) 2007-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _IRQ_HANDLER_H_ diff --git a/repos/os/src/drivers/input/spec/ps2/pl050/main.cc b/repos/os/src/drivers/input/spec/ps2/pl050/main.cc index a0187e9d7..3d49f151e 100644 --- a/repos/os/src/drivers/input/spec/ps2/pl050/main.cc +++ b/repos/os/src/drivers/input/spec/ps2/pl050/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2007-2013 Genode Labs GmbH + * Copyright (C) 2007-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/drivers/input/spec/ps2/pl050/pl050.h b/repos/os/src/drivers/input/spec/ps2/pl050/pl050.h index 3757ff4c1..84424777e 100644 --- a/repos/os/src/drivers/input/spec/ps2/pl050/pl050.h +++ b/repos/os/src/drivers/input/spec/ps2/pl050/pl050.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _DRIVERS__INPUT__SPEC__PS2__PL050__PL050_H_ diff --git a/repos/os/src/drivers/input/spec/ps2/ps2_keyboard.h b/repos/os/src/drivers/input/spec/ps2/ps2_keyboard.h index cd5214baa..0ef6de085 100644 --- a/repos/os/src/drivers/input/spec/ps2/ps2_keyboard.h +++ b/repos/os/src/drivers/input/spec/ps2/ps2_keyboard.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2007-2013 Genode Labs GmbH + * Copyright (C) 2007-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _DRIVERS__INPUT__SPEC__PS2__PS2_KEYBOARD_H_ diff --git a/repos/os/src/drivers/input/spec/ps2/ps2_mouse.h b/repos/os/src/drivers/input/spec/ps2/ps2_mouse.h index 51d35026e..d0d650e46 100644 --- a/repos/os/src/drivers/input/spec/ps2/ps2_mouse.h +++ b/repos/os/src/drivers/input/spec/ps2/ps2_mouse.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2007-2013 Genode Labs GmbH + * Copyright (C) 2007-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _DRIVERS__INPUT__SPEC__PS2__PS2_MOUSE_H_ diff --git a/repos/os/src/drivers/input/spec/ps2/scan_code_set_1.h b/repos/os/src/drivers/input/spec/ps2/scan_code_set_1.h index fc8672745..d89facf75 100644 --- a/repos/os/src/drivers/input/spec/ps2/scan_code_set_1.h +++ b/repos/os/src/drivers/input/spec/ps2/scan_code_set_1.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2007-2013 Genode Labs GmbH + * Copyright (C) 2007-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _SCAN_CODE_SET_1_H_ diff --git a/repos/os/src/drivers/input/spec/ps2/scan_code_set_2.h b/repos/os/src/drivers/input/spec/ps2/scan_code_set_2.h index 1b096ad22..5761e4e72 100644 --- a/repos/os/src/drivers/input/spec/ps2/scan_code_set_2.h +++ b/repos/os/src/drivers/input/spec/ps2/scan_code_set_2.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2007-2013 Genode Labs GmbH + * Copyright (C) 2007-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _SCAN_CODE_SET_2_H_ diff --git a/repos/os/src/drivers/input/spec/ps2/serial_interface.h b/repos/os/src/drivers/input/spec/ps2/serial_interface.h index ab461e606..825600ecf 100644 --- a/repos/os/src/drivers/input/spec/ps2/serial_interface.h +++ b/repos/os/src/drivers/input/spec/ps2/serial_interface.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2007-2013 Genode Labs GmbH + * Copyright (C) 2007-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _SERIAL_INTERFACE_H_ diff --git a/repos/os/src/drivers/input/spec/ps2/verbose.h b/repos/os/src/drivers/input/spec/ps2/verbose.h index 78ab0587e..abbe097fc 100644 --- a/repos/os/src/drivers/input/spec/ps2/verbose.h +++ b/repos/os/src/drivers/input/spec/ps2/verbose.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _DRIVERS__INPUT__SPEC__PS2__VERBOSE_H_ diff --git a/repos/os/src/drivers/input/spec/ps2/x86/i8042.h b/repos/os/src/drivers/input/spec/ps2/x86/i8042.h index ad534a4b7..0a08bb1a1 100644 --- a/repos/os/src/drivers/input/spec/ps2/x86/i8042.h +++ b/repos/os/src/drivers/input/spec/ps2/x86/i8042.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2007-2013 Genode Labs GmbH + * Copyright (C) 2007-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _DRIVERS__INPUT__SPEC__PS2__X86__I8042_H_ diff --git a/repos/os/src/drivers/input/spec/ps2/x86/main.cc b/repos/os/src/drivers/input/spec/ps2/x86/main.cc index 7390365cf..84b53da79 100644 --- a/repos/os/src/drivers/input/spec/ps2/x86/main.cc +++ b/repos/os/src/drivers/input/spec/ps2/x86/main.cc @@ -8,7 +8,7 @@ * Copyright (C) 2007-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* base includes */ diff --git a/repos/os/src/drivers/nic/spec/gem/buffer_descriptor.h b/repos/os/src/drivers/nic/spec/gem/buffer_descriptor.h index b3ad2fb26..04333c5bd 100644 --- a/repos/os/src/drivers/nic/spec/gem/buffer_descriptor.h +++ b/repos/os/src/drivers/nic/spec/gem/buffer_descriptor.h @@ -8,7 +8,7 @@ * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__DRIVERS__NIC__GEM__BUFFER_DESCRIPTOR_H_ diff --git a/repos/os/src/drivers/nic/spec/gem/cadence_gem.h b/repos/os/src/drivers/nic/spec/gem/cadence_gem.h index a8ab94695..cad1e7c29 100644 --- a/repos/os/src/drivers/nic/spec/gem/cadence_gem.h +++ b/repos/os/src/drivers/nic/spec/gem/cadence_gem.h @@ -9,7 +9,7 @@ * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__DRIVERS__NIC__XILINX_EMACPS_BASE_H_ diff --git a/repos/os/src/drivers/nic/spec/gem/main.cc b/repos/os/src/drivers/nic/spec/gem/main.cc index da2b270ab..c32075f2a 100644 --- a/repos/os/src/drivers/nic/spec/gem/main.cc +++ b/repos/os/src/drivers/nic/spec/gem/main.cc @@ -8,7 +8,7 @@ * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/drivers/nic/spec/gem/marvell_phy.h b/repos/os/src/drivers/nic/spec/gem/marvell_phy.h index 23edb7b03..94747bfdf 100644 --- a/repos/os/src/drivers/nic/spec/gem/marvell_phy.h +++ b/repos/os/src/drivers/nic/spec/gem/marvell_phy.h @@ -9,7 +9,7 @@ * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__DRIVERS__NIC__GEM__MARVELL_PHY_H_ diff --git a/repos/os/src/drivers/nic/spec/gem/phyio.h b/repos/os/src/drivers/nic/spec/gem/phyio.h index 22d39b797..f0c5c74f3 100644 --- a/repos/os/src/drivers/nic/spec/gem/phyio.h +++ b/repos/os/src/drivers/nic/spec/gem/phyio.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__DRIVERS__NIC__GEM__PHYIO_H_ diff --git a/repos/os/src/drivers/nic/spec/gem/rx_buffer_descriptor.h b/repos/os/src/drivers/nic/spec/gem/rx_buffer_descriptor.h index 06868ee88..ff4bacc8b 100644 --- a/repos/os/src/drivers/nic/spec/gem/rx_buffer_descriptor.h +++ b/repos/os/src/drivers/nic/spec/gem/rx_buffer_descriptor.h @@ -8,7 +8,7 @@ * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__DRIVERS__NIC__GEM__RX_BUFFER_DESCRIPTOR_H_ diff --git a/repos/os/src/drivers/nic/spec/gem/system_control.h b/repos/os/src/drivers/nic/spec/gem/system_control.h index de25e738b..5913e74f8 100644 --- a/repos/os/src/drivers/nic/spec/gem/system_control.h +++ b/repos/os/src/drivers/nic/spec/gem/system_control.h @@ -8,7 +8,7 @@ * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__DRIVERS__NIC__GEM__SYSTEM_CONTROL_H_ diff --git a/repos/os/src/drivers/nic/spec/gem/tx_buffer_descriptor.h b/repos/os/src/drivers/nic/spec/gem/tx_buffer_descriptor.h index 11296bf35..c732dc974 100644 --- a/repos/os/src/drivers/nic/spec/gem/tx_buffer_descriptor.h +++ b/repos/os/src/drivers/nic/spec/gem/tx_buffer_descriptor.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__DRIVERS__NIC__GEM__TX_BUFFER_DESCRIPTOR_H_ diff --git a/repos/os/src/drivers/nic/spec/lan9118/lan9118.h b/repos/os/src/drivers/nic/spec/lan9118/lan9118.h index 546b5acdc..0428795b1 100644 --- a/repos/os/src/drivers/nic/spec/lan9118/lan9118.h +++ b/repos/os/src/drivers/nic/spec/lan9118/lan9118.h @@ -9,7 +9,7 @@ * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _DRIVERS__NIC__SPEC__LAN9118__LAN9118_H_ diff --git a/repos/os/src/drivers/nic/spec/lan9118/main.cc b/repos/os/src/drivers/nic/spec/lan9118/main.cc index b748ae9a8..13810c6ff 100644 --- a/repos/os/src/drivers/nic/spec/lan9118/main.cc +++ b/repos/os/src/drivers/nic/spec/lan9118/main.cc @@ -9,10 +9,10 @@ */ /* - * Copyright (C) 2011-2016 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/drivers/nic/spec/linux/main.cc b/repos/os/src/drivers/nic/spec/linux/main.cc index 8d62eb2dc..0f980e822 100644 --- a/repos/os/src/drivers/nic/spec/linux/main.cc +++ b/repos/os/src/drivers/nic/spec/linux/main.cc @@ -20,7 +20,7 @@ * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode */ diff --git a/repos/os/src/drivers/platform/spec/arndale/cmu.h b/repos/os/src/drivers/platform/spec/arndale/cmu.h index d22f24c1c..2dcd7fcd4 100644 --- a/repos/os/src/drivers/platform/spec/arndale/cmu.h +++ b/repos/os/src/drivers/platform/spec/arndale/cmu.h @@ -8,7 +8,7 @@ * Copyright (C) 2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _DRIVERS__PLATFORM__SPEC__ARNDALE__CMU_H_ diff --git a/repos/os/src/drivers/platform/spec/arndale/main.cc b/repos/os/src/drivers/platform/spec/arndale/main.cc index 861bed0e2..fe8ccaef2 100644 --- a/repos/os/src/drivers/platform/spec/arndale/main.cc +++ b/repos/os/src/drivers/platform/spec/arndale/main.cc @@ -8,7 +8,7 @@ * Copyright (C) 2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/os/src/drivers/platform/spec/arndale/pmu.h b/repos/os/src/drivers/platform/spec/arndale/pmu.h index ea57718b3..fbc67b228 100644 --- a/repos/os/src/drivers/platform/spec/arndale/pmu.h +++ b/repos/os/src/drivers/platform/spec/arndale/pmu.h @@ -8,7 +8,7 @@ * Copyright (C) 2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _DRIVERS__PLATFORM__SPEC__ARNDALE__PMU_H_ diff --git a/repos/os/src/drivers/platform/spec/imx53/ccm.h b/repos/os/src/drivers/platform/spec/imx53/ccm.h index d36647b63..0d7d8d51b 100644 --- a/repos/os/src/drivers/platform/spec/imx53/ccm.h +++ b/repos/os/src/drivers/platform/spec/imx53/ccm.h @@ -9,7 +9,7 @@ * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _DRIVERS__PLATFORM__SPEC__IMX53__CCM_H_ diff --git a/repos/os/src/drivers/platform/spec/imx53/iim.h b/repos/os/src/drivers/platform/spec/imx53/iim.h index 23c521037..94be6cf63 100644 --- a/repos/os/src/drivers/platform/spec/imx53/iim.h +++ b/repos/os/src/drivers/platform/spec/imx53/iim.h @@ -8,7 +8,7 @@ * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _DRIVERS__PLATFORM__SPEC__IMX53__IIM_H_ diff --git a/repos/os/src/drivers/platform/spec/imx53/iomux.h b/repos/os/src/drivers/platform/spec/imx53/iomux.h index b33bdc1e8..726fd5f2d 100644 --- a/repos/os/src/drivers/platform/spec/imx53/iomux.h +++ b/repos/os/src/drivers/platform/spec/imx53/iomux.h @@ -8,7 +8,7 @@ * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _DRIVERS__PLATFORM__SPEC__IMX53__IOMUX_H_ diff --git a/repos/os/src/drivers/platform/spec/imx53/main.cc b/repos/os/src/drivers/platform/spec/imx53/main.cc index 9cc83ff0f..d571613ea 100644 --- a/repos/os/src/drivers/platform/spec/imx53/main.cc +++ b/repos/os/src/drivers/platform/spec/imx53/main.cc @@ -8,7 +8,7 @@ * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/os/src/drivers/platform/spec/imx53/src.h b/repos/os/src/drivers/platform/spec/imx53/src.h index d6ef8b050..d94321342 100644 --- a/repos/os/src/drivers/platform/spec/imx53/src.h +++ b/repos/os/src/drivers/platform/spec/imx53/src.h @@ -9,7 +9,7 @@ * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _DRIVERS__PLATFORM__SPEC__IMX53__SRC_H_ diff --git a/repos/os/src/drivers/platform/spec/odroid_x2/cmu.h b/repos/os/src/drivers/platform/spec/odroid_x2/cmu.h index 075ece911..eab7d101c 100644 --- a/repos/os/src/drivers/platform/spec/odroid_x2/cmu.h +++ b/repos/os/src/drivers/platform/spec/odroid_x2/cmu.h @@ -10,7 +10,7 @@ * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _DRIVERS__PLATFORM__SPEC__ODROID_X2__CMU_H_ diff --git a/repos/os/src/drivers/platform/spec/odroid_x2/main.cc b/repos/os/src/drivers/platform/spec/odroid_x2/main.cc index d41124106..d5770f82a 100644 --- a/repos/os/src/drivers/platform/spec/odroid_x2/main.cc +++ b/repos/os/src/drivers/platform/spec/odroid_x2/main.cc @@ -10,7 +10,7 @@ * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/os/src/drivers/platform/spec/odroid_x2/pmu.h b/repos/os/src/drivers/platform/spec/odroid_x2/pmu.h index 20d1f71e8..9cb342bc6 100644 --- a/repos/os/src/drivers/platform/spec/odroid_x2/pmu.h +++ b/repos/os/src/drivers/platform/spec/odroid_x2/pmu.h @@ -10,7 +10,7 @@ * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _DRIVERS__PLATFORM__SPEC__ODROID_X2__PMU_H_ diff --git a/repos/os/src/drivers/platform/spec/rpi/framebuffer_message.h b/repos/os/src/drivers/platform/spec/rpi/framebuffer_message.h index 59690102e..511a09a9d 100644 --- a/repos/os/src/drivers/platform/spec/rpi/framebuffer_message.h +++ b/repos/os/src/drivers/platform/spec/rpi/framebuffer_message.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _FRAMEBUFFER_MESSAGE_H_ diff --git a/repos/os/src/drivers/platform/spec/rpi/main.cc b/repos/os/src/drivers/platform/spec/rpi/main.cc index 506b7d53a..8e0e9f532 100644 --- a/repos/os/src/drivers/platform/spec/rpi/main.cc +++ b/repos/os/src/drivers/platform/spec/rpi/main.cc @@ -8,7 +8,7 @@ * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/drivers/platform/spec/rpi/mbox.h b/repos/os/src/drivers/platform/spec/rpi/mbox.h index c2e58420b..7b7c534b5 100644 --- a/repos/os/src/drivers/platform/spec/rpi/mbox.h +++ b/repos/os/src/drivers/platform/spec/rpi/mbox.h @@ -8,7 +8,7 @@ * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _DRIVERS__PLATFORM__SPEC__RPI__MBOX_H_ diff --git a/repos/os/src/drivers/platform/spec/rpi/property_command.h b/repos/os/src/drivers/platform/spec/rpi/property_command.h index e4551b45f..13bc48101 100644 --- a/repos/os/src/drivers/platform/spec/rpi/property_command.h +++ b/repos/os/src/drivers/platform/spec/rpi/property_command.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _PROPERTY_COMMAND_H_ diff --git a/repos/os/src/drivers/platform/spec/x86/device_pd.h b/repos/os/src/drivers/platform/spec/x86/device_pd.h index 96c16cd51..fe4915b5c 100644 --- a/repos/os/src/drivers/platform/spec/x86/device_pd.h +++ b/repos/os/src/drivers/platform/spec/x86/device_pd.h @@ -4,10 +4,10 @@ */ /* - * Copyright (C) 2014-2015 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ diff --git a/repos/os/src/drivers/platform/spec/x86/device_pd/main.cc b/repos/os/src/drivers/platform/spec/x86/device_pd/main.cc index 31399e953..26074cc12 100644 --- a/repos/os/src/drivers/platform/spec/x86/device_pd/main.cc +++ b/repos/os/src/drivers/platform/spec/x86/device_pd/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013-2015 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/os/src/drivers/platform/spec/x86/irq.cc b/repos/os/src/drivers/platform/spec/x86/irq.cc index 4c151cbec..09fdc9507 100644 --- a/repos/os/src/drivers/platform/spec/x86/irq.cc +++ b/repos/os/src/drivers/platform/spec/x86/irq.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/drivers/platform/spec/x86/irq.h b/repos/os/src/drivers/platform/spec/x86/irq.h index 8bd69ce65..f40b4b409 100644 --- a/repos/os/src/drivers/platform/spec/x86/irq.h +++ b/repos/os/src/drivers/platform/spec/x86/irq.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #pragma once diff --git a/repos/os/src/drivers/platform/spec/x86/irq_proxy.h b/repos/os/src/drivers/platform/spec/x86/irq_proxy.h index 6958b6800..4b0f0f43d 100644 --- a/repos/os/src/drivers/platform/spec/x86/irq_proxy.h +++ b/repos/os/src/drivers/platform/spec/x86/irq_proxy.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2009-2015 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _DRIVERS__PLATFORM__SPEC__X86__IRQ_PROXY_H_ diff --git a/repos/os/src/drivers/platform/spec/x86/main.cc b/repos/os/src/drivers/platform/spec/x86/main.cc index cba0d38e6..5718db46e 100644 --- a/repos/os/src/drivers/platform/spec/x86/main.cc +++ b/repos/os/src/drivers/platform/spec/x86/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/os/src/drivers/platform/spec/x86/nonpci_devices.cc b/repos/os/src/drivers/platform/spec/x86/nonpci_devices.cc index a304112fc..f8f450421 100644 --- a/repos/os/src/drivers/platform/spec/x86/nonpci_devices.cc +++ b/repos/os/src/drivers/platform/spec/x86/nonpci_devices.cc @@ -4,10 +4,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include "pci_session_component.h" diff --git a/repos/os/src/drivers/platform/spec/x86/pci_bridge.h b/repos/os/src/drivers/platform/spec/x86/pci_bridge.h index 2ec4d65ae..d989183ef 100644 --- a/repos/os/src/drivers/platform/spec/x86/pci_bridge.h +++ b/repos/os/src/drivers/platform/spec/x86/pci_bridge.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2009-2015 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #pragma once diff --git a/repos/os/src/drivers/platform/spec/x86/pci_config_access.h b/repos/os/src/drivers/platform/spec/x86/pci_config_access.h index 98788113c..807457fe5 100644 --- a/repos/os/src/drivers/platform/spec/x86/pci_config_access.h +++ b/repos/os/src/drivers/platform/spec/x86/pci_config_access.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2015 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _X86_PCI_CONFIG_ACCESS_H_ diff --git a/repos/os/src/drivers/platform/spec/x86/pci_device.cc b/repos/os/src/drivers/platform/spec/x86/pci_device.cc index fd482df04..e658cea5a 100644 --- a/repos/os/src/drivers/platform/spec/x86/pci_device.cc +++ b/repos/os/src/drivers/platform/spec/x86/pci_device.cc @@ -4,10 +4,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include "pci_session_component.h" diff --git a/repos/os/src/drivers/platform/spec/x86/pci_device_component.h b/repos/os/src/drivers/platform/spec/x86/pci_device_component.h index 0f7a8dea7..b62ec3a68 100644 --- a/repos/os/src/drivers/platform/spec/x86/pci_device_component.h +++ b/repos/os/src/drivers/platform/spec/x86/pci_device_component.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2015 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #pragma once diff --git a/repos/os/src/drivers/platform/spec/x86/pci_device_config.h b/repos/os/src/drivers/platform/spec/x86/pci_device_config.h index d71d5d5fc..22c9ee278 100644 --- a/repos/os/src/drivers/platform/spec/x86/pci_device_config.h +++ b/repos/os/src/drivers/platform/spec/x86/pci_device_config.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2015 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _X86__PCI_DEVICE_CONFIG_H_ diff --git a/repos/os/src/drivers/platform/spec/x86/pci_device_pd_ipc.h b/repos/os/src/drivers/platform/spec/x86/pci_device_pd_ipc.h index b9bb6762a..8bfa8c864 100644 --- a/repos/os/src/drivers/platform/spec/x86/pci_device_pd_ipc.h +++ b/repos/os/src/drivers/platform/spec/x86/pci_device_pd_ipc.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013-2016 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #pragma once diff --git a/repos/os/src/drivers/platform/spec/x86/pci_session_component.h b/repos/os/src/drivers/platform/spec/x86/pci_session_component.h index ff8817c68..8ee13e203 100644 --- a/repos/os/src/drivers/platform/spec/x86/pci_session_component.h +++ b/repos/os/src/drivers/platform/spec/x86/pci_session_component.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #pragma once diff --git a/repos/os/src/drivers/platform/spec/x86/session.cc b/repos/os/src/drivers/platform/spec/x86/session.cc index e09b2dbc6..5b8eb8769 100644 --- a/repos/os/src/drivers/platform/spec/x86/session.cc +++ b/repos/os/src/drivers/platform/spec/x86/session.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2015 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include "pci_session_component.h" diff --git a/repos/os/src/drivers/rtc/spec/x86/linux.cc b/repos/os/src/drivers/rtc/spec/x86/linux.cc index cd4a70448..637a6b13d 100644 --- a/repos/os/src/drivers/rtc/spec/x86/linux.cc +++ b/repos/os/src/drivers/rtc/spec/x86/linux.cc @@ -8,7 +8,7 @@ * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Linux includes */ diff --git a/repos/os/src/drivers/rtc/spec/x86/main.cc b/repos/os/src/drivers/rtc/spec/x86/main.cc index 78f9e1686..5cf5db4d9 100644 --- a/repos/os/src/drivers/rtc/spec/x86/main.cc +++ b/repos/os/src/drivers/rtc/spec/x86/main.cc @@ -8,7 +8,7 @@ * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode */ diff --git a/repos/os/src/drivers/rtc/spec/x86/rtc.cc b/repos/os/src/drivers/rtc/spec/x86/rtc.cc index a8187f214..6f771e81d 100644 --- a/repos/os/src/drivers/rtc/spec/x86/rtc.cc +++ b/repos/os/src/drivers/rtc/spec/x86/rtc.cc @@ -10,7 +10,7 @@ * Copyright (C) 2012 Intel Corporation * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode */ diff --git a/repos/os/src/drivers/rtc/spec/x86/rtc.h b/repos/os/src/drivers/rtc/spec/x86/rtc.h index b287cda12..cdb692780 100644 --- a/repos/os/src/drivers/rtc/spec/x86/rtc.h +++ b/repos/os/src/drivers/rtc/spec/x86/rtc.h @@ -8,7 +8,7 @@ * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _DRIVERS__RTC__SPEC__X86__RTC_H_ diff --git a/repos/os/src/drivers/sd_card/adma2.cc b/repos/os/src/drivers/sd_card/adma2.cc index f1736bd8f..8a76f931e 100644 --- a/repos/os/src/drivers/sd_card/adma2.cc +++ b/repos/os/src/drivers/sd_card/adma2.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/drivers/sd_card/adma2.h b/repos/os/src/drivers/sd_card/adma2.h index 86a983314..262fec156 100644 --- a/repos/os/src/drivers/sd_card/adma2.h +++ b/repos/os/src/drivers/sd_card/adma2.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _ADMA2_H_ diff --git a/repos/os/src/drivers/sd_card/driver_base.h b/repos/os/src/drivers/sd_card/driver_base.h index 9aa047e2e..64809ab23 100644 --- a/repos/os/src/drivers/sd_card/driver_base.h +++ b/repos/os/src/drivers/sd_card/driver_base.h @@ -10,7 +10,7 @@ * Copyright (C) 2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _DRIVER_BASE_H_ diff --git a/repos/os/src/drivers/sd_card/main.cc b/repos/os/src/drivers/sd_card/main.cc index 62a309c28..1bc27d236 100644 --- a/repos/os/src/drivers/sd_card/main.cc +++ b/repos/os/src/drivers/sd_card/main.cc @@ -9,7 +9,7 @@ * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/drivers/sd_card/sd_card.h b/repos/os/src/drivers/sd_card/sd_card.h index 9d6b69183..4156418e6 100644 --- a/repos/os/src/drivers/sd_card/sd_card.h +++ b/repos/os/src/drivers/sd_card/sd_card.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _SD_CARD_H_ diff --git a/repos/os/src/drivers/sd_card/spec/exynos5/driver.cc b/repos/os/src/drivers/sd_card/spec/exynos5/driver.cc index a69f33a1d..6ee4def63 100644 --- a/repos/os/src/drivers/sd_card/spec/exynos5/driver.cc +++ b/repos/os/src/drivers/sd_card/spec/exynos5/driver.cc @@ -9,7 +9,7 @@ * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* local includes */ diff --git a/repos/os/src/drivers/sd_card/spec/exynos5/driver.h b/repos/os/src/drivers/sd_card/spec/exynos5/driver.h index de218b5d5..1aaab219e 100644 --- a/repos/os/src/drivers/sd_card/spec/exynos5/driver.h +++ b/repos/os/src/drivers/sd_card/spec/exynos5/driver.h @@ -9,7 +9,7 @@ * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _DRIVER_H_ diff --git a/repos/os/src/drivers/sd_card/spec/imx/driver.cc b/repos/os/src/drivers/sd_card/spec/imx/driver.cc index fa7f67e75..08269722e 100644 --- a/repos/os/src/drivers/sd_card/spec/imx/driver.cc +++ b/repos/os/src/drivers/sd_card/spec/imx/driver.cc @@ -8,7 +8,7 @@ * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* local includes */ diff --git a/repos/os/src/drivers/sd_card/spec/imx/driver.h b/repos/os/src/drivers/sd_card/spec/imx/driver.h index e7f9b1151..dd3e2e80b 100644 --- a/repos/os/src/drivers/sd_card/spec/imx/driver.h +++ b/repos/os/src/drivers/sd_card/spec/imx/driver.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _DRIVER_H_ diff --git a/repos/os/src/drivers/sd_card/spec/imx53/driver.cc b/repos/os/src/drivers/sd_card/spec/imx53/driver.cc index 08aefd614..3efef6a9b 100644 --- a/repos/os/src/drivers/sd_card/spec/imx53/driver.cc +++ b/repos/os/src/drivers/sd_card/spec/imx53/driver.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* local includes */ diff --git a/repos/os/src/drivers/sd_card/spec/imx6/driver.cc b/repos/os/src/drivers/sd_card/spec/imx6/driver.cc index 24d91fb40..18c0a8fbd 100644 --- a/repos/os/src/drivers/sd_card/spec/imx6/driver.cc +++ b/repos/os/src/drivers/sd_card/spec/imx6/driver.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* local includes */ diff --git a/repos/os/src/drivers/sd_card/spec/omap4/driver.cc b/repos/os/src/drivers/sd_card/spec/omap4/driver.cc index ea1bce393..3aa134b1a 100644 --- a/repos/os/src/drivers/sd_card/spec/omap4/driver.cc +++ b/repos/os/src/drivers/sd_card/spec/omap4/driver.cc @@ -8,7 +8,7 @@ * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* local includes */ diff --git a/repos/os/src/drivers/sd_card/spec/omap4/driver.h b/repos/os/src/drivers/sd_card/spec/omap4/driver.h index 9605ddd7b..d2d04fd1e 100644 --- a/repos/os/src/drivers/sd_card/spec/omap4/driver.h +++ b/repos/os/src/drivers/sd_card/spec/omap4/driver.h @@ -8,7 +8,7 @@ * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _DRIVER_H_ diff --git a/repos/os/src/drivers/sd_card/spec/pl180/driver.cc b/repos/os/src/drivers/sd_card/spec/pl180/driver.cc index a9aca19ad..7f126da3e 100644 --- a/repos/os/src/drivers/sd_card/spec/pl180/driver.cc +++ b/repos/os/src/drivers/sd_card/spec/pl180/driver.cc @@ -9,7 +9,7 @@ * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* local includes */ diff --git a/repos/os/src/drivers/sd_card/spec/pl180/driver.h b/repos/os/src/drivers/sd_card/spec/pl180/driver.h index 455084fe6..d0382f586 100644 --- a/repos/os/src/drivers/sd_card/spec/pl180/driver.h +++ b/repos/os/src/drivers/sd_card/spec/pl180/driver.h @@ -9,7 +9,7 @@ * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _DRIVER_H_ diff --git a/repos/os/src/drivers/sd_card/spec/rpi/driver.cc b/repos/os/src/drivers/sd_card/spec/rpi/driver.cc index b00993ea1..301830809 100644 --- a/repos/os/src/drivers/sd_card/spec/rpi/driver.cc +++ b/repos/os/src/drivers/sd_card/spec/rpi/driver.cc @@ -11,7 +11,7 @@ * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* local includes */ diff --git a/repos/os/src/drivers/sd_card/spec/rpi/driver.h b/repos/os/src/drivers/sd_card/spec/rpi/driver.h index b66299072..7a26bdd73 100644 --- a/repos/os/src/drivers/sd_card/spec/rpi/driver.h +++ b/repos/os/src/drivers/sd_card/spec/rpi/driver.h @@ -10,7 +10,7 @@ * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _DRIVER_H_ diff --git a/repos/os/src/drivers/timer/fiasco/time_source.cc b/repos/os/src/drivers/timer/fiasco/time_source.cc index 84461d213..35bb2fc64 100644 --- a/repos/os/src/drivers/timer/fiasco/time_source.cc +++ b/repos/os/src/drivers/timer/fiasco/time_source.cc @@ -10,7 +10,7 @@ * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/drivers/timer/hw/time_source.cc b/repos/os/src/drivers/timer/hw/time_source.cc index f11cd988f..96c979149 100644 --- a/repos/os/src/drivers/timer/hw/time_source.cc +++ b/repos/os/src/drivers/timer/hw/time_source.cc @@ -8,7 +8,7 @@ * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/drivers/timer/hw/time_source.h b/repos/os/src/drivers/timer/hw/time_source.h index 6d8526d3e..0eb29f165 100644 --- a/repos/os/src/drivers/timer/hw/time_source.h +++ b/repos/os/src/drivers/timer/hw/time_source.h @@ -8,7 +8,7 @@ * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _TIME_SOURCE_H_ diff --git a/repos/os/src/drivers/timer/include/root_component.h b/repos/os/src/drivers/timer/include/root_component.h index 22cf5ec2b..3af91cdff 100644 --- a/repos/os/src/drivers/timer/include/root_component.h +++ b/repos/os/src/drivers/timer/include/root_component.h @@ -9,7 +9,7 @@ * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _ROOT_COMPONENT_H_ diff --git a/repos/os/src/drivers/timer/include/session_component.h b/repos/os/src/drivers/timer/include/session_component.h index 7efd589f1..61ec05f44 100644 --- a/repos/os/src/drivers/timer/include/session_component.h +++ b/repos/os/src/drivers/timer/include/session_component.h @@ -7,11 +7,11 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * Copyright (C) 2012 Intel Corporation * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _SESSION_COMPONENT_ diff --git a/repos/os/src/drivers/timer/include/signalled_time_source.h b/repos/os/src/drivers/timer/include/signalled_time_source.h index 64c450a0b..9a9b18888 100644 --- a/repos/os/src/drivers/timer/include/signalled_time_source.h +++ b/repos/os/src/drivers/timer/include/signalled_time_source.h @@ -8,7 +8,7 @@ * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _SIGNALLED_TIME_SOURCE_H_ diff --git a/repos/os/src/drivers/timer/include/threaded_time_source.h b/repos/os/src/drivers/timer/include/threaded_time_source.h index f5fd80d45..1f21d5f3f 100644 --- a/repos/os/src/drivers/timer/include/threaded_time_source.h +++ b/repos/os/src/drivers/timer/include/threaded_time_source.h @@ -9,7 +9,7 @@ * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _THREADED_TIME_SOURCE_H_ diff --git a/repos/os/src/drivers/timer/linux/time_source.cc b/repos/os/src/drivers/timer/linux/time_source.cc index caeaea403..0d6937289 100644 --- a/repos/os/src/drivers/timer/linux/time_source.cc +++ b/repos/os/src/drivers/timer/linux/time_source.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Linux includes */ diff --git a/repos/os/src/drivers/timer/main.cc b/repos/os/src/drivers/timer/main.cc index c59a4aa63..c8b525045 100644 --- a/repos/os/src/drivers/timer/main.cc +++ b/repos/os/src/drivers/timer/main.cc @@ -9,7 +9,7 @@ * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/drivers/timer/nova/time_source.cc b/repos/os/src/drivers/timer/nova/time_source.cc index 04b495f13..a17fa4f76 100644 --- a/repos/os/src/drivers/timer/nova/time_source.cc +++ b/repos/os/src/drivers/timer/nova/time_source.cc @@ -9,7 +9,7 @@ * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/drivers/timer/nova/time_source.h b/repos/os/src/drivers/timer/nova/time_source.h index f298dda6c..c775708ba 100644 --- a/repos/os/src/drivers/timer/nova/time_source.h +++ b/repos/os/src/drivers/timer/nova/time_source.h @@ -9,7 +9,7 @@ * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _TIME_SOURCE_H_ diff --git a/repos/os/src/drivers/timer/periodic/time_source.cc b/repos/os/src/drivers/timer/periodic/time_source.cc index 58872bec5..c5e81ae2e 100644 --- a/repos/os/src/drivers/timer/periodic/time_source.cc +++ b/repos/os/src/drivers/timer/periodic/time_source.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2009-2015 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* local includes */ diff --git a/repos/os/src/drivers/timer/periodic/time_source.h b/repos/os/src/drivers/timer/periodic/time_source.h index 241dbd71d..98519bd3c 100644 --- a/repos/os/src/drivers/timer/periodic/time_source.h +++ b/repos/os/src/drivers/timer/periodic/time_source.h @@ -9,7 +9,7 @@ * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _TIME_SOURCE_H_ diff --git a/repos/os/src/drivers/timer/pistachio/time_source.cc b/repos/os/src/drivers/timer/pistachio/time_source.cc index 06f62a816..e707e15c0 100644 --- a/repos/os/src/drivers/timer/pistachio/time_source.cc +++ b/repos/os/src/drivers/timer/pistachio/time_source.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2008-2013 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/drivers/timer/pit/time_source.cc b/repos/os/src/drivers/timer/pit/time_source.cc index 48bac07f2..8c1752f01 100644 --- a/repos/os/src/drivers/timer/pit/time_source.cc +++ b/repos/os/src/drivers/timer/pit/time_source.cc @@ -9,7 +9,7 @@ * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* local includes */ diff --git a/repos/os/src/drivers/timer/pit/time_source.h b/repos/os/src/drivers/timer/pit/time_source.h index 8aa0b824c..62e26bdce 100644 --- a/repos/os/src/drivers/timer/pit/time_source.h +++ b/repos/os/src/drivers/timer/pit/time_source.h @@ -9,7 +9,7 @@ * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _TIME_SOURCE_H_ diff --git a/repos/os/src/drivers/uart/kdb/uart_driver.h b/repos/os/src/drivers/uart/kdb/uart_driver.h index c8b9e6184..efdc1c2c4 100644 --- a/repos/os/src/drivers/uart/kdb/uart_driver.h +++ b/repos/os/src/drivers/uart/kdb/uart_driver.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _KDB_UART_H_ diff --git a/repos/os/src/drivers/uart/main.cc b/repos/os/src/drivers/uart/main.cc index 7c620e710..0f86a0b6e 100644 --- a/repos/os/src/drivers/uart/main.cc +++ b/repos/os/src/drivers/uart/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013-2016 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/drivers/uart/spec/exynos5/uart_driver.h b/repos/os/src/drivers/uart/spec/exynos5/uart_driver.h index 8001a7f1a..9628fd5ee 100644 --- a/repos/os/src/drivers/uart/spec/exynos5/uart_driver.h +++ b/repos/os/src/drivers/uart/spec/exynos5/uart_driver.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2013-2016 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _UART_DRIVER_H_ diff --git a/repos/os/src/drivers/uart/spec/panda/uart_driver.h b/repos/os/src/drivers/uart/spec/panda/uart_driver.h index 137ce6a29..ac30081c2 100644 --- a/repos/os/src/drivers/uart/spec/panda/uart_driver.h +++ b/repos/os/src/drivers/uart/spec/panda/uart_driver.h @@ -7,10 +7,10 @@ /* * Copyright (C) 2012 Ksys Labs LLC - * Copyright (C) 2011-2016 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _UART_DRIVER_H_ diff --git a/repos/os/src/drivers/uart/spec/pbxa9/uart_driver.h b/repos/os/src/drivers/uart/spec/pbxa9/uart_driver.h index c74cb1d10..4ddfb4198 100644 --- a/repos/os/src/drivers/uart/spec/pbxa9/uart_driver.h +++ b/repos/os/src/drivers/uart/spec/pbxa9/uart_driver.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2011-2016 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _UART_DRIVER_H_ diff --git a/repos/os/src/drivers/uart/spec/x86/uart_driver.h b/repos/os/src/drivers/uart/spec/x86/uart_driver.h index 364d6056d..6633d2942 100644 --- a/repos/os/src/drivers/uart/spec/x86/uart_driver.h +++ b/repos/os/src/drivers/uart/spec/x86/uart_driver.h @@ -9,7 +9,7 @@ * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _UART_DRIVER_H_ diff --git a/repos/os/src/drivers/uart/uart_component.h b/repos/os/src/drivers/uart/uart_component.h index 4dc247b5d..ef39e9219 100644 --- a/repos/os/src/drivers/uart/uart_component.h +++ b/repos/os/src/drivers/uart/uart_component.h @@ -9,7 +9,7 @@ * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _UART_COMPONENT_H_ diff --git a/repos/os/src/drivers/uart/uart_driver_base.h b/repos/os/src/drivers/uart/uart_driver_base.h index 68d8c4a88..d373cb28e 100644 --- a/repos/os/src/drivers/uart/uart_driver_base.h +++ b/repos/os/src/drivers/uart/uart_driver_base.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2011-2016 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _UART_DRIVER_BASE_H_ diff --git a/repos/os/src/drivers/usb_block/cbw_csw.h b/repos/os/src/drivers/usb_block/cbw_csw.h index 705e5de9a..55f90ddd8 100644 --- a/repos/os/src/drivers/usb_block/cbw_csw.h +++ b/repos/os/src/drivers/usb_block/cbw_csw.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CBW_CSW_H_ diff --git a/repos/os/src/drivers/usb_block/main.cc b/repos/os/src/drivers/usb_block/main.cc index 4a704fb40..0855f8189 100644 --- a/repos/os/src/drivers/usb_block/main.cc +++ b/repos/os/src/drivers/usb_block/main.cc @@ -8,7 +8,7 @@ * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/drivers/usb_block/scsi.h b/repos/os/src/drivers/usb_block/scsi.h index ea2a7dfb9..181358e06 100644 --- a/repos/os/src/drivers/usb_block/scsi.h +++ b/repos/os/src/drivers/usb_block/scsi.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _SCSI_H_ diff --git a/repos/os/src/init/main.cc b/repos/os/src/init/main.cc index 475aea64c..195c9b4e4 100644 --- a/repos/os/src/init/main.cc +++ b/repos/os/src/init/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2016 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/lib/alarm/alarm.cc b/repos/os/src/lib/alarm/alarm.cc index 7af7714a6..e48a87d07 100644 --- a/repos/os/src/lib/alarm/alarm.cc +++ b/repos/os/src/lib/alarm/alarm.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2005-2013 Genode Labs GmbH + * Copyright (C) 2005-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/os/src/lib/blit/blit.cc b/repos/os/src/lib/blit/blit.cc index 515b3b3f9..8e2988cc4 100644 --- a/repos/os/src/lib/blit/blit.cc +++ b/repos/os/src/lib/blit/blit.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2007-2013 Genode Labs GmbH + * Copyright (C) 2007-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/os/src/lib/blit/blit_helper.h b/repos/os/src/lib/blit/blit_helper.h index da34c6678..e6fab91a2 100644 --- a/repos/os/src/lib/blit/blit_helper.h +++ b/repos/os/src/lib/blit/blit_helper.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2007-2013 Genode Labs GmbH + * Copyright (C) 2007-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _LIB__BLIT__BLIT_HELPER_H_ diff --git a/repos/os/src/lib/blit/spec/arm/blit_helper.h b/repos/os/src/lib/blit/spec/arm/blit_helper.h index 883393936..398ca0bed 100644 --- a/repos/os/src/lib/blit/spec/arm/blit_helper.h +++ b/repos/os/src/lib/blit/spec/arm/blit_helper.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _LIB__BLIT__SPEC__ARM__BLIT_HELPER_H_ diff --git a/repos/os/src/lib/blit/spec/x86/blit_helper.h b/repos/os/src/lib/blit/spec/x86/blit_helper.h index b818aae50..5c1dd8aa6 100644 --- a/repos/os/src/lib/blit/spec/x86/blit_helper.h +++ b/repos/os/src/lib/blit/spec/x86/blit_helper.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2007-2013 Genode Labs GmbH + * Copyright (C) 2007-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _LIB__BLIT__SPEC__X86__BLIT_HELPER_H_ diff --git a/repos/os/src/lib/blit/spec/x86_32/mmx.h b/repos/os/src/lib/blit/spec/x86_32/mmx.h index 473c8cce0..3c145004d 100644 --- a/repos/os/src/lib/blit/spec/x86_32/mmx.h +++ b/repos/os/src/lib/blit/spec/x86_32/mmx.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _LIB__BLIT__SPEC__X86_32__MMX_H_ diff --git a/repos/os/src/lib/blit/spec/x86_64/mmx.h b/repos/os/src/lib/blit/spec/x86_64/mmx.h index f87a5dd46..53d091c42 100644 --- a/repos/os/src/lib/blit/spec/x86_64/mmx.h +++ b/repos/os/src/lib/blit/spec/x86_64/mmx.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _LIB__BLIT__SPEC__X86_64__MMX_H_ diff --git a/repos/os/src/lib/config/config.cc b/repos/os/src/lib/config/config.cc index 2bde75861..6a16f7c48 100644 --- a/repos/os/src/lib/config/config.cc +++ b/repos/os/src/lib/config/config.cc @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #define INCLUDED_BY_OS_CONFIG_CC diff --git a/repos/os/src/lib/net/arp.cc b/repos/os/src/lib/net/arp.cc index 5bb111eaa..629deeb8e 100644 --- a/repos/os/src/lib/net/arp.cc +++ b/repos/os/src/lib/net/arp.cc @@ -8,10 +8,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/lib/net/dhcp.cc b/repos/os/src/lib/net/dhcp.cc index 64eba64cd..2f9567617 100644 --- a/repos/os/src/lib/net/dhcp.cc +++ b/repos/os/src/lib/net/dhcp.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode */ diff --git a/repos/os/src/lib/net/ethernet.cc b/repos/os/src/lib/net/ethernet.cc index 75cbbb9fa..8194aea4d 100644 --- a/repos/os/src/lib/net/ethernet.cc +++ b/repos/os/src/lib/net/ethernet.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/lib/net/ipv4.cc b/repos/os/src/lib/net/ipv4.cc index 712485b94..76ae764d6 100644 --- a/repos/os/src/lib/net/ipv4.cc +++ b/repos/os/src/lib/net/ipv4.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/os/src/lib/net/mac_address.cc b/repos/os/src/lib/net/mac_address.cc index c6ec7f3e7..864a7386b 100644 --- a/repos/os/src/lib/net/mac_address.cc +++ b/repos/os/src/lib/net/mac_address.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/lib/net/stat-client.cc b/repos/os/src/lib/net/stat-client.cc index 5d6483b98..ed6aef5f7 100644 --- a/repos/os/src/lib/net/stat-client.cc +++ b/repos/os/src/lib/net/stat-client.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2013-2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/os/src/lib/net/stat.cc b/repos/os/src/lib/net/stat.cc index 655fd210b..f21a78ba2 100644 --- a/repos/os/src/lib/net/stat.cc +++ b/repos/os/src/lib/net/stat.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2013-2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/os/src/lib/net/tcp.cc b/repos/os/src/lib/net/tcp.cc index 9ac7f25b5..84617e8e3 100644 --- a/repos/os/src/lib/net/tcp.cc +++ b/repos/os/src/lib/net/tcp.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/lib/net/udp.cc b/repos/os/src/lib/net/udp.cc index 549a2f3b7..37c187730 100644 --- a/repos/os/src/lib/net/udp.cc +++ b/repos/os/src/lib/net/udp.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode */ diff --git a/repos/os/src/lib/server/server.cc b/repos/os/src/lib/server/server.cc index 3cb487c7b..850f82050 100644 --- a/repos/os/src/lib/server/server.cc +++ b/repos/os/src/lib/server/server.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/os/src/lib/timed_semaphore/timed_semaphore.cc b/repos/os/src/lib/timed_semaphore/timed_semaphore.cc index 716522f7d..8701804f6 100644 --- a/repos/os/src/lib/timed_semaphore/timed_semaphore.cc +++ b/repos/os/src/lib/timed_semaphore/timed_semaphore.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/os/src/lib/timeout/timeout.cc b/repos/os/src/lib/timeout/timeout.cc index 4ea048688..b5bfd532d 100644 --- a/repos/os/src/lib/timeout/timeout.cc +++ b/repos/os/src/lib/timeout/timeout.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/lib/trace/policy/table.cc b/repos/os/src/lib/trace/policy/table.cc index d3de69b61..b2527cf81 100644 --- a/repos/os/src/lib/trace/policy/table.cc +++ b/repos/os/src/lib/trace/policy/table.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/os/src/lib/vfs/block_file_system.h b/repos/os/src/lib/vfs/block_file_system.h index c51301aed..c801df727 100644 --- a/repos/os/src/lib/vfs/block_file_system.h +++ b/repos/os/src/lib/vfs/block_file_system.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2013-2016 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__VFS__BLOCK_FILE_SYSTEM_H_ diff --git a/repos/os/src/lib/vfs/file_system_factory.cc b/repos/os/src/lib/vfs/file_system_factory.cc index ce1369207..f2f62ae1b 100644 --- a/repos/os/src/lib/vfs/file_system_factory.cc +++ b/repos/os/src/lib/vfs/file_system_factory.cc @@ -8,7 +8,7 @@ * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ diff --git a/repos/os/src/lib/vfs/fs_file_system.h b/repos/os/src/lib/vfs/fs_file_system.h index 7b2290a0a..f1488a717 100644 --- a/repos/os/src/lib/vfs/fs_file_system.h +++ b/repos/os/src/lib/vfs/fs_file_system.h @@ -10,7 +10,7 @@ * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__VFS__FS_FILE_SYSTEM_H_ diff --git a/repos/os/src/lib/vfs/inline_file_system.h b/repos/os/src/lib/vfs/inline_file_system.h index 37c7a887e..5b025dab6 100644 --- a/repos/os/src/lib/vfs/inline_file_system.h +++ b/repos/os/src/lib/vfs/inline_file_system.h @@ -8,10 +8,10 @@ */ /* - * Copyright (C) 2014-2016 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__VFS__INLINE_FILE_SYSTEM_H_ diff --git a/repos/os/src/lib/vfs/log_file_system.h b/repos/os/src/lib/vfs/log_file_system.h index 86311c307..ef48cb9dc 100644 --- a/repos/os/src/lib/vfs/log_file_system.h +++ b/repos/os/src/lib/vfs/log_file_system.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014-2016 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__VFS__LOG_FILE_SYSTEM_H_ diff --git a/repos/os/src/lib/vfs/null_file_system.h b/repos/os/src/lib/vfs/null_file_system.h index de1de4742..a2d723b56 100644 --- a/repos/os/src/lib/vfs/null_file_system.h +++ b/repos/os/src/lib/vfs/null_file_system.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2012-2016 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__VFS__NULL_FILE_SYSTEM_H_ diff --git a/repos/os/src/lib/vfs/ram_file_system.h b/repos/os/src/lib/vfs/ram_file_system.h index 0036dc89e..1acd7a53a 100644 --- a/repos/os/src/lib/vfs/ram_file_system.h +++ b/repos/os/src/lib/vfs/ram_file_system.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__VFS__RAM_FILE_SYSTEM_H_ diff --git a/repos/os/src/lib/vfs/rom_file_system.h b/repos/os/src/lib/vfs/rom_file_system.h index 671c4d288..8147da12a 100644 --- a/repos/os/src/lib/vfs/rom_file_system.h +++ b/repos/os/src/lib/vfs/rom_file_system.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014-2016 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__VFS__ROM_FILE_SYSTEM_H_ diff --git a/repos/os/src/lib/vfs/rtc_file_system.h b/repos/os/src/lib/vfs/rtc_file_system.h index 7d740d30e..291acb0b4 100644 --- a/repos/os/src/lib/vfs/rtc_file_system.h +++ b/repos/os/src/lib/vfs/rtc_file_system.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014-2016 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__VFS__RTC_FILE_SYSTEM_H_ diff --git a/repos/os/src/lib/vfs/symlink_file_system.h b/repos/os/src/lib/vfs/symlink_file_system.h index d0dd85315..7de74ee58 100644 --- a/repos/os/src/lib/vfs/symlink_file_system.h +++ b/repos/os/src/lib/vfs/symlink_file_system.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__VFS__SYMLINK_FILE_SYSTEM_H_ diff --git a/repos/os/src/lib/vfs/tar_file_system.h b/repos/os/src/lib/vfs/tar_file_system.h index 0a6da6bd2..43cbb643e 100644 --- a/repos/os/src/lib/vfs/tar_file_system.h +++ b/repos/os/src/lib/vfs/tar_file_system.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2016 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__VFS__TAR_FILE_SYSTEM_H_ diff --git a/repos/os/src/lib/vfs/terminal_file_system.h b/repos/os/src/lib/vfs/terminal_file_system.h index eab71592d..cb6ebc208 100644 --- a/repos/os/src/lib/vfs/terminal_file_system.h +++ b/repos/os/src/lib/vfs/terminal_file_system.h @@ -10,7 +10,7 @@ * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__VFS__TERMINAL_FILE_SYSTEM_H_ diff --git a/repos/os/src/lib/vfs/zero_file_system.h b/repos/os/src/lib/vfs/zero_file_system.h index 7aef6a241..d4a094019 100644 --- a/repos/os/src/lib/vfs/zero_file_system.h +++ b/repos/os/src/lib/vfs/zero_file_system.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2012-2016 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__VFS__ZERO_FILE_SYSTEM_H_ diff --git a/repos/os/src/server/blk_cache/chunk.h b/repos/os/src/server/blk_cache/chunk.h index e85b436a1..12f4fe0ab 100644 --- a/repos/os/src/server/blk_cache/chunk.h +++ b/repos/os/src/server/blk_cache/chunk.h @@ -8,10 +8,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CHUNK_H_ diff --git a/repos/os/src/server/blk_cache/driver.h b/repos/os/src/server/blk_cache/driver.h index 5f1656b28..d75f0172e 100644 --- a/repos/os/src/server/blk_cache/driver.h +++ b/repos/os/src/server/blk_cache/driver.h @@ -8,7 +8,7 @@ * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/os/src/server/blk_cache/lru.cc b/repos/os/src/server/blk_cache/lru.cc index 9b5142462..986a529d7 100644 --- a/repos/os/src/server/blk_cache/lru.cc +++ b/repos/os/src/server/blk_cache/lru.cc @@ -8,7 +8,7 @@ * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include "lru.h" diff --git a/repos/os/src/server/blk_cache/lru.h b/repos/os/src/server/blk_cache/lru.h index 6a8bd8e6c..5dbb340d0 100644 --- a/repos/os/src/server/blk_cache/lru.h +++ b/repos/os/src/server/blk_cache/lru.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/os/src/server/blk_cache/main.cc b/repos/os/src/server/blk_cache/main.cc index 5aa1d44ec..7d9a70b3e 100644 --- a/repos/os/src/server/blk_cache/main.cc +++ b/repos/os/src/server/blk_cache/main.cc @@ -8,7 +8,7 @@ * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/os/src/server/clipboard/main.cc b/repos/os/src/server/clipboard/main.cc index d145e589f..b77523a86 100644 --- a/repos/os/src/server/clipboard/main.cc +++ b/repos/os/src/server/clipboard/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/server/dynamic_rom/main.cc b/repos/os/src/server/dynamic_rom/main.cc index a4d316ef2..ba855d434 100644 --- a/repos/os/src/server/dynamic_rom/main.cc +++ b/repos/os/src/server/dynamic_rom/main.cc @@ -8,7 +8,7 @@ * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/server/fs_log/main.cc b/repos/os/src/server/fs_log/main.cc index 69e0ecdc2..543b6c12a 100644 --- a/repos/os/src/server/fs_log/main.cc +++ b/repos/os/src/server/fs_log/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/server/fs_log/session.h b/repos/os/src/server/fs_log/session.h index 5e8668fb2..681754c10 100644 --- a/repos/os/src/server/fs_log/session.h +++ b/repos/os/src/server/fs_log/session.h @@ -8,10 +8,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _FS_LOG__SESSION_H_ diff --git a/repos/os/src/server/fs_rom/main.cc b/repos/os/src/server/fs_rom/main.cc index 371ba5ff2..ace911b46 100755 --- a/repos/os/src/server/fs_rom/main.cc +++ b/repos/os/src/server/fs_rom/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013-2016 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/server/input_filter/chargen_source.h b/repos/os/src/server/input_filter/chargen_source.h index 8219ee9aa..670132583 100644 --- a/repos/os/src/server/input_filter/chargen_source.h +++ b/repos/os/src/server/input_filter/chargen_source.h @@ -8,7 +8,7 @@ * Copyright (C) 2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INPUT_FILTER__CHARGEN_SOURCE_H_ diff --git a/repos/os/src/server/input_filter/connection.h b/repos/os/src/server/input_filter/connection.h index 72d06015d..a9a0c8dcc 100644 --- a/repos/os/src/server/input_filter/connection.h +++ b/repos/os/src/server/input_filter/connection.h @@ -8,7 +8,7 @@ * Copyright (C) 2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INPUT_FILTER__CONNECTION_H_ diff --git a/repos/os/src/server/input_filter/include_accessor.h b/repos/os/src/server/input_filter/include_accessor.h index dddaba5b3..8f5f658ec 100644 --- a/repos/os/src/server/input_filter/include_accessor.h +++ b/repos/os/src/server/input_filter/include_accessor.h @@ -8,7 +8,7 @@ * Copyright (C) 2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INPUT_FILTER__INCLUDE_ACCESSOR_H_ diff --git a/repos/os/src/server/input_filter/input_source.h b/repos/os/src/server/input_filter/input_source.h index 294179d24..8e99b539d 100644 --- a/repos/os/src/server/input_filter/input_source.h +++ b/repos/os/src/server/input_filter/input_source.h @@ -8,7 +8,7 @@ * Copyright (C) 2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INPUT_FILTER__INPUT_SOURCE_H_ diff --git a/repos/os/src/server/input_filter/key_code_by_name.h b/repos/os/src/server/input_filter/key_code_by_name.h index 4dbd64f85..5f64b14e1 100644 --- a/repos/os/src/server/input_filter/key_code_by_name.h +++ b/repos/os/src/server/input_filter/key_code_by_name.h @@ -8,7 +8,7 @@ * Copyright (C) 2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INPUT_FILTER__KEY_CODE_BY_NAME_H_ diff --git a/repos/os/src/server/input_filter/main.cc b/repos/os/src/server/input_filter/main.cc index 54ff00e21..40dc67a38 100644 --- a/repos/os/src/server/input_filter/main.cc +++ b/repos/os/src/server/input_filter/main.cc @@ -8,7 +8,7 @@ * Copyright (C) 2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/server/input_filter/merge_source.h b/repos/os/src/server/input_filter/merge_source.h index dd2161f7d..b570f7792 100644 --- a/repos/os/src/server/input_filter/merge_source.h +++ b/repos/os/src/server/input_filter/merge_source.h @@ -8,7 +8,7 @@ * Copyright (C) 2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INPUT_FILTER__MERGE_SOURCE_H_ diff --git a/repos/os/src/server/input_filter/remap_source.h b/repos/os/src/server/input_filter/remap_source.h index c10dcb3da..def67caf3 100644 --- a/repos/os/src/server/input_filter/remap_source.h +++ b/repos/os/src/server/input_filter/remap_source.h @@ -8,7 +8,7 @@ * Copyright (C) 2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INPUT_FILTER__REMAP_SOURCE_H_ diff --git a/repos/os/src/server/input_filter/source.h b/repos/os/src/server/input_filter/source.h index 51715ab23..cf0502d16 100644 --- a/repos/os/src/server/input_filter/source.h +++ b/repos/os/src/server/input_filter/source.h @@ -8,7 +8,7 @@ * Copyright (C) 2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INPUT_FILTER__SOURCE_H_ diff --git a/repos/os/src/server/input_filter/timer_accessor.h b/repos/os/src/server/input_filter/timer_accessor.h index 56d698ddf..dfecc45a3 100644 --- a/repos/os/src/server/input_filter/timer_accessor.h +++ b/repos/os/src/server/input_filter/timer_accessor.h @@ -8,7 +8,7 @@ * Copyright (C) 2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INPUT_FILTER__TIMER_ACCESSOR_H_ diff --git a/repos/os/src/server/input_filter/types.h b/repos/os/src/server/input_filter/types.h index 9b7e40107..e31e7cd29 100644 --- a/repos/os/src/server/input_filter/types.h +++ b/repos/os/src/server/input_filter/types.h @@ -8,7 +8,7 @@ * Copyright (C) 2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INPUT_FILTER__TYPES_H_ diff --git a/repos/os/src/server/input_merger/main.cc b/repos/os/src/server/input_merger/main.cc index 1830925c7..a349aae38 100644 --- a/repos/os/src/server/input_merger/main.cc +++ b/repos/os/src/server/input_merger/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014-2016 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/server/iso9660/iso9660.cc b/repos/os/src/server/iso9660/iso9660.cc index 7ba8f31ba..4b84e67fa 100644 --- a/repos/os/src/server/iso9660/iso9660.cc +++ b/repos/os/src/server/iso9660/iso9660.cc @@ -8,7 +8,7 @@ * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/server/iso9660/iso9660.h b/repos/os/src/server/iso9660/iso9660.h index 78e7f7f8e..7fa8d8a76 100644 --- a/repos/os/src/server/iso9660/iso9660.h +++ b/repos/os/src/server/iso9660/iso9660.h @@ -8,7 +8,7 @@ * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/server/iso9660/main.cc b/repos/os/src/server/iso9660/main.cc index 4c316f4ac..4c157e9a5 100644 --- a/repos/os/src/server/iso9660/main.cc +++ b/repos/os/src/server/iso9660/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2016 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/server/loader/child.h b/repos/os/src/server/loader/child.h index ca3a4c02b..437650ec4 100644 --- a/repos/os/src/server/loader/child.h +++ b/repos/os/src/server/loader/child.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CHILD_H_ diff --git a/repos/os/src/server/loader/input.h b/repos/os/src/server/loader/input.h index 0ee1876da..0cb043702 100644 --- a/repos/os/src/server/loader/input.h +++ b/repos/os/src/server/loader/input.h @@ -14,7 +14,7 @@ * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INPUT_H_ diff --git a/repos/os/src/server/loader/main.cc b/repos/os/src/server/loader/main.cc index 0ee8d869b..666eb2877 100644 --- a/repos/os/src/server/loader/main.cc +++ b/repos/os/src/server/loader/main.cc @@ -8,7 +8,7 @@ * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/server/loader/nitpicker.h b/repos/os/src/server/loader/nitpicker.h index bab22d3e0..b9d5d8768 100644 --- a/repos/os/src/server/loader/nitpicker.h +++ b/repos/os/src/server/loader/nitpicker.h @@ -9,7 +9,7 @@ * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _NITPICKER_H_ diff --git a/repos/os/src/server/loader/ram_session_client_guard.h b/repos/os/src/server/loader/ram_session_client_guard.h index 37163c29b..e9ff8fd58 100644 --- a/repos/os/src/server/loader/ram_session_client_guard.h +++ b/repos/os/src/server/loader/ram_session_client_guard.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _RAM_SESSION_CLIENT_GUARD_H_ diff --git a/repos/os/src/server/loader/rom.h b/repos/os/src/server/loader/rom.h index 2dc36b2bf..6be7b02cb 100644 --- a/repos/os/src/server/loader/rom.h +++ b/repos/os/src/server/loader/rom.h @@ -8,7 +8,7 @@ * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _ROM_H_ diff --git a/repos/os/src/server/log_report/main.cc b/repos/os/src/server/log_report/main.cc index 162311e69..62671699d 100644 --- a/repos/os/src/server/log_report/main.cc +++ b/repos/os/src/server/log_report/main.cc @@ -8,7 +8,7 @@ * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/os/src/server/log_terminal/main.cc b/repos/os/src/server/log_terminal/main.cc index 94d145595..37d2aeefc 100644 --- a/repos/os/src/server/log_terminal/main.cc +++ b/repos/os/src/server/log_terminal/main.cc @@ -8,7 +8,7 @@ * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/server/lx_fs/main.cc b/repos/os/src/server/lx_fs/main.cc index 0f974bc95..483ac1f6f 100644 --- a/repos/os/src/server/lx_fs/main.cc +++ b/repos/os/src/server/lx_fs/main.cc @@ -8,7 +8,7 @@ * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/server/mixer/mixer.cc b/repos/os/src/server/mixer/mixer.cc index 304105cf6..72e06d7bf 100644 --- a/repos/os/src/server/mixer/mixer.cc +++ b/repos/os/src/server/mixer/mixer.cc @@ -17,10 +17,10 @@ */ /* - * Copyright (C) 2009-2016 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/server/nic_bridge/address_node.h b/repos/os/src/server/nic_bridge/address_node.h index 47df44e7b..bfb063713 100644 --- a/repos/os/src/server/nic_bridge/address_node.h +++ b/repos/os/src/server/nic_bridge/address_node.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _ADDRESS_NODE_H_ diff --git a/repos/os/src/server/nic_bridge/component.cc b/repos/os/src/server/nic_bridge/component.cc index 153a5bc08..5466ca0a7 100644 --- a/repos/os/src/server/nic_bridge/component.cc +++ b/repos/os/src/server/nic_bridge/component.cc @@ -8,7 +8,7 @@ * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode */ diff --git a/repos/os/src/server/nic_bridge/component.h b/repos/os/src/server/nic_bridge/component.h index a77f24ce6..07e109adc 100644 --- a/repos/os/src/server/nic_bridge/component.h +++ b/repos/os/src/server/nic_bridge/component.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2016 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _COMPONENT_H_ diff --git a/repos/os/src/server/nic_bridge/mac_allocator.cc b/repos/os/src/server/nic_bridge/mac_allocator.cc index 41a310998..b629f861a 100644 --- a/repos/os/src/server/nic_bridge/mac_allocator.cc +++ b/repos/os/src/server/nic_bridge/mac_allocator.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/server/nic_bridge/main.cc b/repos/os/src/server/nic_bridge/main.cc index 7f53328fe..376196ef2 100644 --- a/repos/os/src/server/nic_bridge/main.cc +++ b/repos/os/src/server/nic_bridge/main.cc @@ -8,7 +8,7 @@ * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode */ diff --git a/repos/os/src/server/nic_bridge/nic.cc b/repos/os/src/server/nic_bridge/nic.cc index 623d2f4df..5e6ab1a04 100644 --- a/repos/os/src/server/nic_bridge/nic.cc +++ b/repos/os/src/server/nic_bridge/nic.cc @@ -8,7 +8,7 @@ * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/os/src/server/nic_bridge/nic.h b/repos/os/src/server/nic_bridge/nic.h index 10d403940..3cdd4de3a 100644 --- a/repos/os/src/server/nic_bridge/nic.h +++ b/repos/os/src/server/nic_bridge/nic.h @@ -8,7 +8,7 @@ * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _SRC__SERVER__NIC_BRIDGE__NIC_H_ diff --git a/repos/os/src/server/nic_bridge/packet_handler.cc b/repos/os/src/server/nic_bridge/packet_handler.cc index 37c81d2e7..53eb8ec2f 100644 --- a/repos/os/src/server/nic_bridge/packet_handler.cc +++ b/repos/os/src/server/nic_bridge/packet_handler.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/os/src/server/nic_bridge/packet_handler.h b/repos/os/src/server/nic_bridge/packet_handler.h index 9c31cd821..fddda8f6e 100644 --- a/repos/os/src/server/nic_bridge/packet_handler.h +++ b/repos/os/src/server/nic_bridge/packet_handler.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _PACKET_HANDLER_H_ diff --git a/repos/os/src/server/nic_bridge/vlan.h b/repos/os/src/server/nic_bridge/vlan.h index 0c749cc1e..703ce6532 100644 --- a/repos/os/src/server/nic_bridge/vlan.h +++ b/repos/os/src/server/nic_bridge/vlan.h @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _VLAN_H_ diff --git a/repos/os/src/server/nic_loopback/main.cc b/repos/os/src/server/nic_loopback/main.cc index d306356f9..3011f599d 100644 --- a/repos/os/src/server/nic_loopback/main.cc +++ b/repos/os/src/server/nic_loopback/main.cc @@ -10,7 +10,7 @@ * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/os/src/server/nic_router/arp_cache.cc b/repos/os/src/server/nic_router/arp_cache.cc index 1e796b2e6..5bf6805b4 100644 --- a/repos/os/src/server/nic_router/arp_cache.cc +++ b/repos/os/src/server/nic_router/arp_cache.cc @@ -5,10 +5,10 @@ */ /* -* Copyright (C) 2016 Genode Labs GmbH +* Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed -* under the terms of the GNU General Public License version 2. +* under the terms of the GNU Affero General Public License version 3. */ /* local includes */ diff --git a/repos/os/src/server/nic_router/arp_cache.h b/repos/os/src/server/nic_router/arp_cache.h index cb277ef75..1a03b0bd4 100644 --- a/repos/os/src/server/nic_router/arp_cache.h +++ b/repos/os/src/server/nic_router/arp_cache.h @@ -5,10 +5,10 @@ */ /* -* Copyright (C) 2016 Genode Labs GmbH +* Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed -* under the terms of the GNU General Public License version 2. +* under the terms of the GNU Affero General Public License version 3. */ #ifndef _ARP_CACHE_H_ diff --git a/repos/os/src/server/nic_router/arp_waiter.cc b/repos/os/src/server/nic_router/arp_waiter.cc index ca399a9e0..6f63439f9 100644 --- a/repos/os/src/server/nic_router/arp_waiter.cc +++ b/repos/os/src/server/nic_router/arp_waiter.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* local includes */ diff --git a/repos/os/src/server/nic_router/arp_waiter.h b/repos/os/src/server/nic_router/arp_waiter.h index 0ff551cb2..f15a757df 100644 --- a/repos/os/src/server/nic_router/arp_waiter.h +++ b/repos/os/src/server/nic_router/arp_waiter.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _ARP_WAITER_H_ diff --git a/repos/os/src/server/nic_router/component.cc b/repos/os/src/server/nic_router/component.cc index c944bf3b3..abca5ea3d 100644 --- a/repos/os/src/server/nic_router/component.cc +++ b/repos/os/src/server/nic_router/component.cc @@ -8,7 +8,7 @@ * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/server/nic_router/component.h b/repos/os/src/server/nic_router/component.h index ba1cddb9e..ba2c03117 100644 --- a/repos/os/src/server/nic_router/component.h +++ b/repos/os/src/server/nic_router/component.h @@ -8,7 +8,7 @@ * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _COMPONENT_H_ diff --git a/repos/os/src/server/nic_router/configuration.cc b/repos/os/src/server/nic_router/configuration.cc index 597c548cd..5e7b2c8a7 100644 --- a/repos/os/src/server/nic_router/configuration.cc +++ b/repos/os/src/server/nic_router/configuration.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* local includes */ diff --git a/repos/os/src/server/nic_router/configuration.h b/repos/os/src/server/nic_router/configuration.h index 396b8323b..4ff290e00 100644 --- a/repos/os/src/server/nic_router/configuration.h +++ b/repos/os/src/server/nic_router/configuration.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CONFIGURATION_H_ diff --git a/repos/os/src/server/nic_router/direct_rule.cc b/repos/os/src/server/nic_router/direct_rule.cc index 9be63b928..3700124cd 100644 --- a/repos/os/src/server/nic_router/direct_rule.cc +++ b/repos/os/src/server/nic_router/direct_rule.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* local includes */ diff --git a/repos/os/src/server/nic_router/direct_rule.h b/repos/os/src/server/nic_router/direct_rule.h index 2c08d733e..9f4b30090 100644 --- a/repos/os/src/server/nic_router/direct_rule.h +++ b/repos/os/src/server/nic_router/direct_rule.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _DIRECT_RULE_H_ diff --git a/repos/os/src/server/nic_router/domain.cc b/repos/os/src/server/nic_router/domain.cc index 736108310..0b40e4166 100644 --- a/repos/os/src/server/nic_router/domain.cc +++ b/repos/os/src/server/nic_router/domain.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* local includes */ diff --git a/repos/os/src/server/nic_router/domain.h b/repos/os/src/server/nic_router/domain.h index b12a15a4f..93eba51a3 100644 --- a/repos/os/src/server/nic_router/domain.h +++ b/repos/os/src/server/nic_router/domain.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _DOMAIN_H_ diff --git a/repos/os/src/server/nic_router/forward_rule.cc b/repos/os/src/server/nic_router/forward_rule.cc index 896ec3c4b..b328d7ef3 100644 --- a/repos/os/src/server/nic_router/forward_rule.cc +++ b/repos/os/src/server/nic_router/forward_rule.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* local includes */ diff --git a/repos/os/src/server/nic_router/forward_rule.h b/repos/os/src/server/nic_router/forward_rule.h index 05bf82b88..2f63765bd 100644 --- a/repos/os/src/server/nic_router/forward_rule.h +++ b/repos/os/src/server/nic_router/forward_rule.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _FORWARD_RULE_H_ diff --git a/repos/os/src/server/nic_router/interface.cc b/repos/os/src/server/nic_router/interface.cc index 577c0a628..16fb4446c 100644 --- a/repos/os/src/server/nic_router/interface.cc +++ b/repos/os/src/server/nic_router/interface.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/server/nic_router/interface.h b/repos/os/src/server/nic_router/interface.h index a853c30a3..3898e9a2d 100644 --- a/repos/os/src/server/nic_router/interface.h +++ b/repos/os/src/server/nic_router/interface.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INTERFACE_H_ diff --git a/repos/os/src/server/nic_router/ip_rule.cc b/repos/os/src/server/nic_router/ip_rule.cc index f980e821c..df3e38b40 100644 --- a/repos/os/src/server/nic_router/ip_rule.cc +++ b/repos/os/src/server/nic_router/ip_rule.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* local includes */ diff --git a/repos/os/src/server/nic_router/ip_rule.h b/repos/os/src/server/nic_router/ip_rule.h index 346d91cda..8d726d1f9 100644 --- a/repos/os/src/server/nic_router/ip_rule.h +++ b/repos/os/src/server/nic_router/ip_rule.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _IP_RULE_H_ diff --git a/repos/os/src/server/nic_router/leaf_rule.cc b/repos/os/src/server/nic_router/leaf_rule.cc index 4af97adae..78f56a202 100644 --- a/repos/os/src/server/nic_router/leaf_rule.cc +++ b/repos/os/src/server/nic_router/leaf_rule.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* local includes */ diff --git a/repos/os/src/server/nic_router/leaf_rule.h b/repos/os/src/server/nic_router/leaf_rule.h index 02c017726..ac359e7e6 100644 --- a/repos/os/src/server/nic_router/leaf_rule.h +++ b/repos/os/src/server/nic_router/leaf_rule.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _LEAF_RULE_H_ diff --git a/repos/os/src/server/nic_router/link.cc b/repos/os/src/server/nic_router/link.cc index 861b28e20..0763c5d8d 100644 --- a/repos/os/src/server/nic_router/link.cc +++ b/repos/os/src/server/nic_router/link.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/server/nic_router/link.h b/repos/os/src/server/nic_router/link.h index b6144a8ea..bb1570d09 100644 --- a/repos/os/src/server/nic_router/link.h +++ b/repos/os/src/server/nic_router/link.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _LINK_H_ diff --git a/repos/os/src/server/nic_router/mac_allocator.cc b/repos/os/src/server/nic_router/mac_allocator.cc index ecf0ee07d..8f3bbb252 100644 --- a/repos/os/src/server/nic_router/mac_allocator.cc +++ b/repos/os/src/server/nic_router/mac_allocator.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/server/nic_router/main.cc b/repos/os/src/server/nic_router/main.cc index 13d904f6e..ead9489b7 100644 --- a/repos/os/src/server/nic_router/main.cc +++ b/repos/os/src/server/nic_router/main.cc @@ -8,7 +8,7 @@ * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode */ diff --git a/repos/os/src/server/nic_router/nat_rule.cc b/repos/os/src/server/nic_router/nat_rule.cc index b4274fdad..425bbcdc7 100644 --- a/repos/os/src/server/nic_router/nat_rule.cc +++ b/repos/os/src/server/nic_router/nat_rule.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/server/nic_router/nat_rule.h b/repos/os/src/server/nic_router/nat_rule.h index 11ee2238c..5723a28ce 100644 --- a/repos/os/src/server/nic_router/nat_rule.h +++ b/repos/os/src/server/nic_router/nat_rule.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _NAT_RULE_H_ diff --git a/repos/os/src/server/nic_router/permit_rule.cc b/repos/os/src/server/nic_router/permit_rule.cc index d73da405d..d0b5acb24 100644 --- a/repos/os/src/server/nic_router/permit_rule.cc +++ b/repos/os/src/server/nic_router/permit_rule.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/server/nic_router/permit_rule.h b/repos/os/src/server/nic_router/permit_rule.h index 39e01e830..03262eb31 100644 --- a/repos/os/src/server/nic_router/permit_rule.h +++ b/repos/os/src/server/nic_router/permit_rule.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _PERMIT_RULE_H_ diff --git a/repos/os/src/server/nic_router/pointer.h b/repos/os/src/server/nic_router/pointer.h index cd08a80af..a1a38ccf8 100644 --- a/repos/os/src/server/nic_router/pointer.h +++ b/repos/os/src/server/nic_router/pointer.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _POINTER_H_ diff --git a/repos/os/src/server/nic_router/port_allocator.cc b/repos/os/src/server/nic_router/port_allocator.cc index 3bb41e2b1..9597080f6 100644 --- a/repos/os/src/server/nic_router/port_allocator.cc +++ b/repos/os/src/server/nic_router/port_allocator.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* local includes */ diff --git a/repos/os/src/server/nic_router/port_allocator.h b/repos/os/src/server/nic_router/port_allocator.h index 2b42afde7..131624bb8 100644 --- a/repos/os/src/server/nic_router/port_allocator.h +++ b/repos/os/src/server/nic_router/port_allocator.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _PORT_ALLOCATOR_H_ diff --git a/repos/os/src/server/nic_router/protocol_name.cc b/repos/os/src/server/nic_router/protocol_name.cc index baa4190bc..3347218d2 100644 --- a/repos/os/src/server/nic_router/protocol_name.cc +++ b/repos/os/src/server/nic_router/protocol_name.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* local includes */ diff --git a/repos/os/src/server/nic_router/protocol_name.h b/repos/os/src/server/nic_router/protocol_name.h index d08b9c0e8..ef3000d47 100644 --- a/repos/os/src/server/nic_router/protocol_name.h +++ b/repos/os/src/server/nic_router/protocol_name.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _PROTOCOL_NAME_H_ diff --git a/repos/os/src/server/nic_router/rule.h b/repos/os/src/server/nic_router/rule.h index 050f981c3..7814ef357 100644 --- a/repos/os/src/server/nic_router/rule.h +++ b/repos/os/src/server/nic_router/rule.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _RULE_H_ diff --git a/repos/os/src/server/nic_router/transport_rule.cc b/repos/os/src/server/nic_router/transport_rule.cc index 8da24d054..ecb1180e2 100644 --- a/repos/os/src/server/nic_router/transport_rule.cc +++ b/repos/os/src/server/nic_router/transport_rule.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/server/nic_router/transport_rule.h b/repos/os/src/server/nic_router/transport_rule.h index 770db6565..fabc26b3e 100644 --- a/repos/os/src/server/nic_router/transport_rule.h +++ b/repos/os/src/server/nic_router/transport_rule.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _TRANSPORT_RULE_H_ diff --git a/repos/os/src/server/nic_router/uplink.cc b/repos/os/src/server/nic_router/uplink.cc index 5b548e61b..d2d5bdf99 100644 --- a/repos/os/src/server/nic_router/uplink.cc +++ b/repos/os/src/server/nic_router/uplink.cc @@ -8,7 +8,7 @@ * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/server/nic_router/uplink.h b/repos/os/src/server/nic_router/uplink.h index 1d9230aed..d6358c4a1 100644 --- a/repos/os/src/server/nic_router/uplink.h +++ b/repos/os/src/server/nic_router/uplink.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _UPLINK_H_ diff --git a/repos/os/src/server/nit_fb/main.cc b/repos/os/src/server/nit_fb/main.cc index cd634ab2d..437bf49ad 100644 --- a/repos/os/src/server/nit_fb/main.cc +++ b/repos/os/src/server/nit_fb/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2014 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/server/nitpicker/background.h b/repos/os/src/server/nitpicker/background.h index e794ac763..be17e758c 100644 --- a/repos/os/src/server/nitpicker/background.h +++ b/repos/os/src/server/nitpicker/background.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2016 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _BACKGROUND_H_ diff --git a/repos/os/src/server/nitpicker/canvas.h b/repos/os/src/server/nitpicker/canvas.h index 0292b1a1f..7c760151b 100644 --- a/repos/os/src/server/nitpicker/canvas.h +++ b/repos/os/src/server/nitpicker/canvas.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CANVAS_H_ diff --git a/repos/os/src/server/nitpicker/clip_guard.h b/repos/os/src/server/nitpicker/clip_guard.h index edb168f0e..9ba48fe9d 100644 --- a/repos/os/src/server/nitpicker/clip_guard.h +++ b/repos/os/src/server/nitpicker/clip_guard.h @@ -19,10 +19,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CLIP_GUARD_H_ diff --git a/repos/os/src/server/nitpicker/color.h b/repos/os/src/server/nitpicker/color.h index bcb5f0858..f7f71bd7a 100644 --- a/repos/os/src/server/nitpicker/color.h +++ b/repos/os/src/server/nitpicker/color.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _COLOR_H_ diff --git a/repos/os/src/server/nitpicker/domain_registry.h b/repos/os/src/server/nitpicker/domain_registry.h index 15ab21da9..af595c6bf 100644 --- a/repos/os/src/server/nitpicker/domain_registry.h +++ b/repos/os/src/server/nitpicker/domain_registry.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _DOMAIN_REGISTRY_ diff --git a/repos/os/src/server/nitpicker/draw_label.h b/repos/os/src/server/nitpicker/draw_label.h index 707430fe0..8b7927256 100644 --- a/repos/os/src/server/nitpicker/draw_label.h +++ b/repos/os/src/server/nitpicker/draw_label.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _DRAW_LABEL_H_ diff --git a/repos/os/src/server/nitpicker/global_keys.cc b/repos/os/src/server/nitpicker/global_keys.cc index 2cc5f158d..3c38f7963 100644 --- a/repos/os/src/server/nitpicker/global_keys.cc +++ b/repos/os/src/server/nitpicker/global_keys.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* local includes */ diff --git a/repos/os/src/server/nitpicker/global_keys.h b/repos/os/src/server/nitpicker/global_keys.h index acab1a7af..6f3adf055 100644 --- a/repos/os/src/server/nitpicker/global_keys.h +++ b/repos/os/src/server/nitpicker/global_keys.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _GLOBAL_KEYS_H_ diff --git a/repos/os/src/server/nitpicker/input.h b/repos/os/src/server/nitpicker/input.h index 815e2c97d..0d9f7d2a9 100644 --- a/repos/os/src/server/nitpicker/input.h +++ b/repos/os/src/server/nitpicker/input.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INPUT_H_ diff --git a/repos/os/src/server/nitpicker/main.cc b/repos/os/src/server/nitpicker/main.cc index 63f178296..3ab1ab34c 100644 --- a/repos/os/src/server/nitpicker/main.cc +++ b/repos/os/src/server/nitpicker/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2016 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/server/nitpicker/mode.h b/repos/os/src/server/nitpicker/mode.h index c0f256540..01b8a5b49 100644 --- a/repos/os/src/server/nitpicker/mode.h +++ b/repos/os/src/server/nitpicker/mode.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _MODE_H_ diff --git a/repos/os/src/server/nitpicker/pointer_origin.h b/repos/os/src/server/nitpicker/pointer_origin.h index 11341f189..5d974d1da 100644 --- a/repos/os/src/server/nitpicker/pointer_origin.h +++ b/repos/os/src/server/nitpicker/pointer_origin.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014-2016 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _POINTER_ORIGIN_H_ diff --git a/repos/os/src/server/nitpicker/session.h b/repos/os/src/server/nitpicker/session.h index 63ea46a10..afe8fac75 100644 --- a/repos/os/src/server/nitpicker/session.h +++ b/repos/os/src/server/nitpicker/session.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _SESSION_H_ diff --git a/repos/os/src/server/nitpicker/user_state.cc b/repos/os/src/server/nitpicker/user_state.cc index 062078bba..d9d0b16df 100644 --- a/repos/os/src/server/nitpicker/user_state.cc +++ b/repos/os/src/server/nitpicker/user_state.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/os/src/server/nitpicker/user_state.h b/repos/os/src/server/nitpicker/user_state.h index f8cc4303c..cbfbc1a58 100644 --- a/repos/os/src/server/nitpicker/user_state.h +++ b/repos/os/src/server/nitpicker/user_state.h @@ -9,10 +9,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _USER_STATE_H_ diff --git a/repos/os/src/server/nitpicker/view.cc b/repos/os/src/server/nitpicker/view.cc index c76870fbd..612bf7849 100644 --- a/repos/os/src/server/nitpicker/view.cc +++ b/repos/os/src/server/nitpicker/view.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/os/src/server/nitpicker/view.h b/repos/os/src/server/nitpicker/view.h index 2176e8da3..7cbc6f41b 100644 --- a/repos/os/src/server/nitpicker/view.h +++ b/repos/os/src/server/nitpicker/view.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _VIEW_H_ diff --git a/repos/os/src/server/nitpicker/view_stack.cc b/repos/os/src/server/nitpicker/view_stack.cc index 2f10853d1..03d49dffb 100644 --- a/repos/os/src/server/nitpicker/view_stack.cc +++ b/repos/os/src/server/nitpicker/view_stack.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include "view_stack.h" diff --git a/repos/os/src/server/nitpicker/view_stack.h b/repos/os/src/server/nitpicker/view_stack.h index 60701b745..52b0c3b20 100644 --- a/repos/os/src/server/nitpicker/view_stack.h +++ b/repos/os/src/server/nitpicker/view_stack.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _VIEW_STACK_H_ diff --git a/repos/os/src/server/part_blk/component.h b/repos/os/src/server/part_blk/component.h index 30f39259c..99314aedc 100644 --- a/repos/os/src/server/part_blk/component.h +++ b/repos/os/src/server/part_blk/component.h @@ -8,7 +8,7 @@ * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _PART_BLK__COMPONENT_H_ diff --git a/repos/os/src/server/part_blk/driver.h b/repos/os/src/server/part_blk/driver.h index 8935cbe5d..a4a080bb0 100644 --- a/repos/os/src/server/part_blk/driver.h +++ b/repos/os/src/server/part_blk/driver.h @@ -8,7 +8,7 @@ * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _PART_BLK__DRIVER_H_ diff --git a/repos/os/src/server/part_blk/gpt.h b/repos/os/src/server/part_blk/gpt.h index 5e04685de..455b8deca 100644 --- a/repos/os/src/server/part_blk/gpt.h +++ b/repos/os/src/server/part_blk/gpt.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _PART_BLK__GPT_H_ diff --git a/repos/os/src/server/part_blk/main.cc b/repos/os/src/server/part_blk/main.cc index c1109ac94..61d7f2191 100644 --- a/repos/os/src/server/part_blk/main.cc +++ b/repos/os/src/server/part_blk/main.cc @@ -10,7 +10,7 @@ * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/os/src/server/part_blk/mbr.h b/repos/os/src/server/part_blk/mbr.h index a8c5c41bf..2102e6c2c 100644 --- a/repos/os/src/server/part_blk/mbr.h +++ b/repos/os/src/server/part_blk/mbr.h @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2013-2014 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _PART_BLK__MBR_H_ diff --git a/repos/os/src/server/part_blk/partition_table.h b/repos/os/src/server/part_blk/partition_table.h index 87eee30ad..e8c2b7d62 100644 --- a/repos/os/src/server/part_blk/partition_table.h +++ b/repos/os/src/server/part_blk/partition_table.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _PART_BLK__PARTITION_TABLE_H_ diff --git a/repos/os/src/server/ram_blk/main.cc b/repos/os/src/server/ram_blk/main.cc index 8a2c21a1c..4cb5d2cb1 100644 --- a/repos/os/src/server/ram_blk/main.cc +++ b/repos/os/src/server/ram_blk/main.cc @@ -10,7 +10,7 @@ * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/server/ram_fs/main.cc b/repos/os/src/server/ram_fs/main.cc index 0375e1cf7..a59f6e6b1 100644 --- a/repos/os/src/server/ram_fs/main.cc +++ b/repos/os/src/server/ram_fs/main.cc @@ -8,7 +8,7 @@ * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/server/report_rom/main.cc b/repos/os/src/server/report_rom/main.cc index b5a6a0d7f..f8ec46eb6 100644 --- a/repos/os/src/server/report_rom/main.cc +++ b/repos/os/src/server/report_rom/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014-2016 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/server/report_rom/rom_registry.h b/repos/os/src/server/report_rom/rom_registry.h index 7d87db092..b7e5f17c2 100644 --- a/repos/os/src/server/report_rom/rom_registry.h +++ b/repos/os/src/server/report_rom/rom_registry.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014-2016 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _ROM_REGISTRY_H_ diff --git a/repos/os/src/server/rom_blk/main.cc b/repos/os/src/server/rom_blk/main.cc index da9fa2e03..8ace3aedc 100644 --- a/repos/os/src/server/rom_blk/main.cc +++ b/repos/os/src/server/rom_blk/main.cc @@ -8,7 +8,7 @@ * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/os/src/server/rom_filter/input_rom_registry.h b/repos/os/src/server/rom_filter/input_rom_registry.h index da3c8a993..22ab92088 100644 --- a/repos/os/src/server/rom_filter/input_rom_registry.h +++ b/repos/os/src/server/rom_filter/input_rom_registry.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INPUT_ROM_REGISTRY_H_ diff --git a/repos/os/src/server/rom_filter/main.cc b/repos/os/src/server/rom_filter/main.cc index 23ecdd7fd..eb1f5370f 100644 --- a/repos/os/src/server/rom_filter/main.cc +++ b/repos/os/src/server/rom_filter/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/server/rom_prefetcher/main.cc b/repos/os/src/server/rom_prefetcher/main.cc index ba129d7c6..e682c65d5 100644 --- a/repos/os/src/server/rom_prefetcher/main.cc +++ b/repos/os/src/server/rom_prefetcher/main.cc @@ -8,7 +8,7 @@ * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/server/tar_rom/main.cc b/repos/os/src/server/tar_rom/main.cc index 15ee29a6d..4bc2ea9be 100755 --- a/repos/os/src/server/tar_rom/main.cc +++ b/repos/os/src/server/tar_rom/main.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2010-2016 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/server/terminal_crosslink/main.cc b/repos/os/src/server/terminal_crosslink/main.cc index ca6845f83..50660bef4 100644 --- a/repos/os/src/server/terminal_crosslink/main.cc +++ b/repos/os/src/server/terminal_crosslink/main.cc @@ -8,7 +8,7 @@ * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/server/terminal_crosslink/terminal_root.h b/repos/os/src/server/terminal_crosslink/terminal_root.h index dbb00b0c4..35c123f90 100644 --- a/repos/os/src/server/terminal_crosslink/terminal_root.h +++ b/repos/os/src/server/terminal_crosslink/terminal_root.h @@ -8,7 +8,7 @@ * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _TERMINAL_ROOT_H_ diff --git a/repos/os/src/server/terminal_crosslink/terminal_session_component.cc b/repos/os/src/server/terminal_crosslink/terminal_session_component.cc index a11735bd9..1f5bfb350 100644 --- a/repos/os/src/server/terminal_crosslink/terminal_session_component.cc +++ b/repos/os/src/server/terminal_crosslink/terminal_session_component.cc @@ -8,7 +8,7 @@ * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ diff --git a/repos/os/src/server/terminal_crosslink/terminal_session_component.h b/repos/os/src/server/terminal_crosslink/terminal_session_component.h index 2b27caa66..d2427f6ed 100644 --- a/repos/os/src/server/terminal_crosslink/terminal_session_component.h +++ b/repos/os/src/server/terminal_crosslink/terminal_session_component.h @@ -8,7 +8,7 @@ * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _TERMINAL_SESSION_COMPONENT_H_ diff --git a/repos/os/src/server/terminal_log/main.cc b/repos/os/src/server/terminal_log/main.cc index e6a50c970..4e6b27fe2 100644 --- a/repos/os/src/server/terminal_log/main.cc +++ b/repos/os/src/server/terminal_log/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/os/src/server/trace_fs/buffer.h b/repos/os/src/server/trace_fs/buffer.h index 787da28c0..595df39e6 100644 --- a/repos/os/src/server/trace_fs/buffer.h +++ b/repos/os/src/server/trace_fs/buffer.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _BUFFER_H_ diff --git a/repos/os/src/server/trace_fs/chunk.h b/repos/os/src/server/trace_fs/chunk.h index 09909a96f..79fcfaa55 100644 --- a/repos/os/src/server/trace_fs/chunk.h +++ b/repos/os/src/server/trace_fs/chunk.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CHUNK_H_ diff --git a/repos/os/src/server/trace_fs/file.h b/repos/os/src/server/trace_fs/file.h index 5fc335b7b..16096db7e 100644 --- a/repos/os/src/server/trace_fs/file.h +++ b/repos/os/src/server/trace_fs/file.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2012-2014 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _FILE_H_ diff --git a/repos/os/src/server/trace_fs/followed_subject.h b/repos/os/src/server/trace_fs/followed_subject.h index 6e588a477..0171a1519 100644 --- a/repos/os/src/server/trace_fs/followed_subject.h +++ b/repos/os/src/server/trace_fs/followed_subject.h @@ -8,7 +8,7 @@ * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _SUBJECT_REGISTRY_H_ diff --git a/repos/os/src/server/trace_fs/main.cc b/repos/os/src/server/trace_fs/main.cc index 8fe4cf379..d12a747a3 100644 --- a/repos/os/src/server/trace_fs/main.cc +++ b/repos/os/src/server/trace_fs/main.cc @@ -8,7 +8,7 @@ * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/server/trace_fs/trace_files.h b/repos/os/src/server/trace_fs/trace_files.h index da2311701..da1cbf143 100644 --- a/repos/os/src/server/trace_fs/trace_files.h +++ b/repos/os/src/server/trace_fs/trace_files.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _TRACE_FILES_H_ diff --git a/repos/os/src/server/tz_vmm/block_driver.cc b/repos/os/src/server/tz_vmm/block_driver.cc index 475ae9569..250aca046 100644 --- a/repos/os/src/server/tz_vmm/block_driver.cc +++ b/repos/os/src/server/tz_vmm/block_driver.cc @@ -8,7 +8,7 @@ * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* local includes */ diff --git a/repos/os/src/server/tz_vmm/include/atag.h b/repos/os/src/server/tz_vmm/include/atag.h index d6cb6d2eb..1d321a8e2 100644 --- a/repos/os/src/server/tz_vmm/include/atag.h +++ b/repos/os/src/server/tz_vmm/include/atag.h @@ -8,10 +8,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _SRC__SERVER__VMM__INCLUDE__ATAG_H_ diff --git a/repos/os/src/server/tz_vmm/include/block_driver.h b/repos/os/src/server/tz_vmm/include/block_driver.h index 87d32781b..042324315 100644 --- a/repos/os/src/server/tz_vmm/include/block_driver.h +++ b/repos/os/src/server/tz_vmm/include/block_driver.h @@ -8,7 +8,7 @@ * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _BLOCK_DRIVER_H_ diff --git a/repos/os/src/server/tz_vmm/include/mmu.h b/repos/os/src/server/tz_vmm/include/mmu.h index bf733a409..d3717594c 100644 --- a/repos/os/src/server/tz_vmm/include/mmu.h +++ b/repos/os/src/server/tz_vmm/include/mmu.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _SRC__SERVER__VMM__INCLUDE__MMU_H_ diff --git a/repos/os/src/server/tz_vmm/include/ram.h b/repos/os/src/server/tz_vmm/include/ram.h index bdeb23b13..bef709ff0 100644 --- a/repos/os/src/server/tz_vmm/include/ram.h +++ b/repos/os/src/server/tz_vmm/include/ram.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _SRC__SERVER__VMM__INCLUDE__RAM_H_ diff --git a/repos/os/src/server/tz_vmm/include/serial_driver.h b/repos/os/src/server/tz_vmm/include/serial_driver.h index 2016bf60e..77bd757f7 100644 --- a/repos/os/src/server/tz_vmm/include/serial_driver.h +++ b/repos/os/src/server/tz_vmm/include/serial_driver.h @@ -8,7 +8,7 @@ * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _SERIAL_DRIVER_H_ diff --git a/repos/os/src/server/tz_vmm/include/vm_base.h b/repos/os/src/server/tz_vmm/include/vm_base.h index b1cd11469..2cb1bd343 100644 --- a/repos/os/src/server/tz_vmm/include/vm_base.h +++ b/repos/os/src/server/tz_vmm/include/vm_base.h @@ -9,7 +9,7 @@ * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _VM_BASE_H_ diff --git a/repos/os/src/server/tz_vmm/serial_driver.cc b/repos/os/src/server/tz_vmm/serial_driver.cc index 66e1f281a..148674633 100644 --- a/repos/os/src/server/tz_vmm/serial_driver.cc +++ b/repos/os/src/server/tz_vmm/serial_driver.cc @@ -8,7 +8,7 @@ * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* local includes */ diff --git a/repos/os/src/server/tz_vmm/spec/imx53/m4if.h b/repos/os/src/server/tz_vmm/spec/imx53/m4if.h index a4e7a96bf..dff8a275e 100644 --- a/repos/os/src/server/tz_vmm/spec/imx53/m4if.h +++ b/repos/os/src/server/tz_vmm/spec/imx53/m4if.h @@ -8,7 +8,7 @@ * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _M4IF_H_ diff --git a/repos/os/src/server/tz_vmm/spec/imx53/main.cc b/repos/os/src/server/tz_vmm/spec/imx53/main.cc index 546235c1a..4dacccf22 100644 --- a/repos/os/src/server/tz_vmm/spec/imx53/main.cc +++ b/repos/os/src/server/tz_vmm/spec/imx53/main.cc @@ -9,7 +9,7 @@ * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/server/tz_vmm/spec/imx53_qsb/vm.cc b/repos/os/src/server/tz_vmm/spec/imx53_qsb/vm.cc index d5696ba9e..c4ecc85fa 100644 --- a/repos/os/src/server/tz_vmm/spec/imx53_qsb/vm.cc +++ b/repos/os/src/server/tz_vmm/spec/imx53_qsb/vm.cc @@ -9,7 +9,7 @@ * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/server/tz_vmm/spec/imx53_qsb/vm.h b/repos/os/src/server/tz_vmm/spec/imx53_qsb/vm.h index 39ce3f6bd..247bbcf32 100644 --- a/repos/os/src/server/tz_vmm/spec/imx53_qsb/vm.h +++ b/repos/os/src/server/tz_vmm/spec/imx53_qsb/vm.h @@ -9,7 +9,7 @@ * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _VM_H_ diff --git a/repos/os/src/server/tz_vmm/spec/usb_armory/vm.cc b/repos/os/src/server/tz_vmm/spec/usb_armory/vm.cc index 557841eda..9600c56c8 100644 --- a/repos/os/src/server/tz_vmm/spec/usb_armory/vm.cc +++ b/repos/os/src/server/tz_vmm/spec/usb_armory/vm.cc @@ -9,7 +9,7 @@ * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/server/tz_vmm/spec/usb_armory/vm.h b/repos/os/src/server/tz_vmm/spec/usb_armory/vm.h index 4b6f79090..e904e76e4 100644 --- a/repos/os/src/server/tz_vmm/spec/usb_armory/vm.h +++ b/repos/os/src/server/tz_vmm/spec/usb_armory/vm.h @@ -9,7 +9,7 @@ * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _VM_H_ diff --git a/repos/os/src/server/tz_vmm/vm_base.cc b/repos/os/src/server/tz_vmm/vm_base.cc index f0b7474de..a489a3b16 100644 --- a/repos/os/src/server/tz_vmm/vm_base.cc +++ b/repos/os/src/server/tz_vmm/vm_base.cc @@ -9,7 +9,7 @@ * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/server/vfs/assert.h b/repos/os/src/server/vfs/assert.h index 7a66c68ef..566f4e319 100644 --- a/repos/os/src/server/vfs/assert.h +++ b/repos/os/src/server/vfs/assert.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _VFS__ASSERT_H_ diff --git a/repos/os/src/server/vfs/main.cc b/repos/os/src/server/vfs/main.cc index eb3894152..1bfd9fe66 100644 --- a/repos/os/src/server/vfs/main.cc +++ b/repos/os/src/server/vfs/main.cc @@ -9,7 +9,7 @@ * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/server/vfs/node.h b/repos/os/src/server/vfs/node.h index 026dd18c5..4acbab752 100644 --- a/repos/os/src/server/vfs/node.h +++ b/repos/os/src/server/vfs/node.h @@ -9,7 +9,7 @@ * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _VFS__NODE_H_ diff --git a/repos/os/src/server/vmm/board.h b/repos/os/src/server/vmm/board.h index 92e8bc20c..573efb2fc 100644 --- a/repos/os/src/server/vmm/board.h +++ b/repos/os/src/server/vmm/board.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__PLATFORM__VEA9X4__DRIVERS__BOARD_BASE_H_ diff --git a/repos/os/src/server/vmm/main.cc b/repos/os/src/server/vmm/main.cc index 4f60e5308..40a233d6d 100644 --- a/repos/os/src/server/vmm/main.cc +++ b/repos/os/src/server/vmm/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/test/audio_out/main.cc b/repos/os/src/test/audio_out/main.cc index 1f7bf471f..1491f1c4b 100644 --- a/repos/os/src/test/audio_out/main.cc +++ b/repos/os/src/test/audio_out/main.cc @@ -9,10 +9,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/os/src/test/audio_out_click/main.cc b/repos/os/src/test/audio_out_click/main.cc index 0fb4368ef..7b9973902 100644 --- a/repos/os/src/test/audio_out_click/main.cc +++ b/repos/os/src/test/audio_out_click/main.cc @@ -9,10 +9,10 @@ */ /* - * Copyright (C) 2009-2013 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/os/src/test/blk/bench/main.cc b/repos/os/src/test/blk/bench/main.cc index 685ec1d86..39dc8fad2 100644 --- a/repos/os/src/test/blk/bench/main.cc +++ b/repos/os/src/test/blk/bench/main.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/os/src/test/blk/srv/main.cc b/repos/os/src/test/blk/srv/main.cc index 56c41e41e..31071cd0c 100644 --- a/repos/os/src/test/blk/srv/main.cc +++ b/repos/os/src/test/blk/srv/main.cc @@ -8,7 +8,7 @@ * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/os/src/test/bomb/main.cc b/repos/os/src/test/bomb/main.cc index de162b587..6dd29d8b3 100644 --- a/repos/os/src/test/bomb/main.cc +++ b/repos/os/src/test/bomb/main.cc @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2007-2016 Genode Labs GmbH + * Copyright (C) 2007-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/os/src/test/clipboard/main.cc b/repos/os/src/test/clipboard/main.cc index 3563fb858..6c04019fb 100644 --- a/repos/os/src/test/clipboard/main.cc +++ b/repos/os/src/test/clipboard/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/test/cpufreq/main.cc b/repos/os/src/test/cpufreq/main.cc index a4551721a..7a1d54322 100644 --- a/repos/os/src/test/cpufreq/main.cc +++ b/repos/os/src/test/cpufreq/main.cc @@ -9,7 +9,7 @@ * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/test/dynamic_config/loader/main.cc b/repos/os/src/test/dynamic_config/loader/main.cc index 92d412431..3971d61d4 100644 --- a/repos/os/src/test/dynamic_config/loader/main.cc +++ b/repos/os/src/test/dynamic_config/loader/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/test/dynamic_config/main.cc b/repos/os/src/test/dynamic_config/main.cc index 4d3b428ca..a979713ed 100644 --- a/repos/os/src/test/dynamic_config/main.cc +++ b/repos/os/src/test/dynamic_config/main.cc @@ -9,7 +9,7 @@ * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/test/dynamic_config/master/main.cc b/repos/os/src/test/dynamic_config/master/main.cc index 59cf3db30..7d7edcecb 100644 --- a/repos/os/src/test/dynamic_config/master/main.cc +++ b/repos/os/src/test/dynamic_config/master/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2016 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/test/dynamic_config/server/main.cc b/repos/os/src/test/dynamic_config/server/main.cc index 65dbe2ba4..3c5d08576 100644 --- a/repos/os/src/test/dynamic_config/server/main.cc +++ b/repos/os/src/test/dynamic_config/server/main.cc @@ -12,7 +12,7 @@ * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/test/fault_detection/main.cc b/repos/os/src/test/fault_detection/main.cc index fe12085f3..08197438b 100644 --- a/repos/os/src/test/fault_detection/main.cc +++ b/repos/os/src/test/fault_detection/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2016 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/os/src/test/fb_bench/main.cc b/repos/os/src/test/fb_bench/main.cc index 867ff01dc..7e451440b 100644 --- a/repos/os/src/test/fb_bench/main.cc +++ b/repos/os/src/test/fb_bench/main.cc @@ -9,7 +9,7 @@ * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/test/framebuffer/main.cc b/repos/os/src/test/framebuffer/main.cc index f1fcc1d5c..2f3ae08b5 100644 --- a/repos/os/src/test/framebuffer/main.cc +++ b/repos/os/src/test/framebuffer/main.cc @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2012-2014 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/test/gpio_drv/gpio_test.h b/repos/os/src/test/gpio_drv/gpio_test.h index c9613f3b2..318a8f5c1 100644 --- a/repos/os/src/test/gpio_drv/gpio_test.h +++ b/repos/os/src/test/gpio_drv/gpio_test.h @@ -6,10 +6,10 @@ /* * Copyright (C) 2012 Ksys Labs LLC - * Copyright (C) 2012-2015 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _GPIO_TEST_H_ diff --git a/repos/os/src/test/gpio_drv/main.cc b/repos/os/src/test/gpio_drv/main.cc index 05d4506e1..df2f42c20 100644 --- a/repos/os/src/test/gpio_drv/main.cc +++ b/repos/os/src/test/gpio_drv/main.cc @@ -6,10 +6,10 @@ /* * Copyright (C) 2012 Ksys Labs LLC - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/os/src/test/gpio_led/main.cc b/repos/os/src/test/gpio_led/main.cc index 2b804f0a9..0a4c04aa4 100644 --- a/repos/os/src/test/gpio_led/main.cc +++ b/repos/os/src/test/gpio_led/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2015 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/os/src/test/gpio_signal/main.cc b/repos/os/src/test/gpio_signal/main.cc index 5d9e525b5..46c37ea3d 100644 --- a/repos/os/src/test/gpio_signal/main.cc +++ b/repos/os/src/test/gpio_signal/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2015 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/os/src/test/init/main.cc b/repos/os/src/test/init/main.cc index fddceff22..b6bf9382b 100644 --- a/repos/os/src/test/init/main.cc +++ b/repos/os/src/test/init/main.cc @@ -8,7 +8,7 @@ * Copyright (C) 2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/os/src/test/input/test.cc b/repos/os/src/test/input/test.cc index 5ee1fa721..9c3f18f6d 100644 --- a/repos/os/src/test/input/test.cc +++ b/repos/os/src/test/input/test.cc @@ -8,7 +8,7 @@ * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/test/input_filter/main.cc b/repos/os/src/test/input_filter/main.cc index ff0048355..73645e8c8 100644 --- a/repos/os/src/test/input_filter/main.cc +++ b/repos/os/src/test/input_filter/main.cc @@ -8,7 +8,7 @@ * Copyright (C) 2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/os/src/test/iso/main.cc b/repos/os/src/test/iso/main.cc index a6b19fecf..b67c58926 100644 --- a/repos/os/src/test/iso/main.cc +++ b/repos/os/src/test/iso/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/os/src/test/loader/main.cc b/repos/os/src/test/loader/main.cc index ba23e5de6..03fbe0c22 100644 --- a/repos/os/src/test/loader/main.cc +++ b/repos/os/src/test/loader/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/os/src/test/nic_loopback/main.cc b/repos/os/src/test/nic_loopback/main.cc index 174a9ad2a..5c0366c52 100644 --- a/repos/os/src/test/nic_loopback/main.cc +++ b/repos/os/src/test/nic_loopback/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2009-2016 Genode Labs GmbH + * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/os/src/test/nitpicker/test.cc b/repos/os/src/test/nitpicker/test.cc index ddc0540f5..5bd87c93d 100644 --- a/repos/os/src/test/nitpicker/test.cc +++ b/repos/os/src/test/nitpicker/test.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/os/src/test/pci/test.cc b/repos/os/src/test/pci/test.cc index 3a21ede98..e946f3015 100644 --- a/repos/os/src/test/pci/test.cc +++ b/repos/os/src/test/pci/test.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2008-2016 Genode Labs GmbH + * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/os/src/test/ram_fs_chunk/main.cc b/repos/os/src/test/ram_fs_chunk/main.cc index afe410479..859767b14 100644 --- a/repos/os/src/test/ram_fs_chunk/main.cc +++ b/repos/os/src/test/ram_fs_chunk/main.cc @@ -9,7 +9,7 @@ * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/test/report_rom/main.cc b/repos/os/src/test/report_rom/main.cc index e23151750..5bc8b0874 100644 --- a/repos/os/src/test/report_rom/main.cc +++ b/repos/os/src/test/report_rom/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/os/src/test/resource_request/main.cc b/repos/os/src/test/resource_request/main.cc index 4634e8b0a..c479b16f1 100644 --- a/repos/os/src/test/resource_request/main.cc +++ b/repos/os/src/test/resource_request/main.cc @@ -8,10 +8,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/os/src/test/resource_yield/main.cc b/repos/os/src/test/resource_yield/main.cc index 9b62fe562..fd2868819 100644 --- a/repos/os/src/test/resource_yield/main.cc +++ b/repos/os/src/test/resource_yield/main.cc @@ -19,10 +19,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/test/rom_blk/main.cc b/repos/os/src/test/rom_blk/main.cc index bac814d42..bb76ec0d2 100644 --- a/repos/os/src/test/rom_blk/main.cc +++ b/repos/os/src/test/rom_blk/main.cc @@ -12,7 +12,7 @@ * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/test/rtc/main.cc b/repos/os/src/test/rtc/main.cc index 66506e29e..3e0182ec7 100644 --- a/repos/os/src/test/rtc/main.cc +++ b/repos/os/src/test/rtc/main.cc @@ -8,7 +8,7 @@ * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/os/src/test/sd_card_bench/main.cc b/repos/os/src/test/sd_card_bench/main.cc index d9a5fd4cc..a7059a2c2 100644 --- a/repos/os/src/test/sd_card_bench/main.cc +++ b/repos/os/src/test/sd_card_bench/main.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2012-2016 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/test/signal/main.cc b/repos/os/src/test/signal/main.cc index d4650d738..fcd3a9a6c 100644 --- a/repos/os/src/test/signal/main.cc +++ b/repos/os/src/test/signal/main.cc @@ -9,7 +9,7 @@ * Copyright (C) 2008-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/test/terminal_crosslink/main.cc b/repos/os/src/test/terminal_crosslink/main.cc index bf999956d..86e744718 100644 --- a/repos/os/src/test/terminal_crosslink/main.cc +++ b/repos/os/src/test/terminal_crosslink/main.cc @@ -8,7 +8,7 @@ * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/os/src/test/terminal_echo/main.cc b/repos/os/src/test/terminal_echo/main.cc index 8f8b9fb95..e28a6f4d4 100644 --- a/repos/os/src/test/terminal_echo/main.cc +++ b/repos/os/src/test/terminal_echo/main.cc @@ -9,7 +9,7 @@ * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/test/thread_join/main.cc b/repos/os/src/test/thread_join/main.cc index e91007487..2f6a7703a 100644 --- a/repos/os/src/test/thread_join/main.cc +++ b/repos/os/src/test/thread_join/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/test/timed_semaphore/main.cc b/repos/os/src/test/timed_semaphore/main.cc index b0331a067..e674227c7 100644 --- a/repos/os/src/test/timed_semaphore/main.cc +++ b/repos/os/src/test/timed_semaphore/main.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/test/timeout/main.cc b/repos/os/src/test/timeout/main.cc index e60752c6c..107f8d316 100644 --- a/repos/os/src/test/timeout/main.cc +++ b/repos/os/src/test/timeout/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/test/timer/main.cc b/repos/os/src/test/timer/main.cc index 17db2318d..c809462fa 100644 --- a/repos/os/src/test/timer/main.cc +++ b/repos/os/src/test/timer/main.cc @@ -9,7 +9,7 @@ * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/test/timer_accuracy/main.cc b/repos/os/src/test/timer_accuracy/main.cc index b4bf17790..46c6eeae9 100644 --- a/repos/os/src/test/timer_accuracy/main.cc +++ b/repos/os/src/test/timer_accuracy/main.cc @@ -9,7 +9,7 @@ * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/test/trace/main.cc b/repos/os/src/test/trace/main.cc index fae4ecc2b..67a4fcc49 100644 --- a/repos/os/src/test/trace/main.cc +++ b/repos/os/src/test/trace/main.cc @@ -10,7 +10,7 @@ * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/test/uart/main.cc b/repos/os/src/test/uart/main.cc index 19f003688..f6776514d 100644 --- a/repos/os/src/test/uart/main.cc +++ b/repos/os/src/test/uart/main.cc @@ -8,7 +8,7 @@ * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/os/src/test/vfs_stress/main.cc b/repos/os/src/test/vfs_stress/main.cc index 1b2ad4933..cbac14755 100644 --- a/repos/os/src/test/vfs_stress/main.cc +++ b/repos/os/src/test/vfs_stress/main.cc @@ -8,7 +8,7 @@ * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* diff --git a/repos/os/src/test/xml_generator/main.cc b/repos/os/src/test/xml_generator/main.cc index 5564ff601..c013139d8 100644 --- a/repos/os/src/test/xml_generator/main.cc +++ b/repos/os/src/test/xml_generator/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/os/src/test/xml_node/test.cc b/repos/os/src/test/xml_node/test.cc index c8320eef5..ecb7c8fdd 100644 --- a/repos/os/src/test/xml_node/test.cc +++ b/repos/os/src/test/xml_node/test.cc @@ -8,7 +8,7 @@ * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/ports/include/noux_session/capability.h b/repos/ports/include/noux_session/capability.h index ac8f466a4..37afc81e7 100644 --- a/repos/ports/include/noux_session/capability.h +++ b/repos/ports/include/noux_session/capability.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__NOUX_SESSION__CAPABILITY_H_ diff --git a/repos/ports/include/noux_session/client.h b/repos/ports/include/noux_session/client.h index 89a34ecf8..5eb40faeb 100644 --- a/repos/ports/include/noux_session/client.h +++ b/repos/ports/include/noux_session/client.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__NOUX_SESSION__CLIENT_H_ diff --git a/repos/ports/include/noux_session/connection.h b/repos/ports/include/noux_session/connection.h index 470dc3600..ca3a9afb7 100644 --- a/repos/ports/include/noux_session/connection.h +++ b/repos/ports/include/noux_session/connection.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__NOUX_SESSION__CONNECTION_H_ diff --git a/repos/ports/include/noux_session/noux_session.h b/repos/ports/include/noux_session/noux_session.h index d706347d3..76bfa6992 100644 --- a/repos/ports/include/noux_session/noux_session.h +++ b/repos/ports/include/noux_session/noux_session.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__NOUX_SESSION__NOUX_SESSION_H_ diff --git a/repos/ports/include/noux_session/sysio.h b/repos/ports/include/noux_session/sysio.h index 3c42ecb28..307d2247b 100644 --- a/repos/ports/include/noux_session/sysio.h +++ b/repos/ports/include/noux_session/sysio.h @@ -9,10 +9,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__NOUX_SESSION__SYSIO_H_ diff --git a/repos/ports/include/vbox_pointer/dither_painter.h b/repos/ports/include/vbox_pointer/dither_painter.h index 655e7da2c..d7d7adb92 100644 --- a/repos/ports/include/vbox_pointer/dither_painter.h +++ b/repos/ports/include/vbox_pointer/dither_painter.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _DITHER_PAINTER_H_ diff --git a/repos/ports/include/vbox_pointer/shape_report.h b/repos/ports/include/vbox_pointer/shape_report.h index 5d44e2ec6..a07ee02c3 100644 --- a/repos/ports/include/vbox_pointer/shape_report.h +++ b/repos/ports/include/vbox_pointer/shape_report.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__VBOX_POINTER__SHAPE_REPORT_H_ diff --git a/repos/ports/include/vmm/guest_memory.h b/repos/ports/include/vmm/guest_memory.h index a6515141d..c543ff044 100644 --- a/repos/ports/include/vmm/guest_memory.h +++ b/repos/ports/include/vmm/guest_memory.h @@ -16,10 +16,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__VMM__GUEST_MEMORY_H_ diff --git a/repos/ports/include/vmm/printf.h b/repos/ports/include/vmm/printf.h index 0cca5bd9b..f4ed7e97c 100644 --- a/repos/ports/include/vmm/printf.h +++ b/repos/ports/include/vmm/printf.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__VMM__PRINTF_H_ diff --git a/repos/ports/include/vmm/types.h b/repos/ports/include/vmm/types.h index 12e705174..504b76251 100644 --- a/repos/ports/include/vmm/types.h +++ b/repos/ports/include/vmm/types.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__VMM__TYPES_H_ diff --git a/repos/ports/include/vmm/utcb_guard.h b/repos/ports/include/vmm/utcb_guard.h index c39e74b95..5cd1c5e57 100644 --- a/repos/ports/include/vmm/utcb_guard.h +++ b/repos/ports/include/vmm/utcb_guard.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__VMM__UTCB_GUARD_H_ diff --git a/repos/ports/include/vmm/vcpu_dispatcher.h b/repos/ports/include/vmm/vcpu_dispatcher.h index 336536a06..5393a7839 100644 --- a/repos/ports/include/vmm/vcpu_dispatcher.h +++ b/repos/ports/include/vmm/vcpu_dispatcher.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__VMM__VCPU_DISPATCHER_H_ diff --git a/repos/ports/include/vmm/vcpu_thread.h b/repos/ports/include/vmm/vcpu_thread.h index e3a26e5a2..87028c8b9 100644 --- a/repos/ports/include/vmm/vcpu_thread.h +++ b/repos/ports/include/vmm/vcpu_thread.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _INCLUDE__VMM__VCPU_THREAD_H_ diff --git a/repos/ports/src/app/dosbox/spec/x86_32/size_defs.h b/repos/ports/src/app/dosbox/spec/x86_32/size_defs.h index bee09a904..93dd715ca 100644 --- a/repos/ports/src/app/dosbox/spec/x86_32/size_defs.h +++ b/repos/ports/src/app/dosbox/spec/x86_32/size_defs.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013-2015 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ #ifndef _APP__DOSBOX__SPEC__X86_32__SIZE_DEFS_H_ diff --git a/repos/ports/src/app/dosbox/spec/x86_64/size_defs.h b/repos/ports/src/app/dosbox/spec/x86_64/size_defs.h index de552b16f..5ef3ca3ab 100644 --- a/repos/ports/src/app/dosbox/spec/x86_64/size_defs.h +++ b/repos/ports/src/app/dosbox/spec/x86_64/size_defs.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013-2015 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ #ifndef _APP__DOSBOX__SPEC__X86_64__SIZE_DEFS_H_ diff --git a/repos/ports/src/app/gdb_monitor/app_child.h b/repos/ports/src/app/gdb_monitor/app_child.h index 640454068..d04907a0f 100644 --- a/repos/ports/src/app/gdb_monitor/app_child.h +++ b/repos/ports/src/app/gdb_monitor/app_child.h @@ -8,7 +8,7 @@ * Copyright (C) 2009-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _APP_CHILD_H_ diff --git a/repos/ports/src/app/gdb_monitor/append_list.h b/repos/ports/src/app/gdb_monitor/append_list.h index b9f8ca6f6..8e445bf94 100644 --- a/repos/ports/src/app/gdb_monitor/append_list.h +++ b/repos/ports/src/app/gdb_monitor/append_list.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _APPEND_LIST_H_ diff --git a/repos/ports/src/app/gdb_monitor/cpu_session_component.cc b/repos/ports/src/app/gdb_monitor/cpu_session_component.cc index 393e930dd..7486f560b 100644 --- a/repos/ports/src/app/gdb_monitor/cpu_session_component.cc +++ b/repos/ports/src/app/gdb_monitor/cpu_session_component.cc @@ -8,7 +8,7 @@ * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/ports/src/app/gdb_monitor/cpu_session_component.h b/repos/ports/src/app/gdb_monitor/cpu_session_component.h index b0818433c..b7d24850c 100644 --- a/repos/ports/src/app/gdb_monitor/cpu_session_component.h +++ b/repos/ports/src/app/gdb_monitor/cpu_session_component.h @@ -8,7 +8,7 @@ * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CPU_SESSION_COMPONENT_H_ diff --git a/repos/ports/src/app/gdb_monitor/cpu_thread_component.cc b/repos/ports/src/app/gdb_monitor/cpu_thread_component.cc index 2ad987a17..b9c007d84 100644 --- a/repos/ports/src/app/gdb_monitor/cpu_thread_component.cc +++ b/repos/ports/src/app/gdb_monitor/cpu_thread_component.cc @@ -8,7 +8,7 @@ * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ diff --git a/repos/ports/src/app/gdb_monitor/cpu_thread_component.h b/repos/ports/src/app/gdb_monitor/cpu_thread_component.h index 537a73251..9db269821 100644 --- a/repos/ports/src/app/gdb_monitor/cpu_thread_component.h +++ b/repos/ports/src/app/gdb_monitor/cpu_thread_component.h @@ -8,7 +8,7 @@ * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _CPU_THREAD_COMPONENT_H_ diff --git a/repos/ports/src/app/gdb_monitor/dataspace_object.h b/repos/ports/src/app/gdb_monitor/dataspace_object.h index e44f3480b..b01d85bde 100644 --- a/repos/ports/src/app/gdb_monitor/dataspace_object.h +++ b/repos/ports/src/app/gdb_monitor/dataspace_object.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _DATASPACE_OBJECT_H_ diff --git a/repos/ports/src/app/gdb_monitor/gdbserver/config.h b/repos/ports/src/app/gdb_monitor/gdbserver/config.h index 8f92aec9c..215218d30 100644 --- a/repos/ports/src/app/gdb_monitor/gdbserver/config.h +++ b/repos/ports/src/app/gdb_monitor/gdbserver/config.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2016 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #define HAVE_ARPA_INET_H 1 diff --git a/repos/ports/src/app/gdb_monitor/gdbserver/genode-low.cc b/repos/ports/src/app/gdb_monitor/gdbserver/genode-low.cc index 10647e79c..4d39fb021 100644 --- a/repos/ports/src/app/gdb_monitor/gdbserver/genode-low.cc +++ b/repos/ports/src/app/gdb_monitor/gdbserver/genode-low.cc @@ -9,7 +9,7 @@ * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/ports/src/app/gdb_monitor/gdbserver/genode-low.h b/repos/ports/src/app/gdb_monitor/gdbserver/genode-low.h index 7d69e9f2c..fab5aef1b 100644 --- a/repos/ports/src/app/gdb_monitor/gdbserver/genode-low.h +++ b/repos/ports/src/app/gdb_monitor/gdbserver/genode-low.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2016 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* diff --git a/repos/ports/src/app/gdb_monitor/genode_child_resources.h b/repos/ports/src/app/gdb_monitor/genode_child_resources.h index 18aa204ab..5ed92951e 100644 --- a/repos/ports/src/app/gdb_monitor/genode_child_resources.h +++ b/repos/ports/src/app/gdb_monitor/genode_child_resources.h @@ -8,7 +8,7 @@ * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _GENODE_CHILD_RESOURCES_H_ diff --git a/repos/ports/src/app/gdb_monitor/main.cc b/repos/ports/src/app/gdb_monitor/main.cc index 0ef235936..c4139c67b 100644 --- a/repos/ports/src/app/gdb_monitor/main.cc +++ b/repos/ports/src/app/gdb_monitor/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2010-2016 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/ports/src/app/gdb_monitor/pd_session_component.h b/repos/ports/src/app/gdb_monitor/pd_session_component.h index 87b4b4316..9d9ab86f4 100644 --- a/repos/ports/src/app/gdb_monitor/pd_session_component.h +++ b/repos/ports/src/app/gdb_monitor/pd_session_component.h @@ -8,7 +8,7 @@ * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _PD_SESSION_COMPONENT_H_ diff --git a/repos/ports/src/app/gdb_monitor/ram_session_component.cc b/repos/ports/src/app/gdb_monitor/ram_session_component.cc index 6d44f2ead..ccc7261ac 100644 --- a/repos/ports/src/app/gdb_monitor/ram_session_component.cc +++ b/repos/ports/src/app/gdb_monitor/ram_session_component.cc @@ -8,7 +8,7 @@ * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/ports/src/app/gdb_monitor/ram_session_component.h b/repos/ports/src/app/gdb_monitor/ram_session_component.h index c89e20f99..287750350 100644 --- a/repos/ports/src/app/gdb_monitor/ram_session_component.h +++ b/repos/ports/src/app/gdb_monitor/ram_session_component.h @@ -8,7 +8,7 @@ * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _RAM_SESSION_COMPONENT_H_ diff --git a/repos/ports/src/app/gdb_monitor/region_map_component.cc b/repos/ports/src/app/gdb_monitor/region_map_component.cc index 01ad9a251..a292a2752 100644 --- a/repos/ports/src/app/gdb_monitor/region_map_component.cc +++ b/repos/ports/src/app/gdb_monitor/region_map_component.cc @@ -8,7 +8,7 @@ * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/ports/src/app/gdb_monitor/region_map_component.h b/repos/ports/src/app/gdb_monitor/region_map_component.h index a8c2bc018..dd7f600c6 100644 --- a/repos/ports/src/app/gdb_monitor/region_map_component.h +++ b/repos/ports/src/app/gdb_monitor/region_map_component.h @@ -9,7 +9,7 @@ * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _REGION_MAP_COMPONENT_H_ diff --git a/repos/ports/src/app/gdb_monitor/rom.h b/repos/ports/src/app/gdb_monitor/rom.h index 9e2da9518..d6163765b 100644 --- a/repos/ports/src/app/gdb_monitor/rom.h +++ b/repos/ports/src/app/gdb_monitor/rom.h @@ -8,7 +8,7 @@ * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _ROM_H_ diff --git a/repos/ports/src/app/gdb_monitor/signal_handler_thread.cc b/repos/ports/src/app/gdb_monitor/signal_handler_thread.cc index f1d992ded..ee1f3d7b1 100644 --- a/repos/ports/src/app/gdb_monitor/signal_handler_thread.cc +++ b/repos/ports/src/app/gdb_monitor/signal_handler_thread.cc @@ -8,7 +8,7 @@ * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include "signal_handler_thread.h" diff --git a/repos/ports/src/app/gdb_monitor/signal_handler_thread.h b/repos/ports/src/app/gdb_monitor/signal_handler_thread.h index 6721ca170..9334d8533 100644 --- a/repos/ports/src/app/gdb_monitor/signal_handler_thread.h +++ b/repos/ports/src/app/gdb_monitor/signal_handler_thread.h @@ -8,7 +8,7 @@ * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _SIGNAL_HANDLER_THREAD_H_ diff --git a/repos/ports/src/app/netperf/timer.cc b/repos/ports/src/app/netperf/timer.cc index 3603c9576..59bb619f2 100644 --- a/repos/ports/src/app/netperf/timer.cc +++ b/repos/ports/src/app/netperf/timer.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014-2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/ports/src/app/openvpn/dummies.c b/repos/ports/src/app/openvpn/dummies.c index f92d0412e..f5367ede5 100644 --- a/repos/ports/src/app/openvpn/dummies.c +++ b/repos/ports/src/app/openvpn/dummies.c @@ -1,14 +1,14 @@ -/** +/* * \brief Dummy functions * \author Josef Soentgen * \date 2014-05-19 */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /* Genode includes */ diff --git a/repos/ports/src/app/openvpn/main.cc b/repos/ports/src/app/openvpn/main.cc index e4e0e7c3c..843b2468b 100644 --- a/repos/ports/src/app/openvpn/main.cc +++ b/repos/ports/src/app/openvpn/main.cc @@ -1,4 +1,4 @@ -/** +/* * \brief TUN/TAP to Nic_session interface * \author Josef Soentgen * \date 2014-06-05 @@ -7,8 +7,8 @@ /* * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /* Genode includes */ diff --git a/repos/ports/src/app/openvpn/tun_genode.cc b/repos/ports/src/app/openvpn/tun_genode.cc index d6f9bbb41..09fce4d3f 100644 --- a/repos/ports/src/app/openvpn/tun_genode.cc +++ b/repos/ports/src/app/openvpn/tun_genode.cc @@ -1,14 +1,14 @@ -/** +/* * \brief TUN/TAP to Nic_session interface * \author Josef Soentgen * \date 2014-06-05 */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ /* Genode includes */ diff --git a/repos/ports/src/app/openvpn/tuntap.h b/repos/ports/src/app/openvpn/tuntap.h index 2c07f777d..a6aa518ee 100644 --- a/repos/ports/src/app/openvpn/tuntap.h +++ b/repos/ports/src/app/openvpn/tuntap.h @@ -1,14 +1,14 @@ -/** +/* * \brief TUN/TAP to Nic_session interface * \author Josef Soentgen * \date 2014-06-05 */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * - * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * This file is distributed under the terms of the GNU General Public License + * version 2. */ diff --git a/repos/ports/src/app/seoul/boot_module_provider.h b/repos/ports/src/app/seoul/boot_module_provider.h index 5e239c41f..7396a9232 100644 --- a/repos/ports/src/app/seoul/boot_module_provider.h +++ b/repos/ports/src/app/seoul/boot_module_provider.h @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * Copyright (C) 2012 Intel Corporation * * This file is distributed under the terms of the GNU General Public License diff --git a/repos/ports/src/app/seoul/console.h b/repos/ports/src/app/seoul/console.h index 06c5b30bd..e85447780 100644 --- a/repos/ports/src/app/seoul/console.h +++ b/repos/ports/src/app/seoul/console.h @@ -6,7 +6,7 @@ /* * Copyright (C) 2012 Intel Corporation - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is distributed under the terms of the GNU General Public License * version 2. diff --git a/repos/ports/src/app/seoul/device_model_registry.cc b/repos/ports/src/app/seoul/device_model_registry.cc index 783ff1b7e..f5134433c 100644 --- a/repos/ports/src/app/seoul/device_model_registry.cc +++ b/repos/ports/src/app/seoul/device_model_registry.cc @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * Copyright (C) 2012 Intel Corporation * * This file is distributed under the terms of the GNU General Public License diff --git a/repos/ports/src/app/seoul/device_model_registry.h b/repos/ports/src/app/seoul/device_model_registry.h index e1c54f269..dc4d9299e 100644 --- a/repos/ports/src/app/seoul/device_model_registry.h +++ b/repos/ports/src/app/seoul/device_model_registry.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed * under the terms of the GNU General Public License version 2. diff --git a/repos/ports/src/app/seoul/disk.cc b/repos/ports/src/app/seoul/disk.cc index edb0df574..6393970ea 100644 --- a/repos/ports/src/app/seoul/disk.cc +++ b/repos/ports/src/app/seoul/disk.cc @@ -7,7 +7,7 @@ /* * Copyright (C) 2012 Intel Corporation - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is distributed under the terms of the GNU General Public License * version 2. diff --git a/repos/ports/src/app/seoul/include/service/memory.h b/repos/ports/src/app/seoul/include/service/memory.h index 38f174067..9cabf11f8 100644 --- a/repos/ports/src/app/seoul/include/service/memory.h +++ b/repos/ports/src/app/seoul/include/service/memory.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed * under the terms of the GNU General Public License version 2. diff --git a/repos/ports/src/app/seoul/include/service/profile.h b/repos/ports/src/app/seoul/include/service/profile.h index 33bfd4761..86d067825 100644 --- a/repos/ports/src/app/seoul/include/service/profile.h +++ b/repos/ports/src/app/seoul/include/service/profile.h @@ -10,7 +10,7 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed * under the terms of the GNU General Public License version 2. diff --git a/repos/ports/src/app/seoul/keyboard.cc b/repos/ports/src/app/seoul/keyboard.cc index c4508393a..7a17aaaad 100644 --- a/repos/ports/src/app/seoul/keyboard.cc +++ b/repos/ports/src/app/seoul/keyboard.cc @@ -6,7 +6,7 @@ /* * Copyright (C) 2012 Intel Corporation - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is distributed under the terms of the GNU General Public License * version 2. diff --git a/repos/ports/src/app/seoul/keyboard.h b/repos/ports/src/app/seoul/keyboard.h index 742056651..963abcc7d 100644 --- a/repos/ports/src/app/seoul/keyboard.h +++ b/repos/ports/src/app/seoul/keyboard.h @@ -6,7 +6,7 @@ /* * Copyright (C) 2012 Intel Corporation - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is distributed under the terms of the GNU General Public License * version 2. diff --git a/repos/ports/src/app/seoul/nova_user_env.cc b/repos/ports/src/app/seoul/nova_user_env.cc index 87e796032..40daffc91 100644 --- a/repos/ports/src/app/seoul/nova_user_env.cc +++ b/repos/ports/src/app/seoul/nova_user_env.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed * under the terms of the GNU General Public License version 2. diff --git a/repos/ports/src/app/seoul/synced_motherboard.h b/repos/ports/src/app/seoul/synced_motherboard.h index 63ee62d02..4008145a2 100644 --- a/repos/ports/src/app/seoul/synced_motherboard.h +++ b/repos/ports/src/app/seoul/synced_motherboard.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed * under the terms of the GNU General Public License version 2. diff --git a/repos/ports/src/app/vbox_pointer/big_mouse.h b/repos/ports/src/app/vbox_pointer/big_mouse.h index 8a2921286..9698d0848 100644 --- a/repos/ports/src/app/vbox_pointer/big_mouse.h +++ b/repos/ports/src/app/vbox_pointer/big_mouse.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2006-2013 Genode Labs GmbH + * Copyright (C) 2006-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ static struct { diff --git a/repos/ports/src/app/vbox_pointer/main.cc b/repos/ports/src/app/vbox_pointer/main.cc index e739f3092..569dac634 100644 --- a/repos/ports/src/app/vbox_pointer/main.cc +++ b/repos/ports/src/app/vbox_pointer/main.cc @@ -7,10 +7,10 @@ */ /* - * Copyright (C) 2014-2015 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/ports/src/app/vbox_pointer/policy.cc b/repos/ports/src/app/vbox_pointer/policy.cc index 33468be70..e2c386b7f 100644 --- a/repos/ports/src/app/vbox_pointer/policy.cc +++ b/repos/ports/src/app/vbox_pointer/policy.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/ports/src/app/vbox_pointer/policy.h b/repos/ports/src/app/vbox_pointer/policy.h index f44b44f52..cf89779c8 100644 --- a/repos/ports/src/app/vbox_pointer/policy.h +++ b/repos/ports/src/app/vbox_pointer/policy.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _VBOX_POINTER_POLICY_H_ diff --git a/repos/ports/src/app/vbox_pointer/util.h b/repos/ports/src/app/vbox_pointer/util.h index faaa54e24..ba3918570 100644 --- a/repos/ports/src/app/vbox_pointer/util.h +++ b/repos/ports/src/app/vbox_pointer/util.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _VBOX_POINTER_UTIL_H_ diff --git a/repos/ports/src/lib/gdbserver_libc_support/elf/common.h b/repos/ports/src/lib/gdbserver_libc_support/elf/common.h index b593bd4f8..7596de9e7 100644 --- a/repos/ports/src/lib/gdbserver_libc_support/elf/common.h +++ b/repos/ports/src/lib/gdbserver_libc_support/elf/common.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef ELF_COMMON_H diff --git a/repos/ports/src/lib/gdbserver_libc_support/gdbserver_libc_support.h b/repos/ports/src/lib/gdbserver_libc_support/gdbserver_libc_support.h index 1ea3d0707..c779079cc 100644 --- a/repos/ports/src/lib/gdbserver_libc_support/gdbserver_libc_support.h +++ b/repos/ports/src/lib/gdbserver_libc_support/gdbserver_libc_support.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2011-2016 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef GDBSERVER_LIBC_DUMMIES_H diff --git a/repos/ports/src/lib/gdbserver_libc_support/sys/procfs.h b/repos/ports/src/lib/gdbserver_libc_support/sys/procfs.h index 64b62ed47..d89876736 100644 --- a/repos/ports/src/lib/gdbserver_libc_support/sys/procfs.h +++ b/repos/ports/src/lib/gdbserver_libc_support/sys/procfs.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef SYS_PROCFS_H diff --git a/repos/ports/src/lib/gdbserver_libc_support/sys/ptrace.h b/repos/ports/src/lib/gdbserver_libc_support/sys/ptrace.h index 7f12ade6b..93d0243c8 100644 --- a/repos/ports/src/lib/gdbserver_libc_support/sys/ptrace.h +++ b/repos/ports/src/lib/gdbserver_libc_support/sys/ptrace.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2011-2016 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef SYS_PTRACE_H diff --git a/repos/ports/src/lib/gdbserver_libc_support/sys/vfs.h b/repos/ports/src/lib/gdbserver_libc_support/sys/vfs.h index cf426c5ca..bedbf19a5 100644 --- a/repos/ports/src/lib/gdbserver_libc_support/sys/vfs.h +++ b/repos/ports/src/lib/gdbserver_libc_support/sys/vfs.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef SYS_VFS_H diff --git a/repos/ports/src/lib/gdbserver_libc_support/sys/wait.h b/repos/ports/src/lib/gdbserver_libc_support/sys/wait.h index 609cbe90e..2479f40f9 100644 --- a/repos/ports/src/lib/gdbserver_libc_support/sys/wait.h +++ b/repos/ports/src/lib/gdbserver_libc_support/sys/wait.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef SYS_WAIT_H diff --git a/repos/ports/src/lib/gdbserver_platform/amd64.h b/repos/ports/src/lib/gdbserver_platform/amd64.h index bfa639544..e49aa974f 100644 --- a/repos/ports/src/lib/gdbserver_platform/amd64.h +++ b/repos/ports/src/lib/gdbserver_platform/amd64.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014-2016 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef AMD64_H diff --git a/repos/ports/src/lib/gdbserver_platform/gdbserver_platform_helper.cc b/repos/ports/src/lib/gdbserver_platform/gdbserver_platform_helper.cc index f45fa093d..1105ced47 100644 --- a/repos/ports/src/lib/gdbserver_platform/gdbserver_platform_helper.cc +++ b/repos/ports/src/lib/gdbserver_platform/gdbserver_platform_helper.cc @@ -8,7 +8,7 @@ * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/ports/src/lib/gdbserver_platform/gdbserver_platform_helper.h b/repos/ports/src/lib/gdbserver_platform/gdbserver_platform_helper.h index 3dab14f0c..60c7b8d12 100644 --- a/repos/ports/src/lib/gdbserver_platform/gdbserver_platform_helper.h +++ b/repos/ports/src/lib/gdbserver_platform/gdbserver_platform_helper.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2016 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef GDBSERVER_PLATFORM_HELPER_H diff --git a/repos/ports/src/lib/gdbserver_platform/i386.h b/repos/ports/src/lib/gdbserver_platform/i386.h index 99083ee21..eee31ffc8 100644 --- a/repos/ports/src/lib/gdbserver_platform/i386.h +++ b/repos/ports/src/lib/gdbserver_platform/i386.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef I386_LINUX_H diff --git a/repos/ports/src/lib/gdbserver_platform/native_cpu.cc b/repos/ports/src/lib/gdbserver_platform/native_cpu.cc index a7fd6d78e..4416fe141 100644 --- a/repos/ports/src/lib/gdbserver_platform/native_cpu.cc +++ b/repos/ports/src/lib/gdbserver_platform/native_cpu.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ diff --git a/repos/ports/src/lib/gdbserver_platform/reg-arm.h b/repos/ports/src/lib/gdbserver_platform/reg-arm.h index e059d7647..35e13be9c 100644 --- a/repos/ports/src/lib/gdbserver_platform/reg-arm.h +++ b/repos/ports/src/lib/gdbserver_platform/reg-arm.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef REG_ARM_H diff --git a/repos/ports/src/lib/gdbserver_platform/spec/foc/native_cpu.cc b/repos/ports/src/lib/gdbserver_platform/spec/foc/native_cpu.cc index a8a58d3b1..066ad299e 100644 --- a/repos/ports/src/lib/gdbserver_platform/spec/foc/native_cpu.cc +++ b/repos/ports/src/lib/gdbserver_platform/spec/foc/native_cpu.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ diff --git a/repos/ports/src/lib/gdbserver_platform/spec/foc_arm/low.cc b/repos/ports/src/lib/gdbserver_platform/spec/foc_arm/low.cc index b27af9a5b..36364204e 100644 --- a/repos/ports/src/lib/gdbserver_platform/spec/foc_arm/low.cc +++ b/repos/ports/src/lib/gdbserver_platform/spec/foc_arm/low.cc @@ -8,7 +8,7 @@ * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/ports/src/lib/gdbserver_platform/spec/foc_x86_32/low.cc b/repos/ports/src/lib/gdbserver_platform/spec/foc_x86_32/low.cc index b2e65435b..9b1bcbba9 100644 --- a/repos/ports/src/lib/gdbserver_platform/spec/foc_x86_32/low.cc +++ b/repos/ports/src/lib/gdbserver_platform/spec/foc_x86_32/low.cc @@ -8,7 +8,7 @@ * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/ports/src/lib/gdbserver_platform/spec/nova_x86_32/low.cc b/repos/ports/src/lib/gdbserver_platform/spec/nova_x86_32/low.cc index 1d2018dd9..1d8a42ba9 100644 --- a/repos/ports/src/lib/gdbserver_platform/spec/nova_x86_32/low.cc +++ b/repos/ports/src/lib/gdbserver_platform/spec/nova_x86_32/low.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2016 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include "i386.h" diff --git a/repos/ports/src/lib/gdbserver_platform/spec/nova_x86_64/low.cc b/repos/ports/src/lib/gdbserver_platform/spec/nova_x86_64/low.cc index e04cb6836..24cb9b84a 100644 --- a/repos/ports/src/lib/gdbserver_platform/spec/nova_x86_64/low.cc +++ b/repos/ports/src/lib/gdbserver_platform/spec/nova_x86_64/low.cc @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2014-2016 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include "amd64.h" diff --git a/repos/ports/src/lib/libc_noux/plugin.cc b/repos/ports/src/lib/libc_noux/plugin.cc index d77c311eb..9acac3adc 100644 --- a/repos/ports/src/lib/libc_noux/plugin.cc +++ b/repos/ports/src/lib/libc_noux/plugin.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2016 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/ports/src/noux/args.h b/repos/ports/src/noux/args.h index 203eaf474..111cf97b3 100644 --- a/repos/ports/src/noux/args.h +++ b/repos/ports/src/noux/args.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _NOUX__ARGS_H_ diff --git a/repos/ports/src/noux/child.h b/repos/ports/src/noux/child.h index 4eba9985a..bffd9871f 100644 --- a/repos/ports/src/noux/child.h +++ b/repos/ports/src/noux/child.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _NOUX__CHILD_H_ diff --git a/repos/ports/src/noux/child_env.h b/repos/ports/src/noux/child_env.h index dbbd4b280..d54eedab5 100644 --- a/repos/ports/src/noux/child_env.h +++ b/repos/ports/src/noux/child_env.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _NOUX__CHILD_ENV_H_ diff --git a/repos/ports/src/noux/child_policy.h b/repos/ports/src/noux/child_policy.h index 8be2de68f..6f9f66603 100644 --- a/repos/ports/src/noux/child_policy.h +++ b/repos/ports/src/noux/child_policy.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _NOUX__CHILD_POLICY_H_ diff --git a/repos/ports/src/noux/cpu_session_component.h b/repos/ports/src/noux/cpu_session_component.h index c19275f1b..2ed668f93 100644 --- a/repos/ports/src/noux/cpu_session_component.h +++ b/repos/ports/src/noux/cpu_session_component.h @@ -15,10 +15,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _NOUX__CPU_SESSION_COMPONENT_H_ diff --git a/repos/ports/src/noux/dataspace_registry.h b/repos/ports/src/noux/dataspace_registry.h index 33f6dfbe5..514909930 100644 --- a/repos/ports/src/noux/dataspace_registry.h +++ b/repos/ports/src/noux/dataspace_registry.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _NOUX__DATASPACE_REGISTRY_H_ diff --git a/repos/ports/src/noux/destruct_queue.h b/repos/ports/src/noux/destruct_queue.h index ae415a408..805762577 100644 --- a/repos/ports/src/noux/destruct_queue.h +++ b/repos/ports/src/noux/destruct_queue.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013-2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _NOUX__DESTRUCT_QUEUE_H_ diff --git a/repos/ports/src/noux/environment.h b/repos/ports/src/noux/environment.h index 918aa3270..53fb33890 100644 --- a/repos/ports/src/noux/environment.h +++ b/repos/ports/src/noux/environment.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _NOUX__ENVIRONMENT_H_ diff --git a/repos/ports/src/noux/family_member.h b/repos/ports/src/noux/family_member.h index 69fd7a4bd..c5a115bf8 100644 --- a/repos/ports/src/noux/family_member.h +++ b/repos/ports/src/noux/family_member.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _NOUX__FAMILY_MEMBER_H_ diff --git a/repos/ports/src/noux/file_descriptor_registry.h b/repos/ports/src/noux/file_descriptor_registry.h index 22d4a594a..b17529e3c 100644 --- a/repos/ports/src/noux/file_descriptor_registry.h +++ b/repos/ports/src/noux/file_descriptor_registry.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _NOUX__FILE_DESCRIPTOR_REGISTRY_H_ diff --git a/repos/ports/src/noux/interrupt_handler.h b/repos/ports/src/noux/interrupt_handler.h index e900aceb3..213e0ab6c 100644 --- a/repos/ports/src/noux/interrupt_handler.h +++ b/repos/ports/src/noux/interrupt_handler.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _NOUX__INTERRUPT_HANDLER__H_ diff --git a/repos/ports/src/noux/io_channel.h b/repos/ports/src/noux/io_channel.h index a950b872b..f135212ff 100644 --- a/repos/ports/src/noux/io_channel.h +++ b/repos/ports/src/noux/io_channel.h @@ -8,10 +8,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _NOUX__IO_CHANNEL_H_ diff --git a/repos/ports/src/noux/io_channel_listener.h b/repos/ports/src/noux/io_channel_listener.h index b007054a7..c80dadb78 100644 --- a/repos/ports/src/noux/io_channel_listener.h +++ b/repos/ports/src/noux/io_channel_listener.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _NOUX__IO_CHANNEL_LISTENER__H_ diff --git a/repos/ports/src/noux/io_receptor_registry.h b/repos/ports/src/noux/io_receptor_registry.h index a77032eac..422fef940 100644 --- a/repos/ports/src/noux/io_receptor_registry.h +++ b/repos/ports/src/noux/io_receptor_registry.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _NOUX__IO_RECEPTOR_REGISTRY_H_ diff --git a/repos/ports/src/noux/kill_broadcaster.h b/repos/ports/src/noux/kill_broadcaster.h index 0902ada03..4bd0e7848 100644 --- a/repos/ports/src/noux/kill_broadcaster.h +++ b/repos/ports/src/noux/kill_broadcaster.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _NOUX__KILL_BROADCASTER__H_ diff --git a/repos/ports/src/noux/local_rom_service.h b/repos/ports/src/noux/local_rom_service.h index b47a86b67..538ee5174 100644 --- a/repos/ports/src/noux/local_rom_service.h +++ b/repos/ports/src/noux/local_rom_service.h @@ -9,10 +9,10 @@ */ /* - * Copyright (C) 2013-2016 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _NOUX__LOCAL_ROM_SERVICE_H_ diff --git a/repos/ports/src/noux/main.cc b/repos/ports/src/noux/main.cc index 1f8fe4993..b8af927d6 100644 --- a/repos/ports/src/noux/main.cc +++ b/repos/ports/src/noux/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/ports/src/noux/minimal/dummy_net.cc b/repos/ports/src/noux/minimal/dummy_net.cc index 57c87dd43..adb924332 100644 --- a/repos/ports/src/noux/minimal/dummy_net.cc +++ b/repos/ports/src/noux/minimal/dummy_net.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* local includes */ diff --git a/repos/ports/src/noux/net/net.cc b/repos/ports/src/noux/net/net.cc index 2063c4e7b..b7d3d2178 100644 --- a/repos/ports/src/noux/net/net.cc +++ b/repos/ports/src/noux/net/net.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ diff --git a/repos/ports/src/noux/net/socket_io_channel.h b/repos/ports/src/noux/net/socket_io_channel.h index 2e9d5610a..627e67518 100644 --- a/repos/ports/src/noux/net/socket_io_channel.h +++ b/repos/ports/src/noux/net/socket_io_channel.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ diff --git a/repos/ports/src/noux/parent_execve.h b/repos/ports/src/noux/parent_execve.h index 700ad5120..b9e5ac666 100644 --- a/repos/ports/src/noux/parent_execve.h +++ b/repos/ports/src/noux/parent_execve.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _NOUX__PARENT_EXECVE__H_ diff --git a/repos/ports/src/noux/parent_exit.h b/repos/ports/src/noux/parent_exit.h index c6eaabb43..2ad6129b2 100644 --- a/repos/ports/src/noux/parent_exit.h +++ b/repos/ports/src/noux/parent_exit.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _NOUX__PARENT_EXIT__H_ diff --git a/repos/ports/src/noux/path.h b/repos/ports/src/noux/path.h index fd3d1d4fb..752b8eddd 100644 --- a/repos/ports/src/noux/path.h +++ b/repos/ports/src/noux/path.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _NOUX__PATH_H_ diff --git a/repos/ports/src/noux/pd_session_component.h b/repos/ports/src/noux/pd_session_component.h index c9265d79a..2f850e0b4 100644 --- a/repos/ports/src/noux/pd_session_component.h +++ b/repos/ports/src/noux/pd_session_component.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _NOUX__PD_SESSION_COMPONENT_H_ diff --git a/repos/ports/src/noux/pipe_io_channel.h b/repos/ports/src/noux/pipe_io_channel.h index de0eed93e..4fe106fc4 100644 --- a/repos/ports/src/noux/pipe_io_channel.h +++ b/repos/ports/src/noux/pipe_io_channel.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2016 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _NOUX__PIPE_IO_CHANNEL_H_ diff --git a/repos/ports/src/noux/ram_session_component.h b/repos/ports/src/noux/ram_session_component.h index 2ea488c61..6125f76d4 100644 --- a/repos/ports/src/noux/ram_session_component.h +++ b/repos/ports/src/noux/ram_session_component.h @@ -14,10 +14,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _NOUX__RAM_SESSION_COMPONENT_H_ diff --git a/repos/ports/src/noux/range_checked_index.h b/repos/ports/src/noux/range_checked_index.h index 76cb70c0d..018dd2dbc 100644 --- a/repos/ports/src/noux/range_checked_index.h +++ b/repos/ports/src/noux/range_checked_index.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _NOUX__RANGE_CHECKED_INDEX_H_ diff --git a/repos/ports/src/noux/region_map_component.h b/repos/ports/src/noux/region_map_component.h index 168278d6b..71662cb87 100644 --- a/repos/ports/src/noux/region_map_component.h +++ b/repos/ports/src/noux/region_map_component.h @@ -10,10 +10,10 @@ */ /* - * Copyright (C) 2012-2016 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _NOUX__REGION_MAP_COMPONENT_H_ diff --git a/repos/ports/src/noux/rom_session_component.h b/repos/ports/src/noux/rom_session_component.h index 726dc7b23..861cc1510 100644 --- a/repos/ports/src/noux/rom_session_component.h +++ b/repos/ports/src/noux/rom_session_component.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _NOUX__ROM_SESSION_COMPONENT_H_ diff --git a/repos/ports/src/noux/shared_pointer.h b/repos/ports/src/noux/shared_pointer.h index 3c6f0cd2c..ca692aa26 100644 --- a/repos/ports/src/noux/shared_pointer.h +++ b/repos/ports/src/noux/shared_pointer.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _NOUX__SHARED_POINTER_PTR_H_ diff --git a/repos/ports/src/noux/syscall.cc b/repos/ports/src/noux/syscall.cc index de7bca40a..8812eb55e 100644 --- a/repos/ports/src/noux/syscall.cc +++ b/repos/ports/src/noux/syscall.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Noux includes */ diff --git a/repos/ports/src/noux/terminal_io_channel.h b/repos/ports/src/noux/terminal_io_channel.h index f1f8e3d50..adce896a8 100644 --- a/repos/ports/src/noux/terminal_io_channel.h +++ b/repos/ports/src/noux/terminal_io_channel.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _NOUX__TERMINAL_IO_CHANNEL_H_ diff --git a/repos/ports/src/noux/timeout_scheduler.h b/repos/ports/src/noux/timeout_scheduler.h index 89babdf37..49e6fbb98 100644 --- a/repos/ports/src/noux/timeout_scheduler.h +++ b/repos/ports/src/noux/timeout_scheduler.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _NOUX__TIMEOUT_SCHEDULER_H_ diff --git a/repos/ports/src/noux/user_info.h b/repos/ports/src/noux/user_info.h index 6811db246..7884981d7 100644 --- a/repos/ports/src/noux/user_info.h +++ b/repos/ports/src/noux/user_info.h @@ -6,10 +6,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _NOUX__USER_INFO_H_ diff --git a/repos/ports/src/noux/verbose.h b/repos/ports/src/noux/verbose.h index 76b70c7e7..8122d5104 100644 --- a/repos/ports/src/noux/verbose.h +++ b/repos/ports/src/noux/verbose.h @@ -8,7 +8,7 @@ * Copyright (C) 2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _NOUX__VERBOSE_H_ diff --git a/repos/ports/src/noux/vfs_io_channel.h b/repos/ports/src/noux/vfs_io_channel.h index dd5c75851..1be82a57d 100644 --- a/repos/ports/src/noux/vfs_io_channel.h +++ b/repos/ports/src/noux/vfs_io_channel.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _NOUX__VFS_IO_CHANNEL_H_ diff --git a/repos/ports/src/noux/wake_up_notifier.h b/repos/ports/src/noux/wake_up_notifier.h index 58c2ddd8d..aedebfcbb 100644 --- a/repos/ports/src/noux/wake_up_notifier.h +++ b/repos/ports/src/noux/wake_up_notifier.h @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #ifndef _NOUX__WAKE_UP_NOTIFIER__H_ diff --git a/repos/ports/src/test/gdb_monitor/main.cc b/repos/ports/src/test/gdb_monitor/main.cc index 018eea41b..05f004935 100644 --- a/repos/ports/src/test/gdb_monitor/main.cc +++ b/repos/ports/src/test/gdb_monitor/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2011-2013 Genode Labs GmbH + * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/ports/src/test/gdb_monitor_target_config/main.cc b/repos/ports/src/test/gdb_monitor_target_config/main.cc index b1a606fcd..4c762328a 100644 --- a/repos/ports/src/test/gdb_monitor_target_config/main.cc +++ b/repos/ports/src/test/gdb_monitor_target_config/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2012-2013 Genode Labs GmbH + * Copyright (C) 2012-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ /* Genode includes */ diff --git a/repos/ports/src/test/noux_signals/main.cc b/repos/ports/src/test/noux_signals/main.cc index d7f64ea7f..79da4d7dd 100644 --- a/repos/ports/src/test/noux_signals/main.cc +++ b/repos/ports/src/test/noux_signals/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/ports/src/test/vbox_pointer/main.cc b/repos/ports/src/test/vbox_pointer/main.cc index 2ef5295a9..29225e48c 100644 --- a/repos/ports/src/test/vbox_pointer/main.cc +++ b/repos/ports/src/test/vbox_pointer/main.cc @@ -5,10 +5,10 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed - * under the terms of the GNU General Public License version 2. + * under the terms of the GNU Affero General Public License version 3. */ #include diff --git a/repos/ports/src/test/vmm_utils/main.cc b/repos/ports/src/test/vmm_utils/main.cc index af62020ac..c9a3ba781 100644 --- a/repos/ports/src/test/vmm_utils/main.cc +++ b/repos/ports/src/test/vmm_utils/main.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2013 Genode Labs GmbH + * Copyright (C) 2010-2017 Genode Labs GmbH * * This file is distributed under the terms of the GNU General Public License * version 2. diff --git a/repos/ports/src/virtualbox/accloff/mem_region.h b/repos/ports/src/virtualbox/accloff/mem_region.h index 1ddf0635f..0362bca67 100644 --- a/repos/ports/src/virtualbox/accloff/mem_region.h +++ b/repos/ports/src/virtualbox/accloff/mem_region.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is distributed under the terms of the GNU General Public License * version 2. diff --git a/repos/ports/src/virtualbox/accloff/sup.cc b/repos/ports/src/virtualbox/accloff/sup.cc index 0d3fbaf89..58820fb42 100644 --- a/repos/ports/src/virtualbox/accloff/sup.cc +++ b/repos/ports/src/virtualbox/accloff/sup.cc @@ -7,7 +7,7 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is distributed under the terms of the GNU General Public License * version 2. diff --git a/repos/ports/src/virtualbox/devices.cc b/repos/ports/src/virtualbox/devices.cc index ae9729cdd..909fc2a99 100644 --- a/repos/ports/src/virtualbox/devices.cc +++ b/repos/ports/src/virtualbox/devices.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is distributed under the terms of the GNU General Public License * version 2. diff --git a/repos/ports/src/virtualbox/devxhci.cc b/repos/ports/src/virtualbox/devxhci.cc index 130680a93..d30be8158 100644 --- a/repos/ports/src/virtualbox/devxhci.cc +++ b/repos/ports/src/virtualbox/devxhci.cc @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is distributed under the terms of the GNU General Public License * version 2. diff --git a/repos/ports/src/virtualbox/drivers.cc b/repos/ports/src/virtualbox/drivers.cc index 09a59df88..937de8891 100644 --- a/repos/ports/src/virtualbox/drivers.cc +++ b/repos/ports/src/virtualbox/drivers.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2013-2016 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is distributed under the terms of the GNU General Public License * version 2. diff --git a/repos/ports/src/virtualbox/dummies.cc b/repos/ports/src/virtualbox/dummies.cc index 2c48fc257..7fafc8068 100644 --- a/repos/ports/src/virtualbox/dummies.cc +++ b/repos/ports/src/virtualbox/dummies.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2013-2014 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is distributed under the terms of the GNU General Public License * version 2. diff --git a/repos/ports/src/virtualbox/dynlib.cc b/repos/ports/src/virtualbox/dynlib.cc index 4f68e1eb4..c610a23fb 100644 --- a/repos/ports/src/virtualbox/dynlib.cc +++ b/repos/ports/src/virtualbox/dynlib.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2014 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is distributed under the terms of the GNU General Public License * version 2. diff --git a/repos/ports/src/virtualbox/frontend/console.cc b/repos/ports/src/virtualbox/frontend/console.cc index 1abd79da9..244b8ea59 100644 --- a/repos/ports/src/virtualbox/frontend/console.cc +++ b/repos/ports/src/virtualbox/frontend/console.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2013-2015 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is distributed under the terms of the GNU General Public License * version 2. diff --git a/repos/ports/src/virtualbox/frontend/console.h b/repos/ports/src/virtualbox/frontend/console.h index a7a988399..f05f28de4 100644 --- a/repos/ports/src/virtualbox/frontend/console.h +++ b/repos/ports/src/virtualbox/frontend/console.h @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2013-2014 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is distributed under the terms of the GNU General Public License * version 2. diff --git a/repos/ports/src/virtualbox/frontend/fb.h b/repos/ports/src/virtualbox/frontend/fb.h index b61f48780..bc2e4394f 100644 --- a/repos/ports/src/virtualbox/frontend/fb.h +++ b/repos/ports/src/virtualbox/frontend/fb.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2013-2014 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is distributed under the terms of the GNU General Public License * version 2. diff --git a/repos/ports/src/virtualbox/frontend/main.cc b/repos/ports/src/virtualbox/frontend/main.cc index 61ee5410f..c8c7d19f3 100644 --- a/repos/ports/src/virtualbox/frontend/main.cc +++ b/repos/ports/src/virtualbox/frontend/main.cc @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2013-2014 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is distributed under the terms of the GNU General Public License * version 2. diff --git a/repos/ports/src/virtualbox/guest_memory.h b/repos/ports/src/virtualbox/guest_memory.h index 5291f9253..ca3a60bb0 100644 --- a/repos/ports/src/virtualbox/guest_memory.h +++ b/repos/ports/src/virtualbox/guest_memory.h @@ -7,7 +7,7 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is distributed under the terms of the GNU General Public License * version 2. diff --git a/repos/ports/src/virtualbox/hm.cc b/repos/ports/src/virtualbox/hm.cc index e50e79566..d5581f09d 100644 --- a/repos/ports/src/virtualbox/hm.cc +++ b/repos/ports/src/virtualbox/hm.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is distributed under the terms of the GNU General Public License * version 2. diff --git a/repos/ports/src/virtualbox/iommio.cc b/repos/ports/src/virtualbox/iommio.cc index aed9cc5da..a498fdb9d 100644 --- a/repos/ports/src/virtualbox/iommio.cc +++ b/repos/ports/src/virtualbox/iommio.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is distributed under the terms of the GNU General Public License * version 2. diff --git a/repos/ports/src/virtualbox/ioport.cc b/repos/ports/src/virtualbox/ioport.cc index bf79bdbb1..eb2bc2380 100644 --- a/repos/ports/src/virtualbox/ioport.cc +++ b/repos/ports/src/virtualbox/ioport.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is distributed under the terms of the GNU General Public License * version 2. diff --git a/repos/ports/src/virtualbox/libc.cc b/repos/ports/src/virtualbox/libc.cc index 0c9edb29a..5d3f1018b 100644 --- a/repos/ports/src/virtualbox/libc.cc +++ b/repos/ports/src/virtualbox/libc.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is distributed under the terms of the GNU General Public License * version 2. diff --git a/repos/ports/src/virtualbox/logger.cc b/repos/ports/src/virtualbox/logger.cc index 63cc42980..9068a2ae6 100644 --- a/repos/ports/src/virtualbox/logger.cc +++ b/repos/ports/src/virtualbox/logger.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is distributed under the terms of the GNU General Public License * version 2. diff --git a/repos/ports/src/virtualbox/mm.cc b/repos/ports/src/virtualbox/mm.cc index ddaec4424..4326e648e 100644 --- a/repos/ports/src/virtualbox/mm.cc +++ b/repos/ports/src/virtualbox/mm.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is distributed under the terms of the GNU General Public License * version 2. diff --git a/repos/ports/src/virtualbox/mm.h b/repos/ports/src/virtualbox/mm.h index 328062cca..f29137b87 100644 --- a/repos/ports/src/virtualbox/mm.h +++ b/repos/ports/src/virtualbox/mm.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2013-2016 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is distributed under the terms of the GNU General Public License * version 2. diff --git a/repos/ports/src/virtualbox/network.cpp b/repos/ports/src/virtualbox/network.cpp index d34e85b2a..c12653bdd 100644 --- a/repos/ports/src/virtualbox/network.cpp +++ b/repos/ports/src/virtualbox/network.cpp @@ -4,7 +4,7 @@ */ /* - * Copyright (C) 2014-2016 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is distributed under the terms of the GNU General Public License * version 2. diff --git a/repos/ports/src/virtualbox/pdm.cc b/repos/ports/src/virtualbox/pdm.cc index bd987847f..9d68d9e17 100644 --- a/repos/ports/src/virtualbox/pdm.cc +++ b/repos/ports/src/virtualbox/pdm.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is distributed under the terms of the GNU General Public License * version 2. diff --git a/repos/ports/src/virtualbox/pgm.cc b/repos/ports/src/virtualbox/pgm.cc index c237460d0..2ec8c8993 100644 --- a/repos/ports/src/virtualbox/pgm.cc +++ b/repos/ports/src/virtualbox/pgm.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is distributed under the terms of the GNU General Public License * version 2. diff --git a/repos/ports/src/virtualbox/rt.cc b/repos/ports/src/virtualbox/rt.cc index 7ea867a57..3764ae5ff 100644 --- a/repos/ports/src/virtualbox/rt.cc +++ b/repos/ports/src/virtualbox/rt.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2013-2016 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is distributed under the terms of the GNU General Public License * version 2. diff --git a/repos/ports/src/virtualbox/spec/muen/guest_interrupts.h b/repos/ports/src/virtualbox/spec/muen/guest_interrupts.h index f76229979..5c3693a9d 100644 --- a/repos/ports/src/virtualbox/spec/muen/guest_interrupts.h +++ b/repos/ports/src/virtualbox/spec/muen/guest_interrupts.h @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is distributed under the terms of the GNU General Public License * version 2. diff --git a/repos/ports/src/virtualbox/spec/muen/mem_region.h b/repos/ports/src/virtualbox/spec/muen/mem_region.h index d31d9825a..6279d848a 100644 --- a/repos/ports/src/virtualbox/spec/muen/mem_region.h +++ b/repos/ports/src/virtualbox/spec/muen/mem_region.h @@ -7,7 +7,7 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is distributed under the terms of the GNU General Public License * version 2. diff --git a/repos/ports/src/virtualbox/spec/muen/sup.cc b/repos/ports/src/virtualbox/spec/muen/sup.cc index 13c2d7173..8f66e6496 100644 --- a/repos/ports/src/virtualbox/spec/muen/sup.cc +++ b/repos/ports/src/virtualbox/spec/muen/sup.cc @@ -7,7 +7,7 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is distributed under the terms of the GNU General Public License * version 2. diff --git a/repos/ports/src/virtualbox/spec/muen/vcpu.h b/repos/ports/src/virtualbox/spec/muen/vcpu.h index 5e9c69244..c4e59dc4e 100644 --- a/repos/ports/src/virtualbox/spec/muen/vcpu.h +++ b/repos/ports/src/virtualbox/spec/muen/vcpu.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2015-2016 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is distributed under the terms of the GNU General Public License * version 2. diff --git a/repos/ports/src/virtualbox/spec/muen/vm_handler.h b/repos/ports/src/virtualbox/spec/muen/vm_handler.h index a262ed5fa..64f756eb9 100644 --- a/repos/ports/src/virtualbox/spec/muen/vm_handler.h +++ b/repos/ports/src/virtualbox/spec/muen/vm_handler.h @@ -4,7 +4,7 @@ */ /* - * Copyright (C) 2015 Genode Labs GmbH + * Copyright (C) 2015-2017 Genode Labs GmbH * * This file is distributed under the terms of the GNU General Public License * version 2. diff --git a/repos/ports/src/virtualbox/spec/nova/mem_region.h b/repos/ports/src/virtualbox/spec/nova/mem_region.h index eb54e09db..523bc7e20 100644 --- a/repos/ports/src/virtualbox/spec/nova/mem_region.h +++ b/repos/ports/src/virtualbox/spec/nova/mem_region.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is distributed under the terms of the GNU General Public License * version 2. diff --git a/repos/ports/src/virtualbox/spec/nova/sup.cc b/repos/ports/src/virtualbox/spec/nova/sup.cc index d5045d564..b3e83b10f 100644 --- a/repos/ports/src/virtualbox/spec/nova/sup.cc +++ b/repos/ports/src/virtualbox/spec/nova/sup.cc @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2013-2014 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is distributed under the terms of the GNU General Public License * version 2. diff --git a/repos/ports/src/virtualbox/spec/nova/svm.h b/repos/ports/src/virtualbox/spec/nova/svm.h index e41343f40..0e147f9c3 100644 --- a/repos/ports/src/virtualbox/spec/nova/svm.h +++ b/repos/ports/src/virtualbox/spec/nova/svm.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2013-2014 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is distributed under the terms of the GNU General Public License * version 2. diff --git a/repos/ports/src/virtualbox/spec/nova/vcpu.h b/repos/ports/src/virtualbox/spec/nova/vcpu.h index 9e1bd1e81..c2c22cf02 100644 --- a/repos/ports/src/virtualbox/spec/nova/vcpu.h +++ b/repos/ports/src/virtualbox/spec/nova/vcpu.h @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2013-2016 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is distributed under the terms of the GNU General Public License * version 2. diff --git a/repos/ports/src/virtualbox/spec/nova/vcpu_svm.h b/repos/ports/src/virtualbox/spec/nova/vcpu_svm.h index d8bf2f9c2..453e6444e 100644 --- a/repos/ports/src/virtualbox/spec/nova/vcpu_svm.h +++ b/repos/ports/src/virtualbox/spec/nova/vcpu_svm.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is distributed under the terms of the GNU General Public License * version 2. diff --git a/repos/ports/src/virtualbox/spec/nova/vcpu_vmx.h b/repos/ports/src/virtualbox/spec/nova/vcpu_vmx.h index 1c02a9b2e..7d499253c 100644 --- a/repos/ports/src/virtualbox/spec/nova/vcpu_vmx.h +++ b/repos/ports/src/virtualbox/spec/nova/vcpu_vmx.h @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2013-2014 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is distributed under the terms of the GNU General Public License * version 2. diff --git a/repos/ports/src/virtualbox/spec/nova/vmx.h b/repos/ports/src/virtualbox/spec/nova/vmx.h index 2accfd5b6..5913c6f5d 100644 --- a/repos/ports/src/virtualbox/spec/nova/vmx.h +++ b/repos/ports/src/virtualbox/spec/nova/vmx.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2013-2014 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is distributed under the terms of the GNU General Public License * version 2. diff --git a/repos/ports/src/virtualbox/sup.cc b/repos/ports/src/virtualbox/sup.cc index 3319252e8..7065107d1 100644 --- a/repos/ports/src/virtualbox/sup.cc +++ b/repos/ports/src/virtualbox/sup.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is distributed under the terms of the GNU General Public License * version 2. diff --git a/repos/ports/src/virtualbox/sup.h b/repos/ports/src/virtualbox/sup.h index 30955a858..3a2d769b2 100644 --- a/repos/ports/src/virtualbox/sup.h +++ b/repos/ports/src/virtualbox/sup.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is distributed under the terms of the GNU General Public License * version 2. diff --git a/repos/ports/src/virtualbox/thread.cc b/repos/ports/src/virtualbox/thread.cc index 1ab1bfd81..6aa8eb944 100644 --- a/repos/ports/src/virtualbox/thread.cc +++ b/repos/ports/src/virtualbox/thread.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2014-2015 Genode Labs GmbH + * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is distributed under the terms of the GNU General Public License * version 2. diff --git a/repos/ports/src/virtualbox/unimpl.cc b/repos/ports/src/virtualbox/unimpl.cc index 940003647..96e5b366d 100644 --- a/repos/ports/src/virtualbox/unimpl.cc +++ b/repos/ports/src/virtualbox/unimpl.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is distributed under the terms of the GNU General Public License * version 2. diff --git a/repos/ports/src/virtualbox/util.h b/repos/ports/src/virtualbox/util.h index d2779c59f..955a00520 100644 --- a/repos/ports/src/virtualbox/util.h +++ b/repos/ports/src/virtualbox/util.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2013-2014 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is distributed under the terms of the GNU General Public License * version 2. diff --git a/repos/ports/src/virtualbox/vmm_memory.h b/repos/ports/src/virtualbox/vmm_memory.h index bd375aa43..5c8e7d55d 100644 --- a/repos/ports/src/virtualbox/vmm_memory.h +++ b/repos/ports/src/virtualbox/vmm_memory.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is distributed under the terms of the GNU General Public License * version 2. diff --git a/repos/ports/src/virtualbox/vmm_region.h b/repos/ports/src/virtualbox/vmm_region.h index a12f68309..3efce48e7 100644 --- a/repos/ports/src/virtualbox/vmm_region.h +++ b/repos/ports/src/virtualbox/vmm_region.h @@ -7,7 +7,7 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is distributed under the terms of the GNU General Public License * version 2. diff --git a/repos/ports/src/virtualbox5/devices.cc b/repos/ports/src/virtualbox5/devices.cc index 2450f7bd5..81835432e 100644 --- a/repos/ports/src/virtualbox5/devices.cc +++ b/repos/ports/src/virtualbox5/devices.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is distributed under the terms of the GNU General Public License * version 2. diff --git a/repos/ports/src/virtualbox5/drivers.cc b/repos/ports/src/virtualbox5/drivers.cc index dbf92d3a7..610ba02b2 100644 --- a/repos/ports/src/virtualbox5/drivers.cc +++ b/repos/ports/src/virtualbox5/drivers.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2013-2016 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is distributed under the terms of the GNU General Public License * version 2. diff --git a/repos/ports/src/virtualbox5/dummies.cc b/repos/ports/src/virtualbox5/dummies.cc index d2721d00a..03d252f9d 100644 --- a/repos/ports/src/virtualbox5/dummies.cc +++ b/repos/ports/src/virtualbox5/dummies.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2013-2014 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is distributed under the terms of the GNU General Public License * version 2. diff --git a/repos/ports/src/virtualbox5/frontend/console.cc b/repos/ports/src/virtualbox5/frontend/console.cc index 0adf4d001..e7c9322fa 100644 --- a/repos/ports/src/virtualbox5/frontend/console.cc +++ b/repos/ports/src/virtualbox5/frontend/console.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2013-2015 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is distributed under the terms of the GNU General Public License * version 2. diff --git a/repos/ports/src/virtualbox5/frontend/console.h b/repos/ports/src/virtualbox5/frontend/console.h index fbedfa9c8..1f6162178 100644 --- a/repos/ports/src/virtualbox5/frontend/console.h +++ b/repos/ports/src/virtualbox5/frontend/console.h @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2013-2014 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is distributed under the terms of the GNU General Public License * version 2. diff --git a/repos/ports/src/virtualbox5/frontend/fb.h b/repos/ports/src/virtualbox5/frontend/fb.h index 3716af933..4c6bf2a09 100644 --- a/repos/ports/src/virtualbox5/frontend/fb.h +++ b/repos/ports/src/virtualbox5/frontend/fb.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2013-2014 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is distributed under the terms of the GNU General Public License * version 2. diff --git a/repos/ports/src/virtualbox5/frontend/main.cc b/repos/ports/src/virtualbox5/frontend/main.cc index f21ea32dc..65e740a3b 100644 --- a/repos/ports/src/virtualbox5/frontend/main.cc +++ b/repos/ports/src/virtualbox5/frontend/main.cc @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2013-2014 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is distributed under the terms of the GNU General Public License * version 2. diff --git a/repos/ports/src/virtualbox5/hm.cc b/repos/ports/src/virtualbox5/hm.cc index bbc621b3a..3ba806f49 100644 --- a/repos/ports/src/virtualbox5/hm.cc +++ b/repos/ports/src/virtualbox5/hm.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is distributed under the terms of the GNU General Public License * version 2. diff --git a/repos/ports/src/virtualbox5/mm.cc b/repos/ports/src/virtualbox5/mm.cc index da5447fed..3a773e6d7 100644 --- a/repos/ports/src/virtualbox5/mm.cc +++ b/repos/ports/src/virtualbox5/mm.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is distributed under the terms of the GNU General Public License * version 2. diff --git a/repos/ports/src/virtualbox5/pgm.cc b/repos/ports/src/virtualbox5/pgm.cc index d2fcd35ab..60dd103b7 100644 --- a/repos/ports/src/virtualbox5/pgm.cc +++ b/repos/ports/src/virtualbox5/pgm.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is distributed under the terms of the GNU General Public License * version 2. diff --git a/repos/ports/src/virtualbox5/spec/nova/pgm.cc b/repos/ports/src/virtualbox5/spec/nova/pgm.cc index 4ddd30290..c0b2ab870 100644 --- a/repos/ports/src/virtualbox5/spec/nova/pgm.cc +++ b/repos/ports/src/virtualbox5/spec/nova/pgm.cc @@ -4,7 +4,7 @@ */ /* - * Copyright (C) 2016 Genode Labs GmbH + * Copyright (C) 2016-2017 Genode Labs GmbH * * This file is distributed under the terms of the GNU General Public License * version 2. diff --git a/repos/ports/src/virtualbox5/spec/nova/sup.cc b/repos/ports/src/virtualbox5/spec/nova/sup.cc index a7d081e86..e3a0944cf 100644 --- a/repos/ports/src/virtualbox5/spec/nova/sup.cc +++ b/repos/ports/src/virtualbox5/spec/nova/sup.cc @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2013-2014 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is distributed under the terms of the GNU General Public License * version 2. diff --git a/repos/ports/src/virtualbox5/spec/nova/svm.h b/repos/ports/src/virtualbox5/spec/nova/svm.h index e41343f40..0e147f9c3 100644 --- a/repos/ports/src/virtualbox5/spec/nova/svm.h +++ b/repos/ports/src/virtualbox5/spec/nova/svm.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2013-2014 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is distributed under the terms of the GNU General Public License * version 2. diff --git a/repos/ports/src/virtualbox5/spec/nova/vcpu.h b/repos/ports/src/virtualbox5/spec/nova/vcpu.h index 76c3e654f..2cc4ef3c4 100644 --- a/repos/ports/src/virtualbox5/spec/nova/vcpu.h +++ b/repos/ports/src/virtualbox5/spec/nova/vcpu.h @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2013-2016 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is distributed under the terms of the GNU General Public License * version 2. diff --git a/repos/ports/src/virtualbox5/spec/nova/vcpu_svm.h b/repos/ports/src/virtualbox5/spec/nova/vcpu_svm.h index 5ba445b17..ff38ccd2d 100644 --- a/repos/ports/src/virtualbox5/spec/nova/vcpu_svm.h +++ b/repos/ports/src/virtualbox5/spec/nova/vcpu_svm.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2013-2016 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is distributed under the terms of the GNU General Public License * version 2. diff --git a/repos/ports/src/virtualbox5/spec/nova/vcpu_vmx.h b/repos/ports/src/virtualbox5/spec/nova/vcpu_vmx.h index ada3bd0b6..e85e336f6 100644 --- a/repos/ports/src/virtualbox5/spec/nova/vcpu_vmx.h +++ b/repos/ports/src/virtualbox5/spec/nova/vcpu_vmx.h @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2013-2016 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is distributed under the terms of the GNU General Public License * version 2. diff --git a/repos/ports/src/virtualbox5/spec/nova/vmx.h b/repos/ports/src/virtualbox5/spec/nova/vmx.h index 2accfd5b6..5913c6f5d 100644 --- a/repos/ports/src/virtualbox5/spec/nova/vmx.h +++ b/repos/ports/src/virtualbox5/spec/nova/vmx.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2013-2014 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is distributed under the terms of the GNU General Public License * version 2. diff --git a/repos/ports/src/virtualbox5/sup.cc b/repos/ports/src/virtualbox5/sup.cc index 38e1a98fb..bc1b3109e 100644 --- a/repos/ports/src/virtualbox5/sup.cc +++ b/repos/ports/src/virtualbox5/sup.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is distributed under the terms of the GNU General Public License * version 2. diff --git a/repos/ports/src/virtualbox5/unimpl.cc b/repos/ports/src/virtualbox5/unimpl.cc index 0617794f3..f405559db 100644 --- a/repos/ports/src/virtualbox5/unimpl.cc +++ b/repos/ports/src/virtualbox5/unimpl.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2013 Genode Labs GmbH + * Copyright (C) 2013-2017 Genode Labs GmbH * * This file is distributed under the terms of the GNU General Public License * version 2.