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 5059e35160..bdc969e912 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 dc9267cd44..7b0c0d0c07 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 8006eeaf17..3a6ce219cf 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 917e928e87..d0df2c30d4 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 51bf456a7c..4881a3874c 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 5b8094c853..537e4450a0 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 fd15145238..9b0200c564 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 bebfa001d4..c3237d0e0f 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 ffe6b6b5c8..88e423e571 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 0797c9bf85..1940cb2b10 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 267d866146..bfb242ff63 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 a5d6267669..37a05db2cb 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 6e01035cd8..6d9b2aa86e 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 9442674cea..f0b8f8f7ea 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 5b7d2e13a8..664517cb37 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 f231d6833a..78c47abf1b 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 8673d621d6..a72e7c859d 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 9298fe2fd4..a62f979e61 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 b32323b77f..34903e189a 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 5ec5bd1651..562a5a7073 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 27f8fde674..f638e06aba 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 5f80a58961..027e859fd1 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 7fa25fe56c..8645ea4fd5 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 9896bfbffb..3a7e192b1f 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 19b2f64d14..4283bb7ddb 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 2dae9af38c..7443be6880 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 90222e4dc6..0f19e057e8 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 a176055a25..e0b8c4bff3 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 097326c575..7feb76c7c4 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 a607bcb02b..effd68a5cf 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 2e8a7ecb19..d9cc878b93 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 2c6100dde8..63a7a566dd 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 8cf9b51521..49f7b34540 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 fe624f9159..c3a0c9e20f 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 77c0bb1af1..97f114b784 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 c8a9fa7fee..0b779f8b82 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 c88f38a67f..987bdb23f7 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 7b4cb906ed..80bd1283b4 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 c4670d0727..3faef1c18b 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 e095b0e054..7e66afa545 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 5059e35160..bdc969e912 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 9b96d599fe..a23557c06b 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 3c42e1e7e9..ac2061ae97 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 57b89097bc..d796559315 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 e8a98d385e..30f2910bfe 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 009de3c063..77995a0333 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 1f3211b73f..29b2d8fa3e 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 529b2832ff..9a243dbd9b 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 6304ef19f2..4bc0f34127 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 0fea6f1e97..0fd39c5d25 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 026ccfec82..d0fe9968b2 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 b790c1d532..3f1766b514 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 9a2dd80037..3328ae5f1e 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 6cf22afe3b..774fe8e9be 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 46377ec772..0d45757ee4 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 fcf65e4a5e..b8c5f4f037 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 f7b5cbd3f1..a56a832ac0 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 2b041bb0bd..30d9a79270 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 f03dcd1876..426049b2f2 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 795f69e04e..ccfd85accc 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 6edf90ff57..98889d2210 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 77bca31383..5a96723f6f 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 ee2e03e698..f0501672ff 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 8fb4d53f14..b1fa454a0b 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 c675f0e6a6..e8f44fac23 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 72562aca17..bf600405f9 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 5d812734b1..75bec3d731 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 79963b1093..cf66218442 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 3e5902514a..fefc8001fa 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 2c9b17c00e..fccae73304 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 e6b72b2ea2..69c50451e1 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 25f1048fc8..ff795b8e82 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 6e97b13ee3..a09792cadd 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 3694fc0943..a1dc236c72 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 4c415964c0..f592da2e77 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 cb38c268b5..1fd94169d0 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 6c2afe4a47..dbbd49c071 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 760cb17a34..89a77150f2 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 d8b2311dee..7a78b8344b 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 f68aa9a9ab..79a2e757bb 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 04f73c325c..dc6d11b415 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 3efa6b2c2f..44f223a03d 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 b27dad6893..2dc5872a1c 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 d9b1b6f718..edf47862c0 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 f7e53b5823..eb758c604f 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 19b2f64d14..4283bb7ddb 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 bc43d5a611..64e470945d 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 751efc980c..a3cc2162ca 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 3afd8a56a8..bd96522b5b 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 c55e6960dc..9e3e2af428 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 0cbbc5812d..9dd17e862e 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 90444d9761..d282b80916 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 fb7b327027..57423b0d31 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 34599adba3..0342ec0130 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 2daec69f85..d840440cb7 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 71866b9e59..ab8e10027b 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 060c19e2ce..ce0d5eea31 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 36eec1252c..38fa6c3b9e 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 2f6cca2bcb..e300a4ef41 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 d15a05859d..e0633586ea 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 2b55d51dd1..d4a1fc48b6 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 868c8b739e..d7de8b8214 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 68a3606fc1..01a77dfaaa 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 d6be5af369..b2cb9c20f9 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 c6bd161eae..7a054f1a6e 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 063547ad2f..4fe551255d 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 b85a7d67f3..890bf53ded 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 26dad041ce..61f510ad9b 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 02d626318c..287e380075 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 9300b462ab..f3e7614edf 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 b7f32c96da..9a461fbfeb 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 b6c4b2ab3a..58d034c579 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 61c072557d..9aa9e79ee0 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 7a98374f2c..d2e4bab6de 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 cf56df8000..34d5cf3c30 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 a3572a1be5..b6c46009a3 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 eea8110b7c..0150ece6bb 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 f920e50529..4e7d800873 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 629ba43bda..ac952f22d0 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 636bb8750d..c390f75b6d 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 95f8ac85cf..d350046348 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 a27158cdb7..7dde4a2606 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 4da9e2a0af..885719ef75 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 db8d4e4540..bbe23c3286 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 c319303187..5a29994928 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 e7eb6aef92..6b6fa43dde 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 2844eaa819..c161c8be48 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 6ca9effd72..9f23109557 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 a33860a9b2..1c42477eda 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 2f3b751ed3..9756d080ba 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 e48b27672f..9f3b9d090b 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 ae05e82d13..5ea4a235f5 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 39d07b9c1b..767d750712 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 552da464e5..a0e8ebc0f9 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 8e65896df6..b34e2c29db 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 ea0ac794c7..3db092bfad 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 4a045e1ea4..65840d660e 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 f3c54c962c..b92aee7f50 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 67dcbe6d08..b09f6e2708 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 069dc29cf7..e40b4f8e04 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 053b0ed0f4..4c5b984375 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 e02d9df3e4..4791d24131 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 d471201e1f..e2142154d7 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 bb2bbbf827..a519f21153 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 ae9ce7ee1b..264283c4b3 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 abc08777d7..82d3888b50 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 d3eb0f597b..fe500784d1 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 82dac0d732..4f7a6d9517 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 4608fcb5c7..0289934184 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 71bad5dca6..3be3e67462 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 ee8794998c..965d07b206 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 30e8b38da4..0efc9f8744 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 655b38d194..d39cf864d5 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 88d6dfb723..56559daf11 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 82ab0d8848..b2707a741c 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 25057842be..c7290f91d3 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 c9fb8ca193..cc2f547b8b 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 3f7464dba1..1c55fe0912 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 4fae23b334..9ba4b16cb3 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 51f07c1b8f..31cb0eae19 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 e4e4123769..7edb4484fc 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 74efdaae16..a47ba28fa8 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 06b0708474..031ea5a6f8 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 c47b7ae311..f25d198051 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 a7b9af8ce0..adc935031f 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 1c4db45dc4..17c21917a2 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 cb09397ca1..37630361d1 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 7459549d65..859ee31781 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 571e9743f8..6804822b87 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 5fc81156a6..15079fce78 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 4032e053e7..c56ab4d181 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 14390b31ce..8e4da7cd25 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 f381885152..d55bafe4ca 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 8bddf6dd60..cac1532dd1 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 1a30375676..7e19e70606 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 4f73966587..b8f471b634 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 b95d3f3899..6a2e8b449e 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 047b5be5c5..e0501a9540 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 87e12191ca..bf000d8297 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 6accf1fd2b..b88f59b864 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 f5398cc11c..a09209d2ab 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 1eb154429c..b7d303866b 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 520538cc20..d4ec461909 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 041eab8766..866b770887 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 d1770a1a26..118e16bd9d 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 547d516602..7dc72280de 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 552e1e87d9..93c0517436 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 af8c161c89..79e7f6b9fe 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 60e9392480..fe2fdcb2d9 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 9946d55012..9eeb422cc1 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 fb5ca9f3c1..be4a562736 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 37d84a1576..bfad27a511 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 23452c0c03..2eaafa14bf 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 9c3d6e252f..157edf4fd7 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 de585ff874..7d1c575aab 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 326d7fc91c..4b86c52c53 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 fd9e13b3fb..22d6a5d6a1 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 a94a4c23c6..7ffc9d047e 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 6256ca59ce..00641e3af5 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 1c6f59dd88..896c26ecb8 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 c5626e724f..9755b547db 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 8d0674f3fa..66e164c4ab 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 15f1255076..df4923bb77 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 76794b4e4e..892006ffca 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 d274be1a1e..669dbf123f 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 134483372d..140e7dcc86 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 9fc58c9989..7c9c1602de 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 d0001cca3b..83b53d2dc1 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 5166afb4de..b113c4faa9 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 8d6c7e2af9..664380cc04 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 8ecd353fc6..7b50e679f4 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 6a1d6b5b49..e07ccaefa4 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 85efa018f8..b4791cfe3d 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 f64b6822ec..40aaca48c2 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 da7e3f30fe..ad0c3146d9 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 3875a3c17e..616fe9a638 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 d4a9df79e9..82e1398adb 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 ba1e1fe3f5..d6fe303466 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 f0de347c62..d393b0119e 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 1ec484b9e3..1b80b5d024 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 69de633935..5d3e577c80 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 60f8431677..2270682760 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 38c48d90e9..71ea378955 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 3a8885e708..95e4bee4c3 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 4c8f12dfd7..78ade30b3e 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 818f1ea4ee..6dfa641c0c 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 14fb47b120..210055ad91 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 d9f174bfca..fa4fe06d3c 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 62abe11e0e..10d4f2b825 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 f7d020f263..b70ee764c3 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 89675ae0bc..ebd3a393de 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 55aba7035c..6b2ce83835 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 9628f983be..e05615329f 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 05af7f6614..b1a92ce3c8 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 8f06bf29be..b7713686e8 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 edfdd75fec..d1a0ae1bab 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 af2a643b3f..cdab39bf2a 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 82c46a258a..dbfe9f4a72 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 c62399fb26..3b3407f313 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 378e80c2b1..92e5821781 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 abddff0d7f..1d20797cd4 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 a84279cdd7..8c7ddf5d56 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 d1c24d011d..c83ec7497d 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 3085f72553..435574a44e 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 a58bc21348..f3f3cc9550 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 0c1a7f4955..2a405e9233 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 2e56f43be2..a61084e029 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 27eba959a3..e247e08190 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 5e148fc5e0..19583176a1 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 956bff0d23..983908a099 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 7e2c713000..563abf6549 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 535b8f4167..b8ef0dd1ad 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 4e220204c3..29ef1ca7c6 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 5279b1c32f..2464961505 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 fb41a100c6..413e085885 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 7e42cc6788..20f76ee57d 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 79302205c8..d5a204aa0a 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 08f3a742b7..27596dd1ca 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 3b2604cca1..8f627a2dd0 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 3b742a8e5c..cdbf11af3f 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 adc8f9d1bd..1ceeb669d3 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 6a7eb85294..5ead995909 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 4e6bcfc1e8..f726f9afb9 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 fdaed5b0b2..6d3e3c5203 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 f8426fa766..d0c047d1ce 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 16fad44867..98576368a7 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 524d1d7e64..ddb37d0714 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 ac5b4279e3..df1cdea656 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 9cafcafece..97278edaa7 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 83b6e9466b..e1898c4585 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 e223d73e3f..457b60ac25 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 f4e6065be5..b664d2403b 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 0caf6d607d..82248891fa 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 d7497b0439..02ac75419d 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 b2c25ee1ee..ec82bce58d 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 5ba0f27905..ee0b502780 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 4678a63efb..ea70eb3d99 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 9f158052f4..9aa4254184 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 d918bb0f68..ad34fdbd92 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 9bd181bb6c..6b3af8cf92 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 c829fe68f2..f51f29f0f3 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 65c29d5301..51b21b9ea9 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 88e50d8d84..5e1a405387 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 76d1c3cc3b..72fccc0b9f 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 4a91f23f19..b0edbef2c1 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 906e56a6c2..3ceac46335 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 91c2875226..f5f0571a11 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 e22d83836c..b3c136d17d 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 abe77c4969..69947e1e7f 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 1b03f29db0..2df756b871 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 db25a4ea87..4a4161f405 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 84962cb8f5..9b49d3f8c2 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 5649a2aa7d..f498471468 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 53aaffa0a7..813cb50580 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 67a20c82e1..40e1ac53ac 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 625af91a61..c15d2614fe 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 716437c695..5070c58ade 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 97982228cc..25c895de90 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 1dd66c4fd3..217bad0ace 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 97883585c5..18620795d8 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 b41ec50fea..b93ae7a158 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 bde39b2138..9cfe2b867c 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 c392f560f0..881062b237 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 0cd9cffdae..2c05399c38 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 c3972bc081..df369b0f98 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 a33dd7eba2..8c83fe4577 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 32a52521a9..f91e2635dc 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 0c4aa6c81f..da42e4e7dd 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 22011fe04e..b070758634 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 d0e76e1585..27f7a906a2 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 c89e115c56..c47df8c9f7 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 308f1f5639..e8b0afe430 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 ed4eaa1358..564103b230 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 0b1771a5df..b2c3014f6a 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 daed56c688..14c64eb956 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 fa05fb9fb3..122add3412 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 1035603223..0a9f2e6d43 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 5050ebefc9..a0bd6f7c01 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 dccab33a87..0586845649 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 91d1938c5c..0eb758c177 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 50dd591535..99ed3824a1 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 dee50c4e31..b85f17f539 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 ee12f84f56..0356a2e142 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 a05973c749..bd969dba87 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 a9ab70df42..b88722ee14 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 594a5385b1..3c38363b79 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 0cc6954f8f..ac034b2b59 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 cca9e6f4ad..9f5eb9315b 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 b49da8c115..efe4eb55ed 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 efdc0a6042..c8e181606c 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 ee77d4a4c0..1f9927a832 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 95a63cf448..46629a2fbf 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 91b1000564..694d5e6286 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 504291dc74..9c13cfc471 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 420461acfb..5629fd526b 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 ccb9ce07ba..ca4f00c696 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 fcea6b38d7..e75365eec1 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 ff15b16986..e84cc5d508 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 5005b87042..ab77599bc8 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 db940a1872..a173c7ba70 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 c95ac2d741..160c7fcb5e 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 5540a30e4c..c7366c913c 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 1887099e10..2b3ec30ae6 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 911304a8ff..1b2d4f521a 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 5696c10ba6..61038edb50 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 8558b9e3f2..aa6142cca4 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 0d78892f27..3c8f7d9782 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 e790670da0..8a65228d8b 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 8527632acd..c7da3972ad 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 b5812d16fa..a3a25f0cc6 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 1b5b4c64f4..cb7c02b715 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 a504874545..f8851567f3 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 bb3dbbf40e..8e4b62a4c6 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 94635517dc..bbdbf4d52c 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 edd40dbf59..2591d9fa94 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 f35a8dffbc..dd6e7be814 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 a883c55b4e..7f35bc5c4f 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 e6d8399548..ce9522c61c 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 38a592e9aa..269d7c977f 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 5a4f22e063..bd2ee20d89 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 c919079944..d451f341f0 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 ae3fafe560..0150a074fe 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 acc53f1cdb..d75dd8995b 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 8bad86387b..94de49d2cd 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 3b97825b34..7c7c42542c 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 b718868332..36639c84ee 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 53d4e68baf..d5e692cdd6 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 dc5c4b3f35..f3857c6d42 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 604b11022f..4122264a7d 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 f59d5fb831..30ff4e14e5 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 24beaba9db..251745365c 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 3b436ba93e..fce2a96a54 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 6fff07d3e4..cb7bd1363e 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 bf69f912de..8e096ea264 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 3d7bf7c2dc..465989c35e 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 117220d264..c4128ba27e 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 c07e4dfa81..74ae1eeed3 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 e54b30c8bb..55bc21244e 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 734b37136f..16926918ec 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 d981428bcc..de5b732648 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 b5db80285c..8cbe36d38a 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 40d3079494..ed7397dc0e 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 600b4a16e6..8b2df7ae95 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 73ff38aba1..d92f70613d 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 2a4bd881ec..f0efdb2c88 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 2fddf8abe1..d056b20041 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 13e792902a..b59eca7665 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 c05ffcca8b..03bc2ad0e7 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 a3fa969eab..ffe8a65c9e 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 ba9e169808..f74dc8be37 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 c293471c5f..ca352a4bdb 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 8787f2542b..3884faaa5d 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 726f7f6ab4..a523b4cae6 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 51e6eff9df..248a89b0cc 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 e72bab88d2..8a90eee220 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 a308e51187..955dbc0c74 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 0ed733713a..f2f4740ac7 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 a2780f815a..e33e5399c1 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 68ddf7cce1..106207b532 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 61c7feefed..853c0daded 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 fd601b85da..215e24aaf2 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 da169fd470..c0013747cc 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 5500cfcb0c..902b586da0 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 4ba759612b..0bc65e340c 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 f8ef44e8d2..eb41ee2333 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 b613e2624d..e33fa9d2e7 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 840505dccc..b545508a37 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 1f63552f4c..0a8b1703e8 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 c6e54ea222..c7bd07bc99 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 a30dd4f19c..5b7d054815 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 129968b479..0620a8b0ce 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 1a62120185..903b0b8835 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 e86e1e8425..0b30408fc7 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 9d6229d736..c6b05179fc 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 0174519ca8..e425f9971c 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 d182eac6b0..be46c8bd93 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 36de7a3e48..9f0f30139d 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 e3b925bf31..b5076e0e94 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 7dcc2bc7bb..af8266a69f 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 7de061ee5c..e5be745570 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 745642c604..049678b02a 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 0cd15683cc..6e73aa77fd 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 fd15145238..9b0200c564 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 f0a133ab6b..8a50eb5717 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 9283e96b6e..538527b7f5 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 40cca18391..a30883c6b7 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 b19c005604..f90736e723 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 10da60425d..09a119150f 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 f0322bb2c2..b6e2a18c05 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 cd488eb783..b901954369 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 bca3f133a2..646913e37b 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 98058b6e6d..6bfe7ccba1 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 f5fe3e0cc7..b3c52c5458 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 07d5815416..39a6a916fb 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 79939e921c..523fc6ba3a 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 158b201c85..c144867d77 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 b35d88e451..03104d7e6e 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 99320950f3..167fc0a458 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 b03f08ea1d..1085204f22 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 0c660967c2..b9a67f9c8a 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 be73b9a3dc..8c1d29f58b 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 5f1a3a5ab2..1ec8ff35d8 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 05e08f0380..2b1d74bad9 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 11d0ecac46..96ab3f4a6b 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 ebd8ae5a66..57ac7e45b4 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 6a95cfde96..2d6f310e3b 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 c448a66ab5..4ba382ca80 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 56df325ca3..b50301f582 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 7bf76ddb7d..cf7724b98e 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 d59f38c413..b4d60aa1e0 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 93613322aa..36691ab049 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 f0ad06cfa4..a3d0e3f2ab 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 411a1c6975..004cf71ea5 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 03b975b045..51b1932080 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 2c2891c2ce..bf57e9ea19 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 644f0ca4e5..a9fa0320a0 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 450d303fc2..e75de7de73 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 ba287d72db..2daa4a40fa 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 6bf7080d7b..e3e343b0b6 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 0ce4705654..09c829b984 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 0a712b6925..8f75ab9c3e 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 854a870eae..e505d3a70b 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 cdb2523c53..38ea85fa26 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 828ae1afed..cd20c4160f 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 237e6ff7f4..64f1061e04 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 eeb703eb2b..9944b09292 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 3f578e2f76..de2c9771d8 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 9de4c35dc0..61079d89f9 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 63adf43411..5de6be48cc 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 915dde73db..5827df1602 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 a5826866ad..532d3529ff 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 f2fceb0428..0d8d97f90b 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 e706bf35b0..5f360086ca 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 74fab27a30..d032ce8360 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 cb0d232519..68e37eb180 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 95188ad90d..18e404cc3f 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 d0b6660dcd..c9284ad75a 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 ccfd02cc8f..88bafed09a 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 eaa9f0aa6b..d18a17a232 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 ea31290e3a..99da1cdc17 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 a6052e9adb..912f123e89 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 a39ced5bfe..aa96dcc949 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 9df3ba2564..e52a673f34 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 97fea51799..6711dcf8fc 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 c233c4dd47..ac8c957f49 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 67e8444b61..e5b58c075f 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 d498b1ee58..bbb00bc796 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 520c44727c..654e43de5c 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 5206fbef35..299f9a9fe0 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 e9a076b55c..9343e35b84 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 556d968d4b..8fa44bbbc5 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 1b76cfbe76..c63c6afe44 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 e18a05997d..b5efdc3759 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 e29fa7aab1..b9454010af 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 e46d692768..e8a92d357a 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 a4e120e741..156ca47ede 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 05372f3cd8..b3b8a51d8a 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 6b72880168..6a69222952 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 2e7416c18b..8cbb17e5ae 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 af338bc182..ea14e3a455 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 a36cef5010..0e68567ed0 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 5c749ea434..f63a35bed4 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 393cccbb97..dc34771c09 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 e0892b7c7a..d8f31100be 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 53623643a2..33558f147c 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 ebb91038f2..0a98ca294c 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 618ed803ec..66ead4ea4b 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 19697034c0..7c56606df2 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 fb51b7e4d0..e694187671 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 62cc3282be..4a8b56f76d 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 b57b6ba1d6..3e311bd4e8 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 cebb97ecbf..6a350f4bfa 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 0ea99a3523..f88fcb5456 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 39bb3c9b70..1f8ba093d4 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 eb706798ae..c6f0330368 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 b74a067130..57a6c02d37 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 6da8987b27..5d88011e7f 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 578c7435ea..466ba89d80 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 1b5bd7aed7..0eac1d37b2 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 e63fc5940f..0a32bd99d1 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 c89ac800cf..81854113ad 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 6793922a57..029117efa0 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 ef3b921a14..fc55fdd4b3 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 da840fb942..b06e547071 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 0abaedb99b..695d6f1fbf 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 2d54fb34a3..bd43ff88c7 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 b954669d25..450b2f0a45 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 00721f7596..d6350ee234 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 c399686f51..c5c4f642b8 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 945910262e..826cda3531 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 451a28b944..1d3f59646f 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 1f9d7a4fc4..98e0cac8db 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 1513e193c9..579e7a8155 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 37fb3440df..431937617d 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 59c31f6863..e3e0778518 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 725d6180e6..4f8d953416 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 7fb347246c..0fd9473f3e 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 5a2f221974..2c7b98f412 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 ff94fe20e4..1f34c1cb8a 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 1abac4d61a..1237a6b211 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 fc1a6efe40..cb1cf8636b 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 e6463b3ba5..5349d6c567 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 fa3e6fd569..59c70a785e 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 4b2664d172..234fc7fceb 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 a8ab5287f3..f9da0fadb9 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 d22864cba1..4b4af79dc3 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 a768ce6e0b..0475f5c535 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 87817af9a7..971310b398 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 f6b3deb2cb..105f071b31 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 fa800e4100..25232f33d0 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 9f2484f676..8808d2e0ef 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 de4dc84621..69b1c97230 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 c07fdec8d4..4ea9e63fef 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 8eac80773b..3c89496ea3 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 3cc4cea839..fa3c5bc3a6 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 da18c7fdac..049bfdcd11 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 b5518ec15e..3873c85cb1 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 7c31b2cab3..afb07fab9e 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 fd15145238..9b0200c564 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 24d235a046..6f0d201f70 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 9093aba5a4..d33231ac40 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 40ad7963b1..b2b03494a5 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 3c166d6d55..83218f853f 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 f96319ee21..787853acf0 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 da81e6684c..cf23bf549f 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 4570fc17c5..44903495f1 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 113a741dde..1a264d707e 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 0802d55912..3c22e96eb6 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 9f8a084d6a..b0e2572c8b 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 79a52b62b1..abf8141aed 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 0672ad100f..9bcc48b59d 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 40c492d7af..7b77b907dd 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 354156c8d2..855dc4fd10 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 721a394d03..6b1f79997f 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 d680eaf42e..b25affdd1c 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 abdeb7cea0..691d3efe71 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 d8fa0a4f7e..ecd543e8ab 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 aab1f3ba03..e8b6f87125 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 19a5be4668..7e890f10ed 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 095851e86c..2d9f91dd96 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 6c6ece0dc7..57af779295 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 90222e4dc6..0f19e057e8 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 f91519e5ef..b0a38fe5bb 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 24286d79c5..29b044ef4c 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 fc4ac8fbe0..92d22c86a0 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 3c17975bb2..4aafd7502e 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 daa9bad7a4..100f7518cd 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 680c477f94..ee2feea99a 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 ff90edab88..cf04c24162 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 33747a1463..e09ce414e2 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 1c13ff769c..4f925616c4 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 024da1598a..bb3a974f5f 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 64dd84620b..7a70e1f36a 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 fd15145238..9b0200c564 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 96f259f7bb..e74e56aebf 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 f79f0259ef..9fafb9c24c 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 1b5767e293..f004837196 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 61a580a68f..20712295f9 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 ecda0e99c9..db79e06676 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 b925a15882..0605bda033 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 a07573e11c..02c90ac99d 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 f8901e19d4..cdd3119a6b 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 105ae0ecf1..730723fd25 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 f231d6833a..78c47abf1b 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 65c0050de5..8a0c2f22cd 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 9285edd37a..0e4c35f31d 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 b32323b77f..34903e189a 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 4b7d096930..e7d0b6fe81 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 dc09902085..f48571083b 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 a7408785f7..a9b98bec0f 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 913e3c6fba..528b9d8b11 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 d20c071907..f18d5276e1 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 d69fa1601d..75eb3392e8 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 90222e4dc6..0f19e057e8 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 414321ab74..e8c58d093d 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 509d1ed95b..4596059666 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 d44546d7ab..389d83df86 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 edfbbfd589..a9ee552cd7 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 6154fbf01e..d334474115 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 5e37976129..9beb5d13f9 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 28e12d6d40..1f0aa4caa1 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 2ea53a6240..2fb2394dca 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 1ff78dd304..50262492f3 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 54529bea80..40ac8764a4 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 51779d9cb6..8c2f3f8f17 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 f43a5b035d..c4583474c7 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 3245b3be88..d359cd2a07 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 9808b175bf..f46a800d8b 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 54c96b97b3..ffb770168d 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 268aa60424..7082ece8c8 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 b6e51feafa..c0709a37cf 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 c7901e1246..15b3787eb8 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 c316f16ad6..afb9b1e2b2 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 c2e3eb346e..dce64a4b69 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 1aacf8cdb4..6dbbecf4bf 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 fd15145238..9b0200c564 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 bd6ff949a3..f5af140640 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 548d736393..df6c386b3f 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 eda1af3ff5..f26178c48f 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 da5a78dbcc..5e088824e6 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 c73d7d3b1b..51a44af788 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 7e8c8aba94..2bf9372819 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 ed680b6cda..2f74337e5a 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 6971c7f0c3..e998497866 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 8bcb35a7b2..5fc300f267 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 f2c295f80b..3b54c70201 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 7f96cacab5..262e27c36b 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 b05ab79971..ecc61bb40c 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 923815e2b8..213f086f82 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 0ee0f29f78..f20e74eaa1 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 7984111482..806711d515 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 bb510fefce..a9c8805cae 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 b1598b00b8..cc554ab95a 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 1c5de2a8d2..ce2b024934 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 674b03d491..17c1bbbf7d 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 df7af124bc..e9bf3a33ff 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 c0255298c6..5d253ac721 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 9fc81e3156..598ee2cddb 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 b1350c718c..8c32dd7907 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 effc319de7..d4121bf983 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 54e1b8ee35..4e4fab8d8e 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 b5d437d742..b26e8b4b7c 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 0add6d3764..de86daffe4 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 8af43f2e19..d7c0ba1825 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 2b8dabe901..a2d61eea84 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 4189764af3..9dcf23a5c1 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 5df7303197..dea874894c 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 c6665b07ba..1901a3910d 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 a443f6feff..35bdc877ed 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 66ce9a5b51..1da467661a 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 27d26c6e05..60cfab71ae 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 d39b603d38..d6a43ca307 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 54b614e003..ac60b689f3 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 5bf524e64a..8d7462e91b 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 c30dcfd91e..ca2b484547 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 e66603794a..c8beb3159b 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 3fd436da89..96124bd82e 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 bd9c2a41e6..b83f73f247 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 791869d5d3..6c2c6335b2 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 a639863902..1b8015f42c 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 28315f9314..304a1add32 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 f3c6ce88d2..d47fc4dd69 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 47f04696fa..bd4f54626e 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 6d01df5590..8ae7c7693e 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 e00221ac9b..92a6d569d4 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 8aebec2cd4..2387546c11 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 b75272e8ec..d17086c3c7 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 6bb3578575..3c8c928963 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 202a1f411e..7668f260ae 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 a946efaea2..8ea9375734 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 f0dd86f822..1baef1e862 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 6e65c8ce73..52ce180aef 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 b5a9cf38a5..3175bff33b 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 490515075f..eef048f91c 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 2fbb7ce32d..dabc261622 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 d331255ad1..191d32e3a5 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 5ddcf364e7..364b0e1117 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 c96e379206..180dfed141 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 6170764734..e76ef0d652 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 1fe7081dc0..c8060536d3 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 9d90447d86..e79be2562a 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 ffb66a8fed..59fee57a0c 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 4fa8b45dfe..c05ee4ac17 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 7af32fc408..18d7d8f179 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 75c3cd9172..ba1d05fee5 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 28635ebd26..9f86c0fef9 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 6dce72462a..0dd146f0d9 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 6efc31514d..05b33fa174 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 8b5d6c7d43..1ba0117a5b 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 f385316a0a..04b1341467 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 04f8f5cae3..0836e9a785 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 d7de31acdb..3c9bf4dd2c 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 ad4ebc1bba..409224c3bd 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 3b563704ea..af8fdf44ee 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 9f16664e48..6bcb016090 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 7df8b438c3..89e878d438 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 92a6ae5a38..c22c99c877 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 4b302e5f05..7866a73185 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 f8c97cbee0..87d048a9ec 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 19e4abc1cc..474fb079eb 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 3dc2fd59f5..4fe1609527 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 34d0033f5c..360b298fa5 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 690a82169c..0e584e3353 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 936ccf98d4..fd66e4d83c 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 35449a2169..0b6f61e48a 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 aca7e1af03..eaa4759d8a 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 c5d00d5007..600859cc8b 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 6ce890e8a1..26803a0e1d 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 d4adfcfaf9..3feb3e1f1c 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 30b6c3bd7f..588d429314 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 b9651544d8..1dad55719a 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 9c81682400..51aa9649ab 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 3797fd1cef..cd2d9f6ba9 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 dc51053e69..15c9e303df 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 6dfc5ed3b9..e677d64ef5 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 4536c3845a..a9e38ff966 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 35a2e2a88c..d5583df973 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 5298d72e8a..36e55a81fc 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 b3417528c1..f92287d864 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 44435f2d2d..3cb70e3770 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 faa3ea7d8d..7aa33d495a 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 4d96f40265..215ec10000 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 eb678e4fda..51381d6acf 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 94afd0b844..f274f5cd58 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 8c24f87df3..42ebcdd316 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 e5502e369e..977f171d00 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 779e92a7b2..5b51a5308e 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 00d7073e28..fbfded5588 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 ae9857dde8..8c22b2c0c3 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 78866771d0..090d32bd26 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 31eaf1749e..5e340da66b 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 9a40b14aba..6b8616f82b 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 cd582416c2..ddcec12801 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 8428ea3c95..cb58121ba9 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 4a8cf21c02..2da19773c1 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 37d84183e6..ac7b53b966 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 53c4c6de9c..c1949271ca 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 fc73546851..ee96a120ad 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 2ba3a210fc..2b427ac798 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 9d38eb9299..3bc1663e4d 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 f2aec54d66..21928f5782 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 825548994e..61604dcc63 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 9e598d4d47..638257e791 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 0f296dc9aa..59b3a89eb5 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 3079100585..9a0d7050b0 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 849b3189d5..40462faffe 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 67d51dde62..2f02355c0c 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 121a17316f..52a50d94dc 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 910b618fbd..ccb7f80ea1 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 57cea08dc4..20e7d5b225 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 e1a79e08a7..2d3e706e36 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 bba3f4959e..a069ed65b7 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 968197639a..727ce74ba2 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 b456343bb8..0a11286426 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 aa5ee57d0f..47434e5afa 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 18b0dab43f..4419551018 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 e932668057..e4d9362de5 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 8f911258cb..2a9b1c04f3 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 5481575e4b..2b4bb744f8 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 0dd66f0d91..b443d56b94 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 da6256cc41..3bd742ba20 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 c262d270c5..42bbb199dc 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 41113ecc16..23d17f63a5 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 35698b90eb..fdd03bee19 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 058fc4cc58..55c0b7cbe0 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 f8b6fb307a..a69d734c31 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 342f68a03d..c60deb965c 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 542ef7fcd3..7a6c055508 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 0a4d00bbd9..7f3a65e733 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 9a52d9c72a..7081338d5b 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 84d6e35724..066a9503dc 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 6204722da5..2fc531df0b 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 0c5cb92e9e..2e65f39021 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 cc4c88e3cb..cc54cc6d74 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 728a94f509..43fa747d85 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 9bc46e6b0a..1e90fa0b3b 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 ca0a4fd777..a7c835ce38 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 7b738c370b..1c5b367236 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 02352cc053..b3fb73f185 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 5f55f5dac7..bfcfb7a643 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 f698858d11..641bf8a7ce 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 3e41405d7e..bc5ff8cac6 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 e8b6cf00fa..5762a1d3f6 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 28d9d4486e..2d161f46eb 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 cebf823aa1..d4976c93a3 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 939f9a82c4..afaa80310b 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 f534c60c74..5eb2b0f091 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 9cd005e6f1..9cbfe2afcf 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 b50d22a84f..f65702f76f 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 24b653ffd5..1732a1bf40 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 d69a30aa72..133f8a6a28 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 6b51c68a73..7d359cd97a 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 7c2561a015..b2cc4f2d9d 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 3756f3d167..61e00c3ab6 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 f7dbd87c24..b752a4d0a4 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 4470915849..09ecbabcfe 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 2886a01abd..cd45a6d4fd 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 43d2a66c98..91f2582f91 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 4e904ddf2f..2b88fd613f 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 85901f3d70..5cedc272cc 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 0229de4f1e..010ec576e8 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 fcec1bccaf..6b78a1b725 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 8c0a61a2dd..94f917e018 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 f67d61413e..c619d1cd9c 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 3c92a2a8ee..88dce1ee48 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 233b40cd3b..3b30a8f4fc 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 32cff4f7d9..f39dcad76e 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 dd04fb3e1c..75782253f7 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 10e4b9dea1..06ad704a68 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 a2b2a191ac..6f74e6ec43 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 d099e23bf1..20fc5be0e5 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 3f0ff11307..e010c635c4 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 3b906d0f00..20387900c9 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 cb60176fd4..f76e9fde56 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 3db4a10ab3..477277de9f 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 f67a8d7b0e..f37b2e4fd6 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 5e9d98695e..7faee55786 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 7b2e3105e5..88090c759c 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 9a83846e35..17c6739578 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 24280e2314..0ee2e7e645 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 1c962ba1c3..050510703b 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 b6f1e97799..43341aa9cf 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 64f228a70f..d2b6bf4134 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 d153dbb512..afbaf2c86a 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 6242347d19..4f2e991689 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 a5a14826cf..8110d1f5ac 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 831bc7a43d..fda2cdc409 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 14b4ac6227..2367e3dadc 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 0b5f8054f9..c8072fd9d9 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 191bdb0e5a..d61b58fb43 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 29c11b2d8c..11b65686f1 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 48c40cb029..be8d5b38a3 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 570f2352bb..fe90ef417b 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 e9de945679..03ab80832e 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 00a652391e..92915d49be 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 09a93b3c6a..43d230f052 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 be7585e9bb..641f69f7e7 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 3265df0aa5..3facfa74cd 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 21e3dee3f5..7af6f57895 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 239cc301b9..34aaf5315b 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 adccd79d8e..cc8fdcc9f1 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 822e497e43..916b8df70a 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 291b90fae4..372ca60c5f 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 f83121ec25..789ff630a9 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 f05a97923a..8bce5980ae 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 dd18b26045..f3c2f3470e 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 216ef5d470..a2a44595a2 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 a150ca4c0a..84af9a43cc 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 e01d6c872f..16e85d4a46 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 5044c0e95e..a07b992960 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 994ca6bc5a..c51151bdca 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 46a2c7839f..f203c7cb27 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 2c06225c46..d45dc82cb8 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 e31f1904bf..e845d52325 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 ae0392a5bf..e386f32509 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 c66d7673d9..e3616b11dd 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 2665dbced4..37581b9d95 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 ee7270f552..8cf6b81c6f 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 a1478cfa36..f5852ed182 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 b975eb86a5..e25e10e46e 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 e91660e876..98c0fd840b 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 e0f70387ae..7ee565ece2 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 876c5ca0d9..f170c4d544 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 bce828b835..a0205ae796 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 7882452200..72e505d1bd 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 31d71af81e..812bdd7867 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 2a503ffe02..b90cc39663 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 f88126d066..6a1d1ec2e5 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 85654879e7..eec35076ac 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 f74556dc05..50ef55a7f7 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 185aeb95be..018d52ece2 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 b0fadd887c..1e6cc3ac48 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 538859f6ab..dd5e9c3fc6 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 3ca7f637e6..d677f1dcf6 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 fa50fa6ee9..4b92ff26f8 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 3203d9c3e6..9285ea77bc 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 92b58d3e03..d28420ee70 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 850a8c5b71..2010cd26ef 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 86c26a38f8..c77bd85747 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 ac4a9cc299..00bcc17691 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 5df05c5a29..91defa5cb0 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 7b203a7487..b1bb08e40c 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 4bde1ae612..ccced33d23 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 22d990784f..480599a9aa 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 1343ba2343..f7d87868ff 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 b953a12bd4..e67a90ab8c 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 4b2816f66a..b4700c7cda 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 87e27a645c..e61d07a80a 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 754b4d09a8..9f769d07d6 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 0daf2812c0..9693e43a81 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 3a182ffd24..ea6c700e5d 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 c56ca9ad49..4ea2f0f802 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 27b74dae1d..246a3c66dd 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 fa4d9724b4..07a70eb4e9 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 8d93ab392f..f9ede9f197 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 6e082c1814..4806347e35 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 653fa816f2..4fc2fc0044 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 217262926f..a3f80f6425 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 2422105f46..681dfe6c05 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 68cbfed5b0..dae8373433 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 35d4605a91..0cf4c6d570 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 4e96e17cde..b02c3e0276 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 e55ec27069..1fdb38ac28 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 46f7a01d4e..2f4c2e3b96 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 9c69219049..d4869ee8c7 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 c445e4fc3f..c3abf63b4d 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 d5d2bcb08f..22ad511312 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 922ef1ca7f..f65579068b 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 87df265fa0..088ee53c2f 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 ef5b14e040..562173b036 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 f3ce0fd6ab..a845abd166 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 fa3db8db2e..f59ec53aeb 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 f6bea35e57..3415f73433 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 3e578fee1c..ae13d16135 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 5b71657775..44347c28fc 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 9a465c37a2..7ca5bff5a6 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 711ce09619..30f118b8dc 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 d21409551c..0f255ad9ec 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 6a7f9c3c0d..4595e5dcd6 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 c347513887..c093e94eb2 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 81c344720d..47523271df 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 4126cf78ee..07dcd682fa 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 a67f897ec4..884483f27d 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 c97945d1ce..671d0875e2 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 a7ececba32..29a28b1a02 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 41e5ef1c06..6aa7731062 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 5ff2ceb54d..ecb426efaf 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 bae65e76a9..86a6b5cf90 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 9535230d68..d16ccfb7c3 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 bce7834018..f579c75a93 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 3efbcf08ce..94742db70c 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 8ae6ed3ddc..f37c1f65db 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 25f31695e6..a43b376d61 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 0c88e9425f..e185d16f64 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 02a0245115..3ad243a810 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 6b8a8e7bbf..70d7f4ef97 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 cec4dff619..efd441b0ce 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 7fcd489158..0364ad7bc1 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 b6843e43c0..42f5f9672f 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 cacd128c10..26f8c34b16 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 5dbc4e99be..2e704d1d07 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 955db108d7..dc7e37a7c5 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 8c981cf481..ba90918378 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 acf547f249..9b5add9066 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 e49d867428..a58db6bd43 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 2ea2025ed7..2a76b03f58 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 7d4950ae76..1f344e77de 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 200db63b67..af8c5afd72 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 d7907f5a07..b61a926dea 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 5fc0a83f46..afb8452ff9 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 c09cf720fa..ccdcb1123c 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 0e0b7dff4a..70a57b956e 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 3b83897dcd..c04b6987de 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 f149dd071b..3ce9c8e243 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 8953dff198..4eed8790bd 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 31234866fe..ec02da102f 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 61dfbdc2ed..b3ec32a44d 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 6020311da6..c8e8568ede 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 1d6d973c91..35058bde94 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 252e79c95c..65c19577a4 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 b358496304..bfc6bcfa00 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 06565eebf5..f0e30e0b4c 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 2d8cf8b9fa..6654fb9914 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 be4f84ad58..d44df295fe 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 56479a1253..3230ad1889 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 91d5446837..5870b65b56 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 5749d63a7c..97ca6cb9a5 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 ce7ff7e0d1..835b7399d1 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 78d485bd72..c33f0f56d7 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 591526e35f..c63a6447ed 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 73f28d8fab..eacada0154 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 940f16e32c..2a7966d4df 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 3d31e91113..0661d9d89a 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 9a87a925de..ab7303b85a 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 45458d362f..1f5cbe7d3f 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 0eb853f954..4d15787d52 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 8d7488f793..8ed6e0d826 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 ad1dad49fc..be36e2886c 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 f979e80329..8214ba0466 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 7fc5154379..c4897365a5 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 74b523b273..e476ada16d 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 49b012b216..7e5a5cccab 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 0824aa76f5..40a3018260 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 a727192b9e..afd24d2844 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 8389487668..26900a45d6 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 1b2b3ca3e7..a326beb067 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 cace01c66c..c017fd6b9d 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 5c849333b1..377c0a83af 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 fe9a423102..a111795658 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 776fc38bdd..e5416dedbf 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 b13b74e925..85f00f6b93 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 5f14a56e00..0ed7ff2785 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 912270b395..79ac296e56 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 da33959f5a..b7e799711b 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 83d70b64e2..95534ea1fe 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 bdfb6685c2..3df3ef4b68 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 62d6e80014..49b3e1225d 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 20af5f1fd7..cb035de576 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 265b16a3d1..e6d4a6dbd3 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 73cb934462..cb487efb24 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 de7ec1c383..2acca7e7b6 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 54c49d7d5b..2ca39282f3 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 c36e756946..5481f2bc04 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 c91c1059fc..a403550b2a 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 f5335f9ca3..c119334b61 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 5fbffd64ab..63fcfe0098 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 263d07e3a6..d36a38cd56 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 ee5eef7b15..2880ceeac6 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 4e1d54bd67..fa60cf6384 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 0efbb24d9a..195e69fec2 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 29855374bc..65c4d3e006 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 833e4e5358..07c544952b 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 79abb6caa3..5bf0396b12 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 a811a76962..9610e99568 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 9652ac64ba..035bd9eb0f 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 589a84e1a4..b11b425492 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 6ddf34e57e..45a52f25b9 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 25ffb1fba2..2d7569f523 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 8988104983..667e3a19e1 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 640cc6f8d2..5032c589ed 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 caf6ebd8f8..8ceaeb59ca 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 ffd414568a..119cf9fba2 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 fc4483e4fc..4a9c175f6e 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 fcb8ac2ecd..421cfed64b 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 1d9305b2a6..6ba267b293 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 9f5bf8d244..c28d2193ee 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 a36855fcc4..d01cb933bc 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 4177a555a1..f7c0c2e043 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 52f4c3adf8..dcc05bc765 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 28ce8d03d2..ac9dfcb4f0 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 a521bc40b2..92f8eef30f 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 395fedd04c..39bce1df1b 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 70288a8c18..52a52056ad 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 3f4c74122e..9a9b311d30 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 ca0c404c57..1df1409b60 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 953eaeb0fd..cd1a32d3c6 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 2fda7cfeca..e69f2438a3 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 168312050f..f9c8aa84e8 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 8a4b5dab5e..69e1bb91d8 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 7eb5fc770f..4ba588dab4 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 21b8d6f2ab..00e180c3eb 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 115441eab1..d164793a67 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 f94165778d..301198b348 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 f18ebebae6..c9c555bb51 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 d7c96400be..7916b75e4d 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 b4421f8490..11a5b305ff 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 e5d20764a5..7ce60c147b 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 c3d7c9479d..51a750f623 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 d914d494e4..b31eb3cf0e 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 a5b9ab3bdb..5f38437317 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 dd804827b8..9f9ae42e1b 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 d0ed5b7ebc..00ebff3ea0 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 a880be1952..3dd9e79735 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 f9aa11ad11..a3a726778e 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 c524810b38..257af19f2a 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 19d60b7dc8..ee1a843680 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 f5400fa250..c120583b7d 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 961cc0e7e7..c407d94e1a 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 e2a6f29f2d..93d8207313 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 e085dcd6a9..bdc1433a74 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 a6b353ce31..b12b37a74c 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 c99884680c..f5e54bb90c 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 3aea6f54a6..764ccf1a24 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 3b0fd8978f..2ef39ebaea 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 d2a9486e8a..f8e6ab8445 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 85d7ba7572..bc9c5dbbd2 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 6ee21c66b6..327a3e73cd 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 e93e4c3347..e73bfb9017 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 7ccc744805..b3f0fcf19c 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 38cbc0e833..abc10237a6 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 f4a3da423c..8ee6e28606 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 aee374ec9b..196df64d19 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 4647c3263f..698d50cbf2 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 1b85c9c2cd..7b6ee9d827 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 88b8c4116c..b9912072f9 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 cfde3e88a5..d012b1cc31 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 802f8df69e..302a591c98 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 78da603d23..4886cc809c 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 217ac32b33..ccde40dcd5 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 d076a7578b..3d1c383ab7 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 89b9895270..1ee40c52b4 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 5679e7d75e..212ea90286 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 a9c56589b6..406d864a09 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 174aeb7bd4..5670425e7f 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 0829b40903..9dd3181c36 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 c87dc14a34..10bddd3ccf 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 8bf720a661..5f3ee0efb1 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 1ad816084a..e10018aaa3 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 ea02abf683..0352172b97 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 4c525a21cb..55b78dcec4 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 6388cabcde..b2e08920a4 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 2bc440a337..f9e5fca5cc 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 08c9ac66a5..54e4c67db6 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 3915b267e1..159dfd89c8 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 c9787b7440..9bbcaf7edf 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 df3e4d2d97..83228ace6a 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 577b8ada8c..d4bb2a86a5 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 644bb23a24..e1218d2ccf 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 3dbbe1d121..8f5a7e5084 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 d4f1be3395..35030e8746 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 eaef41fe51..9ed58c7cd9 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 17d819b517..3c93025134 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 5b53fa4ff8..923e7f6de5 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 9fbc92703b..fed554a8cb 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 e77dd3cb59..f4f6d96cf1 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 153523a71c..09f4ef8d3e 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 c984c35dbf..cec495c680 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 daab2204f9..d11bbc4fd8 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 1c94ec450f..698ffe90fc 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 5ac80de52e..aa754d79bc 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 168936cb94..12d2fb951b 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 39805ed692..288199f991 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 33e2584d84..2ed0ab3454 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 86835f6707..749f6d551b 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 4e79927c2e..0db1ff4690 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 063273e85c..f464a6a57e 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 5635d2d98a..bb90995f76 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 dc88a3be48..cd5a83fcd4 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 e519d878ca..cb2c169d89 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 2a9d78071a..99e25c4339 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 c7e166dadf..c09bfdca85 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 030b25ab77..c72a63497b 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 f15fc19eaa..9ad6af58d0 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 a4f2ff4f1d..4739ddc96f 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 623ca9b9d8..083ec492ae 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 2ce8b8b3d7..acc6be57dc 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 b7f15d8fd7..0d10af05cb 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 b3618b3453..ac409cb6c0 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 c1f351c699..d52ac47092 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 9d0ae55fda..d209071084 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 b2adc721de..675ef98150 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 30848a84e9..6abb968395 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 499576fde3..27c29880c9 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 6a500f3b3d..0967f4e99c 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 dd9e2d1ce1..77a56d6aa3 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 0a4f6948d9..7364dff6bf 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 3a195e6689..3116e1d377 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 3d1efbb08d..6f84192637 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 f8bbb8acf2..d9b08bbe33 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 49d56830fe..5f945a45c6 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 0e541285c8..7a3015635c 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 24432c6b75..79442dc048 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 4cd794d8eb..90308ed7dc 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 af164f6bf8..906767c1fc 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 a9a847dc81..46e10a4dea 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 3a35051c1a..f4c694320b 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 e93ba77f55..0354cd56b9 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 239275b80c..221eb65364 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 7bb1d25e68..6f2b805202 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 541742842f..07292bf47d 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 ea4a6a6879..d2da328f9a 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 fb6c2f9d33..e20d49c2d5 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 dd20eab67b..bdf44ed351 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 48e82187f2..47113528a9 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 4b09c6314e..a1a46aba16 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 3ba325e304..fa956526cb 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 1fc6742258..68af3db978 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 022f0a4bb3..ce1bc52d35 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 e9ff9fed0a..14e67db9a9 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 f2ac7f5403..5d61b81615 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 971708dc8b..7392a6cac1 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 3cc4e6c8c9..4efaddc862 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 0686b63177..e727c44114 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 85b26a67ae..4a19526803 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 cf79f54352..e860c6325c 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 e7998e386d..8291b2d804 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 0b5a3eb895..6ab1a43c75 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 5613183c76..5fe9e8c026 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 eef113a655..1a9934fc45 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 711759aba1..6b63037265 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 1edbde7a53..f1bb410140 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 090b99a488..e156c2dd5c 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 957aabe63c..5189ce2c1c 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 aa36bde63c..5b0ed213c8 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 d935f6a1ce..5868544513 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 455bb75a62..bce54ace61 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 6a0ebc3bcb..dc52c2f4c4 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 10cc69b020..1ba19373aa 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 6dc7d10e96..2029339c49 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 8405b24888..bda7a4ab90 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 196d1326de..16931042dc 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 c375a6357e..d38f94b435 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 67b9721854..d13bac0227 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 78cb1d9254..13e0d13de2 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 66aab84fae..4f95fed70d 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 3e7ce3d902..d9827b057a 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 8b44e49d30..1861582c99 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 341617fef8..a6ec77220d 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 d8b9b63738..5d3b566a4b 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 66c636529d..a4f896577a 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 052ff48bff..16769998e5 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 4d1a293072..2deb95e4c0 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 30f0d3625f..4c3deb467a 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 1c1c134e99..84d639667c 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 ef5fa7b16f..362142c921 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 af3e8477ac..5cad393e82 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 0370bbf978..77a3fb4eee 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 89bbefae75..a18bc75ef9 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 2f3ddb29a9..711761a737 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 d78128adbe..c324842b18 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 819f7b414e..1a4fb08c2d 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 6184139b75..763cff552c 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 ab06e94ac8..50e960ad58 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 5226d9a399..06985e5391 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 18250a137d..27ec49d58f 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 f31b722572..32a7d1fc8b 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 3080a767de..4767a7d935 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 722e84d464..7ddd3af269 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 85e42f83d5..0bdad76ab7 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 c706991bdd..521999409f 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 07979670be..d9158f85a3 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 ed7d0822ca..fac98f4225 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 ef4d46ba1e..561842be64 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 2103536daa..eda4592bca 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 35a61f16c0..2c5b676b68 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 b02e4dea78..b6cf81074e 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 c9e6f8daa5..bf3d35fdda 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 2e3b20af99..be6d163fbf 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 8a184fe614..79e6e0ed92 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 90459f23c3..6784d9ca9c 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 5712ebd4e4..d76306a39a 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 3f69ebff72..38828b6932 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 383b1c2d7d..264e32fc95 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 5937a02427..4a4d0b1d8e 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 d64b7b6eef..1186ce62b9 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 d1cfe160c2..26a39c3362 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 e1391a9cba..0ec5e00588 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 dbfd547da2..49eab697c5 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 e3ba420ed2..6bf4019a6a 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 faf5e09465..82d2848e4e 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 c7a14247bc..aad3358656 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 3b3dc566a5..33556010d5 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 837c8d0b6b..e6fb485404 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 2ff099a7f9..6217b48cff 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 16e6381852..9ecfe64510 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 d90c551516..6532d99701 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 520272eeff..bd929fa783 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 a33b4a88e2..1de42e0f92 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 0575ae20b3..99c304560e 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 5e4672ec00..a98ecc658a 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 64122e6964..66bfa0557a 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 77d1dc1e02..58f65fe777 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 0590059f35..5cdffa574d 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 b66fb1a115..3e5fbe6cc8 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 5307f650af..0f836a21d6 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 ecf6ccade6..6f1e3226f6 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 bdeb2db952..c1b43add09 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 65e741ad16..7c1075f08a 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 142de81d2d..80f7213008 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 4af5f50b22..addf712cdf 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 f39b8bf499..f214e705ec 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 46c95c6707..3a726089d5 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 4dca196092..512a6de6db 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 d540c82ed4..a693f4f48e 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 e850ffa70c..e7d9ac63ad 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 88cc337d78..25d080a231 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 a77d7113af..ded500fe1c 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 d89b125fb1..f54caa2ae4 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 f8b7c3d7ae..c2dfa81943 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 abaab1883c..4cc94dabb4 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 650a1d77df..0572e606a7 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 142de81d2d..80f7213008 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 94ce9f064e..f0ac316c5e 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 05c33ab0bf..413419e53b 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 f424b2065a..8104f1b7ff 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 564f843e72..99180f9805 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 490ea43af7..60707ae606 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 a82ca2ad8e..6cc4f18743 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 72ef430785..a98be2c158 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 b91e9ef5d3..d1d6d897c5 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 8c45384d6e..985680939e 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 9a48ed26d0..8e1d24eba6 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 6293fe2546..d4f3451bc6 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 4677983bed..c36cd50ab7 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 3c8899bc78..6d31ae3779 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 00d9c0c0a8..ee26b926fc 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 6faedc2a49..b9cd591dba 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 1f7b725ade..d91af8574a 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 8da701a38c..44c57651e3 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 d2984bee06..14f61348a0 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 517461de33..9d3f5b2e8e 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 d1b15eb625..e2951bbbd5 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 59bc916558..9721b721d1 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 5c7b759801..7d2743bdc4 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 e6d22e07a5..201b39709f 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 241024755d..ce6659b3ae 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 5d86b75150..85edd05b49 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 619d2c4f14..a74241d7dd 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 1c6179ecef..22ccd519ed 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 e3db0da1f9..d2d86a1fd7 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 389435e1f5..d33793d642 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 3a332d83a9..aa25c1d7cb 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 0a6f4acf7c..130439c203 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 7eb9c55d0f..56135689b6 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 cbd60d4612..edfebd5414 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 cd745f19c9..81c50ec296 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 1e31e1089a..5924442a62 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 07095a77f6..1a5658e08b 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 bd980bb63d..41cad81dde 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 6b3f055a48..439d3730fc 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 a67971697b..5ccb9d9ad3 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 751acf5d33..f07e620c3b 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 4b2ba56ace..f53ace38a9 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 b1b7cbf534..360e3d61a9 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 6626d5a68a..3daee49931 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 6eaf55c06e..726f27aabd 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 30763076cc..0fda022156 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 1f12d5d89a..a94550aab9 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 d08afda6f7..27843242ee 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 c853a642f0..a4550de9f8 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 8dadd99cf7..438cdb6a2d 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 d083107cd4..7bcebfc0ff 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 3fcbde136a..ef964771dd 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 ad86446a5d..2ffe5818ed 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 06b0252072..f8b5925dd5 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 f5255c0dd1..4f2e972da5 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 4fe222b5aa..045a216263 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 f3e06109cb..c1da53e0c8 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 d1fac5b9ba..ab286a6a21 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 133e81a757..bed0bb1179 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 4fe891eed6..160dbff696 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 43af209382..4f357ec9ca 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 56ed9c964c..f48dcb178b 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 22e173a007..37ccb9a93f 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 46339102b4..c337610648 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 426fbf01bf..1ea9c61383 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 4f906dd4d0..45d8ecfd3d 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 d1c7a14073..25b42c50b4 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 84dc4dfe89..d873e8713e 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 4e41b4ad0b..0d72e70f91 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 d8c3599a56..f6cec833c5 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 c88f989141..8074aaedf8 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 6cc36a06fa..d6128adc87 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 24415ff0b6..6f19cf1d8b 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 2e73d41aac..6f5d302036 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 8b06de08fb..1428b8cf3e 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 4598cd839b..c1ee91e34e 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 e50b72dad1..d6d17f7f05 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 2b4d879dcc..a64c141796 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 ad9fb33e93..09fae6c9b7 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 6ffa8b96d9..5dac4b6977 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 5b02b2f465..8266fbcbb4 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 cebe47b652..cccf7c7699 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 b013315989..9e40fb2b5d 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 b1ee42c40e..5ee96c4f79 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 0d5591d59e..fa90586b86 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 19db820fcd..4f4b56bda9 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 7024eb0c32..4261b2336b 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 0c3df824f4..a49ec5db49 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 896ccfb0e4..b3ee6805fe 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 083bd5b176..e35dca2a57 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 07a6d627e1..2f54102c02 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 bfb6f65d0f..d12d615f70 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 fcc6416c55..a7c3339381 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 dafdb6d191..8768dbab88 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 348cc2276c..c2b8eb86c5 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 2e836945b5..307deb02c5 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 e7d0e4a506..6884f3227e 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 3c1c19da02..d835091313 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 c5af09ea8f..62131c16cb 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 490e171a83..0254985f81 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 3993fd7b9e..866c6e864f 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 8b2eb94ec0..2e53407f1a 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 350a7bc239..9ce7443e49 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 008a62ae73..97b1052421 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 6b64d471d5..fb75bf10db 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 7801befe76..7be032d373 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 bcb9df68fc..6efa63aa08 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 5aea747f89..179962b71e 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 ba7fefc8c6..60b4d8c4be 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 e89f9e533a..9aa9a7bf82 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 c8c12e6178..008d193cb5 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 1a86de04f7..b1f2bb44fd 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 953afa5dfe..50539227fb 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 a95e2cbf70..bc296d0281 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 47026e6a8f..5ebb71a8a6 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 1dab0ec3a0..6313cfcf06 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 ef5942c70c..1568dd524b 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 d8602984ea..efa4784392 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 d0a409feb8..e7d2ce9393 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 20fa52b90f..5644a7cd38 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 903bcbca96..1c137ac609 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 7ac4614283..8fad8d8d7a 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 bb36144f62..290134890c 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 ba4e821edf..32801d79f6 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 75f2dd820f..5950a00213 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 e6136d4c1a..67abc24c69 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 30328c13ff..5482f0bacf 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 2d6210d32a..dda35dbcc7 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 7cd8adab98..3bb6510513 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 b0064f6a9c..b89d0b5c5a 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 58d9b56e87..0a6b37dae9 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 c41e7108c9..e0c0b60c54 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 30406b76dc..59a68c249c 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 264cee02b8..a70fd6bbc8 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 206a9fd98b..eb531727d3 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 b26fa3cf5d..75cf9a1026 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 90a68c56c2..818d78d9e2 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 db447f1b01..cd2fe22e6a 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 11139ffe51..3e7315ed38 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 edac34e2a8..129414fe69 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 5ae37e64ba..efa1c30317 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 6f43412797..cae7d31f88 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 ead3aca84c..5890284da0 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 dc72afe166..093a49de62 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 665bb958ca..42256a6dab 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 506747b51c..ca37ca57af 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 31dc419551..fda0ad3794 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 3a54a9a965..d0e09abc13 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 73f495e3ee..60ab36ffe8 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 c7de6ed4de..20d3fcee6c 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 1937d753a8..74fecc38c6 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 0675b6aca1..4beff4895c 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 b3f17b9ad0..13c54ae3e8 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 ca87f2b15c..318b2de42b 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 fe6d73f72d..9f059e8b6e 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 4fb042604b..adb77ae128 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 8adccfca83..31446f0f26 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 41b03f68b1..a01e87e13a 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 31def469d4..4a9a13766a 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 2a525b26e8..cdf670bdd9 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 730cd2ce22..6f956186d1 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 64aaeaf463..61b93bf321 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 d8ba2211f0..82d363e805 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 012af6f0fb..33047a52ef 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 1f57c241f3..f9f425700e 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 2a56a7d8d9..85d068f865 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 2b37fa0d9c..c54b212ab2 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 dca16a3153..9e62e2da4a 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 aa8bba8794..b024ea8a08 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 6dbdd34ef9..5eb7777791 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 e4d0a9caf2..070a37e576 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 e65550046c..3d482cb668 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 7ff56a1b2d..b8788afcf1 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 337cdb6fa1..b42eb9874f 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 6a88b64046..9659670ee9 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 6a35e72e56..88cc360954 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 bb43494c74..ba22d3c002 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 572829e21c..544014b75c 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 e0f1dfcdb8..d3a8c31acb 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 13e1ae4f0b..61cbe49d1d 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 1be2f4bd16..864b9b798e 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 2165836aab..4ccd7813b5 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 cce2b502fb..787b866fa1 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 a50b19ea10..5fb163ee77 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 c946b30c57..895c511e1f 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 ea18e86ed5..af78017e89 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 0fda5cb5b2..389dcc84f1 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 a43aa12441..58822e58b2 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 7164b8d44b..137e19eca4 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 30fe20ca88..7b8528a6a6 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 63c010f204..885eca1f0f 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 2748fad152..86d6fbb9e6 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 8ed89c2d18..976268648f 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 6185f54320..b8c904c5a2 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 eb67284033..2ab17963e2 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 774e3efd17..99c7d2080f 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 d7611fa46a..c4b7dbb392 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 88ba8ed568..95e32500de 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 f3fdb38cf8..eea977777f 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 352426091a..976ccf8933 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 311adc1336..80cb0b35e5 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 ce7ff035d6..9ba59a3194 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 debf9bc309..e076036379 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 8e3744699b..d90d009d16 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 6660002c0b..6c569349f5 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 dee554942a..e29b0108c6 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 732e15e403..4497e868cb 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 ca24bfc815..96a94d6fad 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 9bdecffd5f..a299877861 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 60acd0f5eb..c7850ca9d1 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 664fa3d58e..67e3aa8ba1 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 943c549bf0..dfb42406a4 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 fe5339dc92..5fc3963455 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 a85479f8fc..9bd9931927 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 e063371d72..f7a16fdd80 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 dc7ab66099..818b51278e 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 a355dd6587..ac5e886c25 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 b763d58c6d..f48fab1e82 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 b7cd68aca2..3782228a38 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 5ad2958f7d..c079183aed 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 11538912c4..3951d6e85b 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 ce6ddcea81..8e652d8a69 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 f21627d656..b41b981d10 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 a5cacc5f67..9d70040219 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 8e65366c0f..7a5e7b14ac 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 cffe599c43..6cc6f44e9c 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 f5c9a1a50e..fd8b6858b3 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 2502eaaccb..00e1fe7550 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 df6ede98d8..388fc570c7 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 e1d77a678b..94a21c4307 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 8b410f7d01..1e3fb80188 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 4bb3ffb702..1631209abb 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 0cc8da5464..5d68b64ee9 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 bdd25becf4..4c31ce4e87 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 1dd6633642..256d396374 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 718fe59e1c..249682c198 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 46ed0aa4d7..7d67c5b758 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 bf49afef87..c9e01f253b 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 7c70c499e4..3b0b4c47df 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 e452c92a32..b8bbb660af 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 7fdb3d5237..a78f749440 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 0ef0632b33..21a2ef21cc 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 6e81aee100..7d606564a4 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 71456127ba..82c7f8ead9 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 58681b8f35..b986ccf6e3 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 14aa89f139..0629b1de0d 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 81354e73d0..7d51ef8a66 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 204f956412..2331cd0d68 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 80c260cb4b..4b3e55a0fd 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 df78b58331..ab138ece1c 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 5ffcdbdb4d..0026963fa9 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 162a7eb995..c93c4a9402 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 c8a11a0d91..f5d76d5ea6 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 c627c19d58..35f8818863 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 4b57e1c0ea..f960015351 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 1a5205553d..731f8ec3cd 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 747da1d4a1..a23ae1f615 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 66a1368e7d..4cae840f47 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 d24ed5d913..b3443c167f 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 d478d5b81c..ab0d5b2103 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 93712af7b7..1767ed071f 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 d983b9b3cb..b41d216eed 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 840cb25e09..262ee32c87 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 c5972ef1d2..2933538db2 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 c6291b7aa2..34b7f8db64 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 5c5912cf14..d984ed5439 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 8de2904f02..f4ef5f4b54 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 e01ecd3ff1..4e1e62c635 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 aeb693ad78..6a44e999e5 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 4981755cbe..6d1bc24175 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 e89456a5b7..c3064de831 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 d0826c90ee..8061076833 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 327729fa6a..ebb32aa785 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 ae9f444f0c..610c06a5a7 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 68112bf5b2..745a943e2f 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 2b1fb1318e..0602364e4f 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 0dbb09ce69..059c11f342 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 8bc8b82927..5d120aa94d 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 1bee91fd3a..434f997e1b 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 14c3afbf5c..c27964be99 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 d7c2e991e0..8e5099cd79 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 ebb8182b07..cab3ee4e13 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 d57cce98e4..d92d6e9d85 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 f514ccbbac..d00da588db 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 1853f96625..76b80c75b0 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 72b04219a9..0374dc82c4 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 25443d8c1f..1b7279ddce 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 efa3d22de9..cfdb77c9ff 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 c46a93a817..df6de9e90e 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 b4b337f147..ffdeb8cfff 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 241c8e9ae9..9ff9e7d743 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 dad50ac924..41effddc67 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 2b07ad04a3..72502e7a9c 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 1b0864ce6d..c030020aa3 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 17a07bfbaf..7e2c5a2aef 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 a82be63a0c..104cfdce86 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 6769f98b64..769c2a6b87 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 620451fcea..387399aaf1 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 5017863f01..13ccfd3bc3 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 5b65eb33e8..c83bd9dfce 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 223b04de5f..4a9228a4e0 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 dcc9689831..fc518a338f 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 9f1d7f69b4..f8eab46ca7 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 71e4e5715c..50ccdd02fe 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 c911dae585..d6f1395ab5 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 a6936bc760..8b8fb079f9 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 10e583b75e..082176a896 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 276ef0c965..385592cfbd 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 2861152665..8f2d4b7ee7 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 613308a931..3d7ad5e3a5 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 72dfce01f6..28dcb47a1e 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 3b184657b3..69fbb799f7 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 20be6d00ef..f37bafca2f 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 3fdec8b4fc..0f5ff5a4b7 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 e9e1254ea7..769d0ad55f 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 8778e5bdc7..23a75a32b9 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 494a71e59a..7d9470a83f 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 8ab954afe1..fa740ec29b 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 da38068338..0afb1e90bb 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 1874f2896a..4b40ace21e 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 0ac4dffea9..cc16bdba26 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 e05b9907da..3ed0a7618b 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 8c46908688..e29609f6a2 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 168de9e8c6..d95594edf2 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 e964b45d1d..ff59dc733b 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 53650856bd..0ab6329d3e 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 220226dbce..0a5bb85ba3 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 214b0d3f8d..f1d69fabc0 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 ffe4c182c1..a9f909d8f5 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 3a67151683..87800692f0 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 d63fc3f863..57773f415c 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 4189197adc..5be7c58062 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 42ed4e4e08..0e316bc71d 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 d6cd98943b..78d993a676 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 789b064515..a22346e08a 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 18f2694a9b..f9d079f8c2 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 87094bc936..99aea16be6 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 c5104d5c19..e240bc8f87 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 90779388f7..7b0a92c130 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 27c6bdb71e..b5be0ac9a7 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 0f520e6299..54d97b4baa 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 4221246f13..e42b2be3a0 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 0c4991c90f..88ef9d5921 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 280d01515e..30d63d9275 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 6386980608..204243a1a7 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 b08f993191..8187f36138 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 ae90244c30..4c77f3422b 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 ac36b44fa4..2e31e0b399 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 ae784ed428..2d36756d97 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 cc8faca9c3..dd7cc54538 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 97765fa0a3..2fdfb1dade 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 912ab50898..6562cc8825 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 20ef63a778..14afb1b6c8 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 214b50d658..bfa789597c 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 3a9f5c2aab..3e4df8fcd1 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 3fa95f94c2..d44f8070cf 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 380c4922e0..7c661b1a93 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 efd725bfc7..393e65858d 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 e8ce3c974c..a55b3029c9 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 372d902b7c..78371da051 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 fba0a1efb5..af40044d6f 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 8e5a8098d7..91f4b38997 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 56e6916d8b..48b8b479fa 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 98ae5d48ae..fdf6711be7 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 e0af7ae81c..7731ddab72 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 79b81b41e4..3b65e38206 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 334182341f..b017a73173 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 908becd92c..856a1f02d0 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 b3e5272365..b6091b79dc 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 3846d6d1b4..f708acaca8 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 1ac9fb35a7..4c6f96cd91 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 4ff2d86202..b6fbd0ab0a 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 316912e3d4..5066126c82 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 04c35d6686..6139408e6f 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 45146c8a08..5d3fa08b44 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 6f8d01309c..0fb66ac665 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 42d4386547..0abb14bdc8 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 339d2c3908..9771bfb465 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 88b4fe7574..744f4eb273 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 764b3d12fd..b51d062a56 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 b40c2df029..d129927fef 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 070f0472e9..8f1a2e3f8d 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 2e62233138..6a872ba8db 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 4777eaa9b2..e8a2a9e80e 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 9c45ad92b0..ab3831889f 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 0111c2582f..2a4fcf50b2 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 97c8d1510c..7166dabd65 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 86d344ea22..61e0e3a32a 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 4463a6f655..5f802a7783 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 9625bba9c3..41bfe5c983 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 9fb92fb043..5a96bebc6d 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 4518be6a7a..aeab677e74 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 478ae86fd8..e5a41614da 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 12115b2d53..88c02a32ae 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 9eec040438..c467145955 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 55fa5cc3f3..8753fb652c 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 c33faba8e4..db014b34bb 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 01ceef3648..001891f2fc 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 bd1657ed91..c27c5348b6 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 4e9e5ac9f0..7572cb0ff4 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 04efa22931..ac80e5e5cc 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 8f5c2f38d8..aa02f35bb4 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 c4d42effda..84d5a3bf48 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 d7849f7ccb..1d6302a72a 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 4a02940c73..46624b97c7 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 dbde2e0fb9..3293c8cd5e 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 cec8246ab2..a2135bd361 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 32d96bff1d..dc095ca60f 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 5633ee437a..f29c7bd233 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 ca8511640d..f6b8d1aa67 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 ca3a2b298c..acd446743b 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 88a76c119a..7ce1a91839 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 03a1116676..c8a55331c4 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 a677929874..52f64023b4 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 fe2e25cd91..5987b0bf74 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 8470f0f379..f1205924e9 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 698fd59028..8816bdfdfc 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 209c2103ce..9b5bc74d44 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 d821968949..3bf6b51fe2 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 47db641754..062672bde2 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 b6f8972651..7b951ed725 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 304fff2f9c..0340e55440 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 bae29143b6..1fa5d1e64b 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 717d7f97ae..6bb78abdd3 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 2782e2b381..f66a1f4a3b 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 058827b305..3941683f3a 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 cb17704f62..bc34a87995 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 8e2dcfe133..709ad1b70a 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 aa44e1fc4a..fc593cb87f 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 d37650ab2e..1c79ba8323 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 81f1ba1951..60b7d5e3a3 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 d02f639419..956475b864 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 dfd7f18b1b..a0423fd98e 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 5e572b4179..6640c88e8f 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 bb112f2b6a..57bc389e19 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 e5988017d9..b96266a8d6 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 50175e1061..e5d57b1229 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 f419f18422..9a94bf0402 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 34182a2ced..075a21bc99 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 e53bf37c90..7e1e570a9e 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 664d218b53..e9807dd1b7 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 2edfffe59a..0471aba800 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 5da0d5ad16..2a7d395a01 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 4f2833d728..7d347cc5f3 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 b5a3941b20..b146c6fcaf 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 0275211408..124631ef9f 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 410b755425..4987232dbf 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 6085206fbb..0e3e0e44c3 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 b13bbd407e..baa1ca3284 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 fd662eeeeb..1f9d31888b 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 68148de9c3..d7bdfaacad 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 b395794ba9..bb949f6fa6 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 140ce52113..b0d3d314fd 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 ff7966833a..39773b72c5 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 8c892be054..4d5f08631f 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 635299245e..66609e9e20 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 82b8d7b45d..ec6144612e 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 d7982d7641..d1b38da8c1 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 1eaad0e9dd..3d2703ae91 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 daf21265d9..506efc0614 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 9a895006f8..4c97121037 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 6bc450bc77..b1eecec9e3 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 4f68c2a09e..f5e31fbe6a 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 f8935b59a1..34df8d2466 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 4dfeb05ba4..de735a5bd7 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 c7c0248478..f02a42a01a 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 15f456af89..6df51fd425 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 f3afe686f7..0884b4ff80 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 c12110420e..4f3b74b52e 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 6b1172e881..9be097c153 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 e94852f68a..1208dfc62b 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 a90980d90a..c083a8b43e 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 7c481cd393..4ba6604ae9 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 72144ecdf1..c798c2e9f7 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 3c8dc1f7ad..f5c552daa3 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 16e9a8d65b..e0086074c2 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 dd149ad3da..4b51e2a849 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 826bf34863..846adfd858 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 ef07602970..4efdb92b6d 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 3fe14a69f7..aa10cd6a17 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 dfe8e06399..776360a336 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 2fd275c152..a77f16a1a5 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 1bbc0a3c57..a8873290c0 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 0bf34e929f..2dae632870 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 acbfefc42f..d7412c8c6b 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 7fe4476a29..2e38d21e41 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 ea75ef176d..76a9af9b5d 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 5e3ce79e01..74bf7bdab0 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 ac72a1da14..6a57890352 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 0cc7e32c8f..4a309de9be 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 a184e1b98c..9f6d8ec354 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 81b3a63432..977c27997b 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 717d6e9e22..43c2bcd836 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 b87a258a1e..e065d38d38 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 1032f2850e..12b0dbebc7 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 18fef142c1..af04fb4c1e 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 e065d63f29..c57684a721 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 a41536d05f..dac0bc61e0 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 c957236b59..a15d5aa02c 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 15ac9be496..9c2d7b4822 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 601d3e8b52..6d0c3a3b8b 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 be0d9b97b1..dc5fe82710 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 72d4c53c10..cc47c93469 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 18c70fdcf1..2203ee40a4 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 a0ee717705..f3eb7b88be 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 f25a30620b..975b2d76c8 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 b0dc43f03c..aa410c99bc 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 97d2bfcea2..e37ccb32fa 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 296b9f6487..282207a0af 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 d5af43249f..7cfa094f93 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 dd8f69b6a0..d8dba030aa 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 019553bbdd..5c100d560f 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 5a7307645f..c991429a40 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 fca8881248..873eac84a2 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 47b6a7fea8..063aebbd64 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 fda69d1c6f..ddc13ab18e 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 adaa9c0d49..0a8abc7c98 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 611a66739f..bf5709cf55 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 a48181eacb..2084ecd9cf 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 f77325b6c3..4abc8b2fce 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 e10ad5c75e..7fa055a12b 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 4bd90716d4..bf8b2599f3 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 4453c2d53f..0bd0d2457a 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 46b243d53a..387f28b5da 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 32435e0ce5..355e0451a6 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 081f31a222..78d77cf18c 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 bf42178f13..7b622eee3e 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 2c67de7c5a..4fed98d112 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 c81ebb6066..2a9e1c3f19 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 908483dd78..6c5cd417c4 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 efd531af95..00b4c1d7a1 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 e5e7a0f6aa..0ebeadca8e 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 060a7cfc7b..6b5fd1ff81 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 df1108862c..3c2e1addd8 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 1152a5e493..719741aa6f 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 5a4baf6239..913ab06b4f 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 5c8fc91edc..91927d0c50 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 ab7967d80d..5800cb2e69 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 3be1842b85..c9f5da8064 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 fc2c3923bf..ba8e2b60bd 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 60fa8460c3..988fd9157a 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 d3f8c00e73..c53ac76a0a 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 aeb8f2cc97..cd3ac76df8 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 13efa40fae..19654d7b7f 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 d5f6850d0a..18014128dc 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 627a3f9d6d..17845fe3df 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 a50e35e3ee..5d1449290a 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 14f51d9e12..f60b6faff8 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 1e0960f956..7a258a591c 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 4200bb197d..4dcf5a8d8d 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 375ca1bcd7..ac25e23e12 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 588564d2c5..ee07803640 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 9dfe6a8f3e..fd87d7594d 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 ed66ecd47d..44f9d828be 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 bab0578fdc..e954503474 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 58b5198558..5c2ae6021b 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 f684902990..d17c78c935 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 a801e87beb..c30eb40138 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 6c1791ff44..7db908c231 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 3088f6fa1d..fa830181a9 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 dd25acd0ac..99865f384d 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 3fb4303a00..4b49e9c277 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 90ee7ad283..df4e53e038 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 509e0875e9..4338e72d9f 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 507391508a..29df21fda9 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 ae120a37b5..52d832d4cb 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 e95181e5e1..feb126d491 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 1c0d8730f0..8333c57d42 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 6766bd9431..e1269b7788 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 8aeb97342a..56de1847f7 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 e3c04adb2b..fb1d1d1ba0 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 9c3c2f130f..2c2d11b67d 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 4793cfb5de..7ae7c2523a 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 9e61ae8341..87395e93c6 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 99a6648540..732f09384d 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 a58c35f3bc..eb4084d2c1 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 5988f3e676..eb74fea264 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 cadad0e234..8461263739 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 dc078caf22..4e799116fe 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 d84d6cf344..f7141182c9 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 31b73ae283..bcf93cdcbe 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 b87d3afa4d..cbdc764344 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 c5bf3544a8..952e78c4fd 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 bff4af260f..5c2a994192 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 77e8ea5f08..a5f4ff4523 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 95e083456d..e6c930cbc1 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 c3ace16445..9a53e6c9b3 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 06c6e20779..2e6849f39e 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 caba8ff2d2..4d779ffb92 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 29e5d577d5..a1ff6b83e1 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 ae350ad871..2a1fdc9dde 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 6289fa9ab9..ba0459a892 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 8c9935233d..d0342915cf 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 c6955d3c74..c6989ea731 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 b20d3bd34f..5777383ee3 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 6c1d2fb6f1..1605c88187 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 e6f61c924f..7eeaf026e7 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 425fae30c2..0b24b6b40f 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 c3f8aeccae..891a565c45 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 c56576f142..985a19ca1f 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 555ac13e1a..b47216fcd2 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 c7abf0e96e..6176cee62e 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 9015ac021c..257d4b99d4 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 3dc00f59c6..cbb8ba1d79 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 b3aad1df8d..f65005b42f 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 fb204f294b..d39ad21fd7 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 6a444dfce7..dcf1c3a540 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 9106d24073..02dd965212 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 592ed542da..c5c80772af 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 6f0bde1837..d35b3036c8 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 917d97a510..dc581d24ad 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 dc95be31b2..24ba2484a1 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 669d6bb7de..13eca2a27c 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 4525dd0a99..6bbfafbd1a 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 53b52ee074..a2b6392909 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 09f78c8e83..d7fb17072c 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 95f15dbd8f..741a8ca879 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 d1913d6c26..b7926c76f7 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 64f977d625..dfaca92c38 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 215cc0aa1c..403f77d3fd 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 852b534310..4f9f42f6c4 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 569a212253..51bdfc6626 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 876f6f7d01..831d551eca 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 b7a12379c5..aad2d6e1b7 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 82aea8b00c..06dc192508 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 2539b2f5a9..ad7fcb9dcf 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 eb8fe9b715..28d3616f05 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 e801ddde70..5a7ed17c5a 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 b53e3ebd22..7c44f690de 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 5d65b0da07..332af2cd2a 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 f13093fc02..87227a6ef4 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 1e1f13b2e7..d7e5a8677e 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 a2e3a8c59b..2e768c6172 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 8fd236cd32..abc8c2794e 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 86155e629f..5016e63bfb 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 2f82e8c52d..cd3a9feb1f 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 30010a2e43..2e2848debe 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 e09cd4c6a2..865830c9b0 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 fd34377c49..bcfa87e459 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 60d208a913..398991ff3b 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 4f09c44bda..e64df753de 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 476ed0a5e2..1bf7387eff 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 271db9662e..97a9501c63 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 ca871666c1..cc6f6ed268 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 40b7e590cb..850a7bce17 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 ac2c28c979..2ba99495f9 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 8dcbc83b53..ee382c7bce 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 5b9c388a10..3beadf90c1 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 a549019e47..7526ad3f16 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 8a29212866..9698d08483 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 6753947d27..af1fa1cf30 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 4b18ecf849..16e28811b9 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 55a4eef796..e0fa7a2b68 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 5f8bbcf026..f37ca22413 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 3a3bb3ef39..7491b3db45 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 4405a99846..5d779160a0 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 0b163494e5..ec716c18d4 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 961a3f5252..87a6a7d8c8 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 6ddd296906..59bd151184 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 cfc0581b7f..b1a49b9bf4 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 207812ddaf..a721b7e563 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 2d56f50adc..b758362ef3 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 f98a9fb29b..77eebd8074 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 453eb5f891..4c713cd1de 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 4312a1a185..39e541c33f 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 9858a38ba2..681f1d129f 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 9b4cdafbdc..2216d60c64 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 7958aa8624..fe0bdadc1f 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 4b92a64059..ade52a7917 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 d4b472b349..6d25341f26 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 ef597ccb56..021674a15f 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 e3f3e4885a..1fec661753 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 9ea533c576..3c0308be44 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 9c9bfcc7f8..db547e6a3e 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 a10eeb813e..12dbbdbafa 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 17f7bce183..2a53790da3 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 a9cc087df4..35cb69bb0a 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 4606442494..1adc46969a 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 7edc464059..b91b690931 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 88da0d6f4b..3df0aba19f 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 5653f11ecd..0dabb619e5 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 e19f8f4645..3fbea18cd8 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 686903d207..d0177b551e 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 b73c8a3af0..26ade1e029 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 2ef725f51f..b0044ff091 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 1e94b753a2..7218fbfc72 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 b2ffe8770d..7a8fa68dd8 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 8299b120c5..ce04d11184 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 64adbc10a2..49400003f3 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 61fa94847e..0cd7c67673 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 e35b123074..e058c3e6f7 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 6b5b389143..f21269815e 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 43bde9269f..8944ca3856 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 7690d368e6..ab952b0e14 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 89f46551ea..ebb1cf7505 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 12be4599ab..0f4d667d93 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 bdfeb36b2f..e6ca9c5a59 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 6a81021362..6e4b671a81 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 dcb7bac667..6382a8aea4 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 33164f9c5b..b46a6d1444 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 b72f470969..23b359eee2 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 8dfd99c570..32f347a23e 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 8088f318ab..9101074815 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 20e9cd1720..b1e182f3ef 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 42a4e66c41..f0aaaa1be3 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 0b4ac3e5e2..3f4529f072 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 3db4a1b990..924ac208e7 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 1e2f2102af..737c4be7c5 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 105f3200e4..ee413e1614 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 2874131887..b83aa20841 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 a0187e9d7e..3d49f151e2 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 3757ff4c1e..84424777e6 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 cd5214baa9..0ef6de085b 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 51d35026e5..d0d650e469 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 fc86727456..d89facf75a 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 1b096ad22c..5761e4e72d 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 ab461e6064..825600ecf2 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 78ab0587e3..abbe097fc0 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 ad534a4b7a..0a08bb1a1d 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 7390365cff..84b53da790 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 b3ad2fb265..04333c5bdc 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 a8ab946952..cad1e7c297 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 da2b270ab1..c32075f2a1 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 23edb7b036..94747bfdf5 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 22d39b7978..f0c5c74f3a 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 06868ee889..ff4bacc8b2 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 de25e738b9..5913e74f8f 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 11296bf359..c732dc974e 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 546b5acdc5..0428795b14 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 b748ae9a88..13810c6ff2 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 8d62eb2dc5..0f980e822b 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 d22f24c1cf..2dcd7fcd43 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 861bed0e25..fe8ccaef21 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 ea57718b32..fbc67b228a 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 d36647b634..0d7d8d51bb 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 23c521037c..94be6cf63e 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 b33bdc1e8d..726fd5f2d7 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 9cc83ff0f6..d571613ea3 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 d6ef8b0508..d943213424 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 075ece911f..eab7d101cd 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 d41124106c..d5770f82ad 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 20d1f71e85..9cb342bc62 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 59690102e3..511a09a9df 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 506b7d53a5..8e0e9f5320 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 c2e58420b1..7b7c534b5d 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 e4551b45f4..13bc481014 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 96c16cd510..fe4915b5c7 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 31399e9531..26074cc124 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 4c151cbecf..09fdc9507f 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 8bd69ce650..f40b4b409b 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 6958b68005..4b0f0f43d4 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 cba0d38e67..5718db46ec 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 a304112fcc..f8f4504219 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 2ec4d65aec..d989183efe 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 98788113c4..807457fe5c 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 fd482df048..e658cea5ad 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 0f7a8dea75..b62ec3a68d 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 d71d5d5fc1..22c9ee2787 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 b9bb6762a6..8bfa8c8645 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 ff8817c686..8ee13e2033 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 e09b2dbc64..5b8eb87694 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 cd4a70448f..637a6b13de 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 78f9e1686b..5cf5db4d9a 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 a8187f214a..6f771e81d8 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 b287cda12e..cdb692780a 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 f1736bd8f3..8a76f931e4 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 86a9833141..262fec1565 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 9aa047e2e4..64809ab23a 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 62a309c28a..1bc27d2367 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 9d6b69183d..4156418e68 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 a69f33a1d3..6ee4def63e 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 de218b5d59..1aaab219e8 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 fa7f67e753..08269722e2 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 e7f9b1151a..dd3e2e80b9 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 08aefd6145..3efef6a9b2 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 24d91fb405..18c0a8fbd6 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 ea1bce3934..3aa134b1aa 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 9605ddd7b9..d2d04fd1ef 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 a9aca19ad1..7f126da3e7 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 455084fe63..d0382f5860 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 b00993ea16..3018308094 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 b662990726..7a26bdd739 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 84461d213d..35bb2fc640 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 f11cd988ff..96c9791492 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 6d8526d3e1..0eb29f1653 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 22cf5ec2b4..3af91cdff2 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 7efd589f17..61ec05f443 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 64c450a0be..9a9b188888 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 f5fd80d457..1f21d5f3f6 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 caeaea403c..0d69372892 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 c59a4aa633..c8b5250458 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 04b495f13c..a17fa4f760 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 f298dda6c4..c775708bae 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 58872bec50..c5e81ae2ee 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 241dbd71d3..98519bd3c6 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 06f62a8160..e707e15c0a 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 48bac07f23..8c1752f01f 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 8aa0b824cc..62e26bdced 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 c8b9e6184e..efdc1c2c4f 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 7c620e7102..0f86a0b6ea 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 8001a7f1ae..9628fd5eee 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 137ce6a29d..ac30081c26 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 c74cb1d108..4ddfb41982 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 364d6056de..6633d2942a 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 4dc247b5d9..ef39e9219d 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 68d8c4a88d..d373cb28e8 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 705e5de9af..55f90ddd87 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 4a704fb407..0855f8189f 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 ea2a7dfb93..181358e066 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 475aea64c1..195c9b4e4f 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 7af7714a6c..e48a87d073 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 515b3b3f93..8e2988cc4e 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 da34c6678a..e6fab91a24 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 8833939365..398ca0bed1 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 b818aae506..5c1dd8aa67 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 473c8cce06..3c145004df 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 f87a5dd461..53d091c42b 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 2bde758618..6a16f7c489 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 5bb111eaa7..629deeb8e7 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 64eba64cd8..2f9567617e 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 75cbbb9fa0..8194aea4d5 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 712485b948..76ae764d6f 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 c6ec7f3e79..864a7386b9 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 5d6483b98f..ed6aef5f71 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 655fd210bd..f21a78ba20 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 9ac7f25b55..84617e8e39 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 549a2f3b74..37c1877301 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 3cb487c7bc..850f820502 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 716522f7de..8701804f61 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 4ea048688e..b5bfd532d4 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 d3de69b612..b2527cf814 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 c51301aed4..c801df7274 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 ce1369207e..f2f62ae1b9 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 7b2290a0a6..f1488a7170 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 37c7a887e2..5b025dab69 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 86311c3079..ef48cb9dc5 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 de1de47428..a2d723b56e 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 0036dc89e4..1acd7a53a9 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 671c4d2884..8147da12a0 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 7d740d30ea..291acb0b4c 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 d0dd853152..7de74ee588 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 0a6da6bd27..43cbb643e9 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 eab71592d2..cb6ebc208d 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 7aef6a2410..d4a094019c 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 e85b436a13..12f4fe0ab5 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 5f1656b288..d75f0172ef 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 9b51424625..986a529d7c 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 6a8bd8e6c3..5dbb340d07 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 5aa1d44ece..7d9a70b3e1 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 d145e589f1..b77523a869 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 a4d316ef24..ba855d434b 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 69e0ecdc27..543b6c12a1 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 5e8668fb23..681754c100 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 371ba5ff28..ace911b46e 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 8219ee9aaf..670132583f 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 72d06015d3..a9a0c8dcc2 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 dddaba5b35..8f5f658ec7 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 294179d243..8e99b539da 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 4dbd64f85e..5f64b14e15 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 54ff00e21f..40dc67a38b 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 dd2161f7d4..b570f77923 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 c10dcb3da0..def67caf3f 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 51715ab239..cf0502d164 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 56d698ddf8..dfecc45a3e 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 9b7e401079..e31e7cd298 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 1830925c76..a349aae381 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 7ba8f31ba8..4b84e67faf 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 78e7f7f8e1..7fa8d8a769 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 4c316f4acb..4c157e9a54 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 ca3a4c02b2..437650ec49 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 0ee1876dab..0cb0437021 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 0ee8d869bc..666eb2877f 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 bab22d3e07..b9d5d8768f 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 37163c29be..e9ff8fd588 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 2dc36b2bf9..6be7b02cb7 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 162311e690..62671699d9 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 94d145595f..37d2aeefce 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 0f974bc957..483ac1f6fa 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 304105cf65..72e06d7bf1 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 47df44e7b1..bfb0637136 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 153a5bc08f..5466ca0a76 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 a77f24ce6a..07e109adca 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 41a3109989..b629f861a2 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 7f53328fea..376196ef2a 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 623d2f4df9..5e6ab1a043 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 10d4039400..3cdd4de3aa 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 37c81d2e75..53eb8ec2fc 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 9c31cd821a..fddda8f6ef 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 0c749cc1eb..703ce6532f 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 d306356f98..3011f599da 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 1e796b2e66..5bf6805b4d 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 cb277ef756..1a03b0bd4a 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 ca399a9e03..6f63439f9e 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 0ff551cb29..f15a757df2 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 c944bf3b3a..abca5ea3d3 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 ba1cddb9e5..ba2c031175 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 597c548cd2..5e7b2c8a7e 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 396b8323b1..4ff290e003 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 9be63b9284..3700124cd7 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 2c08d733e4..9f4b300904 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 7361083103..0b40e4166b 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 b12a15a4fa..93eba51a3e 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 896ec3c4bd..b328d7ef33 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 05bf82b886..2f63765bdc 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 577c0a6281..16fb4446c9 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 a853c30a32..3898e9a2da 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 f980e821c0..df3e38b400 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 346d91cdab..8d726d1f90 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 4af97adaea..78f56a202e 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 02c0177268..ac359e7e6c 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 861b28e204..0763c5d8da 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 b6144a8ea6..bb1570d09a 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 ecf0ee07d0..8f3bbb2520 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 13d904f6e6..ead9489b7e 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 b4274fdad6..425bbcdc7d 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 11ee2238c9..5723a28ce9 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 d73da405d0..d0b5acb249 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 39e01e830b..03262eb313 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 cd08a80afa..a1a38ccf89 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 3bb41e2b1f..9597080f6b 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 2b42afde79..131624bb84 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 baa4190bc6..3347218d2c 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 d08b9c0e8e..ef3000d471 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 050f981c36..7814ef3575 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 8da24d054e..ecb1180e24 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 770db6565f..fabc26b3e6 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 5b548e61bc..d2d5bdf994 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 1d9230aeda..d6358c4a10 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 cd634ab2dc..437bf49ad8 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 e794ac7637..be17e758c5 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 0292b1a1fd..7c760151bd 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 edb168f0e8..9ba48fe9d0 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 bcb5f0858d..f7f71bd7a6 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 15ab21da94..af595c6bfb 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 707430fe0e..8b79272565 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 2cc5f158d5..3c38f79636 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 acab1a7af6..6f3adf0559 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 815e2c97de..0d9f7d2a97 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 63f1782960..3ab1ab34ca 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 c0f2565402..01b8a5b497 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 11341f189b..5d974d1daf 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 63ea46a10c..afe8fac75e 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 062078bbaa..d9d0b16dfc 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 f8cc4303ca..cbfbc1a587 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 c76870fbdd..612bf78492 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 2176e8da32..7cbc6f41b1 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 2f10853d16..03d49dffbe 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 60701b7451..52b0c3b208 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 30f39259ca..99314aedc2 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 8935cbe5df..a4a080bb0b 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 5e04685def..455b8decab 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 c1109ac943..61d7f2191e 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 a8c5c41bf1..2102e6c2c7 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 87eee30ad8..e8c2b7d62c 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 8a2c21a1c0..4cb5d2cb1f 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 0375e1cf7d..a59f6e6b1d 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 b5a6a0d7f4..f8ec46eb61 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 7d87db0920..b7e5f17c22 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 da9fa2e038..8ace3aedcd 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 da3c8a9936..22ab920889 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 23ecdd7fdc..eb1f5370fb 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 ba129d7c6a..e682c65d55 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 15ee29a6db..4bc2ea9be6 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 ca6845f83a..50660bef4d 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 dbb00b0c42..35c123f904 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 a11735bd9b..1f5bfb350a 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 2b27caa660..d2427f6edf 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 e6a50c9707..4e6b27fe27 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 787da28c0d..595df39e64 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 09909a96f7..79fcfaa55c 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 5fc335b7b9..16096db7e9 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 6e588a4775..0171a15192 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 8fe4cf379a..d12a747a33 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 da23117012..da1cbf1434 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 475ae95697..250aca0464 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 d6cb6d2ebd..1d321a8e21 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 87d32781b0..0423243159 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 bf733a409c..d3717594cb 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 bdeb23b131..bef709ff0e 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 2016bf60ee..77bd757f7f 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 b1cd114698..2cb1bd343f 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 66e1f281aa..1486746338 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 a4e7a96bfb..dff8a275ed 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 546235c1a7..4dacccf223 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 d5696ba9e2..c4ecc85fa5 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 39ce3f6bdd..247bbcf329 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 557841edab..9600c56c8c 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 4b6f790908..e904e76e40 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 f0b7474de6..a489a3b162 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 7a66c68eff..566f4e3199 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 eb38941525..1bfd9fe668 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 026dd18c51..4acbab7525 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 92e8bc20c5..573efb2fce 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 4f60e53085..40a233d6d4 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 1f7bf471fd..1491f1c4bb 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 0fb4368ef0..7b99739020 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 685ec1d863..39dc8fad26 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 56c41e41e1..31071cd0ce 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 de162b5879..6dd29d8b33 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 3563fb8580..6c04019fb0 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 a4551721a6..7a1d543229 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 92d412431f..3971d61d4b 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 4d3b428ca7..a979713ed4 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 59cf3db30e..7d7edcecb4 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 65dbe2ba4e..3c5d085767 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 fe12085f38..08197438bf 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 867ff01dc8..7e451440bb 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 f1fcc1d5c0..2f3ae08b56 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 c9613f3b22..318a8f5c18 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 05d4506e1a..df2f42c209 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 2b804f0a9d..0a4c04aa47 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 5d9e525b53..46c37ea3d5 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 fddceff22f..b6bf9382b6 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 5ee1fa7213..9c3f18f6db 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 ff00483553..73645e8c8a 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 a6b19fecfb..b67c58926f 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 ba23e5de68..03fbe0c226 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 174a9ad2ac..5c0366c523 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 ddc0540f53..5bd87c93de 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 3a21ede984..e946f3015c 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 afe410479c..859767b144 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 e231517502..5bc8b0874d 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 4634e8b0af..c479b16f1f 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 9b62fe562b..fd2868819a 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 bac814d429..bb76ec0d2e 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 66506e29e1..3e0182ec7a 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 d9a5fd4ccb..a7059a2c22 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 d4650d7388..fcd3a9a6ce 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 bf999956d2..86e744718d 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 8f8b9fb950..e28a6f4d45 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 e910074871..2f6a7703a6 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 b0331a0671..e674227c70 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 e60752c6cd..107f8d3168 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 17db2318d5..c809462fa5 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 b4bf177900..46c6eeae93 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 fae4ecc2b7..67a4fcc49b 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 19f003688b..f6776514d4 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 1b2ad4933c..cbac14755b 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 5564ff6012..c013139d81 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 c8320eef50..ecb7c8fddf 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 ac8f466a4f..37afc81e73 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 89a34ecf8b..5eb40faebd 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 470dc3600e..ca3a9afb73 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 d706347d3b..76bfa69924 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 3c42ecb286..307d2247bc 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 655e7da2cf..d7d7adb920 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 5d44e2ec6e..a07ee02c3b 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 a6515141d6..c543ff044b 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 0cca5bd9bb..f4ed7e97c5 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 12e7051740..504b762514 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 c39e74b95b..5cd1c5e57d 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 336536a064..5393a78397 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 e3a26e5a2b..87028c8b9f 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 bee09a904c..93dd715ca2 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 de552b16fa..5ef3ca3aba 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 640454068b..d04907a0f1 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 b9f8ca6f60..8e445bf944 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 393e930dd8..7486f560b8 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 b0818433c3..b7d24850cf 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 2ad987a178..b9c007d841 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 537a732518..9db269821a 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 e44f3480b0..b01d85bdec 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 8f92aec9c3..215218d303 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 10647e79c6..4d39fb021d 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 7d69e9f2c4..fab5aef1ba 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 18aa204aba..5ed92951e2 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 0ef2359365..c4139c67b1 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 87b4b43166..9d9ab86f42 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 6d44f2eadd..ccc7261aca 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 c89e20f997..2877503508 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 01ad9a2517..a292a27528 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 a8c2bc0187..dd7f600c6c 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 9e2da9518a..d6163765b6 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 f1d992dedc..ee1f3d7b1f 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 6721ca170a..9334d85339 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 3603c95761..59bb619f2d 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 f92d0412e2..f5367ede59 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 e4e0e7c3c1..843b2468be 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 d6f9bbb419..09fce4d3f2 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 2c07f777d1..a6aa518ee2 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 5e239c41fc..7396a92328 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 06c5b30bd2..e854477801 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 783ff1b7e9..f5134433c5 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 e1c54f269c..dc4d9299e2 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 edb0df574f..6393970ea5 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 38f1740671..9cabf11f8d 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 33bfd47619..86d067825d 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 c4508393af..7a17aaaad5 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 742056651e..963abcc7da 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 87e7960321..40daffc919 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 63ee62d02e..4008145a22 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 8a29212866..9698d08483 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 e739f3092d..569dac6345 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 33468be709..e2c386b7f8 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 f44b44f52c..cf89779c8d 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 faaa54e249..ba3918570c 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 b593bd4f85..7596de9e77 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 1ea3d07073..c779079ccd 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 64b62ed478..d898767362 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 7f12ade6b6..93d0243c83 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 cf426c5caa..bedbf19a56 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 609cbe90ea..2479f40f94 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 bfa6395443..e49aa974f0 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 f45fa093d7..1105ced472 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 3dab14f0c8..60c7b8d125 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 99083ee212..eee31ffc89 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 a7fd6d78e8..4416fe1417 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 e059d76477..35e13be9cc 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 a8a58d3b14..066ad299e2 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 b27af9a5b5..36364204e5 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 b2e65435b1..9b1bcbba94 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 1d2018dd9d..1d8a42ba91 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 e04cb6836f..24cb9b84a7 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 d77c311eb4..9acac3adcc 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 203eaf4743..111cf97b37 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 4eba9985aa..bffd9871fe 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 dbbd4b280d..d54eedab5c 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 8be2de68fe..6f9f66603a 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 c19275f1ba..2ed668f93c 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 33f6dfbe59..5149099300 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 ae415a408a..8057625778 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 918aa32709..53fb338908 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 69fd7a4bd5..c5a115bf81 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 22d4a594af..b17529e3ce 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 e900aceb3b..213e0ab6c8 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 a950b872ba..f135212ff5 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 b007054a70..c80dadb780 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 a77032eacc..422fef9401 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 0902ada033..4bd0e78484 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 b47a86b673..538ee51740 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 1f8fe49938..b8af927d64 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 57c87dd432..adb9243321 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 2063c4e7bf..b7d3d2178e 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 2e9d5610a9..627e67518c 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 700ad5120c..b9e5ac6665 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 c6eaabb43d..2ad6129b2f 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 fd3d1d4fbe..752b8eddd6 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 c9265d79a0..2f850e0b4d 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 de0eed93e2..4fe106fc4d 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 2ea488c617..6125f76d4a 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 76cb70c0d9..018dd2dbc1 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 168278d6b2..71662cb873 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 726dc7b235..861cc1510f 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 3c6f0cd2c1..ca692aa26f 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 de7bca40ae..8812eb55ee 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 f1f8e3d505..adce896a85 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 89babdf379..49e6fbb980 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 6811db246f..7884981d70 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 76b70c7e76..8122d5104c 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 dd5c758510..1be82a57d3 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 58c2ddd8dc..aedebfcbba 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 018eea41bf..05f0049352 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 b1a606fcd6..4c762328ae 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 d7f64ea7f2..79da4d7dd1 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 2ef5295a91..29225e48cd 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 af62020acc..c9a3ba7817 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 1ddf0635f0..0362bca67d 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 0d3fbaf89a..58820fb424 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 ae9729cdd3..909fc2a99b 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 130680a93d..d30be81580 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 09a59df887..937de88911 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 2c48fc257e..7fafc80682 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 4f68e1eb47..c610a23fb2 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 1abd79da9e..244b8ea590 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 a7a9883994..f05f28de45 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 b61f487802..bc2e4394f9 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 61ee5410fd..c8c7d19f32 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 5291f9253a..ca3a60bb04 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 e50e795663..d5581f09dd 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 aed9cc5dae..a498fdb9da 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 bf79bdbb16..eb2bc23808 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 0c9edb29a6..5d3f1018b3 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 63cc429806..9068a2ae6c 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 ddaec4424f..4326e648ef 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 328062cca0..f29137b870 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 d34e85b2a8..c12653bddb 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 bd987847f6..9d68d9e17e 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 c237460d00..2ec8c89935 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 7ea867a571..3764ae5ff2 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 f76229979d..5c3693a9d2 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 d31d9825a0..6279d848af 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 13c2d71733..8f66e6496e 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 5e9c69244b..c4e59dc4e0 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 a262ed5fa6..64f756eb9d 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 eb54e09db0..523bc7e20b 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 d5045d564b..b3e83b10f3 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 e41343f405..0e147f9c38 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 9e1bd1e819..c2c22cf02a 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 d8bf2f9c27..453e6444ee 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 1c02a9b2e8..7d499253c3 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 2accfd5b67..5913c6f5dd 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 3319252e8e..7065107d10 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 30955a858e..3a2d769b2f 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 1ab1bfd81b..6aa8eb944b 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 9400036478..96e5b366dc 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 d2779c59ff..955a00520c 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 bd375aa43f..5c8e7d55d2 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 a12f683090..3efce48e7d 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 2450f7bd5b..81835432e2 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 dbf92d3a74..610ba02b29 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 d2721d00a9..03d252f9d7 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 0adf4d0013..e7c9322fae 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 fbedfa9c8e..1f61621788 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 3716af933b..4c6bf2a094 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 f21ea32dc9..65e740a3bb 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 bbc621b3a4..3ba806f49c 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 da5447fed2..3a773e6d75 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 d2fcd35ab4..60dd103b7d 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 4ddd302905..c0b2ab8709 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 a7d081e863..e3a0944cf5 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 e41343f405..0e147f9c38 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 76c3e654fb..2cc4ef3c41 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 5ba445b17c..ff38ccd2db 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 ada3bd0b6c..e85e336f6f 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 2accfd5b67..5913c6f5dd 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 38e1a98fb1..bc1b3109e2 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 0617794f33..f405559db6 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.