diff --git a/base-codezero/include/arm/cpu/atomic.h b/base-codezero/include/arm/cpu/atomic.h index 8a73cb8a9..e5b82bacc 100644 --- a/base-codezero/include/arm/cpu/atomic.h +++ b/base-codezero/include/arm/cpu/atomic.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-codezero/include/base/ipc_msgbuf.h b/base-codezero/include/base/ipc_msgbuf.h index cb5beae44..2e5ca0aec 100644 --- a/base-codezero/include/base/ipc_msgbuf.h +++ b/base-codezero/include/base/ipc_msgbuf.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-codezero/include/base/ipc_pager.h b/base-codezero/include/base/ipc_pager.h index d1fcbf603..75168ce75 100644 --- a/base-codezero/include/base/ipc_pager.h +++ b/base-codezero/include/base/ipc_pager.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-codezero/include/base/native_types.h b/base-codezero/include/base/native_types.h index abe7190b5..e226e8174 100644 --- a/base-codezero/include/base/native_types.h +++ b/base-codezero/include/base/native_types.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-codezero/include/codezero/syscalls.h b/base-codezero/include/codezero/syscalls.h index e289825df..e360a4800 100644 --- a/base-codezero/include/codezero/syscalls.h +++ b/base-codezero/include/codezero/syscalls.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-codezero/src/base/console/pl011/core_console.h b/base-codezero/src/base/console/pl011/core_console.h index d0e6f4ff7..f12911fb8 100644 --- a/base-codezero/src/base/console/pl011/core_console.h +++ b/base-codezero/src/base/console/pl011/core_console.h @@ -11,7 +11,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-codezero/src/base/cxx/exception.cc b/base-codezero/src/base/cxx/exception.cc index 612ddd24f..a7a5ba665 100644 --- a/base-codezero/src/base/cxx/exception.cc +++ b/base-codezero/src/base/cxx/exception.cc @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-codezero/src/base/cxx/memcmp.cc b/base-codezero/src/base/cxx/memcmp.cc index 330b63165..14ed42245 100644 --- a/base-codezero/src/base/cxx/memcmp.cc +++ b/base-codezero/src/base/cxx/memcmp.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-codezero/src/base/ipc/ipc.cc b/base-codezero/src/base/ipc/ipc.cc index 48a242972..266dacf38 100644 --- a/base-codezero/src/base/ipc/ipc.cc +++ b/base-codezero/src/base/ipc/ipc.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-codezero/src/base/ipc/pager.cc b/base-codezero/src/base/ipc/pager.cc index a3e8c3470..0b8dbacc4 100644 --- a/base-codezero/src/base/ipc/pager.cc +++ b/base-codezero/src/base/ipc/pager.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-codezero/src/base/lock/cmpxchg.cc b/base-codezero/src/base/lock/cmpxchg.cc index 6bda6e2ce..6040114f6 100644 --- a/base-codezero/src/base/lock/cmpxchg.cc +++ b/base-codezero/src/base/lock/cmpxchg.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-codezero/src/base/lock/lock.cc b/base-codezero/src/base/lock/lock.cc index 8ebe5b7d4..9e4edbef0 100644 --- a/base-codezero/src/base/lock/lock.cc +++ b/base-codezero/src/base/lock/lock.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2007-2011 Genode Labs GmbH + * Copyright (C) 2007-2012 Genode Labs 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/base-codezero/src/base/lock/lock_helper.h b/base-codezero/src/base/lock/lock_helper.h index fb8dbc6a6..5b575559e 100644 --- a/base-codezero/src/base/lock/lock_helper.h +++ b/base-codezero/src/base/lock/lock_helper.h @@ -8,7 +8,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-codezero/src/base/pager/pager.cc b/base-codezero/src/base/pager/pager.cc index e0c9d2be3..ba1956600 100644 --- a/base-codezero/src/base/pager/pager.cc +++ b/base-codezero/src/base/pager/pager.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-codezero/src/base/thread/thread_start.cc b/base-codezero/src/base/thread/thread_start.cc index 2204d85d0..4b3c233e6 100644 --- a/base-codezero/src/base/thread/thread_start.cc +++ b/base-codezero/src/base/thread/thread_start.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-codezero/src/core/core_rm_session.cc b/base-codezero/src/core/core_rm_session.cc index 7458fc354..3aae24cdb 100644 --- a/base-codezero/src/core/core_rm_session.cc +++ b/base-codezero/src/core/core_rm_session.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-codezero/src/core/include/core_rm_session.h b/base-codezero/src/core/include/core_rm_session.h index 064115d70..567599f0c 100644 --- a/base-codezero/src/core/include/core_rm_session.h +++ b/base-codezero/src/core/include/core_rm_session.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-codezero/src/core/include/irq_session_component.h b/base-codezero/src/core/include/irq_session_component.h index 7d51690bc..7114024be 100644 --- a/base-codezero/src/core/include/irq_session_component.h +++ b/base-codezero/src/core/include/irq_session_component.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-codezero/src/core/include/map_local.h b/base-codezero/src/core/include/map_local.h index a9822721e..2df91f8af 100644 --- a/base-codezero/src/core/include/map_local.h +++ b/base-codezero/src/core/include/map_local.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-codezero/src/core/include/platform.h b/base-codezero/src/core/include/platform.h index dcb456e01..d49bb1db3 100644 --- a/base-codezero/src/core/include/platform.h +++ b/base-codezero/src/core/include/platform.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-codezero/src/core/include/platform_pd.h b/base-codezero/src/core/include/platform_pd.h index eb6a7e42d..6e6e6b8fd 100644 --- a/base-codezero/src/core/include/platform_pd.h +++ b/base-codezero/src/core/include/platform_pd.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-codezero/src/core/include/platform_thread.h b/base-codezero/src/core/include/platform_thread.h index 1895715e4..d8e6455f4 100644 --- a/base-codezero/src/core/include/platform_thread.h +++ b/base-codezero/src/core/include/platform_thread.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-codezero/src/core/include/util.h b/base-codezero/src/core/include/util.h index 3524d02c2..d4741188c 100644 --- a/base-codezero/src/core/include/util.h +++ b/base-codezero/src/core/include/util.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-codezero/src/core/io_mem_session_support.cc b/base-codezero/src/core/io_mem_session_support.cc index 6b1f5715e..b609f3331 100644 --- a/base-codezero/src/core/io_mem_session_support.cc +++ b/base-codezero/src/core/io_mem_session_support.cc @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-codezero/src/core/io_port_session_component.cc b/base-codezero/src/core/io_port_session_component.cc index c90a87b7e..25976517c 100644 --- a/base-codezero/src/core/io_port_session_component.cc +++ b/base-codezero/src/core/io_port_session_component.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-codezero/src/core/irq_session_component.cc b/base-codezero/src/core/irq_session_component.cc index 4975c1a3c..8c799c103 100644 --- a/base-codezero/src/core/irq_session_component.cc +++ b/base-codezero/src/core/irq_session_component.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-codezero/src/core/platform.cc b/base-codezero/src/core/platform.cc index b7c2551a9..0886f7c38 100644 --- a/base-codezero/src/core/platform.cc +++ b/base-codezero/src/core/platform.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-codezero/src/core/platform_pd.cc b/base-codezero/src/core/platform_pd.cc index 2dbd758a3..ebb96b998 100644 --- a/base-codezero/src/core/platform_pd.cc +++ b/base-codezero/src/core/platform_pd.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-codezero/src/core/platform_thread.cc b/base-codezero/src/core/platform_thread.cc index bead355a1..7470ac094 100644 --- a/base-codezero/src/core/platform_thread.cc +++ b/base-codezero/src/core/platform_thread.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-codezero/src/core/ram_session_support.cc b/base-codezero/src/core/ram_session_support.cc index 6e57322f1..a2fd3d250 100644 --- a/base-codezero/src/core/ram_session_support.cc +++ b/base-codezero/src/core/ram_session_support.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-codezero/src/core/rm_session_support.cc b/base-codezero/src/core/rm_session_support.cc index cae0eed70..c04271f80 100644 --- a/base-codezero/src/core/rm_session_support.cc +++ b/base-codezero/src/core/rm_session_support.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-codezero/src/core/thread_start.cc b/base-codezero/src/core/thread_start.cc index b642a276c..f7ce30f9e 100644 --- a/base-codezero/src/core/thread_start.cc +++ b/base-codezero/src/core/thread_start.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-codezero/src/platform/_main_helper.h b/base-codezero/src/platform/_main_helper.h index 80a04f02f..73b964ba8 100644 --- a/base-codezero/src/platform/_main_helper.h +++ b/base-codezero/src/platform/_main_helper.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-codezero/src/platform/genode.ld b/base-codezero/src/platform/genode.ld index 064ccf6c0..132a96153 100644 --- a/base-codezero/src/platform/genode.ld +++ b/base-codezero/src/platform/genode.ld @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-fiasco/include/arm/cpu/atomic.h b/base-fiasco/include/arm/cpu/atomic.h index 60e6e0ea8..660c15a1d 100644 --- a/base-fiasco/include/arm/cpu/atomic.h +++ b/base-fiasco/include/arm/cpu/atomic.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2007-2011 Genode Labs GmbH + * Copyright (C) 2007-2012 Genode Labs 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/base-fiasco/include/base/cancelable_lock.h b/base-fiasco/include/base/cancelable_lock.h index 7ca90e6fd..2dbb6c5dd 100644 --- a/base-fiasco/include/base/cancelable_lock.h +++ b/base-fiasco/include/base/cancelable_lock.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-fiasco/include/base/ipc_msgbuf.h b/base-fiasco/include/base/ipc_msgbuf.h index 1cb3909b8..32c410607 100644 --- a/base-fiasco/include/base/ipc_msgbuf.h +++ b/base-fiasco/include/base/ipc_msgbuf.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-fiasco/include/base/ipc_pager.h b/base-fiasco/include/base/ipc_pager.h index aef9569ff..66b25c531 100644 --- a/base-fiasco/include/base/ipc_pager.h +++ b/base-fiasco/include/base/ipc_pager.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-fiasco/include/base/native_types.h b/base-fiasco/include/base/native_types.h index 7e0485667..2c39d8bfb 100644 --- a/base-fiasco/include/base/native_types.h +++ b/base-fiasco/include/base/native_types.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/base-fiasco/include/fiasco/thread_helper.h b/base-fiasco/include/fiasco/thread_helper.h index 411c44c02..4b9b8c5f7 100644 --- a/base-fiasco/include/fiasco/thread_helper.h +++ b/base-fiasco/include/fiasco/thread_helper.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2007-2011 Genode Labs GmbH + * Copyright (C) 2007-2012 Genode Labs 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/base-fiasco/src/base/console/core_console.h b/base-fiasco/src/base/console/core_console.h index e5e50de5a..6cb7b9f61 100644 --- a/base-fiasco/src/base/console/core_console.h +++ b/base-fiasco/src/base/console/core_console.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-fiasco/src/base/ipc/ipc.cc b/base-fiasco/src/base/ipc/ipc.cc index e23fcb443..2f3ea780c 100644 --- a/base-fiasco/src/base/ipc/ipc.cc +++ b/base-fiasco/src/base/ipc/ipc.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-fiasco/src/base/ipc/pager.cc b/base-fiasco/src/base/ipc/pager.cc index 4216d85a7..7e90aca1e 100644 --- a/base-fiasco/src/base/ipc/pager.cc +++ b/base-fiasco/src/base/ipc/pager.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-fiasco/src/base/lock/lock.cc b/base-fiasco/src/base/lock/lock.cc index 773d7d855..626736eb1 100644 --- a/base-fiasco/src/base/lock/lock.cc +++ b/base-fiasco/src/base/lock/lock.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2007-2011 Genode Labs GmbH + * Copyright (C) 2007-2012 Genode Labs 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/base-fiasco/src/base/pager/pager.cc b/base-fiasco/src/base/pager/pager.cc index 91fd42bd7..1b9ebe72f 100644 --- a/base-fiasco/src/base/pager/pager.cc +++ b/base-fiasco/src/base/pager/pager.cc @@ -8,7 +8,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-fiasco/src/core/arm/platform_arm.cc b/base-fiasco/src/core/arm/platform_arm.cc index 81c895a68..4774ca905 100644 --- a/base-fiasco/src/core/arm/platform_arm.cc +++ b/base-fiasco/src/core/arm/platform_arm.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2007-2011 Genode Labs GmbH + * Copyright (C) 2007-2012 Genode Labs 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/base-fiasco/src/core/include/map_local.h b/base-fiasco/src/core/include/map_local.h index f4fd7c148..0fa764736 100644 --- a/base-fiasco/src/core/include/map_local.h +++ b/base-fiasco/src/core/include/map_local.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-fiasco/src/core/include/platform.h b/base-fiasco/src/core/include/platform.h index 7052fb68a..74356efb0 100644 --- a/base-fiasco/src/core/include/platform.h +++ b/base-fiasco/src/core/include/platform.h @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2007-2011 Genode Labs GmbH + * Copyright (C) 2007-2012 Genode Labs 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/base-fiasco/src/core/include/platform_pd.h b/base-fiasco/src/core/include/platform_pd.h index 55c486041..473bd25b2 100644 --- a/base-fiasco/src/core/include/platform_pd.h +++ b/base-fiasco/src/core/include/platform_pd.h @@ -8,7 +8,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-fiasco/src/core/include/platform_thread.h b/base-fiasco/src/core/include/platform_thread.h index 41d9215d1..440f2d747 100644 --- a/base-fiasco/src/core/include/platform_thread.h +++ b/base-fiasco/src/core/include/platform_thread.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-fiasco/src/core/include/util.h b/base-fiasco/src/core/include/util.h index cda2f5641..2ac63390a 100644 --- a/base-fiasco/src/core/include/util.h +++ b/base-fiasco/src/core/include/util.h @@ -7,7 +7,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-fiasco/src/core/io_mem_session_support.cc b/base-fiasco/src/core/io_mem_session_support.cc index 14ea9b13b..21abe17ee 100644 --- a/base-fiasco/src/core/io_mem_session_support.cc +++ b/base-fiasco/src/core/io_mem_session_support.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-fiasco/src/core/irq_session_component.cc b/base-fiasco/src/core/irq_session_component.cc index 89e726f53..eb8c3fb26 100644 --- a/base-fiasco/src/core/irq_session_component.cc +++ b/base-fiasco/src/core/irq_session_component.cc @@ -7,7 +7,7 @@ */ /* - * Copyright (C) 2007-2011 Genode Labs GmbH + * Copyright (C) 2007-2012 Genode Labs 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/base-fiasco/src/core/platform.cc b/base-fiasco/src/core/platform.cc index f9782720c..d6bc8962f 100644 --- a/base-fiasco/src/core/platform.cc +++ b/base-fiasco/src/core/platform.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-fiasco/src/core/platform_pd.cc b/base-fiasco/src/core/platform_pd.cc index 329ad3d22..588723cff 100644 --- a/base-fiasco/src/core/platform_pd.cc +++ b/base-fiasco/src/core/platform_pd.cc @@ -12,7 +12,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-fiasco/src/core/platform_thread.cc b/base-fiasco/src/core/platform_thread.cc index fbd632197..ecf00e60b 100644 --- a/base-fiasco/src/core/platform_thread.cc +++ b/base-fiasco/src/core/platform_thread.cc @@ -8,7 +8,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-fiasco/src/core/ram_session_support.cc b/base-fiasco/src/core/ram_session_support.cc index 9fe8d2c55..8d5f611fd 100644 --- a/base-fiasco/src/core/ram_session_support.cc +++ b/base-fiasco/src/core/ram_session_support.cc @@ -8,7 +8,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-fiasco/src/core/rm_session_support.cc b/base-fiasco/src/core/rm_session_support.cc index c2aa7f603..d8f5ed753 100644 --- a/base-fiasco/src/core/rm_session_support.cc +++ b/base-fiasco/src/core/rm_session_support.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-fiasco/src/core/thread_start.cc b/base-fiasco/src/core/thread_start.cc index 1041e5ecc..8ea448227 100644 --- a/base-fiasco/src/core/thread_start.cc +++ b/base-fiasco/src/core/thread_start.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-fiasco/src/core/x86/platform_x86.cc b/base-fiasco/src/core/x86/platform_x86.cc index 4b79db17b..532313586 100644 --- a/base-fiasco/src/core/x86/platform_x86.cc +++ b/base-fiasco/src/core/x86/platform_x86.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-fiasco/src/platform/_main_helper.h b/base-fiasco/src/platform/_main_helper.h index 6cfa9d232..e9941d8ed 100644 --- a/base-fiasco/src/platform/_main_helper.h +++ b/base-fiasco/src/platform/_main_helper.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-fiasco/src/platform/arm/_main.cc b/base-fiasco/src/platform/arm/_main.cc index 8a9babe9e..71d1677e9 100644 --- a/base-fiasco/src/platform/arm/_main.cc +++ b/base-fiasco/src/platform/arm/_main.cc @@ -7,7 +7,7 @@ */ /* - * Copyright (C) 2007-2011 Genode Labs GmbH + * Copyright (C) 2007-2012 Genode Labs 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/base-fiasco/src/platform/arm/crt0.s b/base-fiasco/src/platform/arm/crt0.s index 14b23c62a..f4fcd3a13 100644 --- a/base-fiasco/src/platform/arm/crt0.s +++ b/base-fiasco/src/platform/arm/crt0.s @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2007-2011 Genode Labs GmbH + * Copyright (C) 2007-2012 Genode Labs 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/base-foc/include/arm/cpu/atomic.h b/base-foc/include/arm/cpu/atomic.h index c87c79575..3015444d4 100644 --- a/base-foc/include/arm/cpu/atomic.h +++ b/base-foc/include/arm/cpu/atomic.h @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2007-2011 Genode Labs GmbH + * Copyright (C) 2007-2012 Genode Labs 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/base-foc/include/base/cap_sel_alloc.h b/base-foc/include/base/cap_sel_alloc.h index a39ea2157..71d8eb043 100644 --- a/base-foc/include/base/cap_sel_alloc.h +++ b/base-foc/include/base/cap_sel_alloc.h @@ -13,7 +13,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-foc/include/base/ipc.h b/base-foc/include/base/ipc.h index 938eb00c5..040e3586f 100644 --- a/base-foc/include/base/ipc.h +++ b/base-foc/include/base/ipc.h @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-foc/include/base/ipc_msgbuf.h b/base-foc/include/base/ipc_msgbuf.h index 4a2d00055..b276f36c6 100644 --- a/base-foc/include/base/ipc_msgbuf.h +++ b/base-foc/include/base/ipc_msgbuf.h @@ -8,7 +8,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-foc/include/base/ipc_pager.h b/base-foc/include/base/ipc_pager.h index a5084d85d..75917cdf1 100644 --- a/base-foc/include/base/ipc_pager.h +++ b/base-foc/include/base/ipc_pager.h @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-foc/include/base/thread_state.h b/base-foc/include/base/thread_state.h index b88ffd5c7..680b082fc 100644 --- a/base-foc/include/base/thread_state.h +++ b/base-foc/include/base/thread_state.h @@ -7,7 +7,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-foc/include/foc_cpu_session/client.h b/base-foc/include/foc_cpu_session/client.h index 92bb43149..5f15a9a23 100644 --- a/base-foc/include/foc_cpu_session/client.h +++ b/base-foc/include/foc_cpu_session/client.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/base-foc/include/foc_cpu_session/connection.h b/base-foc/include/foc_cpu_session/connection.h index 118db4ad7..c91e969e9 100644 --- a/base-foc/include/foc_cpu_session/connection.h +++ b/base-foc/include/foc_cpu_session/connection.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/base-foc/include/foc_cpu_session/foc_cpu_session.h b/base-foc/include/foc_cpu_session/foc_cpu_session.h index fd7b66b7b..9313478c1 100644 --- a/base-foc/include/foc_cpu_session/foc_cpu_session.h +++ b/base-foc/include/foc_cpu_session/foc_cpu_session.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/base-foc/include/foc_pd_session/client.h b/base-foc/include/foc_pd_session/client.h index fcc3390a2..6a398cb38 100644 --- a/base-foc/include/foc_pd_session/client.h +++ b/base-foc/include/foc_pd_session/client.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/base-foc/include/foc_pd_session/connection.h b/base-foc/include/foc_pd_session/connection.h index f7d2bc145..2841a9478 100644 --- a/base-foc/include/foc_pd_session/connection.h +++ b/base-foc/include/foc_pd_session/connection.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/base-foc/include/foc_pd_session/foc_pd_session.h b/base-foc/include/foc_pd_session/foc_pd_session.h index 56ce644f2..902d7faa5 100644 --- a/base-foc/include/foc_pd_session/foc_pd_session.h +++ b/base-foc/include/foc_pd_session/foc_pd_session.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/base-foc/include/signal_session/foc_source.h b/base-foc/include/signal_session/foc_source.h index b27b4da75..aa014a4de 100644 --- a/base-foc/include/signal_session/foc_source.h +++ b/base-foc/include/signal_session/foc_source.h @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/base-foc/include/signal_session/source_client.h b/base-foc/include/signal_session/source_client.h index 540e6431c..a3cce2426 100644 --- a/base-foc/include/signal_session/source_client.h +++ b/base-foc/include/signal_session/source_client.h @@ -13,7 +13,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-foc/include/signal_session/source_rpc_object.h b/base-foc/include/signal_session/source_rpc_object.h index 96d1cd776..eef8cc150 100644 --- a/base-foc/include/signal_session/source_rpc_object.h +++ b/base-foc/include/signal_session/source_rpc_object.h @@ -10,7 +10,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-foc/src/base/console/core_console.h b/base-foc/src/base/console/core_console.h index e5e50de5a..6cb7b9f61 100644 --- a/base-foc/src/base/console/core_console.h +++ b/base-foc/src/base/console/core_console.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-foc/src/base/env/cap_sel_alloc.cc b/base-foc/src/base/env/cap_sel_alloc.cc index c4ccbae9a..4e03dea45 100644 --- a/base-foc/src/base/env/cap_sel_alloc.cc +++ b/base-foc/src/base/env/cap_sel_alloc.cc @@ -7,7 +7,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-foc/src/base/ipc/arm/pager.cc b/base-foc/src/base/ipc/arm/pager.cc index 71dc997f0..0dc666dd3 100644 --- a/base-foc/src/base/ipc/arm/pager.cc +++ b/base-foc/src/base/ipc/arm/pager.cc @@ -7,7 +7,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/base-foc/src/base/ipc/arm/pager_exception.cc b/base-foc/src/base/ipc/arm/pager_exception.cc index 248adfc71..d812b2603 100644 --- a/base-foc/src/base/ipc/arm/pager_exception.cc +++ b/base-foc/src/base/ipc/arm/pager_exception.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/base-foc/src/base/ipc/ipc.cc b/base-foc/src/base/ipc/ipc.cc index 731e29da2..8f8a1454b 100644 --- a/base-foc/src/base/ipc/ipc.cc +++ b/base-foc/src/base/ipc/ipc.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-foc/src/base/ipc/pager.cc b/base-foc/src/base/ipc/pager.cc index 65e4b69a8..b23cca636 100644 --- a/base-foc/src/base/ipc/pager.cc +++ b/base-foc/src/base/ipc/pager.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/base-foc/src/base/ipc/x86/pager_exception.cc b/base-foc/src/base/ipc/x86/pager_exception.cc index 2473e656f..aedf2c51e 100644 --- a/base-foc/src/base/ipc/x86/pager_exception.cc +++ b/base-foc/src/base/ipc/x86/pager_exception.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/base-foc/src/base/ipc/x86_32/pager.cc b/base-foc/src/base/ipc/x86_32/pager.cc index cfed3982b..161e401bc 100644 --- a/base-foc/src/base/ipc/x86_32/pager.cc +++ b/base-foc/src/base/ipc/x86_32/pager.cc @@ -7,7 +7,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/base-foc/src/base/ipc/x86_64/pager.cc b/base-foc/src/base/ipc/x86_64/pager.cc index 6e0379754..7587bb3a7 100644 --- a/base-foc/src/base/ipc/x86_64/pager.cc +++ b/base-foc/src/base/ipc/x86_64/pager.cc @@ -7,7 +7,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/base-foc/src/base/lock/lock_helper.h b/base-foc/src/base/lock/lock_helper.h index 06bbd166d..03bc6747e 100644 --- a/base-foc/src/base/lock/lock_helper.h +++ b/base-foc/src/base/lock/lock_helper.h @@ -9,7 +9,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/base-foc/src/base/pager/pager.cc b/base-foc/src/base/pager/pager.cc index fc4f7a12c..f9dd3c376 100644 --- a/base-foc/src/base/pager/pager.cc +++ b/base-foc/src/base/pager/pager.cc @@ -9,7 +9,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-foc/src/base/server/server.cc b/base-foc/src/base/server/server.cc index 020bd4c6a..a82b678ee 100644 --- a/base-foc/src/base/server/server.cc +++ b/base-foc/src/base/server/server.cc @@ -10,7 +10,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-foc/src/base/thread/thread.cc b/base-foc/src/base/thread/thread.cc index a9ab1a7d4..8b8aba774 100644 --- a/base-foc/src/base/thread/thread.cc +++ b/base-foc/src/base/thread/thread.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-foc/src/base/thread/thread_bootstrap.cc b/base-foc/src/base/thread/thread_bootstrap.cc index a664e3b37..ad6257a63 100644 --- a/base-foc/src/base/thread/thread_bootstrap.cc +++ b/base-foc/src/base/thread/thread_bootstrap.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/base-foc/src/base/thread/thread_start.cc b/base-foc/src/base/thread/thread_start.cc index d5c578cde..ea4f19ca6 100644 --- a/base-foc/src/base/thread/thread_start.cc +++ b/base-foc/src/base/thread/thread_start.cc @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-foc/src/core/arm/platform_arm.cc b/base-foc/src/core/arm/platform_arm.cc index bb5f8dc08..9ef144fc4 100644 --- a/base-foc/src/core/arm/platform_arm.cc +++ b/base-foc/src/core/arm/platform_arm.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/base-foc/src/core/cap_session_component.cc b/base-foc/src/core/cap_session_component.cc index 2991411a7..40c7a5d85 100644 --- a/base-foc/src/core/cap_session_component.cc +++ b/base-foc/src/core/cap_session_component.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/base-foc/src/core/cpu_session_extension.cc b/base-foc/src/core/cpu_session_extension.cc index 466aa1310..40a193870 100644 --- a/base-foc/src/core/cpu_session_extension.cc +++ b/base-foc/src/core/cpu_session_extension.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/base-foc/src/core/include/cap_session_component.h b/base-foc/src/core/include/cap_session_component.h index 995cf9d37..c0a25050f 100644 --- a/base-foc/src/core/include/cap_session_component.h +++ b/base-foc/src/core/include/cap_session_component.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/base-foc/src/core/include/cpu_session_component.h b/base-foc/src/core/include/cpu_session_component.h index 7ed3cfff4..ba03ae961 100644 --- a/base-foc/src/core/include/cpu_session_component.h +++ b/base-foc/src/core/include/cpu_session_component.h @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-foc/src/core/include/irq_session_component.h b/base-foc/src/core/include/irq_session_component.h index 728d6eab9..26730e17a 100644 --- a/base-foc/src/core/include/irq_session_component.h +++ b/base-foc/src/core/include/irq_session_component.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/base-foc/src/core/include/map_local.h b/base-foc/src/core/include/map_local.h index 73cee97fd..8926aef6f 100644 --- a/base-foc/src/core/include/map_local.h +++ b/base-foc/src/core/include/map_local.h @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-foc/src/core/include/pd_session_component.h b/base-foc/src/core/include/pd_session_component.h index 2f0490b1f..0c31d102b 100644 --- a/base-foc/src/core/include/pd_session_component.h +++ b/base-foc/src/core/include/pd_session_component.h @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-foc/src/core/include/platform.h b/base-foc/src/core/include/platform.h index 7052fb68a..74356efb0 100644 --- a/base-foc/src/core/include/platform.h +++ b/base-foc/src/core/include/platform.h @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2007-2011 Genode Labs GmbH + * Copyright (C) 2007-2012 Genode Labs 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/base-foc/src/core/include/platform_pd.h b/base-foc/src/core/include/platform_pd.h index 5ae2713b8..c6c2a5f54 100644 --- a/base-foc/src/core/include/platform_pd.h +++ b/base-foc/src/core/include/platform_pd.h @@ -9,7 +9,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-foc/src/core/include/platform_thread.h b/base-foc/src/core/include/platform_thread.h index 45a01a179..fa56ff43d 100644 --- a/base-foc/src/core/include/platform_thread.h +++ b/base-foc/src/core/include/platform_thread.h @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-foc/src/core/include/util.h b/base-foc/src/core/include/util.h index 3a8366012..af3d7c695 100644 --- a/base-foc/src/core/include/util.h +++ b/base-foc/src/core/include/util.h @@ -8,7 +8,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-foc/src/core/io_mem_session_support.cc b/base-foc/src/core/io_mem_session_support.cc index f75670556..18d8a7990 100644 --- a/base-foc/src/core/io_mem_session_support.cc +++ b/base-foc/src/core/io_mem_session_support.cc @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-foc/src/core/irq_session_component.cc b/base-foc/src/core/irq_session_component.cc index a75e3942f..d88c37ae3 100644 --- a/base-foc/src/core/irq_session_component.cc +++ b/base-foc/src/core/irq_session_component.cc @@ -7,7 +7,7 @@ */ /* - * Copyright (C) 2007-2011 Genode Labs GmbH + * Copyright (C) 2007-2012 Genode Labs 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/base-foc/src/core/pd_session_extension.cc b/base-foc/src/core/pd_session_extension.cc index fa08844a3..661f7c33b 100644 --- a/base-foc/src/core/pd_session_extension.cc +++ b/base-foc/src/core/pd_session_extension.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/base-foc/src/core/platform.cc b/base-foc/src/core/platform.cc index c202db06a..2798c7a58 100644 --- a/base-foc/src/core/platform.cc +++ b/base-foc/src/core/platform.cc @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-foc/src/core/platform_pd.cc b/base-foc/src/core/platform_pd.cc index 12ca769c9..187e9c23e 100644 --- a/base-foc/src/core/platform_pd.cc +++ b/base-foc/src/core/platform_pd.cc @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-foc/src/core/platform_thread.cc b/base-foc/src/core/platform_thread.cc index 3ad8bfd61..af9e57666 100644 --- a/base-foc/src/core/platform_thread.cc +++ b/base-foc/src/core/platform_thread.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/base-foc/src/core/ram_session_support.cc b/base-foc/src/core/ram_session_support.cc index 9fe8d2c55..8d5f611fd 100644 --- a/base-foc/src/core/ram_session_support.cc +++ b/base-foc/src/core/ram_session_support.cc @@ -8,7 +8,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-foc/src/core/rm_session_support.cc b/base-foc/src/core/rm_session_support.cc index 2406690e6..031eb7fd4 100644 --- a/base-foc/src/core/rm_session_support.cc +++ b/base-foc/src/core/rm_session_support.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/base-foc/src/core/signal_source_component.cc b/base-foc/src/core/signal_source_component.cc index e1f5fc8e0..7c6aa15f6 100644 --- a/base-foc/src/core/signal_source_component.cc +++ b/base-foc/src/core/signal_source_component.cc @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-foc/src/core/thread_start.cc b/base-foc/src/core/thread_start.cc index ec4e7632a..f16193570 100644 --- a/base-foc/src/core/thread_start.cc +++ b/base-foc/src/core/thread_start.cc @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-foc/src/core/x86/platform_x86.cc b/base-foc/src/core/x86/platform_x86.cc index a5829af40..b9f94bc4f 100644 --- a/base-foc/src/core/x86/platform_x86.cc +++ b/base-foc/src/core/x86/platform_x86.cc @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-foc/src/platform/_main_helper.h b/base-foc/src/platform/_main_helper.h index 05d69d205..f1ab115c0 100644 --- a/base-foc/src/platform/_main_helper.h +++ b/base-foc/src/platform/_main_helper.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-foc/src/platform/_main_parent_cap.h b/base-foc/src/platform/_main_parent_cap.h index 570449a9d..d04409f1a 100644 --- a/base-foc/src/platform/_main_parent_cap.h +++ b/base-foc/src/platform/_main_parent_cap.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-host/include/base/ipc_msgbuf.h b/base-host/include/base/ipc_msgbuf.h index ac3bc03c2..3925e5f4a 100644 --- a/base-host/include/base/ipc_msgbuf.h +++ b/base-host/include/base/ipc_msgbuf.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-host/include/base/ipc_pager.h b/base-host/include/base/ipc_pager.h index 9c8a9760a..cbfbca54a 100644 --- a/base-host/include/base/ipc_pager.h +++ b/base-host/include/base/ipc_pager.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-host/include/base/native_types.h b/base-host/include/base/native_types.h index 57ecd778a..e62820310 100644 --- a/base-host/include/base/native_types.h +++ b/base-host/include/base/native_types.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-host/src/base/env/parent.cc b/base-host/src/base/env/parent.cc index efc9378a0..8f64fa17a 100644 --- a/base-host/src/base/env/parent.cc +++ b/base-host/src/base/env/parent.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-host/src/base/ipc/ipc.cc b/base-host/src/base/ipc/ipc.cc index 3055926c5..f55bab608 100644 --- a/base-host/src/base/ipc/ipc.cc +++ b/base-host/src/base/ipc/ipc.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-host/src/base/lock/lock_helper.h b/base-host/src/base/lock/lock_helper.h index c3197875a..3cecef1b8 100644 --- a/base-host/src/base/lock/lock_helper.h +++ b/base-host/src/base/lock/lock_helper.h @@ -8,7 +8,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-host/src/base/pager/pager.cc b/base-host/src/base/pager/pager.cc index 34c91e9f3..cf5c9afb5 100644 --- a/base-host/src/base/pager/pager.cc +++ b/base-host/src/base/pager/pager.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-host/src/core/context_area.cc b/base-host/src/core/context_area.cc index 0cf455b06..de5971695 100644 --- a/base-host/src/core/context_area.cc +++ b/base-host/src/core/context_area.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-host/src/core/core_rm_session.cc b/base-host/src/core/core_rm_session.cc index 0c00829f2..7c2ec5899 100644 --- a/base-host/src/core/core_rm_session.cc +++ b/base-host/src/core/core_rm_session.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-host/src/core/include/core_rm_session.h b/base-host/src/core/include/core_rm_session.h index ac46b2640..90aead808 100644 --- a/base-host/src/core/include/core_rm_session.h +++ b/base-host/src/core/include/core_rm_session.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-host/src/core/include/platform.h b/base-host/src/core/include/platform.h index 0b467602e..163d89e59 100644 --- a/base-host/src/core/include/platform.h +++ b/base-host/src/core/include/platform.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-host/src/core/include/platform_pd.h b/base-host/src/core/include/platform_pd.h index 7c051aba3..099076d38 100644 --- a/base-host/src/core/include/platform_pd.h +++ b/base-host/src/core/include/platform_pd.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-host/src/core/include/platform_thread.h b/base-host/src/core/include/platform_thread.h index e62719001..d4f4bf723 100644 --- a/base-host/src/core/include/platform_thread.h +++ b/base-host/src/core/include/platform_thread.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-host/src/core/include/util.h b/base-host/src/core/include/util.h index 4f50f05f9..1349cf1e3 100644 --- a/base-host/src/core/include/util.h +++ b/base-host/src/core/include/util.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-host/src/core/io_mem_session_support.cc b/base-host/src/core/io_mem_session_support.cc index 6b1f5715e..b609f3331 100644 --- a/base-host/src/core/io_mem_session_support.cc +++ b/base-host/src/core/io_mem_session_support.cc @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-host/src/core/io_port_session_component.cc b/base-host/src/core/io_port_session_component.cc index c90a87b7e..25976517c 100644 --- a/base-host/src/core/io_port_session_component.cc +++ b/base-host/src/core/io_port_session_component.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-host/src/core/irq_session_component.cc b/base-host/src/core/irq_session_component.cc index 4e5226958..1f92150cd 100644 --- a/base-host/src/core/irq_session_component.cc +++ b/base-host/src/core/irq_session_component.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-host/src/core/platform.cc b/base-host/src/core/platform.cc index 96beed570..cbd25c077 100644 --- a/base-host/src/core/platform.cc +++ b/base-host/src/core/platform.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-host/src/core/platform_pd.cc b/base-host/src/core/platform_pd.cc index 4d4487073..38a408432 100644 --- a/base-host/src/core/platform_pd.cc +++ b/base-host/src/core/platform_pd.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-host/src/core/platform_thread.cc b/base-host/src/core/platform_thread.cc index 6d9dfff82..0d8b96c49 100644 --- a/base-host/src/core/platform_thread.cc +++ b/base-host/src/core/platform_thread.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-host/src/core/ram_session_support.cc b/base-host/src/core/ram_session_support.cc index ae7dabee8..434317ade 100644 --- a/base-host/src/core/ram_session_support.cc +++ b/base-host/src/core/ram_session_support.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-host/src/core/rm_session_support.cc b/base-host/src/core/rm_session_support.cc index 4e8e309a3..c6f4afb33 100644 --- a/base-host/src/core/rm_session_support.cc +++ b/base-host/src/core/rm_session_support.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-host/src/core/thread_host.cc b/base-host/src/core/thread_host.cc index da171551c..f72884f47 100644 --- a/base-host/src/core/thread_host.cc +++ b/base-host/src/core/thread_host.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-host/src/lib/printf_stdio/printf_stdio.cc b/base-host/src/lib/printf_stdio/printf_stdio.cc index a1981ee00..8e8af8ff5 100644 --- a/base-host/src/lib/printf_stdio/printf_stdio.cc +++ b/base-host/src/lib/printf_stdio/printf_stdio.cc @@ -8,7 +8,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-linux/include/base/ipc_msgbuf.h b/base-linux/include/base/ipc_msgbuf.h index c0f554830..1c2ed12c6 100644 --- a/base-linux/include/base/ipc_msgbuf.h +++ b/base-linux/include/base/ipc_msgbuf.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-linux/include/base/local_interface.h b/base-linux/include/base/local_interface.h index e7f08096c..cb315a34f 100644 --- a/base-linux/include/base/local_interface.h +++ b/base-linux/include/base/local_interface.h @@ -17,7 +17,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/base-linux/include/base/native_types.h b/base-linux/include/base/native_types.h index c6ca8b865..69e8eb770 100644 --- a/base-linux/include/base/native_types.h +++ b/base-linux/include/base/native_types.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2007-2011 Genode Labs GmbH + * Copyright (C) 2007-2012 Genode Labs 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/base-linux/include/base/pager.h b/base-linux/include/base/pager.h index bd4b61f00..e72723039 100644 --- a/base-linux/include/base/pager.h +++ b/base-linux/include/base/pager.h @@ -8,7 +8,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-linux/include/base/platform_env.h b/base-linux/include/base/platform_env.h index d98332fc5..9e8b4f8ea 100644 --- a/base-linux/include/base/platform_env.h +++ b/base-linux/include/base/platform_env.h @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-linux/include/linux_dataspace/client.h b/base-linux/include/linux_dataspace/client.h index 284bb27d0..658bcddf1 100644 --- a/base-linux/include/linux_dataspace/client.h +++ b/base-linux/include/linux_dataspace/client.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-linux/include/linux_dataspace/linux_dataspace.h b/base-linux/include/linux_dataspace/linux_dataspace.h index 432cadd0f..3bf3a90e5 100644 --- a/base-linux/include/linux_dataspace/linux_dataspace.h +++ b/base-linux/include/linux_dataspace/linux_dataspace.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-linux/include/rm_session/client.h b/base-linux/include/rm_session/client.h index c06312ff3..fbcf49f80 100644 --- a/base-linux/include/rm_session/client.h +++ b/base-linux/include/rm_session/client.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/base-linux/src/base/console/core_console.h b/base-linux/src/base/console/core_console.h index 2fecced9a..1826de7a2 100644 --- a/base-linux/src/base/console/core_console.h +++ b/base-linux/src/base/console/core_console.h @@ -7,7 +7,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-linux/src/base/env/debug.cc b/base-linux/src/base/env/debug.cc index d62b76976..d794fc95a 100644 --- a/base-linux/src/base/env/debug.cc +++ b/base-linux/src/base/env/debug.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-linux/src/base/env/platform_env.cc b/base-linux/src/base/env/platform_env.cc index 454e2cc92..4b0f58857 100644 --- a/base-linux/src/base/env/platform_env.cc +++ b/base-linux/src/base/env/platform_env.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/base-linux/src/base/env/rm_session_mmap.cc b/base-linux/src/base/env/rm_session_mmap.cc index b5e122eb2..5b068f10f 100644 --- a/base-linux/src/base/env/rm_session_mmap.cc +++ b/base-linux/src/base/env/rm_session_mmap.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/base-linux/src/base/ipc/ipc.cc b/base-linux/src/base/ipc/ipc.cc index eb8c5aa3d..268fb0677 100644 --- a/base-linux/src/base/ipc/ipc.cc +++ b/base-linux/src/base/ipc/ipc.cc @@ -30,7 +30,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/base-linux/src/base/lock/lock_helper.h b/base-linux/src/base/lock/lock_helper.h index b6cca57f9..7161ac486 100644 --- a/base-linux/src/base/lock/lock_helper.h +++ b/base-linux/src/base/lock/lock_helper.h @@ -11,7 +11,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-linux/src/base/process/process.cc b/base-linux/src/base/process/process.cc index 768c48f8c..d5a1c7b2a 100644 --- a/base-linux/src/base/process/process.cc +++ b/base-linux/src/base/process/process.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-linux/src/base/thread/thread_linux.cc b/base-linux/src/base/thread/thread_linux.cc index e6dec1152..7a7e64329 100644 --- a/base-linux/src/base/thread/thread_linux.cc +++ b/base-linux/src/base/thread/thread_linux.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-linux/src/core/context_area.cc b/base-linux/src/core/context_area.cc index 3c7a83d35..cca16d269 100644 --- a/base-linux/src/core/context_area.cc +++ b/base-linux/src/core/context_area.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-linux/src/core/include/cap_session_component.h b/base-linux/src/core/include/cap_session_component.h index f63d1d145..b09cd131c 100644 --- a/base-linux/src/core/include/cap_session_component.h +++ b/base-linux/src/core/include/cap_session_component.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-linux/src/core/include/dataspace_component.h b/base-linux/src/core/include/dataspace_component.h index fa1b05ce3..bf79471ca 100644 --- a/base-linux/src/core/include/dataspace_component.h +++ b/base-linux/src/core/include/dataspace_component.h @@ -10,7 +10,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-linux/src/core/include/io_mem_session_component.h b/base-linux/src/core/include/io_mem_session_component.h index 61344c6d6..24afc3806 100644 --- a/base-linux/src/core/include/io_mem_session_component.h +++ b/base-linux/src/core/include/io_mem_session_component.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2007-2011 Genode Labs GmbH + * Copyright (C) 2007-2012 Genode Labs 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/base-linux/src/core/include/irq_session_component.h b/base-linux/src/core/include/irq_session_component.h index 907b88d98..7cdc88f1a 100644 --- a/base-linux/src/core/include/irq_session_component.h +++ b/base-linux/src/core/include/irq_session_component.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2007-2011 Genode Labs GmbH + * Copyright (C) 2007-2012 Genode Labs 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/base-linux/src/core/include/pd_session_component.h b/base-linux/src/core/include/pd_session_component.h index bc4866b5e..c8f53c022 100644 --- a/base-linux/src/core/include/pd_session_component.h +++ b/base-linux/src/core/include/pd_session_component.h @@ -11,7 +11,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-linux/src/core/include/platform.h b/base-linux/src/core/include/platform.h index 1d3379b1d..048606a6a 100644 --- a/base-linux/src/core/include/platform.h +++ b/base-linux/src/core/include/platform.h @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2007-2011 Genode Labs GmbH + * Copyright (C) 2007-2012 Genode Labs 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/base-linux/src/core/include/platform_pd.h b/base-linux/src/core/include/platform_pd.h index cd9fa461a..bbff635d7 100644 --- a/base-linux/src/core/include/platform_pd.h +++ b/base-linux/src/core/include/platform_pd.h @@ -7,7 +7,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-linux/src/core/include/platform_thread.h b/base-linux/src/core/include/platform_thread.h index 9fadda64d..5d1b83813 100644 --- a/base-linux/src/core/include/platform_thread.h +++ b/base-linux/src/core/include/platform_thread.h @@ -7,7 +7,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-linux/src/core/include/rm_session_component.h b/base-linux/src/core/include/rm_session_component.h index aa2aa535c..aac891f30 100644 --- a/base-linux/src/core/include/rm_session_component.h +++ b/base-linux/src/core/include/rm_session_component.h @@ -7,7 +7,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-linux/src/core/io_mem_session_component.cc b/base-linux/src/core/io_mem_session_component.cc index cead86767..da20d52f7 100644 --- a/base-linux/src/core/io_mem_session_component.cc +++ b/base-linux/src/core/io_mem_session_component.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-linux/src/core/io_port_session_component.cc b/base-linux/src/core/io_port_session_component.cc index d5ef72473..1ab6e6695 100644 --- a/base-linux/src/core/io_port_session_component.cc +++ b/base-linux/src/core/io_port_session_component.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2007-2011 Genode Labs GmbH + * Copyright (C) 2007-2012 Genode Labs 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/base-linux/src/core/pd_session_component.cc b/base-linux/src/core/pd_session_component.cc index 5f809b68b..e3c91e0a0 100644 --- a/base-linux/src/core/pd_session_component.cc +++ b/base-linux/src/core/pd_session_component.cc @@ -7,7 +7,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-linux/src/core/platform.cc b/base-linux/src/core/platform.cc index 2946a870f..5e3f8ca57 100644 --- a/base-linux/src/core/platform.cc +++ b/base-linux/src/core/platform.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-linux/src/core/platform_thread.cc b/base-linux/src/core/platform_thread.cc index 7f7761903..c31633987 100644 --- a/base-linux/src/core/platform_thread.cc +++ b/base-linux/src/core/platform_thread.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2007-2011 Genode Labs GmbH + * Copyright (C) 2007-2012 Genode Labs 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/base-linux/src/core/ram_session_support.cc b/base-linux/src/core/ram_session_support.cc index dc5815dba..b2d75f737 100644 --- a/base-linux/src/core/ram_session_support.cc +++ b/base-linux/src/core/ram_session_support.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-linux/src/core/rom_session_component.cc b/base-linux/src/core/rom_session_component.cc index 9a5f39d25..97b7c84f7 100644 --- a/base-linux/src/core/rom_session_component.cc +++ b/base-linux/src/core/rom_session_component.cc @@ -9,7 +9,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-linux/src/core/thread_linux.cc b/base-linux/src/core/thread_linux.cc index 14f7c60a5..a5be5a20d 100644 --- a/base-linux/src/core/thread_linux.cc +++ b/base-linux/src/core/thread_linux.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-linux/src/platform/_main_helper.h b/base-linux/src/platform/_main_helper.h index 3808233a2..0c9c8b720 100644 --- a/base-linux/src/platform/_main_helper.h +++ b/base-linux/src/platform/_main_helper.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-linux/src/platform/context_area.nostdlib.ld b/base-linux/src/platform/context_area.nostdlib.ld index fa3e2f54a..58ebf35dd 100644 --- a/base-linux/src/platform/context_area.nostdlib.ld +++ b/base-linux/src/platform/context_area.nostdlib.ld @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-linux/src/platform/context_area.stdlib.ld b/base-linux/src/platform/context_area.stdlib.ld index 1ef45a1c1..18a65f655 100644 --- a/base-linux/src/platform/context_area.stdlib.ld +++ b/base-linux/src/platform/context_area.stdlib.ld @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-linux/src/platform/linux_rpath.cc b/base-linux/src/platform/linux_rpath.cc index 3432798c0..7f1519f33 100644 --- a/base-linux/src/platform/linux_rpath.cc +++ b/base-linux/src/platform/linux_rpath.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/base-linux/src/platform/linux_rpath.h b/base-linux/src/platform/linux_rpath.h index 34f52fe4f..4f31c4e4b 100644 --- a/base-linux/src/platform/linux_rpath.h +++ b/base-linux/src/platform/linux_rpath.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/base-linux/src/platform/linux_syscalls.h b/base-linux/src/platform/linux_syscalls.h index 5433178fb..aa81d7305 100644 --- a/base-linux/src/platform/linux_syscalls.h +++ b/base-linux/src/platform/linux_syscalls.h @@ -19,7 +19,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/base-linux/src/platform/lx_hybrid.cc b/base-linux/src/platform/lx_hybrid.cc index a4c2463e9..eb0925f46 100644 --- a/base-linux/src/platform/lx_hybrid.cc +++ b/base-linux/src/platform/lx_hybrid.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/base-linux/src/platform/x86_32/crt0.s b/base-linux/src/platform/x86_32/crt0.s index 384207b8b..a0f040c55 100644 --- a/base-linux/src/platform/x86_32/crt0.s +++ b/base-linux/src/platform/x86_32/crt0.s @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-linux/src/platform/x86_64/crt0.s b/base-linux/src/platform/x86_64/crt0.s index a51dd556e..2d4abbc21 100644 --- a/base-linux/src/platform/x86_64/crt0.s +++ b/base-linux/src/platform/x86_64/crt0.s @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-linux/src/test/lx_hybrid_ctors/main.cc b/base-linux/src/test/lx_hybrid_ctors/main.cc index a7f7b83ec..927e5b2f9 100644 --- a/base-linux/src/test/lx_hybrid_ctors/main.cc +++ b/base-linux/src/test/lx_hybrid_ctors/main.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/base-linux/src/test/lx_hybrid_ctors/testlib.cc b/base-linux/src/test/lx_hybrid_ctors/testlib.cc index 827a457a5..1e579c231 100644 --- a/base-linux/src/test/lx_hybrid_ctors/testlib.cc +++ b/base-linux/src/test/lx_hybrid_ctors/testlib.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/base-linux/src/test/lx_hybrid_exception/main.cc b/base-linux/src/test/lx_hybrid_exception/main.cc index a79f7e0b3..431c7971f 100644 --- a/base-linux/src/test/lx_hybrid_exception/main.cc +++ b/base-linux/src/test/lx_hybrid_exception/main.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/base-linux/src/test/lx_hybrid_pthread_ipc/main.cc b/base-linux/src/test/lx_hybrid_pthread_ipc/main.cc index e980c2f70..74e7590f7 100644 --- a/base-linux/src/test/lx_hybrid_pthread_ipc/main.cc +++ b/base-linux/src/test/lx_hybrid_pthread_ipc/main.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/base-linux/src/test/sub_rm/config.h b/base-linux/src/test/sub_rm/config.h index ec66d4fdb..5386f96a4 100644 --- a/base-linux/src/test/sub_rm/config.h +++ b/base-linux/src/test/sub_rm/config.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/base-mb/include/base/ipc_msgbuf.h b/base-mb/include/base/ipc_msgbuf.h index ce17cd31a..8bdd98339 100755 --- a/base-mb/include/base/ipc_msgbuf.h +++ b/base-mb/include/base/ipc_msgbuf.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-mb/include/base/ipc_pager.h b/base-mb/include/base/ipc_pager.h index ebb4c6b42..357824db1 100755 --- a/base-mb/include/base/ipc_pager.h +++ b/base-mb/include/base/ipc_pager.h @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-mb/include/base/native_types.h b/base-mb/include/base/native_types.h index 76c5a6180..79e07c7fb 100755 --- a/base-mb/include/base/native_types.h +++ b/base-mb/include/base/native_types.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-mb/include/cpu/atomic.h b/base-mb/include/cpu/atomic.h index a13806546..c936adfdc 100755 --- a/base-mb/include/cpu/atomic.h +++ b/base-mb/include/cpu/atomic.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-mb/include/cpu/config.h b/base-mb/include/cpu/config.h index 13c8cb7bd..756d60d0f 100755 --- a/base-mb/include/cpu/config.h +++ b/base-mb/include/cpu/config.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 07-2011 Genode Labs GmbH + * Copyright (C) 07-2012 Genode Labs 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/base-mb/include/kernel/config.h b/base-mb/include/kernel/config.h index 25f04b243..e720b62b6 100755 --- a/base-mb/include/kernel/config.h +++ b/base-mb/include/kernel/config.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 24-2011 Genode Labs GmbH + * Copyright (C) 24-2012 Genode Labs 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/base-mb/include/kernel/types.h b/base-mb/include/kernel/types.h index 1dfaca10a..ab629e7b1 100755 --- a/base-mb/include/kernel/types.h +++ b/base-mb/include/kernel/types.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-mb/include/xilinx/xps_intc.h b/base-mb/include/xilinx/xps_intc.h index e4b4984b4..0b012ad89 100644 --- a/base-mb/include/xilinx/xps_intc.h +++ b/base-mb/include/xilinx/xps_intc.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-mb/include/xilinx/xps_timer.h b/base-mb/include/xilinx/xps_timer.h index 5918b6337..539265e8c 100644 --- a/base-mb/include/xilinx/xps_timer.h +++ b/base-mb/include/xilinx/xps_timer.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-mb/include/xilinx/xps_uartl.h b/base-mb/include/xilinx/xps_uartl.h index 57e531ee0..862da9720 100644 --- a/base-mb/include/xilinx/xps_uartl.h +++ b/base-mb/include/xilinx/xps_uartl.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/base-mb/src/base/console/microblaze_console.cc b/base-mb/src/base/console/microblaze_console.cc index c88c97508..657302b63 100755 --- a/base-mb/src/base/console/microblaze_console.cc +++ b/base-mb/src/base/console/microblaze_console.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/base-mb/src/base/cxx/atexit.cc b/base-mb/src/base/cxx/atexit.cc index 68453711a..c6c3d9494 100755 --- a/base-mb/src/base/cxx/atexit.cc +++ b/base-mb/src/base/cxx/atexit.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-mb/src/base/ipc/ipc.cc b/base-mb/src/base/ipc/ipc.cc index b95392bf2..2980dea7e 100755 --- a/base-mb/src/base/ipc/ipc.cc +++ b/base-mb/src/base/ipc/ipc.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-mb/src/base/ipc/pager.cc b/base-mb/src/base/ipc/pager.cc index 91a443027..f04dc75be 100755 --- a/base-mb/src/base/ipc/pager.cc +++ b/base-mb/src/base/ipc/pager.cc @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-mb/src/base/lock/lock_helper.h b/base-mb/src/base/lock/lock_helper.h index dfa1bf20c..5f6f16ebb 100755 --- a/base-mb/src/base/lock/lock_helper.h +++ b/base-mb/src/base/lock/lock_helper.h @@ -8,7 +8,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-mb/src/base/pager/pager.cc b/base-mb/src/base/pager/pager.cc index 52c5e722b..05d83f194 100644 --- a/base-mb/src/base/pager/pager.cc +++ b/base-mb/src/base/pager/pager.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-mb/src/base/thread/thread.cc b/base-mb/src/base/thread/thread.cc index dbc926009..f06b17975 100644 --- a/base-mb/src/base/thread/thread.cc +++ b/base-mb/src/base/thread/thread.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-mb/src/base/thread/thread_bootstrap.cc b/base-mb/src/base/thread/thread_bootstrap.cc index 2f8134424..087536c20 100755 --- a/base-mb/src/base/thread/thread_bootstrap.cc +++ b/base-mb/src/base/thread/thread_bootstrap.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-mb/src/base/thread/thread_context.cc b/base-mb/src/base/thread/thread_context.cc index 93f819e66..a914f3117 100755 --- a/base-mb/src/base/thread/thread_context.cc +++ b/base-mb/src/base/thread/thread_context.cc @@ -8,7 +8,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-mb/src/base/thread/thread_start.cc b/base-mb/src/base/thread/thread_start.cc index 01158ffe2..1ef41f900 100644 --- a/base-mb/src/base/thread/thread_start.cc +++ b/base-mb/src/base/thread/thread_start.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-mb/src/core/context_area.cc b/base-mb/src/core/context_area.cc index 0d1bdec47..ef83cf9e1 100644 --- a/base-mb/src/core/context_area.cc +++ b/base-mb/src/core/context_area.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-mb/src/core/core_rm_session.cc b/base-mb/src/core/core_rm_session.cc index dd5cb249a..444fbd93d 100644 --- a/base-mb/src/core/core_rm_session.cc +++ b/base-mb/src/core/core_rm_session.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-mb/src/core/include/core_rm_session.h b/base-mb/src/core/include/core_rm_session.h index 5ddd3af33..372e19719 100644 --- a/base-mb/src/core/include/core_rm_session.h +++ b/base-mb/src/core/include/core_rm_session.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-mb/src/core/include/cpu/prints.h b/base-mb/src/core/include/cpu/prints.h index ec68637eb..ae1d37c06 100644 --- a/base-mb/src/core/include/cpu/prints.h +++ b/base-mb/src/core/include/cpu/prints.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-mb/src/core/include/irq_session_component.h b/base-mb/src/core/include/irq_session_component.h index 7e87d5cc9..dd9ed7b7b 100644 --- a/base-mb/src/core/include/irq_session_component.h +++ b/base-mb/src/core/include/irq_session_component.h @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-mb/src/core/include/map_local.h b/base-mb/src/core/include/map_local.h index 217105990..d29a36f72 100755 --- a/base-mb/src/core/include/map_local.h +++ b/base-mb/src/core/include/map_local.h @@ -7,7 +7,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-mb/src/core/include/platform.h b/base-mb/src/core/include/platform.h index 52d65bc1b..81f3a05fd 100755 --- a/base-mb/src/core/include/platform.h +++ b/base-mb/src/core/include/platform.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-mb/src/core/include/platform_pd.h b/base-mb/src/core/include/platform_pd.h index 0eae04423..3fb36120a 100755 --- a/base-mb/src/core/include/platform_pd.h +++ b/base-mb/src/core/include/platform_pd.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-mb/src/core/include/platform_thread.h b/base-mb/src/core/include/platform_thread.h index 63412d995..13448556e 100755 --- a/base-mb/src/core/include/platform_thread.h +++ b/base-mb/src/core/include/platform_thread.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-mb/src/core/include/util.h b/base-mb/src/core/include/util.h index 81b422019..ef432ebfe 100755 --- a/base-mb/src/core/include/util.h +++ b/base-mb/src/core/include/util.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-mb/src/core/include/util/array.h b/base-mb/src/core/include/util/array.h index ef7830631..57d9affb1 100644 --- a/base-mb/src/core/include/util/array.h +++ b/base-mb/src/core/include/util/array.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/base-mb/src/core/include/util/debug.h b/base-mb/src/core/include/util/debug.h index d9c562b8e..950ca7b20 100644 --- a/base-mb/src/core/include/util/debug.h +++ b/base-mb/src/core/include/util/debug.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/base-mb/src/core/include/util/id_allocator.h b/base-mb/src/core/include/util/id_allocator.h index b40290e4b..ed3e332a8 100644 --- a/base-mb/src/core/include/util/id_allocator.h +++ b/base-mb/src/core/include/util/id_allocator.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-mb/src/core/include/util/math.h b/base-mb/src/core/include/util/math.h index 9dd852969..4eb19db15 100644 --- a/base-mb/src/core/include/util/math.h +++ b/base-mb/src/core/include/util/math.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/base-mb/src/core/include/util/queue.h b/base-mb/src/core/include/util/queue.h index d2b70e336..c5ce37027 100644 --- a/base-mb/src/core/include/util/queue.h +++ b/base-mb/src/core/include/util/queue.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/base-mb/src/core/include/xilinx/microblaze.h b/base-mb/src/core/include/xilinx/microblaze.h index 8b9d50ad4..933b40c06 100644 --- a/base-mb/src/core/include/xilinx/microblaze.h +++ b/base-mb/src/core/include/xilinx/microblaze.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-mb/src/core/io_mem_session_support.cc b/base-mb/src/core/io_mem_session_support.cc index 6157040a3..f74525f20 100755 --- a/base-mb/src/core/io_mem_session_support.cc +++ b/base-mb/src/core/io_mem_session_support.cc @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-mb/src/core/io_port_session_component.cc b/base-mb/src/core/io_port_session_component.cc index 7ded5f2de..24ed70407 100755 --- a/base-mb/src/core/io_port_session_component.cc +++ b/base-mb/src/core/io_port_session_component.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-mb/src/core/irq_session_component.cc b/base-mb/src/core/irq_session_component.cc index 88ef862e4..401438d5f 100644 --- a/base-mb/src/core/irq_session_component.cc +++ b/base-mb/src/core/irq_session_component.cc @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-mb/src/core/platform.cc b/base-mb/src/core/platform.cc index b4b817a7b..de996ec27 100644 --- a/base-mb/src/core/platform.cc +++ b/base-mb/src/core/platform.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-mb/src/core/platform_thread.cc b/base-mb/src/core/platform_thread.cc index 8ec811109..2ff522f48 100755 --- a/base-mb/src/core/platform_thread.cc +++ b/base-mb/src/core/platform_thread.cc @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-mb/src/core/ram_session_support.cc b/base-mb/src/core/ram_session_support.cc index ce03b6fbf..e66e853fc 100755 --- a/base-mb/src/core/ram_session_support.cc +++ b/base-mb/src/core/ram_session_support.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-mb/src/core/rm_session_support.cc b/base-mb/src/core/rm_session_support.cc index 9ba4d2254..67f1da224 100755 --- a/base-mb/src/core/rm_session_support.cc +++ b/base-mb/src/core/rm_session_support.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-mb/src/core/thread_roottask.cc b/base-mb/src/core/thread_roottask.cc index 978fb0edb..6b96f75f3 100755 --- a/base-mb/src/core/thread_roottask.cc +++ b/base-mb/src/core/thread_roottask.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-mb/src/kernel/generic/blocking.cc b/base-mb/src/kernel/generic/blocking.cc index a5216c9e8..4610195c0 100755 --- a/base-mb/src/kernel/generic/blocking.cc +++ b/base-mb/src/kernel/generic/blocking.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/base-mb/src/kernel/generic/include/exception.h b/base-mb/src/kernel/generic/include/exception.h index d79f5f3c8..bbd3d3f86 100755 --- a/base-mb/src/kernel/generic/include/exception.h +++ b/base-mb/src/kernel/generic/include/exception.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-mb/src/kernel/generic/include/interrupt.h b/base-mb/src/kernel/generic/include/interrupt.h index bc2b2c1c6..6f82cb573 100755 --- a/base-mb/src/kernel/generic/include/interrupt.h +++ b/base-mb/src/kernel/generic/include/interrupt.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-mb/src/kernel/generic/include/thread.h b/base-mb/src/kernel/generic/include/thread.h index 2f100bcfe..0eabc0a3a 100755 --- a/base-mb/src/kernel/generic/include/thread.h +++ b/base-mb/src/kernel/generic/include/thread.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-mb/src/kernel/generic/kernel.cc b/base-mb/src/kernel/generic/kernel.cc index 1672c5615..7bb067b19 100755 --- a/base-mb/src/kernel/generic/kernel.cc +++ b/base-mb/src/kernel/generic/kernel.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-mb/src/kernel/generic/scheduler.cc b/base-mb/src/kernel/generic/scheduler.cc index f434dea6f..932ee44da 100755 --- a/base-mb/src/kernel/generic/scheduler.cc +++ b/base-mb/src/kernel/generic/scheduler.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-mb/src/kernel/generic/syscall_events.cc b/base-mb/src/kernel/generic/syscall_events.cc index fcb702c02..0459bf0b1 100755 --- a/base-mb/src/kernel/generic/syscall_events.cc +++ b/base-mb/src/kernel/generic/syscall_events.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/base-mb/src/kernel/generic/thread.cc b/base-mb/src/kernel/generic/thread.cc index 660f307b7..04a0ad46f 100755 --- a/base-mb/src/kernel/generic/thread.cc +++ b/base-mb/src/kernel/generic/thread.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-mb/src/kernel/include/generic/blocking.h b/base-mb/src/kernel/include/generic/blocking.h index 490cc0098..d38a1eba1 100755 --- a/base-mb/src/kernel/include/generic/blocking.h +++ b/base-mb/src/kernel/include/generic/blocking.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-mb/src/kernel/include/generic/event.h b/base-mb/src/kernel/include/generic/event.h index 201bb1fb5..e0282b891 100755 --- a/base-mb/src/kernel/include/generic/event.h +++ b/base-mb/src/kernel/include/generic/event.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-mb/src/kernel/include/generic/ipc.h b/base-mb/src/kernel/include/generic/ipc.h index ca94a3492..ee824b617 100755 --- a/base-mb/src/kernel/include/generic/ipc.h +++ b/base-mb/src/kernel/include/generic/ipc.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/base-mb/src/kernel/include/generic/irq_controller.h b/base-mb/src/kernel/include/generic/irq_controller.h index 1fbcf1d6b..61d1b0804 100755 --- a/base-mb/src/kernel/include/generic/irq_controller.h +++ b/base-mb/src/kernel/include/generic/irq_controller.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-mb/src/kernel/include/generic/printf.h b/base-mb/src/kernel/include/generic/printf.h index 072371023..bc22e6f8c 100755 --- a/base-mb/src/kernel/include/generic/printf.h +++ b/base-mb/src/kernel/include/generic/printf.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-mb/src/kernel/include/generic/scheduler.h b/base-mb/src/kernel/include/generic/scheduler.h index 931f81cd4..d89493c07 100755 --- a/base-mb/src/kernel/include/generic/scheduler.h +++ b/base-mb/src/kernel/include/generic/scheduler.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-mb/src/kernel/include/generic/syscall_events.h b/base-mb/src/kernel/include/generic/syscall_events.h index 942fd2325..a02300bba 100755 --- a/base-mb/src/kernel/include/generic/syscall_events.h +++ b/base-mb/src/kernel/include/generic/syscall_events.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-mb/src/kernel/include/generic/timer.h b/base-mb/src/kernel/include/generic/timer.h index bff850f76..0e5276c93 100755 --- a/base-mb/src/kernel/include/generic/timer.h +++ b/base-mb/src/kernel/include/generic/timer.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-mb/src/kernel/include/generic/tlb.h b/base-mb/src/kernel/include/generic/tlb.h index 3d69f9ccd..2ba7c99ba 100755 --- a/base-mb/src/kernel/include/generic/tlb.h +++ b/base-mb/src/kernel/include/generic/tlb.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-mb/src/kernel/include/generic/verbose.h b/base-mb/src/kernel/include/generic/verbose.h index 136aa6387..f0834af9f 100755 --- a/base-mb/src/kernel/include/generic/verbose.h +++ b/base-mb/src/kernel/include/generic/verbose.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-mb/src/kernel/include/petalogix_s3adsp1800_mmu/platform/platform.h b/base-mb/src/kernel/include/petalogix_s3adsp1800_mmu/platform/platform.h index 76a6ac3c5..16d53543e 100755 --- a/base-mb/src/kernel/include/petalogix_s3adsp1800_mmu/platform/platform.h +++ b/base-mb/src/kernel/include/petalogix_s3adsp1800_mmu/platform/platform.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-mb/src/kernel/platforms/petalogix_s3adsp1800_mmu/atomic.s b/base-mb/src/kernel/platforms/petalogix_s3adsp1800_mmu/atomic.s index 696b2a533..8eb8cec02 100755 --- a/base-mb/src/kernel/platforms/petalogix_s3adsp1800_mmu/atomic.s +++ b/base-mb/src/kernel/platforms/petalogix_s3adsp1800_mmu/atomic.s @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-mb/src/kernel/platforms/petalogix_s3adsp1800_mmu/crt0_kernel.s b/base-mb/src/kernel/platforms/petalogix_s3adsp1800_mmu/crt0_kernel.s index 359cc7031..72b2347ab 100755 --- a/base-mb/src/kernel/platforms/petalogix_s3adsp1800_mmu/crt0_kernel.s +++ b/base-mb/src/kernel/platforms/petalogix_s3adsp1800_mmu/crt0_kernel.s @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-mb/src/kernel/platforms/petalogix_s3adsp1800_mmu/include/errors.s b/base-mb/src/kernel/platforms/petalogix_s3adsp1800_mmu/include/errors.s index 7e10866ac..d2d59554a 100755 --- a/base-mb/src/kernel/platforms/petalogix_s3adsp1800_mmu/include/errors.s +++ b/base-mb/src/kernel/platforms/petalogix_s3adsp1800_mmu/include/errors.s @@ -7,7 +7,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-mb/src/kernel/platforms/petalogix_s3adsp1800_mmu/include/exec_context.s b/base-mb/src/kernel/platforms/petalogix_s3adsp1800_mmu/include/exec_context.s index b7aaff2bd..4e02ebc80 100755 --- a/base-mb/src/kernel/platforms/petalogix_s3adsp1800_mmu/include/exec_context.s +++ b/base-mb/src/kernel/platforms/petalogix_s3adsp1800_mmu/include/exec_context.s @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-mb/src/kernel/platforms/petalogix_s3adsp1800_mmu/include/special_registers.s b/base-mb/src/kernel/platforms/petalogix_s3adsp1800_mmu/include/special_registers.s index 764a47770..941a93c8d 100755 --- a/base-mb/src/kernel/platforms/petalogix_s3adsp1800_mmu/include/special_registers.s +++ b/base-mb/src/kernel/platforms/petalogix_s3adsp1800_mmu/include/special_registers.s @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-mb/src/kernel/platforms/petalogix_s3adsp1800_mmu/kernel_entry.s b/base-mb/src/kernel/platforms/petalogix_s3adsp1800_mmu/kernel_entry.s index 5954b95f9..924eaf329 100755 --- a/base-mb/src/kernel/platforms/petalogix_s3adsp1800_mmu/kernel_entry.s +++ b/base-mb/src/kernel/platforms/petalogix_s3adsp1800_mmu/kernel_entry.s @@ -7,7 +7,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-mb/src/kernel/platforms/petalogix_s3adsp1800_mmu/platform.cc b/base-mb/src/kernel/platforms/petalogix_s3adsp1800_mmu/platform.cc index b22d58f54..e61d7c769 100644 --- a/base-mb/src/kernel/platforms/petalogix_s3adsp1800_mmu/platform.cc +++ b/base-mb/src/kernel/platforms/petalogix_s3adsp1800_mmu/platform.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-mb/src/kernel/platforms/petalogix_s3adsp1800_mmu/userland_entry.s b/base-mb/src/kernel/platforms/petalogix_s3adsp1800_mmu/userland_entry.s index a9f32e42b..bd0d4d69f 100755 --- a/base-mb/src/kernel/platforms/petalogix_s3adsp1800_mmu/userland_entry.s +++ b/base-mb/src/kernel/platforms/petalogix_s3adsp1800_mmu/userland_entry.s @@ -8,7 +8,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-mb/src/platform/_main_helper.h b/base-mb/src/platform/_main_helper.h index d0fc0df2c..04fe4a76e 100644 --- a/base-mb/src/platform/_main_helper.h +++ b/base-mb/src/platform/_main_helper.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-mb/src/platform/genode.ld b/base-mb/src/platform/genode.ld index 45a979bdd..7d726e59b 100755 --- a/base-mb/src/platform/genode.ld +++ b/base-mb/src/platform/genode.ld @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-mb/src/test/hello/main.cc b/base-mb/src/test/hello/main.cc index f2f4d395f..490a7bde2 100644 --- a/base-mb/src/test/hello/main.cc +++ b/base-mb/src/test/hello/main.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/base-nova/include/base/cap_sel_alloc.h b/base-nova/include/base/cap_sel_alloc.h index b5c8191a1..6ec0671af 100644 --- a/base-nova/include/base/cap_sel_alloc.h +++ b/base-nova/include/base/cap_sel_alloc.h @@ -9,7 +9,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-nova/include/base/ipc.h b/base-nova/include/base/ipc.h index bd95d1b7a..5d5e3f06f 100644 --- a/base-nova/include/base/ipc.h +++ b/base-nova/include/base/ipc.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-nova/include/base/ipc_msgbuf.h b/base-nova/include/base/ipc_msgbuf.h index 5da4e3f3b..79776a577 100644 --- a/base-nova/include/base/ipc_msgbuf.h +++ b/base-nova/include/base/ipc_msgbuf.h @@ -10,7 +10,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-nova/include/base/ipc_pager.h b/base-nova/include/base/ipc_pager.h index 6bdac702c..3b6f5b5e9 100644 --- a/base-nova/include/base/ipc_pager.h +++ b/base-nova/include/base/ipc_pager.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-nova/include/base/native_types.h b/base-nova/include/base/native_types.h index 9ccb8cb01..3b1ea5608 100644 --- a/base-nova/include/base/native_types.h +++ b/base-nova/include/base/native_types.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-nova/include/base/pager.h b/base-nova/include/base/pager.h index 9764b2136..3ff1dda80 100644 --- a/base-nova/include/base/pager.h +++ b/base-nova/include/base/pager.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-nova/include/base/sleep.h b/base-nova/include/base/sleep.h index 3b155ea47..82b498f7e 100644 --- a/base-nova/include/base/sleep.h +++ b/base-nova/include/base/sleep.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-nova/include/nova/stdint.h b/base-nova/include/nova/stdint.h index a8d107ad1..fe43f9c81 100644 --- a/base-nova/include/nova/stdint.h +++ b/base-nova/include/nova/stdint.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-nova/include/signal_session/nova_source.h b/base-nova/include/signal_session/nova_source.h index 9f1dbcca9..bf4716bcc 100644 --- a/base-nova/include/signal_session/nova_source.h +++ b/base-nova/include/signal_session/nova_source.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/base-nova/include/signal_session/source_client.h b/base-nova/include/signal_session/source_client.h index e9994c91c..f713fc199 100644 --- a/base-nova/include/signal_session/source_client.h +++ b/base-nova/include/signal_session/source_client.h @@ -12,7 +12,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-nova/include/signal_session/source_rpc_object.h b/base-nova/include/signal_session/source_rpc_object.h index 3272bd67a..afe6f880f 100644 --- a/base-nova/include/signal_session/source_rpc_object.h +++ b/base-nova/include/signal_session/source_rpc_object.h @@ -10,7 +10,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-nova/src/base/console/core_console.h b/base-nova/src/base/console/core_console.h index 9bce170f5..8638e47c3 100644 --- a/base-nova/src/base/console/core_console.h +++ b/base-nova/src/base/console/core_console.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-nova/src/base/env/cap_sel_alloc.cc b/base-nova/src/base/env/cap_sel_alloc.cc index 51449881f..1c21d6068 100644 --- a/base-nova/src/base/env/cap_sel_alloc.cc +++ b/base-nova/src/base/env/cap_sel_alloc.cc @@ -8,7 +8,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-nova/src/base/env/main_thread.cc b/base-nova/src/base/env/main_thread.cc index f33c688d4..7f5b60069 100644 --- a/base-nova/src/base/env/main_thread.cc +++ b/base-nova/src/base/env/main_thread.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-nova/src/base/ipc/ipc.cc b/base-nova/src/base/ipc/ipc.cc index ef6ca0677..5f47182da 100644 --- a/base-nova/src/base/ipc/ipc.cc +++ b/base-nova/src/base/ipc/ipc.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-nova/src/base/ipc/pager.cc b/base-nova/src/base/ipc/pager.cc index 30abfa8b7..a39026083 100644 --- a/base-nova/src/base/ipc/pager.cc +++ b/base-nova/src/base/ipc/pager.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-nova/src/base/lock/lock_helper.h b/base-nova/src/base/lock/lock_helper.h index e460d98ef..d31adcf53 100644 --- a/base-nova/src/base/lock/lock_helper.h +++ b/base-nova/src/base/lock/lock_helper.h @@ -8,7 +8,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-nova/src/base/pager/pager.cc b/base-nova/src/base/pager/pager.cc index 7f3f2039e..744daaa4d 100644 --- a/base-nova/src/base/pager/pager.cc +++ b/base-nova/src/base/pager/pager.cc @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-nova/src/base/server/server.cc b/base-nova/src/base/server/server.cc index 7f6222877..03dfa7036 100644 --- a/base-nova/src/base/server/server.cc +++ b/base-nova/src/base/server/server.cc @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-nova/src/base/thread/thread_context.cc b/base-nova/src/base/thread/thread_context.cc index 27542de52..ced88a13c 100644 --- a/base-nova/src/base/thread/thread_context.cc +++ b/base-nova/src/base/thread/thread_context.cc @@ -8,7 +8,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-nova/src/base/thread/thread_nova.cc b/base-nova/src/base/thread/thread_nova.cc index 53a07d187..fed16ff72 100644 --- a/base-nova/src/base/thread/thread_nova.cc +++ b/base-nova/src/base/thread/thread_nova.cc @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-nova/src/core/core_rm_session.cc b/base-nova/src/core/core_rm_session.cc index 673645dd4..dff76bd79 100644 --- a/base-nova/src/core/core_rm_session.cc +++ b/base-nova/src/core/core_rm_session.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-nova/src/core/echo.cc b/base-nova/src/core/echo.cc index 9841b3965..d58375317 100644 --- a/base-nova/src/core/echo.cc +++ b/base-nova/src/core/echo.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-nova/src/core/include/cap_session_component.h b/base-nova/src/core/include/cap_session_component.h index 23a7fb4e2..2d30d8b86 100644 --- a/base-nova/src/core/include/cap_session_component.h +++ b/base-nova/src/core/include/cap_session_component.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-nova/src/core/include/core_rm_session.h b/base-nova/src/core/include/core_rm_session.h index 5ddd3af33..372e19719 100644 --- a/base-nova/src/core/include/core_rm_session.h +++ b/base-nova/src/core/include/core_rm_session.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-nova/src/core/include/echo.h b/base-nova/src/core/include/echo.h index 27bfd7c6e..89a6b8f44 100644 --- a/base-nova/src/core/include/echo.h +++ b/base-nova/src/core/include/echo.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-nova/src/core/include/irq_session_component.h b/base-nova/src/core/include/irq_session_component.h index ea4874d78..3f7b51cc7 100644 --- a/base-nova/src/core/include/irq_session_component.h +++ b/base-nova/src/core/include/irq_session_component.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-nova/src/core/include/map_local.h b/base-nova/src/core/include/map_local.h index aa2a2477d..c1d37746c 100644 --- a/base-nova/src/core/include/map_local.h +++ b/base-nova/src/core/include/map_local.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-nova/src/core/include/nova_util.h b/base-nova/src/core/include/nova_util.h index 6b3722877..4faee7f25 100644 --- a/base-nova/src/core/include/nova_util.h +++ b/base-nova/src/core/include/nova_util.h @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-nova/src/core/include/platform.h b/base-nova/src/core/include/platform.h index 49cda6d7a..544518740 100644 --- a/base-nova/src/core/include/platform.h +++ b/base-nova/src/core/include/platform.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-nova/src/core/include/platform_pd.h b/base-nova/src/core/include/platform_pd.h index 1ad065bfc..ac70e30c8 100644 --- a/base-nova/src/core/include/platform_pd.h +++ b/base-nova/src/core/include/platform_pd.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-nova/src/core/include/platform_thread.h b/base-nova/src/core/include/platform_thread.h index 5fbbab9d3..d0daf9bfa 100644 --- a/base-nova/src/core/include/platform_thread.h +++ b/base-nova/src/core/include/platform_thread.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-nova/src/core/include/util.h b/base-nova/src/core/include/util.h index 6c5248dbe..dcc31dcc3 100644 --- a/base-nova/src/core/include/util.h +++ b/base-nova/src/core/include/util.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-nova/src/core/io_mem_session_support.cc b/base-nova/src/core/io_mem_session_support.cc index ba8c42b2f..e53199994 100644 --- a/base-nova/src/core/io_mem_session_support.cc +++ b/base-nova/src/core/io_mem_session_support.cc @@ -7,7 +7,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-nova/src/core/irq_session_component.cc b/base-nova/src/core/irq_session_component.cc index 7e929d2b7..ac2ff44ea 100644 --- a/base-nova/src/core/irq_session_component.cc +++ b/base-nova/src/core/irq_session_component.cc @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-nova/src/core/platform.cc b/base-nova/src/core/platform.cc index bb60e58db..3276ad309 100644 --- a/base-nova/src/core/platform.cc +++ b/base-nova/src/core/platform.cc @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-nova/src/core/platform_pd.cc b/base-nova/src/core/platform_pd.cc index ba543ff84..99b1294f2 100644 --- a/base-nova/src/core/platform_pd.cc +++ b/base-nova/src/core/platform_pd.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-nova/src/core/platform_thread.cc b/base-nova/src/core/platform_thread.cc index dd89c088d..01d3ad5a5 100644 --- a/base-nova/src/core/platform_thread.cc +++ b/base-nova/src/core/platform_thread.cc @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-nova/src/core/ram_session_support.cc b/base-nova/src/core/ram_session_support.cc index 1e3269063..42c50e386 100644 --- a/base-nova/src/core/ram_session_support.cc +++ b/base-nova/src/core/ram_session_support.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-nova/src/core/rm_session_support.cc b/base-nova/src/core/rm_session_support.cc index d95a63e32..98f495713 100644 --- a/base-nova/src/core/rm_session_support.cc +++ b/base-nova/src/core/rm_session_support.cc @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-nova/src/core/signal_source_component.cc b/base-nova/src/core/signal_source_component.cc index 2b1dda474..b200fc914 100644 --- a/base-nova/src/core/signal_source_component.cc +++ b/base-nova/src/core/signal_source_component.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-nova/src/core/thread_start.cc b/base-nova/src/core/thread_start.cc index a7731e75a..90cdfbfac 100644 --- a/base-nova/src/core/thread_start.cc +++ b/base-nova/src/core/thread_start.cc @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-nova/src/lib/printf_stdio/printf_stdio.cc b/base-nova/src/lib/printf_stdio/printf_stdio.cc index a1981ee00..8e8af8ff5 100644 --- a/base-nova/src/lib/printf_stdio/printf_stdio.cc +++ b/base-nova/src/lib/printf_stdio/printf_stdio.cc @@ -8,7 +8,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-nova/src/platform/_main_helper.h b/base-nova/src/platform/_main_helper.h index 5eb89fc51..16253908c 100644 --- a/base-nova/src/platform/_main_helper.h +++ b/base-nova/src/platform/_main_helper.h @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-nova/src/platform/_main_parent_cap.h b/base-nova/src/platform/_main_parent_cap.h index a730c18cb..05a1dabba 100644 --- a/base-nova/src/platform/_main_parent_cap.h +++ b/base-nova/src/platform/_main_parent_cap.h @@ -11,7 +11,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-nova/src/platform/roottask.ld b/base-nova/src/platform/roottask.ld index 936a1798d..83ac3cb07 100644 --- a/base-nova/src/platform/roottask.ld +++ b/base-nova/src/platform/roottask.ld @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-okl4/include/base/ipc_msgbuf.h b/base-okl4/include/base/ipc_msgbuf.h index 8ac0d647a..02f643f36 100644 --- a/base-okl4/include/base/ipc_msgbuf.h +++ b/base-okl4/include/base/ipc_msgbuf.h @@ -11,7 +11,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-okl4/include/base/ipc_pager.h b/base-okl4/include/base/ipc_pager.h index 23e4dd010..f63a78925 100644 --- a/base-okl4/include/base/ipc_pager.h +++ b/base-okl4/include/base/ipc_pager.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-okl4/include/base/native_types.h b/base-okl4/include/base/native_types.h index 627d98e9f..ec9a5dbc8 100644 --- a/base-okl4/include/base/native_types.h +++ b/base-okl4/include/base/native_types.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/base-okl4/include/base/thread_state.h b/base-okl4/include/base/thread_state.h index 8490de99a..f7571f57d 100644 --- a/base-okl4/include/base/thread_state.h +++ b/base-okl4/include/base/thread_state.h @@ -7,7 +7,7 @@ */ /* - * Copyright (C) 2007-2011 Genode Labs GmbH + * Copyright (C) 2007-2012 Genode Labs 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/base-okl4/include/okl4_pd_session/client.h b/base-okl4/include/okl4_pd_session/client.h index 29dfe1146..6bfccdefa 100644 --- a/base-okl4/include/okl4_pd_session/client.h +++ b/base-okl4/include/okl4_pd_session/client.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-okl4/include/okl4_pd_session/connection.h b/base-okl4/include/okl4_pd_session/connection.h index c567a8e80..d4b720135 100644 --- a/base-okl4/include/okl4_pd_session/connection.h +++ b/base-okl4/include/okl4_pd_session/connection.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-okl4/include/okl4_pd_session/okl4_pd_session.h b/base-okl4/include/okl4_pd_session/okl4_pd_session.h index 7d4660617..8599a70cc 100644 --- a/base-okl4/include/okl4_pd_session/okl4_pd_session.h +++ b/base-okl4/include/okl4_pd_session/okl4_pd_session.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-okl4/src/base/bootinfo/stdint.h b/base-okl4/src/base/bootinfo/stdint.h index 6635209b0..563786dfb 100644 --- a/base-okl4/src/base/bootinfo/stdint.h +++ b/base-okl4/src/base/bootinfo/stdint.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-okl4/src/base/bootinfo/stdio.h b/base-okl4/src/base/bootinfo/stdio.h index 40054e3c3..7ed6dc11f 100644 --- a/base-okl4/src/base/bootinfo/stdio.h +++ b/base-okl4/src/base/bootinfo/stdio.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-okl4/src/base/console/core_console.h b/base-okl4/src/base/console/core_console.h index 8c1ac8deb..55b5ebc24 100644 --- a/base-okl4/src/base/console/core_console.h +++ b/base-okl4/src/base/console/core_console.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-okl4/src/base/ipc/ipc.cc b/base-okl4/src/base/ipc/ipc.cc index f32d59ef1..0d3146263 100644 --- a/base-okl4/src/base/ipc/ipc.cc +++ b/base-okl4/src/base/ipc/ipc.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-okl4/src/base/ipc/pager.cc b/base-okl4/src/base/ipc/pager.cc index 8b29f5bfd..7d97d1ca8 100644 --- a/base-okl4/src/base/ipc/pager.cc +++ b/base-okl4/src/base/ipc/pager.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-okl4/src/base/lock/lock_helper.h b/base-okl4/src/base/lock/lock_helper.h index ad66b78b4..2f14c27bd 100644 --- a/base-okl4/src/base/lock/lock_helper.h +++ b/base-okl4/src/base/lock/lock_helper.h @@ -8,7 +8,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-okl4/src/base/pager/pager.cc b/base-okl4/src/base/pager/pager.cc index 9fd4d2193..98b7c2289 100644 --- a/base-okl4/src/base/pager/pager.cc +++ b/base-okl4/src/base/pager/pager.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-okl4/src/base/thread/thread_bootstrap.cc b/base-okl4/src/base/thread/thread_bootstrap.cc index 47f2cf72a..f8b44c52d 100644 --- a/base-okl4/src/base/thread/thread_bootstrap.cc +++ b/base-okl4/src/base/thread/thread_bootstrap.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-okl4/src/core/core_rm_session.cc b/base-okl4/src/core/core_rm_session.cc index 36b0763e6..4a9c2f88b 100644 --- a/base-okl4/src/core/core_rm_session.cc +++ b/base-okl4/src/core/core_rm_session.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-okl4/src/core/include/core_rm_session.h b/base-okl4/src/core/include/core_rm_session.h index 165c5d13a..3f7d25022 100644 --- a/base-okl4/src/core/include/core_rm_session.h +++ b/base-okl4/src/core/include/core_rm_session.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-okl4/src/core/include/map_local.h b/base-okl4/src/core/include/map_local.h index 8323d73ff..8b6614109 100644 --- a/base-okl4/src/core/include/map_local.h +++ b/base-okl4/src/core/include/map_local.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-okl4/src/core/include/pd_session_component.h b/base-okl4/src/core/include/pd_session_component.h index 8235b8a95..40c9f9fb0 100644 --- a/base-okl4/src/core/include/pd_session_component.h +++ b/base-okl4/src/core/include/pd_session_component.h @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-okl4/src/core/include/platform.h b/base-okl4/src/core/include/platform.h index 16da21ac6..d7e8971bd 100644 --- a/base-okl4/src/core/include/platform.h +++ b/base-okl4/src/core/include/platform.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-okl4/src/core/include/platform_pd.h b/base-okl4/src/core/include/platform_pd.h index 51dc984db..7f66e2fa6 100644 --- a/base-okl4/src/core/include/platform_pd.h +++ b/base-okl4/src/core/include/platform_pd.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-okl4/src/core/include/platform_thread.h b/base-okl4/src/core/include/platform_thread.h index fd48715fb..22f13c2bd 100644 --- a/base-okl4/src/core/include/platform_thread.h +++ b/base-okl4/src/core/include/platform_thread.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-okl4/src/core/include/stdint.h b/base-okl4/src/core/include/stdint.h index 0421e00ca..778e8558a 100644 --- a/base-okl4/src/core/include/stdint.h +++ b/base-okl4/src/core/include/stdint.h @@ -7,7 +7,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-okl4/src/core/include/util.h b/base-okl4/src/core/include/util.h index e6cb6f494..61d62b5d7 100644 --- a/base-okl4/src/core/include/util.h +++ b/base-okl4/src/core/include/util.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-okl4/src/core/io_mem_session_support.cc b/base-okl4/src/core/io_mem_session_support.cc index 3e3091e26..f339226ff 100644 --- a/base-okl4/src/core/io_mem_session_support.cc +++ b/base-okl4/src/core/io_mem_session_support.cc @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-okl4/src/core/irq_session_component.cc b/base-okl4/src/core/irq_session_component.cc index c9b8e2ff9..9d2449b0c 100644 --- a/base-okl4/src/core/irq_session_component.cc +++ b/base-okl4/src/core/irq_session_component.cc @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-okl4/src/core/okl4_pd_session_component.cc b/base-okl4/src/core/okl4_pd_session_component.cc index 48bcaacfa..5f2950305 100644 --- a/base-okl4/src/core/okl4_pd_session_component.cc +++ b/base-okl4/src/core/okl4_pd_session_component.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-okl4/src/core/platform.cc b/base-okl4/src/core/platform.cc index 7836e1a3a..2ef5a20f7 100644 --- a/base-okl4/src/core/platform.cc +++ b/base-okl4/src/core/platform.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-okl4/src/core/platform_pd.cc b/base-okl4/src/core/platform_pd.cc index 0adcacc5e..e35788eeb 100644 --- a/base-okl4/src/core/platform_pd.cc +++ b/base-okl4/src/core/platform_pd.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-okl4/src/core/platform_thread.cc b/base-okl4/src/core/platform_thread.cc index 7eee4cb5c..7c604bf79 100644 --- a/base-okl4/src/core/platform_thread.cc +++ b/base-okl4/src/core/platform_thread.cc @@ -7,7 +7,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/base-okl4/src/core/ram_session_support.cc b/base-okl4/src/core/ram_session_support.cc index be396e362..4297c3692 100644 --- a/base-okl4/src/core/ram_session_support.cc +++ b/base-okl4/src/core/ram_session_support.cc @@ -8,7 +8,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-okl4/src/core/rm_session_support.cc b/base-okl4/src/core/rm_session_support.cc index e2c98403e..50f6bc8e5 100644 --- a/base-okl4/src/core/rm_session_support.cc +++ b/base-okl4/src/core/rm_session_support.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-okl4/src/core/thread_start.cc b/base-okl4/src/core/thread_start.cc index 51a3f85fb..1d94f6750 100644 --- a/base-okl4/src/core/thread_start.cc +++ b/base-okl4/src/core/thread_start.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-okl4/src/core/x86/platform_thread_x86.cc b/base-okl4/src/core/x86/platform_thread_x86.cc index dcb111dd9..d02d7b736 100644 --- a/base-okl4/src/core/x86/platform_thread_x86.cc +++ b/base-okl4/src/core/x86/platform_thread_x86.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/base-okl4/src/platform/_main_helper.h b/base-okl4/src/platform/_main_helper.h index a5011484f..7d3b83022 100644 --- a/base-okl4/src/platform/_main_helper.h +++ b/base-okl4/src/platform/_main_helper.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-okl4/src/test/create_thread.h b/base-okl4/src/test/create_thread.h index 59745d0ee..6c89790b7 100644 --- a/base-okl4/src/test/create_thread.h +++ b/base-okl4/src/test/create_thread.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-okl4/src/test/io_port.h b/base-okl4/src/test/io_port.h index 3bee2c359..c06cae3fb 100644 --- a/base-okl4/src/test/io_port.h +++ b/base-okl4/src/test/io_port.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-okl4/src/test/mini_env.h b/base-okl4/src/test/mini_env.h index ae2b350d5..b633048aa 100644 --- a/base-okl4/src/test/mini_env.h +++ b/base-okl4/src/test/mini_env.h @@ -9,7 +9,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-okl4/src/test/okl4_01_hello_raw/crt0.s b/base-okl4/src/test/okl4_01_hello_raw/crt0.s index 30e7e367e..ef9f45fed 100644 --- a/base-okl4/src/test/okl4_01_hello_raw/crt0.s +++ b/base-okl4/src/test/okl4_01_hello_raw/crt0.s @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-okl4/src/test/okl4_01_hello_raw/genode.ld b/base-okl4/src/test/okl4_01_hello_raw/genode.ld index 3d8b06a68..51052f7c3 100644 --- a/base-okl4/src/test/okl4_01_hello_raw/genode.ld +++ b/base-okl4/src/test/okl4_01_hello_raw/genode.ld @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-okl4/src/test/okl4_01_hello_raw/hello.cc b/base-okl4/src/test/okl4_01_hello_raw/hello.cc index 5fd0451d5..5ca009ca6 100644 --- a/base-okl4/src/test/okl4_01_hello_raw/hello.cc +++ b/base-okl4/src/test/okl4_01_hello_raw/hello.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/base-okl4/src/test/okl4_02_hello/hello.cc b/base-okl4/src/test/okl4_02_hello/hello.cc index 85775e1b9..9bc3ceccf 100644 --- a/base-okl4/src/test/okl4_02_hello/hello.cc +++ b/base-okl4/src/test/okl4_02_hello/hello.cc @@ -8,7 +8,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-okl4/src/test/okl4_03_thread/main.cc b/base-okl4/src/test/okl4_03_thread/main.cc index 579f5e2b2..6fd070a6e 100644 --- a/base-okl4/src/test/okl4_03_thread/main.cc +++ b/base-okl4/src/test/okl4_03_thread/main.cc @@ -8,7 +8,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-okl4/src/test/okl4_04_ipc_send_wait/main.cc b/base-okl4/src/test/okl4_04_ipc_send_wait/main.cc index 9c3e2971a..68568de9d 100644 --- a/base-okl4/src/test/okl4_04_ipc_send_wait/main.cc +++ b/base-okl4/src/test/okl4_04_ipc_send_wait/main.cc @@ -8,7 +8,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-okl4/src/test/okl4_05_ipc_call/main.cc b/base-okl4/src/test/okl4_05_ipc_call/main.cc index 70e852558..f5317c73e 100644 --- a/base-okl4/src/test/okl4_05_ipc_call/main.cc +++ b/base-okl4/src/test/okl4_05_ipc_call/main.cc @@ -9,7 +9,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-okl4/src/test/okl4_06_pager/main.cc b/base-okl4/src/test/okl4_06_pager/main.cc index 60851581b..0badaadee 100644 --- a/base-okl4/src/test/okl4_06_pager/main.cc +++ b/base-okl4/src/test/okl4_06_pager/main.cc @@ -8,7 +8,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-okl4/src/test/okl4_07_boot_info/main.cc b/base-okl4/src/test/okl4_07_boot_info/main.cc index 2bb20a62e..1069031fe 100644 --- a/base-okl4/src/test/okl4_07_boot_info/main.cc +++ b/base-okl4/src/test/okl4_07_boot_info/main.cc @@ -9,7 +9,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-okl4/src/test/okl4_07_boot_info/stdint.h b/base-okl4/src/test/okl4_07_boot_info/stdint.h index 0421e00ca..778e8558a 100644 --- a/base-okl4/src/test/okl4_07_boot_info/stdint.h +++ b/base-okl4/src/test/okl4_07_boot_info/stdint.h @@ -7,7 +7,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-okl4/src/test/okl4_08_timer_pit/main.cc b/base-okl4/src/test/okl4_08_timer_pit/main.cc index c993b0c14..ed942dcb6 100644 --- a/base-okl4/src/test/okl4_08_timer_pit/main.cc +++ b/base-okl4/src/test/okl4_08_timer_pit/main.cc @@ -12,7 +12,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-pistachio/include/base/clock.h b/base-pistachio/include/base/clock.h index 3180ae589..8069be87f 100644 --- a/base-pistachio/include/base/clock.h +++ b/base-pistachio/include/base/clock.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2007-2011 Genode Labs GmbH + * Copyright (C) 2007-2012 Genode Labs 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/base-pistachio/include/base/ipc_msgbuf.h b/base-pistachio/include/base/ipc_msgbuf.h index f910dc8ea..9fdcbcc13 100644 --- a/base-pistachio/include/base/ipc_msgbuf.h +++ b/base-pistachio/include/base/ipc_msgbuf.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2007-2011 Genode Labs GmbH + * Copyright (C) 2007-2012 Genode Labs 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/base-pistachio/include/base/ipc_pager.h b/base-pistachio/include/base/ipc_pager.h index 88af210ca..408c2db57 100644 --- a/base-pistachio/include/base/ipc_pager.h +++ b/base-pistachio/include/base/ipc_pager.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-pistachio/include/base/native_types.h b/base-pistachio/include/base/native_types.h index 68937713d..157ad48b7 100644 --- a/base-pistachio/include/base/native_types.h +++ b/base-pistachio/include/base/native_types.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/base-pistachio/include/pistachio/kip.h b/base-pistachio/include/pistachio/kip.h index 3372b5f8e..19c3519f4 100644 --- a/base-pistachio/include/pistachio/kip.h +++ b/base-pistachio/include/pistachio/kip.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/base-pistachio/include/pistachio/thread_helper.h b/base-pistachio/include/pistachio/thread_helper.h index 5afe4c2f3..90b554346 100644 --- a/base-pistachio/include/pistachio/thread_helper.h +++ b/base-pistachio/include/pistachio/thread_helper.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/base-pistachio/include/util/hexdump.h b/base-pistachio/include/util/hexdump.h index dd345036b..7046f6370 100644 --- a/base-pistachio/include/util/hexdump.h +++ b/base-pistachio/include/util/hexdump.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/base-pistachio/include/x86/cpu/rdtsc.h b/base-pistachio/include/x86/cpu/rdtsc.h index 12e9db102..5d676b87e 100644 --- a/base-pistachio/include/x86/cpu/rdtsc.h +++ b/base-pistachio/include/x86/cpu/rdtsc.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/base-pistachio/include/x86/util/smath.h b/base-pistachio/include/x86/util/smath.h index 662611d0b..c13efd5d5 100644 --- a/base-pistachio/include/x86/util/smath.h +++ b/base-pistachio/include/x86/util/smath.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/base-pistachio/src/base/console/core_console.h b/base-pistachio/src/base/console/core_console.h index 74a852c40..b9c20cc80 100644 --- a/base-pistachio/src/base/console/core_console.h +++ b/base-pistachio/src/base/console/core_console.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/base-pistachio/src/base/ipc/ipc.cc b/base-pistachio/src/base/ipc/ipc.cc index fd3ea4963..ea27ac33f 100644 --- a/base-pistachio/src/base/ipc/ipc.cc +++ b/base-pistachio/src/base/ipc/ipc.cc @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/base-pistachio/src/base/ipc/pager.cc b/base-pistachio/src/base/ipc/pager.cc index 15064525e..132baaae0 100644 --- a/base-pistachio/src/base/ipc/pager.cc +++ b/base-pistachio/src/base/ipc/pager.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-pistachio/src/base/kip/kip.cc b/base-pistachio/src/base/kip/kip.cc index e6c8dc035..05897912e 100644 --- a/base-pistachio/src/base/kip/kip.cc +++ b/base-pistachio/src/base/kip/kip.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/base-pistachio/src/base/lock/lock_helper.h b/base-pistachio/src/base/lock/lock_helper.h index 143ed54f8..48f9c922b 100644 --- a/base-pistachio/src/base/lock/lock_helper.h +++ b/base-pistachio/src/base/lock/lock_helper.h @@ -8,7 +8,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-pistachio/src/base/pager/pager.cc b/base-pistachio/src/base/pager/pager.cc index 0d51c201f..04ea44df1 100644 --- a/base-pistachio/src/base/pager/pager.cc +++ b/base-pistachio/src/base/pager/pager.cc @@ -8,7 +8,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-pistachio/src/core/include/map_local.h b/base-pistachio/src/core/include/map_local.h index 190017d3a..75ce274d2 100644 --- a/base-pistachio/src/core/include/map_local.h +++ b/base-pistachio/src/core/include/map_local.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base-pistachio/src/core/include/platform.h b/base-pistachio/src/core/include/platform.h index 9476d457b..e0454118a 100644 --- a/base-pistachio/src/core/include/platform.h +++ b/base-pistachio/src/core/include/platform.h @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2007-2011 Genode Labs GmbH + * Copyright (C) 2007-2012 Genode Labs 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/base-pistachio/src/core/include/platform_pd.h b/base-pistachio/src/core/include/platform_pd.h index 4af93ecdb..36be4cb9b 100644 --- a/base-pistachio/src/core/include/platform_pd.h +++ b/base-pistachio/src/core/include/platform_pd.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-pistachio/src/core/include/platform_thread.h b/base-pistachio/src/core/include/platform_thread.h index 9c8c9fc97..70df56cbc 100644 --- a/base-pistachio/src/core/include/platform_thread.h +++ b/base-pistachio/src/core/include/platform_thread.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-pistachio/src/core/include/util.h b/base-pistachio/src/core/include/util.h index 0e9c44236..eae030a61 100644 --- a/base-pistachio/src/core/include/util.h +++ b/base-pistachio/src/core/include/util.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-pistachio/src/core/io_mem_session_support.cc b/base-pistachio/src/core/io_mem_session_support.cc index d5bdde2ab..594acf013 100644 --- a/base-pistachio/src/core/io_mem_session_support.cc +++ b/base-pistachio/src/core/io_mem_session_support.cc @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/base-pistachio/src/core/irq_session_component.cc b/base-pistachio/src/core/irq_session_component.cc index f44e7ae27..3b4f0a742 100644 --- a/base-pistachio/src/core/irq_session_component.cc +++ b/base-pistachio/src/core/irq_session_component.cc @@ -7,7 +7,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/base-pistachio/src/core/multiboot_info.cc b/base-pistachio/src/core/multiboot_info.cc index a0c24d611..dd6deaa2a 100644 --- a/base-pistachio/src/core/multiboot_info.cc +++ b/base-pistachio/src/core/multiboot_info.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-pistachio/src/core/platform.cc b/base-pistachio/src/core/platform.cc index 039cdf07d..37f878eb6 100644 --- a/base-pistachio/src/core/platform.cc +++ b/base-pistachio/src/core/platform.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-pistachio/src/core/platform_pd.cc b/base-pistachio/src/core/platform_pd.cc index eda4f4640..93b932836 100644 --- a/base-pistachio/src/core/platform_pd.cc +++ b/base-pistachio/src/core/platform_pd.cc @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-pistachio/src/core/platform_thread.cc b/base-pistachio/src/core/platform_thread.cc index ad866c08a..96290c4ec 100644 --- a/base-pistachio/src/core/platform_thread.cc +++ b/base-pistachio/src/core/platform_thread.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/base-pistachio/src/core/ram_session_support.cc b/base-pistachio/src/core/ram_session_support.cc index 9fe8d2c55..8d5f611fd 100644 --- a/base-pistachio/src/core/ram_session_support.cc +++ b/base-pistachio/src/core/ram_session_support.cc @@ -8,7 +8,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-pistachio/src/core/rm_session_support.cc b/base-pistachio/src/core/rm_session_support.cc index a78197e58..95bfeb049 100644 --- a/base-pistachio/src/core/rm_session_support.cc +++ b/base-pistachio/src/core/rm_session_support.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base-pistachio/src/core/thread_start.cc b/base-pistachio/src/core/thread_start.cc index 1041e5ecc..8ea448227 100644 --- a/base-pistachio/src/core/thread_start.cc +++ b/base-pistachio/src/core/thread_start.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-pistachio/src/core/x86/platform_x86.cc b/base-pistachio/src/core/x86/platform_x86.cc index 115963040..f4b3a6452 100644 --- a/base-pistachio/src/core/x86/platform_x86.cc +++ b/base-pistachio/src/core/x86/platform_x86.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base-pistachio/src/platform/_main_helper.h b/base-pistachio/src/platform/_main_helper.h index b45b96b9d..6c977c421 100644 --- a/base-pistachio/src/platform/_main_helper.h +++ b/base-pistachio/src/platform/_main_helper.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base/include/32bit/base/fixed_stdint.h b/base/include/32bit/base/fixed_stdint.h index 19cbbbc7b..1357d2283 100644 --- a/base/include/32bit/base/fixed_stdint.h +++ b/base/include/32bit/base/fixed_stdint.h @@ -18,7 +18,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/include/64bit/base/fixed_stdint.h b/base/include/64bit/base/fixed_stdint.h index a5d3616aa..9cebfff89 100644 --- a/base/include/64bit/base/fixed_stdint.h +++ b/base/include/64bit/base/fixed_stdint.h @@ -8,7 +8,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/include/arm/cpu/cpu_state.h b/base/include/arm/cpu/cpu_state.h index 26af486ac..e8ea77113 100644 --- a/base/include/arm/cpu/cpu_state.h +++ b/base/include/arm/cpu/cpu_state.h @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/base/include/base/allocator.h b/base/include/base/allocator.h index cf7304580..887ac6527 100644 --- a/base/include/base/allocator.h +++ b/base/include/base/allocator.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/include/base/allocator_avl.h b/base/include/base/allocator_avl.h index 50c8a5cbe..0ff4e0180 100644 --- a/base/include/base/allocator_avl.h +++ b/base/include/base/allocator_avl.h @@ -9,7 +9,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/include/base/allocator_guard.h b/base/include/base/allocator_guard.h index 14df9d886..961cf104b 100644 --- a/base/include/base/allocator_guard.h +++ b/base/include/base/allocator_guard.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base/include/base/blocking.h b/base/include/base/blocking.h index cb07d68fe..a68b1da22 100644 --- a/base/include/base/blocking.h +++ b/base/include/base/blocking.h @@ -12,7 +12,7 @@ */ /* - * Copyright (C) 2007-2011 Genode Labs GmbH + * Copyright (C) 2007-2012 Genode Labs 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/base/include/base/cancelable_lock.h b/base/include/base/cancelable_lock.h index 6253a3b74..ade85f75e 100644 --- a/base/include/base/cancelable_lock.h +++ b/base/include/base/cancelable_lock.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/include/base/capability.h b/base/include/base/capability.h index c8f360d2a..b3d9e3703 100644 --- a/base/include/base/capability.h +++ b/base/include/base/capability.h @@ -7,7 +7,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/base/include/base/child.h b/base/include/base/child.h index fe832ef0c..7946f70e6 100644 --- a/base/include/base/child.h +++ b/base/include/base/child.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/include/base/connection.h b/base/include/base/connection.h index 54366e4b2..4fa2cb720 100644 --- a/base/include/base/connection.h +++ b/base/include/base/connection.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/base/include/base/console.h b/base/include/base/console.h index 6fbe34ca1..6d62ee0a5 100644 --- a/base/include/base/console.h +++ b/base/include/base/console.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/include/base/cpu_state.h b/base/include/base/cpu_state.h index 3487ca9ca..32f8e2a9e 100644 --- a/base/include/base/cpu_state.h +++ b/base/include/base/cpu_state.h @@ -7,7 +7,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/base/include/base/crt0.h b/base/include/base/crt0.h index 90a7780c8..b24d17f0d 100644 --- a/base/include/base/crt0.h +++ b/base/include/base/crt0.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/include/base/elf.h b/base/include/base/elf.h index 57f9af478..6087d2d88 100644 --- a/base/include/base/elf.h +++ b/base/include/base/elf.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/include/base/env.h b/base/include/base/env.h index 022d5c125..00237917b 100644 --- a/base/include/base/env.h +++ b/base/include/base/env.h @@ -8,7 +8,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/include/base/errno.h b/base/include/base/errno.h index 4e3136d15..946f2671d 100644 --- a/base/include/base/errno.h +++ b/base/include/base/errno.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/include/base/exception.h b/base/include/base/exception.h index 18937ffc6..10199934e 100644 --- a/base/include/base/exception.h +++ b/base/include/base/exception.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/base/include/base/heap.h b/base/include/base/heap.h index b4b08f53c..624ebff3a 100644 --- a/base/include/base/heap.h +++ b/base/include/base/heap.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/include/base/ipc.h b/base/include/base/ipc.h index fb649ba3b..560afd5ba 100644 --- a/base/include/base/ipc.h +++ b/base/include/base/ipc.h @@ -9,7 +9,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base/include/base/ipc_generic.h b/base/include/base/ipc_generic.h index 9dadca915..7bfe2169e 100644 --- a/base/include/base/ipc_generic.h +++ b/base/include/base/ipc_generic.h @@ -12,7 +12,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/include/base/lock.h b/base/include/base/lock.h index ce674e20a..b500cac9b 100644 --- a/base/include/base/lock.h +++ b/base/include/base/lock.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/include/base/lock_guard.h b/base/include/base/lock_guard.h index 126e2eea4..156cff903 100644 --- a/base/include/base/lock_guard.h +++ b/base/include/base/lock_guard.h @@ -12,7 +12,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/include/base/object_pool.h b/base/include/base/object_pool.h index dcb490c0b..e7be8f5c7 100644 --- a/base/include/base/object_pool.h +++ b/base/include/base/object_pool.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/include/base/pager.h b/base/include/base/pager.h index e889c5f61..0afee2cc5 100644 --- a/base/include/base/pager.h +++ b/base/include/base/pager.h @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/include/base/platform_env.h b/base/include/base/platform_env.h index 6fb1b6107..33ad18684 100644 --- a/base/include/base/platform_env.h +++ b/base/include/base/platform_env.h @@ -11,7 +11,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/include/base/printf.h b/base/include/base/printf.h index c9deaadca..3bdb68f59 100644 --- a/base/include/base/printf.h +++ b/base/include/base/printf.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/include/base/process.h b/base/include/base/process.h index c665aa6c9..200787529 100644 --- a/base/include/base/process.h +++ b/base/include/base/process.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/include/base/rpc.h b/base/include/base/rpc.h index eef2c5627..18e1395cf 100644 --- a/base/include/base/rpc.h +++ b/base/include/base/rpc.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/base/include/base/rpc_args.h b/base/include/base/rpc_args.h index be2a5cb3a..5efa811ce 100644 --- a/base/include/base/rpc_args.h +++ b/base/include/base/rpc_args.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/base/include/base/rpc_client.h b/base/include/base/rpc_client.h index 5083e1dfa..9133e5bbd 100644 --- a/base/include/base/rpc_client.h +++ b/base/include/base/rpc_client.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/base/include/base/rpc_server.h b/base/include/base/rpc_server.h index 2cd165e7d..d445e8826 100644 --- a/base/include/base/rpc_server.h +++ b/base/include/base/rpc_server.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/include/base/semaphore.h b/base/include/base/semaphore.h index 353635e60..85b7fbef1 100644 --- a/base/include/base/semaphore.h +++ b/base/include/base/semaphore.h @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/include/base/service.h b/base/include/base/service.h index a574fa13b..ab3561b82 100644 --- a/base/include/base/service.h +++ b/base/include/base/service.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/include/base/signal.h b/base/include/base/signal.h index f142e03b1..e7c46c7b8 100644 --- a/base/include/base/signal.h +++ b/base/include/base/signal.h @@ -8,7 +8,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/base/include/base/slab.h b/base/include/base/slab.h index d3eeec0e8..628745fb2 100644 --- a/base/include/base/slab.h +++ b/base/include/base/slab.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/include/base/sleep.h b/base/include/base/sleep.h index 737f379b2..23ebb436d 100644 --- a/base/include/base/sleep.h +++ b/base/include/base/sleep.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/include/base/snprintf.h b/base/include/base/snprintf.h index 08e3bc9a5..0a438d011 100644 --- a/base/include/base/snprintf.h +++ b/base/include/base/snprintf.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/include/base/stdint.h b/base/include/base/stdint.h index a06109d8f..2e389ea53 100644 --- a/base/include/base/stdint.h +++ b/base/include/base/stdint.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/include/base/sync_allocator.h b/base/include/base/sync_allocator.h index 042e9b001..650bcc619 100644 --- a/base/include/base/sync_allocator.h +++ b/base/include/base/sync_allocator.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/base/include/base/thread.h b/base/include/base/thread.h index cad4ccc27..b0a75c967 100644 --- a/base/include/base/thread.h +++ b/base/include/base/thread.h @@ -42,7 +42,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/include/base/thread_state.h b/base/include/base/thread_state.h index c19bd943c..59f9dcb13 100644 --- a/base/include/base/thread_state.h +++ b/base/include/base/thread_state.h @@ -7,7 +7,7 @@ */ /* - * Copyright (C) 2007-2011 Genode Labs GmbH + * Copyright (C) 2007-2012 Genode Labs 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/base/include/base/tslab.h b/base/include/base/tslab.h index b709b27d5..824ece8f2 100644 --- a/base/include/base/tslab.h +++ b/base/include/base/tslab.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/include/cap_session/cap_session.h b/base/include/cap_session/cap_session.h index fd8a3657e..89bb69c94 100644 --- a/base/include/cap_session/cap_session.h +++ b/base/include/cap_session/cap_session.h @@ -9,7 +9,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/include/cap_session/capability.h b/base/include/cap_session/capability.h index 83aea89ef..d4e350763 100644 --- a/base/include/cap_session/capability.h +++ b/base/include/cap_session/capability.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/base/include/cap_session/client.h b/base/include/cap_session/client.h index 3a6d006a8..401ac1f21 100644 --- a/base/include/cap_session/client.h +++ b/base/include/cap_session/client.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/include/cap_session/connection.h b/base/include/cap_session/connection.h index a08d49b28..66c4aac7d 100644 --- a/base/include/cap_session/connection.h +++ b/base/include/cap_session/connection.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/base/include/cpu_session/capability.h b/base/include/cpu_session/capability.h index edfe17814..62dd9eb76 100644 --- a/base/include/cpu_session/capability.h +++ b/base/include/cpu_session/capability.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/base/include/cpu_session/client.h b/base/include/cpu_session/client.h index 3db87deb1..a452a6769 100644 --- a/base/include/cpu_session/client.h +++ b/base/include/cpu_session/client.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/include/cpu_session/connection.h b/base/include/cpu_session/connection.h index 4fcf6cfed..2150a8c67 100644 --- a/base/include/cpu_session/connection.h +++ b/base/include/cpu_session/connection.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/base/include/cpu_session/cpu_session.h b/base/include/cpu_session/cpu_session.h index d0e6f5052..bb78bbdb2 100644 --- a/base/include/cpu_session/cpu_session.h +++ b/base/include/cpu_session/cpu_session.h @@ -20,7 +20,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/include/dataspace/capability.h b/base/include/dataspace/capability.h index 4878038c3..39730a063 100644 --- a/base/include/dataspace/capability.h +++ b/base/include/dataspace/capability.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/base/include/dataspace/client.h b/base/include/dataspace/client.h index eb32c78d5..6a7569611 100644 --- a/base/include/dataspace/client.h +++ b/base/include/dataspace/client.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/include/dataspace/dataspace.h b/base/include/dataspace/dataspace.h index 6a538b134..39c5e502f 100644 --- a/base/include/dataspace/dataspace.h +++ b/base/include/dataspace/dataspace.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/include/io_mem_session/capability.h b/base/include/io_mem_session/capability.h index 2f6ca0763..d9dc04185 100644 --- a/base/include/io_mem_session/capability.h +++ b/base/include/io_mem_session/capability.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/base/include/io_mem_session/client.h b/base/include/io_mem_session/client.h index 96ee31841..169633d8b 100644 --- a/base/include/io_mem_session/client.h +++ b/base/include/io_mem_session/client.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/include/io_mem_session/connection.h b/base/include/io_mem_session/connection.h index b240bb0bd..f866d8152 100644 --- a/base/include/io_mem_session/connection.h +++ b/base/include/io_mem_session/connection.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/base/include/io_mem_session/io_mem_session.h b/base/include/io_mem_session/io_mem_session.h index 9861c7baa..59da6d9aa 100644 --- a/base/include/io_mem_session/io_mem_session.h +++ b/base/include/io_mem_session/io_mem_session.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/include/io_port_session/capability.h b/base/include/io_port_session/capability.h index 98345512a..5b5fd13fc 100644 --- a/base/include/io_port_session/capability.h +++ b/base/include/io_port_session/capability.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/base/include/io_port_session/client.h b/base/include/io_port_session/client.h index 7c69e34be..85fd4a312 100644 --- a/base/include/io_port_session/client.h +++ b/base/include/io_port_session/client.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2007-2011 Genode Labs GmbH + * Copyright (C) 2007-2012 Genode Labs 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/base/include/io_port_session/connection.h b/base/include/io_port_session/connection.h index 688874364..cebc91e9b 100644 --- a/base/include/io_port_session/connection.h +++ b/base/include/io_port_session/connection.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/base/include/io_port_session/io_port_session.h b/base/include/io_port_session/io_port_session.h index 7a4ec96fd..99f0ad589 100644 --- a/base/include/io_port_session/io_port_session.h +++ b/base/include/io_port_session/io_port_session.h @@ -16,7 +16,7 @@ */ /* - * Copyright (C) 2007-2011 Genode Labs GmbH + * Copyright (C) 2007-2012 Genode Labs 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/base/include/irq_session/capability.h b/base/include/irq_session/capability.h index e8a137991..8d5d13c41 100644 --- a/base/include/irq_session/capability.h +++ b/base/include/irq_session/capability.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/base/include/irq_session/client.h b/base/include/irq_session/client.h index b05c73e43..0ba646c0f 100644 --- a/base/include/irq_session/client.h +++ b/base/include/irq_session/client.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2007-2011 Genode Labs GmbH + * Copyright (C) 2007-2012 Genode Labs 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/base/include/irq_session/connection.h b/base/include/irq_session/connection.h index e2afb4f5b..682cc2761 100644 --- a/base/include/irq_session/connection.h +++ b/base/include/irq_session/connection.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/base/include/irq_session/irq_session.h b/base/include/irq_session/irq_session.h index 283ebf7ff..ffdf3c226 100644 --- a/base/include/irq_session/irq_session.h +++ b/base/include/irq_session/irq_session.h @@ -12,7 +12,7 @@ */ /* - * Copyright (C) 2007-2011 Genode Labs GmbH + * Copyright (C) 2007-2012 Genode Labs 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/base/include/log_session/capability.h b/base/include/log_session/capability.h index d404b3588..c992ed3bb 100644 --- a/base/include/log_session/capability.h +++ b/base/include/log_session/capability.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/base/include/log_session/client.h b/base/include/log_session/client.h index 711ee0bf6..8e9e84f97 100644 --- a/base/include/log_session/client.h +++ b/base/include/log_session/client.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/include/log_session/connection.h b/base/include/log_session/connection.h index 8dbf4703d..cafe16bcd 100644 --- a/base/include/log_session/connection.h +++ b/base/include/log_session/connection.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/base/include/log_session/log_session.h b/base/include/log_session/log_session.h index da1762920..4d3447788 100644 --- a/base/include/log_session/log_session.h +++ b/base/include/log_session/log_session.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/include/pager/capability.h b/base/include/pager/capability.h index c3b9781ed..e5e0f3faf 100644 --- a/base/include/pager/capability.h +++ b/base/include/pager/capability.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base/include/parent/capability.h b/base/include/parent/capability.h index 91dd7a220..7c7bd5be1 100644 --- a/base/include/parent/capability.h +++ b/base/include/parent/capability.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/base/include/parent/client.h b/base/include/parent/client.h index 1ec7f9653..2c87de15a 100644 --- a/base/include/parent/client.h +++ b/base/include/parent/client.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/include/parent/parent.h b/base/include/parent/parent.h index a74803ee0..374b37b5f 100644 --- a/base/include/parent/parent.h +++ b/base/include/parent/parent.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/include/pd_session/capability.h b/base/include/pd_session/capability.h index 55dac2388..000ced398 100644 --- a/base/include/pd_session/capability.h +++ b/base/include/pd_session/capability.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/base/include/pd_session/client.h b/base/include/pd_session/client.h index 3eb703063..0a6164264 100644 --- a/base/include/pd_session/client.h +++ b/base/include/pd_session/client.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/include/pd_session/connection.h b/base/include/pd_session/connection.h index 999f37a02..5bc903eb5 100644 --- a/base/include/pd_session/connection.h +++ b/base/include/pd_session/connection.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/base/include/pd_session/pd_session.h b/base/include/pd_session/pd_session.h index 7c1c46fff..4dddd4abe 100644 --- a/base/include/pd_session/pd_session.h +++ b/base/include/pd_session/pd_session.h @@ -7,7 +7,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/include/ram_session/capability.h b/base/include/ram_session/capability.h index 902b68599..1d693657f 100644 --- a/base/include/ram_session/capability.h +++ b/base/include/ram_session/capability.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/base/include/ram_session/client.h b/base/include/ram_session/client.h index 55eaae1df..2ec751482 100644 --- a/base/include/ram_session/client.h +++ b/base/include/ram_session/client.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/include/ram_session/connection.h b/base/include/ram_session/connection.h index ad1c50c26..20d8fe601 100644 --- a/base/include/ram_session/connection.h +++ b/base/include/ram_session/connection.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/base/include/ram_session/ram_session.h b/base/include/ram_session/ram_session.h index 12c092c4d..4e65bddf4 100644 --- a/base/include/ram_session/ram_session.h +++ b/base/include/ram_session/ram_session.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/include/rm_session/capability.h b/base/include/rm_session/capability.h index 3b9bddf5f..faf3100dd 100644 --- a/base/include/rm_session/capability.h +++ b/base/include/rm_session/capability.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/base/include/rm_session/client.h b/base/include/rm_session/client.h index 730e5dd42..1caa54286 100644 --- a/base/include/rm_session/client.h +++ b/base/include/rm_session/client.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/include/rm_session/connection.h b/base/include/rm_session/connection.h index eee5ebc6c..b71487cde 100644 --- a/base/include/rm_session/connection.h +++ b/base/include/rm_session/connection.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/base/include/rm_session/rm_session.h b/base/include/rm_session/rm_session.h index 39ca44e24..20a635953 100644 --- a/base/include/rm_session/rm_session.h +++ b/base/include/rm_session/rm_session.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/include/rom_session/capability.h b/base/include/rom_session/capability.h index 34ab8a113..f8fc4648b 100644 --- a/base/include/rom_session/capability.h +++ b/base/include/rom_session/capability.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/base/include/rom_session/client.h b/base/include/rom_session/client.h index e80604ff7..ffd6c6c74 100644 --- a/base/include/rom_session/client.h +++ b/base/include/rom_session/client.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/include/rom_session/connection.h b/base/include/rom_session/connection.h index d872597f6..7a9fe335f 100644 --- a/base/include/rom_session/connection.h +++ b/base/include/rom_session/connection.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/base/include/rom_session/rom_session.h b/base/include/rom_session/rom_session.h index 505631e24..43e156254 100644 --- a/base/include/rom_session/rom_session.h +++ b/base/include/rom_session/rom_session.h @@ -8,7 +8,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/include/root/capability.h b/base/include/root/capability.h index da0677a7b..1776a938a 100644 --- a/base/include/root/capability.h +++ b/base/include/root/capability.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/base/include/root/client.h b/base/include/root/client.h index eb9d12fe5..104992c3d 100644 --- a/base/include/root/client.h +++ b/base/include/root/client.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/include/root/component.h b/base/include/root/component.h index 0cd6beb15..666718e70 100644 --- a/base/include/root/component.h +++ b/base/include/root/component.h @@ -8,7 +8,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/include/root/root.h b/base/include/root/root.h index 51a059fd2..57f49ab14 100644 --- a/base/include/root/root.h +++ b/base/include/root/root.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/include/session/capability.h b/base/include/session/capability.h index 0af51e6b9..df8c87a67 100644 --- a/base/include/session/capability.h +++ b/base/include/session/capability.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/base/include/session/session.h b/base/include/session/session.h index e8fb2db79..1134aaed4 100644 --- a/base/include/session/session.h +++ b/base/include/session/session.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/base/include/signal_session/capability.h b/base/include/signal_session/capability.h index 7372c8257..6887eb634 100644 --- a/base/include/signal_session/capability.h +++ b/base/include/signal_session/capability.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base/include/signal_session/client.h b/base/include/signal_session/client.h index ea6fb7c82..12adbe746 100644 --- a/base/include/signal_session/client.h +++ b/base/include/signal_session/client.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base/include/signal_session/connection.h b/base/include/signal_session/connection.h index fe3d9fa6e..aff01f1ed 100644 --- a/base/include/signal_session/connection.h +++ b/base/include/signal_session/connection.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base/include/signal_session/signal_session.h b/base/include/signal_session/signal_session.h index 0179bd793..719f3162e 100644 --- a/base/include/signal_session/signal_session.h +++ b/base/include/signal_session/signal_session.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base/include/signal_session/source.h b/base/include/signal_session/source.h index e3965c0f3..cd7281376 100644 --- a/base/include/signal_session/source.h +++ b/base/include/signal_session/source.h @@ -10,7 +10,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base/include/signal_session/source_client.h b/base/include/signal_session/source_client.h index 4527a9385..5cae6f639 100644 --- a/base/include/signal_session/source_client.h +++ b/base/include/signal_session/source_client.h @@ -7,7 +7,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base/include/signal_session/source_rpc_object.h b/base/include/signal_session/source_rpc_object.h index db2dc3537..48987c505 100644 --- a/base/include/signal_session/source_rpc_object.h +++ b/base/include/signal_session/source_rpc_object.h @@ -9,7 +9,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/base/include/thread/capability.h b/base/include/thread/capability.h index ed169718c..dedebd372 100644 --- a/base/include/thread/capability.h +++ b/base/include/thread/capability.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/base/include/util/arg_string.h b/base/include/util/arg_string.h index 384b8c78a..a4d16b69d 100644 --- a/base/include/util/arg_string.h +++ b/base/include/util/arg_string.h @@ -18,7 +18,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/include/util/avl_string.h b/base/include/util/avl_string.h index 753766b20..227e1e8aa 100644 --- a/base/include/util/avl_string.h +++ b/base/include/util/avl_string.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/include/util/avl_tree.h b/base/include/util/avl_tree.h index eba36da28..954d5d86a 100644 --- a/base/include/util/avl_tree.h +++ b/base/include/util/avl_tree.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/include/util/fifo.h b/base/include/util/fifo.h index 5ebf6c77c..9955b6ee0 100644 --- a/base/include/util/fifo.h +++ b/base/include/util/fifo.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/base/include/util/list.h b/base/include/util/list.h index a57160a7c..c07f6ba2f 100644 --- a/base/include/util/list.h +++ b/base/include/util/list.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/include/util/meta.h b/base/include/util/meta.h index cfbae0cea..b8eb7cd65 100644 --- a/base/include/util/meta.h +++ b/base/include/util/meta.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/base/include/util/misc_math.h b/base/include/util/misc_math.h index 09da7b605..4181964de 100644 --- a/base/include/util/misc_math.h +++ b/base/include/util/misc_math.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/include/util/string.h b/base/include/util/string.h index cdb831579..a96a32924 100644 --- a/base/include/util/string.h +++ b/base/include/util/string.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/include/util/token.h b/base/include/util/token.h index a4d4bb905..054cd6292 100644 --- a/base/include/util/token.h +++ b/base/include/util/token.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/include/util/touch.h b/base/include/util/touch.h index a76d58c97..4730d2ea2 100644 --- a/base/include/util/touch.h +++ b/base/include/util/touch.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2007-2011 Genode Labs GmbH + * Copyright (C) 2007-2012 Genode Labs 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/base/include/x86/cpu/atomic.h b/base/include/x86/cpu/atomic.h index 79000e090..520117ae6 100644 --- a/base/include/x86/cpu/atomic.h +++ b/base/include/x86/cpu/atomic.h @@ -7,7 +7,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/include/x86/cpu/consts.h b/base/include/x86/cpu/consts.h index 251acafaf..3bea47baa 100644 --- a/base/include/x86/cpu/consts.h +++ b/base/include/x86/cpu/consts.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/base/include/x86_32/cpu/cpu_state.h b/base/include/x86_32/cpu/cpu_state.h index b872c71ea..eb0d10814 100644 --- a/base/include/x86_32/cpu/cpu_state.h +++ b/base/include/x86_32/cpu/cpu_state.h @@ -7,7 +7,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/base/include/x86_64/cpu/cpu_state.h b/base/include/x86_64/cpu/cpu_state.h index 1ebdc801f..1a05ab332 100644 --- a/base/include/x86_64/cpu/cpu_state.h +++ b/base/include/x86_64/cpu/cpu_state.h @@ -8,7 +8,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/base/src/base/allocator/allocator_avl.cc b/base/src/base/allocator/allocator_avl.cc index 61ce8722b..c41b15eaf 100644 --- a/base/src/base/allocator/allocator_avl.cc +++ b/base/src/base/allocator/allocator_avl.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/src/base/allocator/slab.cc b/base/src/base/allocator/slab.cc index 2d28ef184..cbe72c6c5 100644 --- a/base/src/base/allocator/slab.cc +++ b/base/src/base/allocator/slab.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/src/base/avl_tree/avl_tree.cc b/base/src/base/avl_tree/avl_tree.cc index 5733443f7..f34963385 100644 --- a/base/src/base/avl_tree/avl_tree.cc +++ b/base/src/base/avl_tree/avl_tree.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/src/base/console/console.cc b/base/src/base/console/console.cc index c22418408..724b1b184 100644 --- a/base/src/base/console/console.cc +++ b/base/src/base/console/console.cc @@ -11,7 +11,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/src/base/console/core_printf.cc b/base/src/base/console/core_printf.cc index eef14e3be..77a6cf544 100644 --- a/base/src/base/console/core_printf.cc +++ b/base/src/base/console/core_printf.cc @@ -14,7 +14,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base/src/base/console/log_console.cc b/base/src/base/console/log_console.cc index 936a58770..29bdc881f 100644 --- a/base/src/base/console/log_console.cc +++ b/base/src/base/console/log_console.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/src/base/cxx/exception.cc b/base/src/base/cxx/exception.cc index e1ce58927..53ea6f1fd 100644 --- a/base/src/base/cxx/exception.cc +++ b/base/src/base/cxx/exception.cc @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/src/base/cxx/guard.cc b/base/src/base/cxx/guard.cc index dc253d766..81c3fc83d 100644 --- a/base/src/base/cxx/guard.cc +++ b/base/src/base/cxx/guard.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base/src/base/cxx/malloc_free.cc b/base/src/base/cxx/malloc_free.cc index 92de4d43a..c2b7c0d84 100644 --- a/base/src/base/cxx/malloc_free.cc +++ b/base/src/base/cxx/malloc_free.cc @@ -8,7 +8,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/src/base/cxx/misc.cc b/base/src/base/cxx/misc.cc index 140ca8fd9..8b6cd534a 100644 --- a/base/src/base/cxx/misc.cc +++ b/base/src/base/cxx/misc.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/src/base/cxx/new_delete.cc b/base/src/base/cxx/new_delete.cc index 2615c0b05..b403f59e8 100644 --- a/base/src/base/cxx/new_delete.cc +++ b/base/src/base/cxx/new_delete.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/src/base/cxx/unwind.cc b/base/src/base/cxx/unwind.cc index c90c7b486..41995c5e9 100644 --- a/base/src/base/cxx/unwind.cc +++ b/base/src/base/cxx/unwind.cc @@ -17,7 +17,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/base/src/base/elf/elf_binary.cc b/base/src/base/elf/elf_binary.cc index 6f5f29df1..56946a48f 100644 --- a/base/src/base/elf/elf_binary.cc +++ b/base/src/base/elf/elf_binary.cc @@ -7,7 +7,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/src/base/env/context_area.cc b/base/src/base/env/context_area.cc index e233c186c..299aa3b38 100644 --- a/base/src/base/env/context_area.cc +++ b/base/src/base/env/context_area.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base/src/base/env/env.cc b/base/src/base/env/env.cc index 500b5bf31..c1451d73d 100644 --- a/base/src/base/env/env.cc +++ b/base/src/base/env/env.cc @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/src/base/heap/heap.cc b/base/src/base/heap/heap.cc index 3f5c99adb..9e859182d 100644 --- a/base/src/base/heap/heap.cc +++ b/base/src/base/heap/heap.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/src/base/heap/sliced_heap.cc b/base/src/base/heap/sliced_heap.cc index 4a1957ab8..67580da03 100644 --- a/base/src/base/heap/sliced_heap.cc +++ b/base/src/base/heap/sliced_heap.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/src/base/lock/lock.cc b/base/src/base/lock/lock.cc index 9fd26b443..25233a872 100644 --- a/base/src/base/lock/lock.cc +++ b/base/src/base/lock/lock.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base/src/base/process/process.cc b/base/src/base/process/process.cc index fa09a23ae..6ad276346 100644 --- a/base/src/base/process/process.cc +++ b/base/src/base/process/process.cc @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/src/base/server/common.cc b/base/src/base/server/common.cc index 5e0b07f2d..56ec7a27c 100644 --- a/base/src/base/server/common.cc +++ b/base/src/base/server/common.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/src/base/server/server.cc b/base/src/base/server/server.cc index 2d38da381..8f9410c90 100644 --- a/base/src/base/server/server.cc +++ b/base/src/base/server/server.cc @@ -9,7 +9,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/src/base/signal/signal.cc b/base/src/base/signal/signal.cc index 83f2cb2b0..3ae674acd 100644 --- a/base/src/base/signal/signal.cc +++ b/base/src/base/signal/signal.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/base/src/base/thread/thread.cc b/base/src/base/thread/thread.cc index fcc11a93b..bb8896c9d 100644 --- a/base/src/base/thread/thread.cc +++ b/base/src/base/thread/thread.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base/src/base/thread/thread_bootstrap.cc b/base/src/base/thread/thread_bootstrap.cc index 8ae56ba31..7ea5c9efc 100644 --- a/base/src/base/thread/thread_bootstrap.cc +++ b/base/src/base/thread/thread_bootstrap.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base/src/base/thread/thread_start.cc b/base/src/base/thread/thread_start.cc index 5c2f4b5ac..bd53d4bc4 100644 --- a/base/src/base/thread/thread_start.cc +++ b/base/src/base/thread/thread_start.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base/src/core/arm/io_port_session_component.cc b/base/src/core/arm/io_port_session_component.cc index 15465b30a..31de0bddb 100644 --- a/base/src/core/arm/io_port_session_component.cc +++ b/base/src/core/arm/io_port_session_component.cc @@ -7,7 +7,7 @@ */ /* - * Copyright (C) 2007-2011 Genode Labs GmbH + * Copyright (C) 2007-2012 Genode Labs 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/base/src/core/context_area.cc b/base/src/core/context_area.cc index 512e3b86e..4a99c631a 100644 --- a/base/src/core/context_area.cc +++ b/base/src/core/context_area.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base/src/core/core_mem_alloc.cc b/base/src/core/core_mem_alloc.cc index 4617d6506..61f3d0f5a 100644 --- a/base/src/core/core_mem_alloc.cc +++ b/base/src/core/core_mem_alloc.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base/src/core/cpu_session_component.cc b/base/src/core/cpu_session_component.cc index 5c761be69..6db8dd713 100644 --- a/base/src/core/cpu_session_component.cc +++ b/base/src/core/cpu_session_component.cc @@ -7,7 +7,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/src/core/dataspace_component.cc b/base/src/core/dataspace_component.cc index a0ac0169d..c757a5e0f 100644 --- a/base/src/core/dataspace_component.cc +++ b/base/src/core/dataspace_component.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/src/core/dump_alloc.cc b/base/src/core/dump_alloc.cc index a9b216c22..0c4deb0f1 100644 --- a/base/src/core/dump_alloc.cc +++ b/base/src/core/dump_alloc.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base/src/core/include/cap_root.h b/base/src/core/include/cap_root.h index d27d3a793..1302b3ac9 100644 --- a/base/src/core/include/cap_root.h +++ b/base/src/core/include/cap_root.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/src/core/include/cap_session_component.h b/base/src/core/include/cap_session_component.h index e217fd334..908916f3a 100644 --- a/base/src/core/include/cap_session_component.h +++ b/base/src/core/include/cap_session_component.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/src/core/include/core_env.h b/base/src/core/include/core_env.h index c5d720976..0dbaa9c6a 100644 --- a/base/src/core/include/core_env.h +++ b/base/src/core/include/core_env.h @@ -9,7 +9,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/src/core/include/core_mem_alloc.h b/base/src/core/include/core_mem_alloc.h index e584eb935..348e876aa 100644 --- a/base/src/core/include/core_mem_alloc.h +++ b/base/src/core/include/core_mem_alloc.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base/src/core/include/core_parent.h b/base/src/core/include/core_parent.h index 91d69e15b..562fe6dbd 100644 --- a/base/src/core/include/core_parent.h +++ b/base/src/core/include/core_parent.h @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/src/core/include/core_rm_session.h b/base/src/core/include/core_rm_session.h index c2dd8a2bd..d50940300 100644 --- a/base/src/core/include/core_rm_session.h +++ b/base/src/core/include/core_rm_session.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/src/core/include/cpu_root.h b/base/src/core/include/cpu_root.h index 4271d4725..df7864bc8 100644 --- a/base/src/core/include/cpu_root.h +++ b/base/src/core/include/cpu_root.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/src/core/include/cpu_session_component.h b/base/src/core/include/cpu_session_component.h index e2c7e4605..cf33b6057 100644 --- a/base/src/core/include/cpu_session_component.h +++ b/base/src/core/include/cpu_session_component.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/src/core/include/dataspace_component.h b/base/src/core/include/dataspace_component.h index f0a873563..9a466ea0f 100644 --- a/base/src/core/include/dataspace_component.h +++ b/base/src/core/include/dataspace_component.h @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/src/core/include/io_mem_root.h b/base/src/core/include/io_mem_root.h index 0c3c2d8e2..1fe19446b 100644 --- a/base/src/core/include/io_mem_root.h +++ b/base/src/core/include/io_mem_root.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/src/core/include/io_mem_session_component.h b/base/src/core/include/io_mem_session_component.h index 54525cab9..a3c4edd1f 100644 --- a/base/src/core/include/io_mem_session_component.h +++ b/base/src/core/include/io_mem_session_component.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/src/core/include/io_port_root.h b/base/src/core/include/io_port_root.h index 0f1e95f58..603d5cc18 100644 --- a/base/src/core/include/io_port_root.h +++ b/base/src/core/include/io_port_root.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2007-2011 Genode Labs GmbH + * Copyright (C) 2007-2012 Genode Labs 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/base/src/core/include/io_port_session_component.h b/base/src/core/include/io_port_session_component.h index 2ad82b35c..8988d6a0b 100644 --- a/base/src/core/include/io_port_session_component.h +++ b/base/src/core/include/io_port_session_component.h @@ -7,7 +7,7 @@ */ /* - * Copyright (C) 2007-2011 Genode Labs GmbH + * Copyright (C) 2007-2012 Genode Labs 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/base/src/core/include/irq_root.h b/base/src/core/include/irq_root.h index 7e06cc4b3..73107eda6 100644 --- a/base/src/core/include/irq_root.h +++ b/base/src/core/include/irq_root.h @@ -7,7 +7,7 @@ */ /* - * Copyright (C) 2007-2011 Genode Labs GmbH + * Copyright (C) 2007-2012 Genode Labs 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/base/src/core/include/irq_session_component.h b/base/src/core/include/irq_session_component.h index 1d626608f..dcb7655bc 100644 --- a/base/src/core/include/irq_session_component.h +++ b/base/src/core/include/irq_session_component.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2007-2011 Genode Labs GmbH + * Copyright (C) 2007-2012 Genode Labs 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/base/src/core/include/log_root.h b/base/src/core/include/log_root.h index f9944f547..f2966797f 100644 --- a/base/src/core/include/log_root.h +++ b/base/src/core/include/log_root.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/src/core/include/log_session_component.h b/base/src/core/include/log_session_component.h index b81d4da74..96dee907b 100644 --- a/base/src/core/include/log_session_component.h +++ b/base/src/core/include/log_session_component.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/src/core/include/multiboot.h b/base/src/core/include/multiboot.h index 6e4abe972..27d12c9b9 100644 --- a/base/src/core/include/multiboot.h +++ b/base/src/core/include/multiboot.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/src/core/include/pd_root.h b/base/src/core/include/pd_root.h index 4db48e1d1..4823f4b4f 100644 --- a/base/src/core/include/pd_root.h +++ b/base/src/core/include/pd_root.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/src/core/include/pd_session_component.h b/base/src/core/include/pd_session_component.h index 1d8078b13..e9c478abb 100644 --- a/base/src/core/include/pd_session_component.h +++ b/base/src/core/include/pd_session_component.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/src/core/include/platform_generic.h b/base/src/core/include/platform_generic.h index b6a5fa097..486060175 100644 --- a/base/src/core/include/platform_generic.h +++ b/base/src/core/include/platform_generic.h @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2007-2011 Genode Labs GmbH + * Copyright (C) 2007-2012 Genode Labs 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/base/src/core/include/ram_root.h b/base/src/core/include/ram_root.h index e8a9da1de..ed9d68889 100644 --- a/base/src/core/include/ram_root.h +++ b/base/src/core/include/ram_root.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/src/core/include/ram_session_component.h b/base/src/core/include/ram_session_component.h index c60e19a87..3ca350d99 100644 --- a/base/src/core/include/ram_session_component.h +++ b/base/src/core/include/ram_session_component.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/src/core/include/rm_root.h b/base/src/core/include/rm_root.h index 5aefc0b03..facbb7126 100644 --- a/base/src/core/include/rm_root.h +++ b/base/src/core/include/rm_root.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/src/core/include/rm_session_component.h b/base/src/core/include/rm_session_component.h index d460c36be..2506528ec 100644 --- a/base/src/core/include/rm_session_component.h +++ b/base/src/core/include/rm_session_component.h @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/src/core/include/rom_fs.h b/base/src/core/include/rom_fs.h index 0f4b00a6c..cebae7b78 100644 --- a/base/src/core/include/rom_fs.h +++ b/base/src/core/include/rom_fs.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/src/core/include/rom_root.h b/base/src/core/include/rom_root.h index d04b28268..19ebfc24f 100644 --- a/base/src/core/include/rom_root.h +++ b/base/src/core/include/rom_root.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/src/core/include/rom_session_component.h b/base/src/core/include/rom_session_component.h index 00e574f6b..859c675ab 100644 --- a/base/src/core/include/rom_session_component.h +++ b/base/src/core/include/rom_session_component.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/src/core/include/signal_root.h b/base/src/core/include/signal_root.h index 2b59e9798..4317ddede 100644 --- a/base/src/core/include/signal_root.h +++ b/base/src/core/include/signal_root.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base/src/core/include/signal_session_component.h b/base/src/core/include/signal_session_component.h index 499a3b077..779afee4c 100644 --- a/base/src/core/include/signal_session_component.h +++ b/base/src/core/include/signal_session_component.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base/src/core/io_mem_session_component.cc b/base/src/core/io_mem_session_component.cc index f88664118..98dd15771 100644 --- a/base/src/core/io_mem_session_component.cc +++ b/base/src/core/io_mem_session_component.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/src/core/main.cc b/base/src/core/main.cc index 23c8143ad..38276d780 100644 --- a/base/src/core/main.cc +++ b/base/src/core/main.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/src/core/mb_info.h b/base/src/core/mb_info.h index 7aff03a6b..07339376e 100644 --- a/base/src/core/mb_info.h +++ b/base/src/core/mb_info.h @@ -8,7 +8,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/src/core/multiboot_info.cc b/base/src/core/multiboot_info.cc index 024e9c7d9..6e5dd5eb7 100644 --- a/base/src/core/multiboot_info.cc +++ b/base/src/core/multiboot_info.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/src/core/pd_session_component.cc b/base/src/core/pd_session_component.cc index 881b56a70..7c2b0b8de 100644 --- a/base/src/core/pd_session_component.cc +++ b/base/src/core/pd_session_component.cc @@ -7,7 +7,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/src/core/ram_session_component.cc b/base/src/core/ram_session_component.cc index e5b0402ce..215266c06 100644 --- a/base/src/core/ram_session_component.cc +++ b/base/src/core/ram_session_component.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/src/core/rm_session_component.cc b/base/src/core/rm_session_component.cc index e981021f5..ed6e6eb24 100644 --- a/base/src/core/rm_session_component.cc +++ b/base/src/core/rm_session_component.cc @@ -8,7 +8,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/src/core/rom_session_component.cc b/base/src/core/rom_session_component.cc index 13e17885d..1c8c6c0ec 100644 --- a/base/src/core/rom_session_component.cc +++ b/base/src/core/rom_session_component.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/src/core/signal_session_component.cc b/base/src/core/signal_session_component.cc index a7eb6205e..7fe5cb48d 100644 --- a/base/src/core/signal_session_component.cc +++ b/base/src/core/signal_session_component.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base/src/core/signal_source_component.cc b/base/src/core/signal_source_component.cc index f5f05a3e7..4e795f8fc 100644 --- a/base/src/core/signal_source_component.cc +++ b/base/src/core/signal_source_component.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base/src/core/x86/io_port_session_component.cc b/base/src/core/x86/io_port_session_component.cc index 4b879e19b..bb755929d 100644 --- a/base/src/core/x86/io_port_session_component.cc +++ b/base/src/core/x86/io_port_session_component.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2007-2011 Genode Labs GmbH + * Copyright (C) 2007-2012 Genode Labs 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/base/src/platform/_main.cc b/base/src/platform/_main.cc index 364eeea6b..94014037a 100644 --- a/base/src/platform/_main.cc +++ b/base/src/platform/_main.cc @@ -12,7 +12,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/src/platform/_main_parent_cap.h b/base/src/platform/_main_parent_cap.h index e986b3614..013ff2a18 100644 --- a/base/src/platform/_main_parent_cap.h +++ b/base/src/platform/_main_parent_cap.h @@ -8,7 +8,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/base/src/platform/arm/crt0.s b/base/src/platform/arm/crt0.s index cb01f8a5e..4275bb8da 100644 --- a/base/src/platform/arm/crt0.s +++ b/base/src/platform/arm/crt0.s @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2007-2011 Genode Labs GmbH + * Copyright (C) 2007-2012 Genode Labs 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/base/src/platform/genode.ld b/base/src/platform/genode.ld index 82cd58222..a640a5e0e 100644 --- a/base/src/platform/genode.ld +++ b/base/src/platform/genode.ld @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/base/src/platform/x86_32/crt0.s b/base/src/platform/x86_32/crt0.s index 577a82d15..bb10c6048 100644 --- a/base/src/platform/x86_32/crt0.s +++ b/base/src/platform/x86_32/crt0.s @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/base/src/platform/x86_64/crt0.s b/base/src/platform/x86_64/crt0.s index c19b325bb..0a201be30 100644 --- a/base/src/platform/x86_64/crt0.s +++ b/base/src/platform/x86_64/crt0.s @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/base/src/test/rm_fault/main.cc b/base/src/test/rm_fault/main.cc index 9d34ca0f3..636f1870e 100644 --- a/base/src/test/rm_fault/main.cc +++ b/base/src/test/rm_fault/main.cc @@ -11,7 +11,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/base/src/test/rm_nested/main.cc b/base/src/test/rm_nested/main.cc index 5ebd845e4..c4394c382 100644 --- a/base/src/test/rm_nested/main.cc +++ b/base/src/test/rm_nested/main.cc @@ -13,7 +13,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/base/src/test/sub_rm/config.h b/base/src/test/sub_rm/config.h index 12f4c4418..7d4ffe3b6 100644 --- a/base/src/test/sub_rm/config.h +++ b/base/src/test/sub_rm/config.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/base/src/test/sub_rm/main.cc b/base/src/test/sub_rm/main.cc index 7681373be..e5aa6f84c 100644 --- a/base/src/test/sub_rm/main.cc +++ b/base/src/test/sub_rm/main.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/dde_ipxe/include/dde_ipxe/nic.h b/dde_ipxe/include/dde_ipxe/nic.h index e990e4585..d9ad66f87 100644 --- a/dde_ipxe/include/dde_ipxe/nic.h +++ b/dde_ipxe/include/dde_ipxe/nic.h @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/dde_ipxe/src/drivers/nic/main.cc b/dde_ipxe/src/drivers/nic/main.cc index 8c786aca3..9775076dd 100644 --- a/dde_ipxe/src/drivers/nic/main.cc +++ b/dde_ipxe/src/drivers/nic/main.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/dde_ipxe/src/lib/dde_ipxe/dde.c b/dde_ipxe/src/lib/dde_ipxe/dde.c index 3a331ae42..38be4d81e 100644 --- a/dde_ipxe/src/lib/dde_ipxe/dde.c +++ b/dde_ipxe/src/lib/dde_ipxe/dde.c @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/dde_ipxe/src/lib/dde_ipxe/dde_support.cc b/dde_ipxe/src/lib/dde_ipxe/dde_support.cc index a401e0399..73475c829 100644 --- a/dde_ipxe/src/lib/dde_ipxe/dde_support.cc +++ b/dde_ipxe/src/lib/dde_ipxe/dde_support.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/dde_ipxe/src/lib/dde_ipxe/dummies.c b/dde_ipxe/src/lib/dde_ipxe/dummies.c index ec496966e..2b8add802 100644 --- a/dde_ipxe/src/lib/dde_ipxe/dummies.c +++ b/dde_ipxe/src/lib/dde_ipxe/dummies.c @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/dde_ipxe/src/lib/dde_ipxe/local.h b/dde_ipxe/src/lib/dde_ipxe/local.h index 71b144352..2864fe83c 100644 --- a/dde_ipxe/src/lib/dde_ipxe/local.h +++ b/dde_ipxe/src/lib/dde_ipxe/local.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/dde_ipxe/src/lib/dde_ipxe/nic.c b/dde_ipxe/src/lib/dde_ipxe/nic.c index 6d7213db0..e15f9d720 100644 --- a/dde_ipxe/src/lib/dde_ipxe/nic.c +++ b/dde_ipxe/src/lib/dde_ipxe/nic.c @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/demo/include/launchpad/launchpad.h b/demo/include/launchpad/launchpad.h index 0982fe6b0..e57ee80da 100644 --- a/demo/include/launchpad/launchpad.h +++ b/demo/include/launchpad/launchpad.h @@ -10,7 +10,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/demo/include/mini_c/errno.h b/demo/include/mini_c/errno.h index 140a32478..e8381ec05 100644 --- a/demo/include/mini_c/errno.h +++ b/demo/include/mini_c/errno.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/demo/include/mini_c/limits.h b/demo/include/mini_c/limits.h index 747096f1b..6d8b4335b 100644 --- a/demo/include/mini_c/limits.h +++ b/demo/include/mini_c/limits.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/demo/include/mini_c/stdio.h b/demo/include/mini_c/stdio.h index 68e0b4cb7..df25bd1ee 100644 --- a/demo/include/mini_c/stdio.h +++ b/demo/include/mini_c/stdio.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/demo/include/mini_c/stdlib.h b/demo/include/mini_c/stdlib.h index cabca3b0d..54fa5d496 100644 --- a/demo/include/mini_c/stdlib.h +++ b/demo/include/mini_c/stdlib.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/demo/include/mini_c/string.h b/demo/include/mini_c/string.h index a8fc860ce..9d64ea123 100644 --- a/demo/include/mini_c/string.h +++ b/demo/include/mini_c/string.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/demo/include/mini_c/sys/types.h b/demo/include/mini_c/sys/types.h index f29b1f4f4..c11939468 100644 --- a/demo/include/mini_c/sys/types.h +++ b/demo/include/mini_c/sys/types.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/demo/src/app/backdrop/main.cc b/demo/src/app/backdrop/main.cc index f981215ff..e2769f9d9 100644 --- a/demo/src/app/backdrop/main.cc +++ b/demo/src/app/backdrop/main.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/demo/src/app/launchpad/child_entry.h b/demo/src/app/launchpad/child_entry.h index f86898692..22ab5047f 100644 --- a/demo/src/app/launchpad/child_entry.h +++ b/demo/src/app/launchpad/child_entry.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/demo/src/app/launchpad/launch_entry.h b/demo/src/app/launchpad/launch_entry.h index 7206139b7..1cb2c57bf 100644 --- a/demo/src/app/launchpad/launch_entry.h +++ b/demo/src/app/launchpad/launch_entry.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/demo/src/app/launchpad/launcher.cc b/demo/src/app/launchpad/launcher.cc index b5950dcab..c2c54aa07 100644 --- a/demo/src/app/launchpad/launcher.cc +++ b/demo/src/app/launchpad/launcher.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/demo/src/app/launchpad/launchpad_window.cc b/demo/src/app/launchpad/launchpad_window.cc index bbdb19f0f..69c89cc0d 100644 --- a/demo/src/app/launchpad/launchpad_window.cc +++ b/demo/src/app/launchpad/launchpad_window.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/demo/src/app/launchpad/launchpad_window.h b/demo/src/app/launchpad/launchpad_window.h index 8d84a9751..59f2e19df 100644 --- a/demo/src/app/launchpad/launchpad_window.h +++ b/demo/src/app/launchpad/launchpad_window.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/demo/src/app/launchpad/loadbar.h b/demo/src/app/launchpad/loadbar.h index 3635f09f6..4866014a8 100644 --- a/demo/src/app/launchpad/loadbar.h +++ b/demo/src/app/launchpad/loadbar.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/demo/src/app/launchpad/main.cc b/demo/src/app/launchpad/main.cc index a895d7208..ec330474a 100644 --- a/demo/src/app/launchpad/main.cc +++ b/demo/src/app/launchpad/main.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/demo/src/app/launchpad/section.h b/demo/src/app/launchpad/section.h index 4bfafa4a4..929e85eba 100644 --- a/demo/src/app/launchpad/section.h +++ b/demo/src/app/launchpad/section.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/demo/src/app/launchpad/status_entry.h b/demo/src/app/launchpad/status_entry.h index d50626208..bad8a3d6e 100644 --- a/demo/src/app/launchpad/status_entry.h +++ b/demo/src/app/launchpad/status_entry.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/demo/src/app/scout/common/about.cc b/demo/src/app/scout/common/about.cc index 6218094bc..93b1a3a57 100644 --- a/demo/src/app/scout/common/about.cc +++ b/demo/src/app/scout/common/about.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/demo/src/app/scout/common/browser_window.cc b/demo/src/app/scout/common/browser_window.cc index ae80c4edb..9da43405e 100644 --- a/demo/src/app/scout/common/browser_window.cc +++ b/demo/src/app/scout/common/browser_window.cc @@ -7,7 +7,7 @@ */ /* - * Copyright (C) 2005-2011 Genode Labs GmbH + * Copyright (C) 2005-2012 Genode Labs 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/demo/src/app/scout/common/doc.cc b/demo/src/app/scout/common/doc.cc index 1cd26dbd1..59699c5ed 100644 --- a/demo/src/app/scout/common/doc.cc +++ b/demo/src/app/scout/common/doc.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/demo/src/app/scout/common/elements.cc b/demo/src/app/scout/common/elements.cc index 7d074ea67..fdea51ce0 100644 --- a/demo/src/app/scout/common/elements.cc +++ b/demo/src/app/scout/common/elements.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2005-2011 Genode Labs GmbH + * Copyright (C) 2005-2012 Genode Labs 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/demo/src/app/scout/common/main.cc b/demo/src/app/scout/common/main.cc index 0c7ebd850..f639a5c5b 100644 --- a/demo/src/app/scout/common/main.cc +++ b/demo/src/app/scout/common/main.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2005-2011 Genode Labs GmbH + * Copyright (C) 2005-2012 Genode Labs 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/demo/src/app/scout/common/navbar.cc b/demo/src/app/scout/common/navbar.cc index 91d7b86df..8eeed23cc 100644 --- a/demo/src/app/scout/common/navbar.cc +++ b/demo/src/app/scout/common/navbar.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2005-2011 Genode Labs GmbH + * Copyright (C) 2005-2012 Genode Labs 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/demo/src/app/scout/common/png_image.cc b/demo/src/app/scout/common/png_image.cc index 732c2154e..16c3469f4 100644 --- a/demo/src/app/scout/common/png_image.cc +++ b/demo/src/app/scout/common/png_image.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2005-2011 Genode Labs GmbH + * Copyright (C) 2005-2012 Genode Labs 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/demo/src/app/scout/common/refracted_icon.cc b/demo/src/app/scout/common/refracted_icon.cc index bf06e6113..8ccded1fb 100644 --- a/demo/src/app/scout/common/refracted_icon.cc +++ b/demo/src/app/scout/common/refracted_icon.cc @@ -8,7 +8,7 @@ */ /* - * Copyright (C) 2005-2011 Genode Labs GmbH + * Copyright (C) 2005-2012 Genode Labs 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/demo/src/app/scout/common/scrollbar.cc b/demo/src/app/scout/common/scrollbar.cc index 42196f192..ff935d5e7 100644 --- a/demo/src/app/scout/common/scrollbar.cc +++ b/demo/src/app/scout/common/scrollbar.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2005-2011 Genode Labs GmbH + * Copyright (C) 2005-2012 Genode Labs 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/demo/src/app/scout/common/sky_texture.cc b/demo/src/app/scout/common/sky_texture.cc index 5cce0ff60..ae9bd5809 100644 --- a/demo/src/app/scout/common/sky_texture.cc +++ b/demo/src/app/scout/common/sky_texture.cc @@ -10,7 +10,7 @@ */ /* - * Copyright (C) 2005-2011 Genode Labs GmbH + * Copyright (C) 2005-2012 Genode Labs 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/demo/src/app/scout/common/tick.cc b/demo/src/app/scout/common/tick.cc index 0228ada96..f8b0982cb 100644 --- a/demo/src/app/scout/common/tick.cc +++ b/demo/src/app/scout/common/tick.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2005-2011 Genode Labs GmbH + * Copyright (C) 2005-2012 Genode Labs 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/demo/src/app/scout/common/widgets.cc b/demo/src/app/scout/common/widgets.cc index 339e5ad33..1da6a6d77 100644 --- a/demo/src/app/scout/common/widgets.cc +++ b/demo/src/app/scout/common/widgets.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2005-2011 Genode Labs GmbH + * Copyright (C) 2005-2012 Genode Labs 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/demo/src/app/scout/genode/launcher.cc b/demo/src/app/scout/genode/launcher.cc index fa1889773..08ee94f30 100644 --- a/demo/src/app/scout/genode/launcher.cc +++ b/demo/src/app/scout/genode/launcher.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/demo/src/app/scout/genode/platform_genode.cc b/demo/src/app/scout/genode/platform_genode.cc index 2914ca1c7..601d77a48 100644 --- a/demo/src/app/scout/genode/platform_genode.cc +++ b/demo/src/app/scout/genode/platform_genode.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/demo/src/app/scout/genode/startup.cc b/demo/src/app/scout/genode/startup.cc index f3ed6ee89..b6f8933e5 100644 --- a/demo/src/app/scout/genode/startup.cc +++ b/demo/src/app/scout/genode/startup.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/demo/src/app/scout/include/browser.h b/demo/src/app/scout/include/browser.h index 9968a959a..0c2d6c5cc 100644 --- a/demo/src/app/scout/include/browser.h +++ b/demo/src/app/scout/include/browser.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2005-2011 Genode Labs GmbH + * Copyright (C) 2005-2012 Genode Labs 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/demo/src/app/scout/include/browser_window.h b/demo/src/app/scout/include/browser_window.h index d908fd02b..bb3b67aad 100644 --- a/demo/src/app/scout/include/browser_window.h +++ b/demo/src/app/scout/include/browser_window.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2005-2011 Genode Labs GmbH + * Copyright (C) 2005-2012 Genode Labs 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/demo/src/app/scout/include/canvas.h b/demo/src/app/scout/include/canvas.h index 18174a0e8..21d4544fd 100644 --- a/demo/src/app/scout/include/canvas.h +++ b/demo/src/app/scout/include/canvas.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2005-2011 Genode Labs GmbH + * Copyright (C) 2005-2012 Genode Labs 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/demo/src/app/scout/include/canvas_rgb565.h b/demo/src/app/scout/include/canvas_rgb565.h index 56f7e5024..d5896082c 100644 --- a/demo/src/app/scout/include/canvas_rgb565.h +++ b/demo/src/app/scout/include/canvas_rgb565.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2005-2011 Genode Labs GmbH + * Copyright (C) 2005-2012 Genode Labs 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/demo/src/app/scout/include/color.h b/demo/src/app/scout/include/color.h index 2603ebef2..fcf5bc34b 100644 --- a/demo/src/app/scout/include/color.h +++ b/demo/src/app/scout/include/color.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2005-2011 Genode Labs GmbH + * Copyright (C) 2005-2012 Genode Labs 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/demo/src/app/scout/include/config.h b/demo/src/app/scout/include/config.h index 83ed6f73a..b00babb2f 100644 --- a/demo/src/app/scout/include/config.h +++ b/demo/src/app/scout/include/config.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2005-2011 Genode Labs GmbH + * Copyright (C) 2005-2012 Genode Labs 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/demo/src/app/scout/include/elements.h b/demo/src/app/scout/include/elements.h index 3dc598256..de508b81a 100644 --- a/demo/src/app/scout/include/elements.h +++ b/demo/src/app/scout/include/elements.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2005-2011 Genode Labs GmbH + * Copyright (C) 2005-2012 Genode Labs 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/demo/src/app/scout/include/event.h b/demo/src/app/scout/include/event.h index 81603b5e8..90e0ffe50 100644 --- a/demo/src/app/scout/include/event.h +++ b/demo/src/app/scout/include/event.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2005-2011 Genode Labs GmbH + * Copyright (C) 2005-2012 Genode Labs 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/demo/src/app/scout/include/fade_icon.h b/demo/src/app/scout/include/fade_icon.h index c2dfce138..a1538baf9 100644 --- a/demo/src/app/scout/include/fade_icon.h +++ b/demo/src/app/scout/include/fade_icon.h @@ -9,7 +9,7 @@ */ /* - * Copyright (C) 2005-2011 Genode Labs GmbH + * Copyright (C) 2005-2012 Genode Labs 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/demo/src/app/scout/include/fader.h b/demo/src/app/scout/include/fader.h index c39a62cc2..000e257b6 100644 --- a/demo/src/app/scout/include/fader.h +++ b/demo/src/app/scout/include/fader.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2005-2011 Genode Labs GmbH + * Copyright (C) 2005-2012 Genode Labs 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/demo/src/app/scout/include/font.h b/demo/src/app/scout/include/font.h index 0b7258f02..7235a6210 100644 --- a/demo/src/app/scout/include/font.h +++ b/demo/src/app/scout/include/font.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2005-2011 Genode Labs GmbH + * Copyright (C) 2005-2012 Genode Labs 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/demo/src/app/scout/include/genode/alloc.h b/demo/src/app/scout/include/genode/alloc.h index 66d5b9abd..72b110153 100644 --- a/demo/src/app/scout/include/genode/alloc.h +++ b/demo/src/app/scout/include/genode/alloc.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/demo/src/app/scout/include/genode/launcher_config.h b/demo/src/app/scout/include/genode/launcher_config.h index 2f23c9b34..e763af9e8 100644 --- a/demo/src/app/scout/include/genode/launcher_config.h +++ b/demo/src/app/scout/include/genode/launcher_config.h @@ -7,7 +7,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/demo/src/app/scout/include/genode/printf.h b/demo/src/app/scout/include/genode/printf.h index c5fc980aa..3a5b8bcf9 100644 --- a/demo/src/app/scout/include/genode/printf.h +++ b/demo/src/app/scout/include/genode/printf.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/demo/src/app/scout/include/genode/string.h b/demo/src/app/scout/include/genode/string.h index 624961fd7..906b868ee 100644 --- a/demo/src/app/scout/include/genode/string.h +++ b/demo/src/app/scout/include/genode/string.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/demo/src/app/scout/include/history.h b/demo/src/app/scout/include/history.h index b2b44136f..18f23ebbe 100644 --- a/demo/src/app/scout/include/history.h +++ b/demo/src/app/scout/include/history.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2005-2011 Genode Labs GmbH + * Copyright (C) 2005-2012 Genode Labs 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/demo/src/app/scout/include/miscmath.h b/demo/src/app/scout/include/miscmath.h index 6e61febe6..1ebedf674 100644 --- a/demo/src/app/scout/include/miscmath.h +++ b/demo/src/app/scout/include/miscmath.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2005-2011 Genode Labs GmbH + * Copyright (C) 2005-2012 Genode Labs 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/demo/src/app/scout/include/platform.h b/demo/src/app/scout/include/platform.h index 6512b08ae..5bcc08d5a 100644 --- a/demo/src/app/scout/include/platform.h +++ b/demo/src/app/scout/include/platform.h @@ -7,7 +7,7 @@ */ /* - * Copyright (C) 2005-2011 Genode Labs GmbH + * Copyright (C) 2005-2012 Genode Labs 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/demo/src/app/scout/include/redraw_manager.h b/demo/src/app/scout/include/redraw_manager.h index f088242ff..086e268e9 100644 --- a/demo/src/app/scout/include/redraw_manager.h +++ b/demo/src/app/scout/include/redraw_manager.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2005-2011 Genode Labs GmbH + * Copyright (C) 2005-2012 Genode Labs 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/demo/src/app/scout/include/refracted_icon.h b/demo/src/app/scout/include/refracted_icon.h index 6dc4507dc..7cc704a1b 100644 --- a/demo/src/app/scout/include/refracted_icon.h +++ b/demo/src/app/scout/include/refracted_icon.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2005-2011 Genode Labs GmbH + * Copyright (C) 2005-2012 Genode Labs 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/demo/src/app/scout/include/scout_types.h b/demo/src/app/scout/include/scout_types.h index 98934774e..d75f7e117 100644 --- a/demo/src/app/scout/include/scout_types.h +++ b/demo/src/app/scout/include/scout_types.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/demo/src/app/scout/include/scrollbar.h b/demo/src/app/scout/include/scrollbar.h index 4f7bb4448..ade4ab605 100644 --- a/demo/src/app/scout/include/scrollbar.h +++ b/demo/src/app/scout/include/scrollbar.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2005-2011 Genode Labs GmbH + * Copyright (C) 2005-2012 Genode Labs 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/demo/src/app/scout/include/sky_texture.h b/demo/src/app/scout/include/sky_texture.h index 70d98997b..1b14f55f8 100644 --- a/demo/src/app/scout/include/sky_texture.h +++ b/demo/src/app/scout/include/sky_texture.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2005-2011 Genode Labs GmbH + * Copyright (C) 2005-2012 Genode Labs 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/demo/src/app/scout/include/styles.h b/demo/src/app/scout/include/styles.h index 3ba5db9ab..854ee7d8c 100644 --- a/demo/src/app/scout/include/styles.h +++ b/demo/src/app/scout/include/styles.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2005-2011 Genode Labs GmbH + * Copyright (C) 2005-2012 Genode Labs 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/demo/src/app/scout/include/tick.h b/demo/src/app/scout/include/tick.h index 5a46b4b2d..78003db29 100644 --- a/demo/src/app/scout/include/tick.h +++ b/demo/src/app/scout/include/tick.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2005-2011 Genode Labs GmbH + * Copyright (C) 2005-2012 Genode Labs 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/demo/src/app/scout/include/titlebar.h b/demo/src/app/scout/include/titlebar.h index 11afbd4db..324d9d95d 100644 --- a/demo/src/app/scout/include/titlebar.h +++ b/demo/src/app/scout/include/titlebar.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2005-2011 Genode Labs GmbH + * Copyright (C) 2005-2012 Genode Labs 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/demo/src/app/scout/include/user_state.h b/demo/src/app/scout/include/user_state.h index 6ef3097bb..9ddb01711 100644 --- a/demo/src/app/scout/include/user_state.h +++ b/demo/src/app/scout/include/user_state.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2005-2011 Genode Labs GmbH + * Copyright (C) 2005-2012 Genode Labs 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/demo/src/app/scout/include/widgets.h b/demo/src/app/scout/include/widgets.h index 0b183576e..0b8dc4138 100644 --- a/demo/src/app/scout/include/widgets.h +++ b/demo/src/app/scout/include/widgets.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2005-2011 Genode Labs GmbH + * Copyright (C) 2005-2012 Genode Labs 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/demo/src/app/scout/include/window.h b/demo/src/app/scout/include/window.h index 4fa815ca1..30b2011ba 100644 --- a/demo/src/app/scout/include/window.h +++ b/demo/src/app/scout/include/window.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/demo/src/lib/launchpad/launchpad.cc b/demo/src/lib/launchpad/launchpad.cc index 668ffe1dd..4587fab1c 100644 --- a/demo/src/lib/launchpad/launchpad.cc +++ b/demo/src/lib/launchpad/launchpad.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/demo/src/lib/mini_c/abort.cc b/demo/src/lib/mini_c/abort.cc index ea586c269..1d1913dfd 100644 --- a/demo/src/lib/mini_c/abort.cc +++ b/demo/src/lib/mini_c/abort.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/demo/src/lib/mini_c/atol.cc b/demo/src/lib/mini_c/atol.cc index d4c88c123..957a0c9fd 100644 --- a/demo/src/lib/mini_c/atol.cc +++ b/demo/src/lib/mini_c/atol.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/demo/src/lib/mini_c/malloc_free.cc b/demo/src/lib/mini_c/malloc_free.cc index c5a2316d6..39e59775b 100644 --- a/demo/src/lib/mini_c/malloc_free.cc +++ b/demo/src/lib/mini_c/malloc_free.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/demo/src/lib/mini_c/memcmp.cc b/demo/src/lib/mini_c/memcmp.cc index 8a4bde7c4..8a460dfe5 100644 --- a/demo/src/lib/mini_c/memcmp.cc +++ b/demo/src/lib/mini_c/memcmp.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/demo/src/lib/mini_c/memset.cc b/demo/src/lib/mini_c/memset.cc index 6564942ce..d05c0eb1e 100644 --- a/demo/src/lib/mini_c/memset.cc +++ b/demo/src/lib/mini_c/memset.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/demo/src/lib/mini_c/mini_c.c b/demo/src/lib/mini_c/mini_c.c index 9f621a179..c2b73dedd 100644 --- a/demo/src/lib/mini_c/mini_c.c +++ b/demo/src/lib/mini_c/mini_c.c @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/demo/src/lib/mini_c/printf.cc b/demo/src/lib/mini_c/printf.cc index 07d287595..ea100ba4f 100644 --- a/demo/src/lib/mini_c/printf.cc +++ b/demo/src/lib/mini_c/printf.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/demo/src/lib/mini_c/snprintf.cc b/demo/src/lib/mini_c/snprintf.cc index 7a3cee6d8..96f6dbfc9 100644 --- a/demo/src/lib/mini_c/snprintf.cc +++ b/demo/src/lib/mini_c/snprintf.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/demo/src/lib/mini_c/strlen.cc b/demo/src/lib/mini_c/strlen.cc index 72c644cc1..f20aa406e 100644 --- a/demo/src/lib/mini_c/strlen.cc +++ b/demo/src/lib/mini_c/strlen.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/demo/src/lib/mini_c/strtod.cc b/demo/src/lib/mini_c/strtod.cc index 337496458..9ad49134d 100644 --- a/demo/src/lib/mini_c/strtod.cc +++ b/demo/src/lib/mini_c/strtod.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/demo/src/lib/mini_c/strtol.cc b/demo/src/lib/mini_c/strtol.cc index 3f5beccca..3d49237a7 100644 --- a/demo/src/lib/mini_c/strtol.cc +++ b/demo/src/lib/mini_c/strtol.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/demo/src/lib/mini_c/vsnprintf.cc b/demo/src/lib/mini_c/vsnprintf.cc index f9537ec74..f853bcaa4 100644 --- a/demo/src/lib/mini_c/vsnprintf.cc +++ b/demo/src/lib/mini_c/vsnprintf.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/demo/src/server/liquid_framebuffer/framebuffer_window.h b/demo/src/server/liquid_framebuffer/framebuffer_window.h index b9abb8088..2fc408bda 100644 --- a/demo/src/server/liquid_framebuffer/framebuffer_window.h +++ b/demo/src/server/liquid_framebuffer/framebuffer_window.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/demo/src/server/liquid_framebuffer/main.cc b/demo/src/server/liquid_framebuffer/main.cc index 8705e66ae..86d02abf2 100644 --- a/demo/src/server/liquid_framebuffer/main.cc +++ b/demo/src/server/liquid_framebuffer/main.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/demo/src/server/liquid_framebuffer/services.cc b/demo/src/server/liquid_framebuffer/services.cc index 3edf54934..0b7effc86 100644 --- a/demo/src/server/liquid_framebuffer/services.cc +++ b/demo/src/server/liquid_framebuffer/services.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/demo/src/server/liquid_framebuffer/services.h b/demo/src/server/liquid_framebuffer/services.h index 388b90dab..476d72976 100644 --- a/demo/src/server/liquid_framebuffer/services.h +++ b/demo/src/server/liquid_framebuffer/services.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/demo/src/server/nitlog/main.cc b/demo/src/server/nitlog/main.cc index 2b4ccf3f5..0d37fe2d2 100644 --- a/demo/src/server/nitlog/main.cc +++ b/demo/src/server/nitlog/main.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/gems/include/terminal/character_screen.h b/gems/include/terminal/character_screen.h index f125c354f..cb8456285 100644 --- a/gems/include/terminal/character_screen.h +++ b/gems/include/terminal/character_screen.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/gems/include/terminal/character_screen_tracer.h b/gems/include/terminal/character_screen_tracer.h index bfa16e99a..0a44c80ab 100644 --- a/gems/include/terminal/character_screen_tracer.h +++ b/gems/include/terminal/character_screen_tracer.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/gems/include/terminal/decoder.h b/gems/include/terminal/decoder.h index 2f880888f..5b254ae5b 100644 --- a/gems/include/terminal/decoder.h +++ b/gems/include/terminal/decoder.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/gems/include/terminal/types.h b/gems/include/terminal/types.h index f2a0e5ebc..c02d30056 100644 --- a/gems/include/terminal/types.h +++ b/gems/include/terminal/types.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/gems/src/server/http_block/http.cc b/gems/src/server/http_block/http.cc index 81aaf2a98..9f122b5a0 100644 --- a/gems/src/server/http_block/http.cc +++ b/gems/src/server/http_block/http.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/gems/src/server/http_block/http.h b/gems/src/server/http_block/http.h index 113f48e6f..20010fe6d 100644 --- a/gems/src/server/http_block/http.h +++ b/gems/src/server/http_block/http.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/gems/src/server/http_block/main.cc b/gems/src/server/http_block/main.cc index 401bfdcf1..7f7c34aed 100644 --- a/gems/src/server/http_block/main.cc +++ b/gems/src/server/http_block/main.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/gems/src/server/tcp_terminal/main.cc b/gems/src/server/tcp_terminal/main.cc index c84a6d004..10666ba2c 100644 --- a/gems/src/server/tcp_terminal/main.cc +++ b/gems/src/server/tcp_terminal/main.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/gems/src/server/terminal/main.cc b/gems/src/server/terminal/main.cc index 697b463a3..bb8bc60e4 100644 --- a/gems/src/server/terminal/main.cc +++ b/gems/src/server/terminal/main.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/gems/src/test/terminal_decoder/main.cc b/gems/src/test/terminal_decoder/main.cc index 9c27c49df..5d1054da6 100644 --- a/gems/src/test/terminal_decoder/main.cc +++ b/gems/src/test/terminal_decoder/main.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/hello_tutorial/include/hello_session/client.h b/hello_tutorial/include/hello_session/client.h index 521a5ebf4..14ac9008d 100644 --- a/hello_tutorial/include/hello_session/client.h +++ b/hello_tutorial/include/hello_session/client.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/hello_tutorial/include/hello_session/connection.h b/hello_tutorial/include/hello_session/connection.h index 357d60f30..075e5ce10 100644 --- a/hello_tutorial/include/hello_session/connection.h +++ b/hello_tutorial/include/hello_session/connection.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/hello_tutorial/include/hello_session/hello_session.h b/hello_tutorial/include/hello_session/hello_session.h index d861a7a1d..aa4cb1dcd 100644 --- a/hello_tutorial/include/hello_session/hello_session.h +++ b/hello_tutorial/include/hello_session/hello_session.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/hello_tutorial/src/hello/client/main.cc b/hello_tutorial/src/hello/client/main.cc index 8045cad67..bf2e459a1 100644 --- a/hello_tutorial/src/hello/client/main.cc +++ b/hello_tutorial/src/hello/client/main.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/hello_tutorial/src/hello/server/main.cc b/hello_tutorial/src/hello/server/main.cc index 9ccead749..551946e4d 100644 --- a/hello_tutorial/src/hello/server/main.cc +++ b/hello_tutorial/src/hello/server/main.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/libports/include/EGL/eglplatform.h b/libports/include/EGL/eglplatform.h index 0388d624c..b1e3ab0e2 100644 --- a/libports/include/EGL/eglplatform.h +++ b/libports/include/EGL/eglplatform.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/libports/include/libc-plugin/fd_alloc.h b/libports/include/libc-plugin/fd_alloc.h index fcf906a63..008f3ec9e 100644 --- a/libports/include/libc-plugin/fd_alloc.h +++ b/libports/include/libc-plugin/fd_alloc.h @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/libports/include/libc-plugin/plugin.h b/libports/include/libc-plugin/plugin.h index bcf45d501..d02ae57f1 100644 --- a/libports/include/libc-plugin/plugin.h +++ b/libports/include/libc-plugin/plugin.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/libports/include/libc-plugin/plugin_registry.h b/libports/include/libc-plugin/plugin_registry.h index 4e43f68f3..ba2fc7ba4 100644 --- a/libports/include/libc-plugin/plugin_registry.h +++ b/libports/include/libc-plugin/plugin_registry.h @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/libports/include/lwip/arch/cc.h b/libports/include/lwip/arch/cc.h index 4e6b1199a..0d3e75c20 100644 --- a/libports/include/lwip/arch/cc.h +++ b/libports/include/lwip/arch/cc.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/libports/include/lwip/arch/perf.h b/libports/include/lwip/arch/perf.h index 869b7422c..fbad2cadc 100644 --- a/libports/include/lwip/arch/perf.h +++ b/libports/include/lwip/arch/perf.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/libports/include/lwip/arch/sys_arch.h b/libports/include/lwip/arch/sys_arch.h index d82e4849b..0849802f2 100644 --- a/libports/include/lwip/arch/sys_arch.h +++ b/libports/include/lwip/arch/sys_arch.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/libports/include/lwip/genode.h b/libports/include/lwip/genode.h index 637498ca0..e26839844 100644 --- a/libports/include/lwip/genode.h +++ b/libports/include/lwip/genode.h @@ -8,7 +8,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/libports/include/lwip/lwipopts.h b/libports/include/lwip/lwipopts.h index afd8a52aa..06b2bdaf0 100644 --- a/libports/include/lwip/lwipopts.h +++ b/libports/include/lwip/lwipopts.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/libports/include/python/x86_32/genode_defs.h b/libports/include/python/x86_32/genode_defs.h index fc7a142d7..b5a37cb41 100644 --- a/libports/include/python/x86_32/genode_defs.h +++ b/libports/include/python/x86_32/genode_defs.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/libports/include/python/x86_64/genode_defs.h b/libports/include/python/x86_64/genode_defs.h index 4a20f25f0..8d17e37a6 100644 --- a/libports/include/python/x86_64/genode_defs.h +++ b/libports/include/python/x86_64/genode_defs.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/libports/src/lib/egl/driver.cc b/libports/src/lib/egl/driver.cc index d19c4e618..e4f162c55 100644 --- a/libports/src/lib/egl/driver.cc +++ b/libports/src/lib/egl/driver.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/libports/src/lib/egl/select_driver.cc b/libports/src/lib/egl/select_driver.cc index ef5e6e0d5..9818b36ca 100644 --- a/libports/src/lib/egl/select_driver.cc +++ b/libports/src/lib/egl/select_driver.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/libports/src/lib/egl/select_driver.h b/libports/src/lib/egl/select_driver.h index 38c8ed3c0..9911b5e1f 100644 --- a/libports/src/lib/egl/select_driver.h +++ b/libports/src/lib/egl/select_driver.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/libports/src/lib/egl/st_opengl.c b/libports/src/lib/egl/st_opengl.c index 4006d27f2..03e18e415 100644 --- a/libports/src/lib/egl/st_opengl.c +++ b/libports/src/lib/egl/st_opengl.c @@ -10,7 +10,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/libports/src/lib/ffat/diskio.c b/libports/src/lib/ffat/diskio.c index bf99cf840..50fcbd35a 100644 --- a/libports/src/lib/ffat/diskio.c +++ b/libports/src/lib/ffat/diskio.c @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/libports/src/lib/ffat/diskio_block.cc b/libports/src/lib/ffat/diskio_block.cc index 8b35deb61..a3964f087 100644 --- a/libports/src/lib/ffat/diskio_block.cc +++ b/libports/src/lib/ffat/diskio_block.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/libports/src/lib/gallium/dummy_trace.c b/libports/src/lib/gallium/dummy_trace.c index 2f0d12b41..49785dc3e 100644 --- a/libports/src/lib/gallium/dummy_trace.c +++ b/libports/src/lib/gallium/dummy_trace.c @@ -10,7 +10,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/libports/src/lib/gallium/i915/query_device_id.cc b/libports/src/lib/gallium/i915/query_device_id.cc index a74435d3b..9c682451e 100644 --- a/libports/src/lib/gallium/i915/query_device_id.cc +++ b/libports/src/lib/gallium/i915/query_device_id.cc @@ -13,7 +13,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/libports/src/lib/gallium/main.cc b/libports/src/lib/gallium/main.cc index eb43195f0..15d5acae6 100644 --- a/libports/src/lib/gallium/main.cc +++ b/libports/src/lib/gallium/main.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/libports/src/lib/libc/atexit.cc b/libports/src/lib/libc/atexit.cc index e7679ac09..fb2ae424d 100644 --- a/libports/src/lib/libc/atexit.cc +++ b/libports/src/lib/libc/atexit.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/libports/src/lib/libc/clock_gettime.cc b/libports/src/lib/libc/clock_gettime.cc index 84ed3609d..3c60f4273 100644 --- a/libports/src/lib/libc/clock_gettime.cc +++ b/libports/src/lib/libc/clock_gettime.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/libports/src/lib/libc/dummies.cc b/libports/src/lib/libc/dummies.cc index 5b560cd48..b00a5f19c 100644 --- a/libports/src/lib/libc/dummies.cc +++ b/libports/src/lib/libc/dummies.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/libports/src/lib/libc/environ.cc b/libports/src/lib/libc/environ.cc index 66e6644d7..fbda7a5d9 100644 --- a/libports/src/lib/libc/environ.cc +++ b/libports/src/lib/libc/environ.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/libports/src/lib/libc/errno.cc b/libports/src/lib/libc/errno.cc index 68ae5c0bf..b135deb1e 100644 --- a/libports/src/lib/libc/errno.cc +++ b/libports/src/lib/libc/errno.cc @@ -7,7 +7,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/libports/src/lib/libc/exit.cc b/libports/src/lib/libc/exit.cc index f6ad2d44c..f3020ae86 100644 --- a/libports/src/lib/libc/exit.cc +++ b/libports/src/lib/libc/exit.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/libports/src/lib/libc/fd_alloc.cc b/libports/src/lib/libc/fd_alloc.cc index 8b86fe48f..6032566ca 100644 --- a/libports/src/lib/libc/fd_alloc.cc +++ b/libports/src/lib/libc/fd_alloc.cc @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/libports/src/lib/libc/file_operations.cc b/libports/src/lib/libc/file_operations.cc index a5641fb88..6f597b875 100644 --- a/libports/src/lib/libc/file_operations.cc +++ b/libports/src/lib/libc/file_operations.cc @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/libports/src/lib/libc/gai_strerror.cc b/libports/src/lib/libc/gai_strerror.cc index ed1481c31..b1a88937e 100644 --- a/libports/src/lib/libc/gai_strerror.cc +++ b/libports/src/lib/libc/gai_strerror.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/libports/src/lib/libc/gettimeofday.cc b/libports/src/lib/libc/gettimeofday.cc index 2143382f3..3e509b960 100644 --- a/libports/src/lib/libc/gettimeofday.cc +++ b/libports/src/lib/libc/gettimeofday.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/libports/src/lib/libc/issetugid.cc b/libports/src/lib/libc/issetugid.cc index 118b965e4..d2d9dd329 100644 --- a/libports/src/lib/libc/issetugid.cc +++ b/libports/src/lib/libc/issetugid.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/libports/src/lib/libc/libc_debug.h b/libports/src/lib/libc/libc_debug.h index d02ab4c9c..24a113309 100644 --- a/libports/src/lib/libc/libc_debug.h +++ b/libports/src/lib/libc/libc_debug.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/libports/src/lib/libc/malloc.cc b/libports/src/lib/libc/malloc.cc index fd45ff8f2..620cb44f4 100644 --- a/libports/src/lib/libc/malloc.cc +++ b/libports/src/lib/libc/malloc.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/libports/src/lib/libc/munmap.cc b/libports/src/lib/libc/munmap.cc index f5c8235d3..546787ce7 100644 --- a/libports/src/lib/libc/munmap.cc +++ b/libports/src/lib/libc/munmap.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/libports/src/lib/libc/plugin.cc b/libports/src/lib/libc/plugin.cc index 398d6b176..522775d5f 100644 --- a/libports/src/lib/libc/plugin.cc +++ b/libports/src/lib/libc/plugin.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/libports/src/lib/libc/plugin_registry.cc b/libports/src/lib/libc/plugin_registry.cc index b6dc7d182..79a46e7b0 100644 --- a/libports/src/lib/libc/plugin_registry.cc +++ b/libports/src/lib/libc/plugin_registry.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/libports/src/lib/libc/progname.cc b/libports/src/lib/libc/progname.cc index 6652ad54b..15adf86db 100644 --- a/libports/src/lib/libc/progname.cc +++ b/libports/src/lib/libc/progname.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/libports/src/lib/libc/readlink.cc b/libports/src/lib/libc/readlink.cc index 95608985b..e6ef9dd9d 100644 --- a/libports/src/lib/libc/readlink.cc +++ b/libports/src/lib/libc/readlink.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/libports/src/lib/libc/rlimit.cc b/libports/src/lib/libc/rlimit.cc index 86994c456..246c9e9db 100644 --- a/libports/src/lib/libc/rlimit.cc +++ b/libports/src/lib/libc/rlimit.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/libports/src/lib/libc/select.cc b/libports/src/lib/libc/select.cc index 2297f5c92..76b989b09 100644 --- a/libports/src/lib/libc/select.cc +++ b/libports/src/lib/libc/select.cc @@ -8,7 +8,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/libports/src/lib/libc/sysctl.cc b/libports/src/lib/libc/sysctl.cc index a1d3da898..1423bf20b 100644 --- a/libports/src/lib/libc/sysctl.cc +++ b/libports/src/lib/libc/sysctl.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/libports/src/lib/libc_ffat/plugin.cc b/libports/src/lib/libc_ffat/plugin.cc index d82e9c88c..43d589e47 100644 --- a/libports/src/lib/libc_ffat/plugin.cc +++ b/libports/src/lib/libc_ffat/plugin.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/libports/src/lib/libc_lock_pipe/plugin.cc b/libports/src/lib/libc_lock_pipe/plugin.cc index e34fdfa8f..7c7f2387a 100644 --- a/libports/src/lib/libc_lock_pipe/plugin.cc +++ b/libports/src/lib/libc_lock_pipe/plugin.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/libports/src/lib/libc_log/plugin.cc b/libports/src/lib/libc_log/plugin.cc index 5b53f2e74..d97b61742 100644 --- a/libports/src/lib/libc_log/plugin.cc +++ b/libports/src/lib/libc_log/plugin.cc @@ -8,7 +8,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/libports/src/lib/libc_lwip/init.cc b/libports/src/lib/libc_lwip/init.cc index 3a2eb4f10..8580e574b 100644 --- a/libports/src/lib/libc_lwip/init.cc +++ b/libports/src/lib/libc_lwip/init.cc @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/libports/src/lib/libc_lwip/plugin.cc b/libports/src/lib/libc_lwip/plugin.cc index 7ea24bc79..62b9ec135 100644 --- a/libports/src/lib/libc_lwip/plugin.cc +++ b/libports/src/lib/libc_lwip/plugin.cc @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/libports/src/lib/libc_lwip_loopback/init.cc b/libports/src/lib/libc_lwip_loopback/init.cc index ac3e7aa3a..45ed39c38 100644 --- a/libports/src/lib/libc_lwip_loopback/init.cc +++ b/libports/src/lib/libc_lwip_loopback/init.cc @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/libports/src/lib/libc_lwip_nic_dhcp/init.cc b/libports/src/lib/libc_lwip_nic_dhcp/init.cc index 646e89dca..22775477f 100644 --- a/libports/src/lib/libc_lwip_nic_dhcp/init.cc +++ b/libports/src/lib/libc_lwip_nic_dhcp/init.cc @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/libports/src/lib/libc_terminal/plugin.cc b/libports/src/lib/libc_terminal/plugin.cc index d6254a4fe..ba7ba8d4f 100644 --- a/libports/src/lib/libc_terminal/plugin.cc +++ b/libports/src/lib/libc_terminal/plugin.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/libports/src/lib/libdrm/ioctl.cc b/libports/src/lib/libdrm/ioctl.cc index ab1ad6569..feb60589e 100644 --- a/libports/src/lib/libdrm/ioctl.cc +++ b/libports/src/lib/libdrm/ioctl.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/libports/src/lib/lwip/include/nic.h b/libports/src/lib/lwip/include/nic.h index f6506f939..568ffe08c 100644 --- a/libports/src/lib/lwip/include/nic.h +++ b/libports/src/lib/lwip/include/nic.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/libports/src/lib/lwip/include/ring_buffer.h b/libports/src/lib/lwip/include/ring_buffer.h index 23435a06f..eb3881453 100644 --- a/libports/src/lib/lwip/include/ring_buffer.h +++ b/libports/src/lib/lwip/include/ring_buffer.h @@ -10,7 +10,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/libports/src/lib/lwip/include/thread.h b/libports/src/lib/lwip/include/thread.h index bd9e6526b..4e17158ed 100644 --- a/libports/src/lib/lwip/include/thread.h +++ b/libports/src/lib/lwip/include/thread.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/libports/src/lib/lwip/include/timer.h b/libports/src/lib/lwip/include/timer.h index 529d47885..0a5feef95 100644 --- a/libports/src/lib/lwip/include/timer.h +++ b/libports/src/lib/lwip/include/timer.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/libports/src/lib/lwip/platform/nic.cc b/libports/src/lib/lwip/platform/nic.cc index aa1782c15..e6d6bbd04 100644 --- a/libports/src/lib/lwip/platform/nic.cc +++ b/libports/src/lib/lwip/platform/nic.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/libports/src/lib/lwip/platform/printf.cc b/libports/src/lib/lwip/platform/printf.cc index 682bac900..c68962f97 100644 --- a/libports/src/lib/lwip/platform/printf.cc +++ b/libports/src/lib/lwip/platform/printf.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/libports/src/lib/lwip/platform/sys_arch.cc b/libports/src/lib/lwip/platform/sys_arch.cc index 05d59c97b..8127e374d 100644 --- a/libports/src/lib/lwip/platform/sys_arch.cc +++ b/libports/src/lib/lwip/platform/sys_arch.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/libports/src/lib/python/dup.c b/libports/src/lib/python/dup.c index b320feaa1..d4a5f1336 100644 --- a/libports/src/lib/python/dup.c +++ b/libports/src/lib/python/dup.c @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/libports/src/lib/python/libc_plugin.cc b/libports/src/lib/python/libc_plugin.cc index 9f41aaa99..901dadbb0 100644 --- a/libports/src/lib/python/libc_plugin.cc +++ b/libports/src/lib/python/libc_plugin.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/libports/src/lib/python/libc_plugin_init.cc b/libports/src/lib/python/libc_plugin_init.cc index 2448ddcfe..f9586e871 100644 --- a/libports/src/lib/python/libc_plugin_init.cc +++ b/libports/src/lib/python/libc_plugin_init.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/libports/src/lib/readline/genode.cc b/libports/src/lib/readline/genode.cc index cfdbcf414..aec19e400 100644 --- a/libports/src/lib/readline/genode.cc +++ b/libports/src/lib/readline/genode.cc @@ -7,7 +7,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/libports/src/test/ldso/include/test-ldso.h b/libports/src/test/ldso/include/test-ldso.h index 65a724b59..4ce9bd8bc 100644 --- a/libports/src/test/ldso/include/test-ldso.h +++ b/libports/src/test/ldso/include/test-ldso.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/libports/src/test/ldso/lib/test-rtld.cc b/libports/src/test/ldso/lib/test-rtld.cc index b52a9a682..310a09991 100644 --- a/libports/src/test/ldso/lib/test-rtld.cc +++ b/libports/src/test/ldso/lib/test-rtld.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/libports/src/test/ldso/lib/test_lib.cc b/libports/src/test/ldso/lib/test_lib.cc index fdeb36042..bf3c89026 100644 --- a/libports/src/test/ldso/lib/test_lib.cc +++ b/libports/src/test/ldso/lib/test_lib.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/libports/src/test/ldso/main.cc b/libports/src/test/ldso/main.cc index 52e8bb831..50247b13d 100644 --- a/libports/src/test/ldso/main.cc +++ b/libports/src/test/ldso/main.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/libports/src/test/libc/main.cc b/libports/src/test/libc/main.cc index 929e6f819..a1d96e3b1 100644 --- a/libports/src/test/libc/main.cc +++ b/libports/src/test/libc/main.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/libports/src/test/libc_ffat/main.cc b/libports/src/test/libc_ffat/main.cc index 00c4d51a8..03725508d 100644 --- a/libports/src/test/libc_ffat/main.cc +++ b/libports/src/test/libc_ffat/main.cc @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/libports/src/test/libports/main.cc b/libports/src/test/libports/main.cc index b89ba9d30..a61fcfad2 100644 --- a/libports/src/test/libports/main.cc +++ b/libports/src/test/libports/main.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/libports/src/test/lwip/http_srv/main.cc b/libports/src/test/lwip/http_srv/main.cc index 2c61f57d6..3474930fc 100644 --- a/libports/src/test/lwip/http_srv/main.cc +++ b/libports/src/test/lwip/http_srv/main.cc @@ -11,7 +11,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/libports/src/test/lwip/loopback/main.cc b/libports/src/test/lwip/loopback/main.cc index 4e1e8d1ea..d95ddc611 100644 --- a/libports/src/test/lwip/loopback/main.cc +++ b/libports/src/test/lwip/loopback/main.cc @@ -12,7 +12,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/libports/src/test/python/main.cc b/libports/src/test/python/main.cc index 49f08b38c..bf995c957 100644 --- a/libports/src/test/python/main.cc +++ b/libports/src/test/python/main.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/include/audio_out_session/audio_out_session.h b/os/include/audio_out_session/audio_out_session.h index 7553cc948..2abb85ee2 100644 --- a/os/include/audio_out_session/audio_out_session.h +++ b/os/include/audio_out_session/audio_out_session.h @@ -25,7 +25,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/include/audio_out_session/capability.h b/os/include/audio_out_session/capability.h index f8f1e9a21..fea6c95f7 100644 --- a/os/include/audio_out_session/capability.h +++ b/os/include/audio_out_session/capability.h @@ -7,7 +7,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/include/audio_out_session/client.h b/os/include/audio_out_session/client.h index 507c8bceb..8f510617b 100644 --- a/os/include/audio_out_session/client.h +++ b/os/include/audio_out_session/client.h @@ -8,7 +8,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/include/audio_out_session/connection.h b/os/include/audio_out_session/connection.h index 68e587087..75f79ce66 100644 --- a/os/include/audio_out_session/connection.h +++ b/os/include/audio_out_session/connection.h @@ -7,7 +7,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/include/audio_out_session/rpc_object.h b/os/include/audio_out_session/rpc_object.h index 5a5560d02..9274c29ab 100644 --- a/os/include/audio_out_session/rpc_object.h +++ b/os/include/audio_out_session/rpc_object.h @@ -8,7 +8,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/include/blit/blit.h b/os/include/blit/blit.h index 65bc8d7f2..bfdd91c3e 100644 --- a/os/include/blit/blit.h +++ b/os/include/blit/blit.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2007-2011 Genode Labs GmbH + * Copyright (C) 2007-2012 Genode Labs 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/os/include/block/component.h b/os/include/block/component.h index 5b6869b92..80c086147 100644 --- a/os/include/block/component.h +++ b/os/include/block/component.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/os/include/block/driver.h b/os/include/block/driver.h index cec125697..c78326754 100644 --- a/os/include/block/driver.h +++ b/os/include/block/driver.h @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/os/include/block_session/block_session.h b/os/include/block_session/block_session.h index f44ce05f9..7f7160001 100644 --- a/os/include/block_session/block_session.h +++ b/os/include/block_session/block_session.h @@ -15,7 +15,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/include/block_session/capability.h b/os/include/block_session/capability.h index 08069b280..ea7396ad0 100644 --- a/os/include/block_session/capability.h +++ b/os/include/block_session/capability.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/include/block_session/client.h b/os/include/block_session/client.h index c2f6fd609..b4d351266 100644 --- a/os/include/block_session/client.h +++ b/os/include/block_session/client.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/include/block_session/connection.h b/os/include/block_session/connection.h index 7a4018c55..6a1b8f720 100644 --- a/os/include/block_session/connection.h +++ b/os/include/block_session/connection.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/include/block_session/rpc_object.h b/os/include/block_session/rpc_object.h index a5f5e3aa9..accce5c1a 100644 --- a/os/include/block_session/rpc_object.h +++ b/os/include/block_session/rpc_object.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/include/dde_kit/assert.h b/os/include/dde_kit/assert.h index 7d4ea5200..baa14860d 100644 --- a/os/include/dde_kit/assert.h +++ b/os/include/dde_kit/assert.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/os/include/dde_kit/dde_kit.h b/os/include/dde_kit/dde_kit.h index 3034828c0..e2e75ebec 100644 --- a/os/include/dde_kit/dde_kit.h +++ b/os/include/dde_kit/dde_kit.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/os/include/dde_kit/initcall.h b/os/include/dde_kit/initcall.h index 761534765..2e7c5110a 100644 --- a/os/include/dde_kit/initcall.h +++ b/os/include/dde_kit/initcall.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/os/include/dde_kit/interrupt.h b/os/include/dde_kit/interrupt.h index b60720ad6..8eb09b05f 100644 --- a/os/include/dde_kit/interrupt.h +++ b/os/include/dde_kit/interrupt.h @@ -9,7 +9,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/os/include/dde_kit/lock.h b/os/include/dde_kit/lock.h index 0336cffe7..52a79afaa 100644 --- a/os/include/dde_kit/lock.h +++ b/os/include/dde_kit/lock.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/os/include/dde_kit/memory.h b/os/include/dde_kit/memory.h index c8cd78fe9..7938f6ceb 100644 --- a/os/include/dde_kit/memory.h +++ b/os/include/dde_kit/memory.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/os/include/dde_kit/panic.h b/os/include/dde_kit/panic.h index 7a0a1c11e..d7c246d32 100644 --- a/os/include/dde_kit/panic.h +++ b/os/include/dde_kit/panic.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/os/include/dde_kit/pci.h b/os/include/dde_kit/pci.h index 77b595e15..900af0c37 100644 --- a/os/include/dde_kit/pci.h +++ b/os/include/dde_kit/pci.h @@ -8,7 +8,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/os/include/dde_kit/pgtab.h b/os/include/dde_kit/pgtab.h index 37a422724..f1bcf599d 100644 --- a/os/include/dde_kit/pgtab.h +++ b/os/include/dde_kit/pgtab.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/os/include/dde_kit/printf.h b/os/include/dde_kit/printf.h index 13a98a401..8084b6867 100644 --- a/os/include/dde_kit/printf.h +++ b/os/include/dde_kit/printf.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/os/include/dde_kit/resources.h b/os/include/dde_kit/resources.h index 5716475f3..4f94fa5fb 100644 --- a/os/include/dde_kit/resources.h +++ b/os/include/dde_kit/resources.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/os/include/dde_kit/semaphore.h b/os/include/dde_kit/semaphore.h index 950814634..36af5a403 100644 --- a/os/include/dde_kit/semaphore.h +++ b/os/include/dde_kit/semaphore.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/os/include/dde_kit/thread.h b/os/include/dde_kit/thread.h index c8186b28f..13b989ad5 100644 --- a/os/include/dde_kit/thread.h +++ b/os/include/dde_kit/thread.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/os/include/dde_kit/timer.h b/os/include/dde_kit/timer.h index b3a26edd7..23bc38e46 100644 --- a/os/include/dde_kit/timer.h +++ b/os/include/dde_kit/timer.h @@ -10,7 +10,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/os/include/dde_kit/types.h b/os/include/dde_kit/types.h index 605d6024d..e41e84d31 100644 --- a/os/include/dde_kit/types.h +++ b/os/include/dde_kit/types.h @@ -10,7 +10,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/os/include/framebuffer_session/capability.h b/os/include/framebuffer_session/capability.h index 83b769ba7..fb4ad1d10 100644 --- a/os/include/framebuffer_session/capability.h +++ b/os/include/framebuffer_session/capability.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/os/include/framebuffer_session/client.h b/os/include/framebuffer_session/client.h index 6fe88cdab..1fa97ab57 100644 --- a/os/include/framebuffer_session/client.h +++ b/os/include/framebuffer_session/client.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/os/include/framebuffer_session/connection.h b/os/include/framebuffer_session/connection.h index 0b69c7679..28d3fa853 100644 --- a/os/include/framebuffer_session/connection.h +++ b/os/include/framebuffer_session/connection.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/os/include/framebuffer_session/framebuffer_session.h b/os/include/framebuffer_session/framebuffer_session.h index bf6e9a701..f2ad4af2b 100644 --- a/os/include/framebuffer_session/framebuffer_session.h +++ b/os/include/framebuffer_session/framebuffer_session.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/os/include/gpu/driver.h b/os/include/gpu/driver.h index cdb587591..a77b3c0e8 100644 --- a/os/include/gpu/driver.h +++ b/os/include/gpu/driver.h @@ -9,7 +9,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/include/init/child.h b/os/include/init/child.h index 4c2c08160..23f6bdcb2 100644 --- a/os/include/init/child.h +++ b/os/include/init/child.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/include/init/child_config.h b/os/include/init/child_config.h index 0659a9cc5..7a0a4b615 100644 --- a/os/include/init/child_config.h +++ b/os/include/init/child_config.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/os/include/init/child_policy.h b/os/include/init/child_policy.h index 484d94b03..8b8917b3d 100644 --- a/os/include/init/child_policy.h +++ b/os/include/init/child_policy.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/include/input/component.h b/os/include/input/component.h index ffdd7bfb7..b0e35f902 100644 --- a/os/include/input/component.h +++ b/os/include/input/component.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/os/include/input/event.h b/os/include/input/event.h index a6a8e47f1..280a86805 100644 --- a/os/include/input/event.h +++ b/os/include/input/event.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/os/include/input/keycodes.h b/os/include/input/keycodes.h index e13bd67b5..db3f8e662 100644 --- a/os/include/input/keycodes.h +++ b/os/include/input/keycodes.h @@ -8,7 +8,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/os/include/input_session/capability.h b/os/include/input_session/capability.h index 53caf43cf..9f8d5b5c6 100644 --- a/os/include/input_session/capability.h +++ b/os/include/input_session/capability.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/os/include/input_session/client.h b/os/include/input_session/client.h index bf3d9ae3e..c2bfe8d9d 100644 --- a/os/include/input_session/client.h +++ b/os/include/input_session/client.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/os/include/input_session/connection.h b/os/include/input_session/connection.h index cb4a465be..ec179dbfa 100644 --- a/os/include/input_session/connection.h +++ b/os/include/input_session/connection.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/os/include/input_session/input_session.h b/os/include/input_session/input_session.h index daad1703b..b302d29b5 100644 --- a/os/include/input_session/input_session.h +++ b/os/include/input_session/input_session.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/os/include/ldso/arch.h b/os/include/ldso/arch.h index c026b6df8..c9eefbbac 100644 --- a/os/include/ldso/arch.h +++ b/os/include/ldso/arch.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/include/loader_session/capability.h b/os/include/loader_session/capability.h index e389182df..be99d5287 100644 --- a/os/include/loader_session/capability.h +++ b/os/include/loader_session/capability.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/include/loader_session/client.h b/os/include/loader_session/client.h index 008387046..7442ba845 100644 --- a/os/include/loader_session/client.h +++ b/os/include/loader_session/client.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/include/loader_session/connection.h b/os/include/loader_session/connection.h index 3864eecbf..f05f80f9b 100644 --- a/os/include/loader_session/connection.h +++ b/os/include/loader_session/connection.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/include/loader_session/loader_session.h b/os/include/loader_session/loader_session.h index ac5c8193d..8b07292e0 100644 --- a/os/include/loader_session/loader_session.h +++ b/os/include/loader_session/loader_session.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/include/net/arp.h b/os/include/net/arp.h index 2295e5073..7864a617c 100644 --- a/os/include/net/arp.h +++ b/os/include/net/arp.h @@ -8,7 +8,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/include/net/dhcp.h b/os/include/net/dhcp.h index d9c18c399..6ca5f4469 100644 --- a/os/include/net/dhcp.h +++ b/os/include/net/dhcp.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/include/net/ethernet.h b/os/include/net/ethernet.h index 20720c726..5e5df0c3d 100644 --- a/os/include/net/ethernet.h +++ b/os/include/net/ethernet.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/include/net/ipv4.h b/os/include/net/ipv4.h index 3cb1f80b0..cc03b426e 100644 --- a/os/include/net/ipv4.h +++ b/os/include/net/ipv4.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/include/net/netaddress.h b/os/include/net/netaddress.h index 6f10c1779..edf7de2ff 100644 --- a/os/include/net/netaddress.h +++ b/os/include/net/netaddress.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/include/net/udp.h b/os/include/net/udp.h index 6b74512a7..cd162b175 100644 --- a/os/include/net/udp.h +++ b/os/include/net/udp.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/include/nic/component.h b/os/include/nic/component.h index 6bcdac3dc..7f41591a3 100644 --- a/os/include/nic/component.h +++ b/os/include/nic/component.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/os/include/nic/driver.h b/os/include/nic/driver.h index 83f8cca13..78fd8d65d 100644 --- a/os/include/nic/driver.h +++ b/os/include/nic/driver.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/os/include/nic_session/capability.h b/os/include/nic_session/capability.h index d15f3091a..24c72c498 100644 --- a/os/include/nic_session/capability.h +++ b/os/include/nic_session/capability.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/include/nic_session/client.h b/os/include/nic_session/client.h index 8acca09ad..bf3027cd5 100644 --- a/os/include/nic_session/client.h +++ b/os/include/nic_session/client.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/include/nic_session/connection.h b/os/include/nic_session/connection.h index bb4294ceb..93aefdf5b 100644 --- a/os/include/nic_session/connection.h +++ b/os/include/nic_session/connection.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/include/nic_session/nic_session.h b/os/include/nic_session/nic_session.h index 654f9bc5c..6b7da95b1 100644 --- a/os/include/nic_session/nic_session.h +++ b/os/include/nic_session/nic_session.h @@ -17,7 +17,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/include/nic_session/rpc_object.h b/os/include/nic_session/rpc_object.h index 241aff5d5..2178cd9c6 100644 --- a/os/include/nic_session/rpc_object.h +++ b/os/include/nic_session/rpc_object.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/include/nitpicker_gfx/canvas.h b/os/include/nitpicker_gfx/canvas.h index ef6001b8b..f7f384ca4 100644 --- a/os/include/nitpicker_gfx/canvas.h +++ b/os/include/nitpicker_gfx/canvas.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/os/include/nitpicker_gfx/chunky_canvas.h b/os/include/nitpicker_gfx/chunky_canvas.h index 96dcd9e10..fc412c2ee 100644 --- a/os/include/nitpicker_gfx/chunky_canvas.h +++ b/os/include/nitpicker_gfx/chunky_canvas.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/os/include/nitpicker_gfx/color.h b/os/include/nitpicker_gfx/color.h index 8b537b918..16dddde13 100644 --- a/os/include/nitpicker_gfx/color.h +++ b/os/include/nitpicker_gfx/color.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/os/include/nitpicker_gfx/font.h b/os/include/nitpicker_gfx/font.h index 55ac770e4..81e1959a3 100644 --- a/os/include/nitpicker_gfx/font.h +++ b/os/include/nitpicker_gfx/font.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2005-2011 Genode Labs GmbH + * Copyright (C) 2005-2012 Genode Labs 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/os/include/nitpicker_gfx/geometry.h b/os/include/nitpicker_gfx/geometry.h index 863fd030b..55b9008e0 100644 --- a/os/include/nitpicker_gfx/geometry.h +++ b/os/include/nitpicker_gfx/geometry.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/os/include/nitpicker_gfx/miscmath.h b/os/include/nitpicker_gfx/miscmath.h index 68c0bad9f..bc1370967 100644 --- a/os/include/nitpicker_gfx/miscmath.h +++ b/os/include/nitpicker_gfx/miscmath.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/os/include/nitpicker_gfx/nitpicker_types.h b/os/include/nitpicker_gfx/nitpicker_types.h index 02d5fa0ed..162ae5d02 100644 --- a/os/include/nitpicker_gfx/nitpicker_types.h +++ b/os/include/nitpicker_gfx/nitpicker_types.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/include/nitpicker_gfx/pixel_rgb.h b/os/include/nitpicker_gfx/pixel_rgb.h index 8bc61b851..185981c2a 100644 --- a/os/include/nitpicker_gfx/pixel_rgb.h +++ b/os/include/nitpicker_gfx/pixel_rgb.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/os/include/nitpicker_gfx/pixel_rgb565.h b/os/include/nitpicker_gfx/pixel_rgb565.h index b3bc2c8c9..838ae6ab0 100644 --- a/os/include/nitpicker_gfx/pixel_rgb565.h +++ b/os/include/nitpicker_gfx/pixel_rgb565.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/os/include/nitpicker_session/capability.h b/os/include/nitpicker_session/capability.h index 56c71c1d9..d17fb26b8 100644 --- a/os/include/nitpicker_session/capability.h +++ b/os/include/nitpicker_session/capability.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/os/include/nitpicker_session/client.h b/os/include/nitpicker_session/client.h index ca3839743..42597c930 100644 --- a/os/include/nitpicker_session/client.h +++ b/os/include/nitpicker_session/client.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/os/include/nitpicker_session/connection.h b/os/include/nitpicker_session/connection.h index a3e2abb96..7ca883400 100644 --- a/os/include/nitpicker_session/connection.h +++ b/os/include/nitpicker_session/connection.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/os/include/nitpicker_session/nitpicker_session.h b/os/include/nitpicker_session/nitpicker_session.h index a43ad3710..b9c11ffbb 100644 --- a/os/include/nitpicker_session/nitpicker_session.h +++ b/os/include/nitpicker_session/nitpicker_session.h @@ -7,7 +7,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/os/include/nitpicker_view/capability.h b/os/include/nitpicker_view/capability.h index f736707c7..45659a5da 100644 --- a/os/include/nitpicker_view/capability.h +++ b/os/include/nitpicker_view/capability.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/os/include/nitpicker_view/client.h b/os/include/nitpicker_view/client.h index 735050f87..c336eeb55 100644 --- a/os/include/nitpicker_view/client.h +++ b/os/include/nitpicker_view/client.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/os/include/nitpicker_view/nitpicker_view.h b/os/include/nitpicker_view/nitpicker_view.h index 1a27cf6a7..186060318 100644 --- a/os/include/nitpicker_view/nitpicker_view.h +++ b/os/include/nitpicker_view/nitpicker_view.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/os/include/os/alarm.h b/os/include/os/alarm.h index d42825699..66eaf706f 100644 --- a/os/include/os/alarm.h +++ b/os/include/os/alarm.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2005-2011 Genode Labs GmbH + * Copyright (C) 2005-2012 Genode Labs 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/os/include/os/attached_io_mem_dataspace.h b/os/include/os/attached_io_mem_dataspace.h index 7f65d4f2c..0f7b1fb64 100644 --- a/os/include/os/attached_io_mem_dataspace.h +++ b/os/include/os/attached_io_mem_dataspace.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/os/include/os/attached_ram_dataspace.h b/os/include/os/attached_ram_dataspace.h index 57d91dcf8..83b3acaab 100644 --- a/os/include/os/attached_ram_dataspace.h +++ b/os/include/os/attached_ram_dataspace.h @@ -12,7 +12,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/os/include/os/config.h b/os/include/os/config.h index 75ec1c3ba..603c25174 100644 --- a/os/include/os/config.h +++ b/os/include/os/config.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/include/os/irq_activation.h b/os/include/os/irq_activation.h index 730063a23..21fb246dd 100644 --- a/os/include/os/irq_activation.h +++ b/os/include/os/irq_activation.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/os/include/os/packet_stream.h b/os/include/os/packet_stream.h index 7fe60daa5..69d44d12d 100644 --- a/os/include/os/packet_stream.h +++ b/os/include/os/packet_stream.h @@ -66,7 +66,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/include/os/ring_buffer.h b/os/include/os/ring_buffer.h index c06aa875f..204770c5e 100644 --- a/os/include/os/ring_buffer.h +++ b/os/include/os/ring_buffer.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2007-2011 Genode Labs GmbH + * Copyright (C) 2007-2012 Genode Labs 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/os/include/os/session_policy.h b/os/include/os/session_policy.h index ac010f102..1477626be 100644 --- a/os/include/os/session_policy.h +++ b/os/include/os/session_policy.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/os/include/os/timed_semaphore.h b/os/include/os/timed_semaphore.h index 60ca878db..07be885e7 100644 --- a/os/include/os/timed_semaphore.h +++ b/os/include/os/timed_semaphore.h @@ -10,7 +10,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/include/packet_stream_rx/client.h b/os/include/packet_stream_rx/client.h index 2da66bec4..f139dee17 100644 --- a/os/include/packet_stream_rx/client.h +++ b/os/include/packet_stream_rx/client.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/include/packet_stream_rx/packet_stream_rx.h b/os/include/packet_stream_rx/packet_stream_rx.h index 66203cdbd..3a9618769 100644 --- a/os/include/packet_stream_rx/packet_stream_rx.h +++ b/os/include/packet_stream_rx/packet_stream_rx.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/include/packet_stream_rx/rpc_object.h b/os/include/packet_stream_rx/rpc_object.h index 82dc93022..2852ec167 100644 --- a/os/include/packet_stream_rx/rpc_object.h +++ b/os/include/packet_stream_rx/rpc_object.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/include/packet_stream_tx/client.h b/os/include/packet_stream_tx/client.h index bf68729f9..058ad2070 100644 --- a/os/include/packet_stream_tx/client.h +++ b/os/include/packet_stream_tx/client.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/include/packet_stream_tx/packet_stream_tx.h b/os/include/packet_stream_tx/packet_stream_tx.h index dc95b36ed..1a42fce23 100644 --- a/os/include/packet_stream_tx/packet_stream_tx.h +++ b/os/include/packet_stream_tx/packet_stream_tx.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/include/packet_stream_tx/rpc_object.h b/os/include/packet_stream_tx/rpc_object.h index 472da4802..e4ad7ec33 100644 --- a/os/include/packet_stream_tx/rpc_object.h +++ b/os/include/packet_stream_tx/rpc_object.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/include/pci_device/capability.h b/os/include/pci_device/capability.h index 40a5c97c1..3c27ca412 100644 --- a/os/include/pci_device/capability.h +++ b/os/include/pci_device/capability.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/os/include/pci_device/client.h b/os/include/pci_device/client.h index f92938fc4..42b2531b7 100644 --- a/os/include/pci_device/client.h +++ b/os/include/pci_device/client.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/os/include/pci_device/pci_device.h b/os/include/pci_device/pci_device.h index e7d3e42b9..c17494722 100644 --- a/os/include/pci_device/pci_device.h +++ b/os/include/pci_device/pci_device.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/os/include/pci_session/capability.h b/os/include/pci_session/capability.h index e2b5cdfb9..528182b4f 100644 --- a/os/include/pci_session/capability.h +++ b/os/include/pci_session/capability.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/os/include/pci_session/client.h b/os/include/pci_session/client.h index 5b291c79a..d0411b10c 100644 --- a/os/include/pci_session/client.h +++ b/os/include/pci_session/client.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/os/include/pci_session/connection.h b/os/include/pci_session/connection.h index 5a3dcbefe..76b67797a 100644 --- a/os/include/pci_session/connection.h +++ b/os/include/pci_session/connection.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/os/include/pci_session/pci_session.h b/os/include/pci_session/pci_session.h index 13d38eaaa..59c5914f6 100644 --- a/os/include/pci_session/pci_session.h +++ b/os/include/pci_session/pci_session.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/os/include/platform/pbxa9/lan9118_defs.h b/os/include/platform/pbxa9/lan9118_defs.h index f87e18f63..c1d047aa1 100644 --- a/os/include/platform/pbxa9/lan9118_defs.h +++ b/os/include/platform/pbxa9/lan9118_defs.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/include/platform/pbxa9/pl011_defs.h b/os/include/platform/pbxa9/pl011_defs.h index 337123b3c..1f3bb7465 100644 --- a/os/include/platform/pbxa9/pl011_defs.h +++ b/os/include/platform/pbxa9/pl011_defs.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/os/include/platform/pbxa9/pl050_defs.h b/os/include/platform/pbxa9/pl050_defs.h index af85958a0..20be8dffa 100644 --- a/os/include/platform/pbxa9/pl050_defs.h +++ b/os/include/platform/pbxa9/pl050_defs.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/include/platform/pbxa9/pl11x_defs.h b/os/include/platform/pbxa9/pl11x_defs.h index 03319365b..9a28f4e21 100644 --- a/os/include/platform/pbxa9/pl11x_defs.h +++ b/os/include/platform/pbxa9/pl11x_defs.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/include/platform/pbxa9/pl180_defs.h b/os/include/platform/pbxa9/pl180_defs.h index 91ea19e97..a21093d41 100644 --- a/os/include/platform/pbxa9/pl180_defs.h +++ b/os/include/platform/pbxa9/pl180_defs.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/os/include/platform/pbxa9/sp810_defs.h b/os/include/platform/pbxa9/sp810_defs.h index 10076f45c..248ead4a3 100644 --- a/os/include/platform/pbxa9/sp810_defs.h +++ b/os/include/platform/pbxa9/sp810_defs.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/os/include/platform/vea9x4/bus.h b/os/include/platform/vea9x4/bus.h index 4940d721b..297a31ed4 100644 --- a/os/include/platform/vea9x4/bus.h +++ b/os/include/platform/vea9x4/bus.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/os/include/platform/vea9x4/lan9118_defs.h b/os/include/platform/vea9x4/lan9118_defs.h index 1aa077a10..23dab7d91 100644 --- a/os/include/platform/vea9x4/lan9118_defs.h +++ b/os/include/platform/vea9x4/lan9118_defs.h @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/include/platform/vea9x4/pl011_defs.h b/os/include/platform/vea9x4/pl011_defs.h index e484c131e..201a21b98 100644 --- a/os/include/platform/vea9x4/pl011_defs.h +++ b/os/include/platform/vea9x4/pl011_defs.h @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/os/include/platform/vea9x4/pl050_defs.h b/os/include/platform/vea9x4/pl050_defs.h index 11d19126d..8e6c4dd25 100644 --- a/os/include/platform/vea9x4/pl050_defs.h +++ b/os/include/platform/vea9x4/pl050_defs.h @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/include/platform/vea9x4/pl11x_defs.h b/os/include/platform/vea9x4/pl11x_defs.h index f8a73120c..8ce31d111 100644 --- a/os/include/platform/vea9x4/pl11x_defs.h +++ b/os/include/platform/vea9x4/pl11x_defs.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/os/include/platform/vea9x4/pl180_defs.h b/os/include/platform/vea9x4/pl180_defs.h index c782185ed..937a40d22 100644 --- a/os/include/platform/vea9x4/pl180_defs.h +++ b/os/include/platform/vea9x4/pl180_defs.h @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/os/include/platform/vea9x4/sp810_defs.h b/os/include/platform/vea9x4/sp810_defs.h index 618751360..5bba3db4a 100644 --- a/os/include/platform/vea9x4/sp810_defs.h +++ b/os/include/platform/vea9x4/sp810_defs.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/os/include/platform/vpb926/pl011_defs.h b/os/include/platform/vpb926/pl011_defs.h index 26229d281..6a500ac5d 100644 --- a/os/include/platform/vpb926/pl011_defs.h +++ b/os/include/platform/vpb926/pl011_defs.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/os/include/platform/vpb926/pl050_defs.h b/os/include/platform/vpb926/pl050_defs.h index 77717fe20..e95add97c 100644 --- a/os/include/platform/vpb926/pl050_defs.h +++ b/os/include/platform/vpb926/pl050_defs.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/include/platform/vpb926/pl11x_defs.h b/os/include/platform/vpb926/pl11x_defs.h index 08585c421..03e0d14c7 100644 --- a/os/include/platform/vpb926/pl11x_defs.h +++ b/os/include/platform/vpb926/pl11x_defs.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/include/platform/vpb926/sp810_defs.h b/os/include/platform/vpb926/sp810_defs.h index de0c76b1c..6268a50fc 100644 --- a/os/include/platform/vpb926/sp810_defs.h +++ b/os/include/platform/vpb926/sp810_defs.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/os/include/terminal_session/client.h b/os/include/terminal_session/client.h index 00a1674c2..690a53179 100644 --- a/os/include/terminal_session/client.h +++ b/os/include/terminal_session/client.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/os/include/terminal_session/connection.h b/os/include/terminal_session/connection.h index 774c67f0c..f82b31723 100644 --- a/os/include/terminal_session/connection.h +++ b/os/include/terminal_session/connection.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/os/include/terminal_session/terminal_session.h b/os/include/terminal_session/terminal_session.h index 1ffb74de8..75fac8c12 100644 --- a/os/include/terminal_session/terminal_session.h +++ b/os/include/terminal_session/terminal_session.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/os/include/timer_session/capability.h b/os/include/timer_session/capability.h index f60e260f0..faef4e636 100644 --- a/os/include/timer_session/capability.h +++ b/os/include/timer_session/capability.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/os/include/timer_session/client.h b/os/include/timer_session/client.h index 4ade8e2c5..2806632d7 100644 --- a/os/include/timer_session/client.h +++ b/os/include/timer_session/client.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/os/include/timer_session/connection.h b/os/include/timer_session/connection.h index e38cd35b3..3e8da3b7b 100644 --- a/os/include/timer_session/connection.h +++ b/os/include/timer_session/connection.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/os/include/timer_session/server.h b/os/include/timer_session/server.h index 799377163..fc0457874 100644 --- a/os/include/timer_session/server.h +++ b/os/include/timer_session/server.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/os/include/timer_session/timer_session.h b/os/include/timer_session/timer_session.h index 26644dba5..9d160243d 100644 --- a/os/include/timer_session/timer_session.h +++ b/os/include/timer_session/timer_session.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/os/include/util/endian.h b/os/include/util/endian.h index 77b77d942..ff46ccc8a 100644 --- a/os/include/util/endian.h +++ b/os/include/util/endian.h @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/include/util/xml_node.h b/os/include/util/xml_node.h index 553e3ed11..a6b2e6aa4 100644 --- a/os/include/util/xml_node.h +++ b/os/include/util/xml_node.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2007-2011 Genode Labs GmbH + * Copyright (C) 2007-2012 Genode Labs 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/os/include/xev_track/xev_track.h b/os/include/xev_track/xev_track.h index 5e209c2dc..c44964b68 100644 --- a/os/include/xev_track/xev_track.h +++ b/os/include/xev_track/xev_track.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/src/app/xvfb/inject_input.cc b/os/src/app/xvfb/inject_input.cc index a9f48f44a..a31323fd0 100644 --- a/os/src/app/xvfb/inject_input.cc +++ b/os/src/app/xvfb/inject_input.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/src/app/xvfb/inject_input.h b/os/src/app/xvfb/inject_input.h index 0e0e4dd51..87982d417 100644 --- a/os/src/app/xvfb/inject_input.h +++ b/os/src/app/xvfb/inject_input.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/src/app/xvfb/main.cc b/os/src/app/xvfb/main.cc index af704e7a0..94ade3c7d 100644 --- a/os/src/app/xvfb/main.cc +++ b/os/src/app/xvfb/main.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/src/drivers/ahci/main.cc b/os/src/drivers/ahci/main.cc index f66f46c17..f154c7ab8 100644 --- a/os/src/drivers/ahci/main.cc +++ b/os/src/drivers/ahci/main.cc @@ -10,7 +10,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/os/src/drivers/atapi/ata_bus_master.cc b/os/src/drivers/atapi/ata_bus_master.cc index a6d0d7474..14742e3ee 100644 --- a/os/src/drivers/atapi/ata_bus_master.cc +++ b/os/src/drivers/atapi/ata_bus_master.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/src/drivers/atapi/ata_bus_master.h b/os/src/drivers/atapi/ata_bus_master.h index 9e516e4e2..7a0fe5ed5 100644 --- a/os/src/drivers/atapi/ata_bus_master.h +++ b/os/src/drivers/atapi/ata_bus_master.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/src/drivers/atapi/ata_device.cc b/os/src/drivers/atapi/ata_device.cc index dae5e303b..cc7c5972c 100644 --- a/os/src/drivers/atapi/ata_device.cc +++ b/os/src/drivers/atapi/ata_device.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/src/drivers/atapi/ata_device.h b/os/src/drivers/atapi/ata_device.h index 5b4fad6b5..b2c39fad8 100644 --- a/os/src/drivers/atapi/ata_device.h +++ b/os/src/drivers/atapi/ata_device.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/src/drivers/atapi/atapi_device.cc b/os/src/drivers/atapi/atapi_device.cc index 2616793cc..b8b45052c 100644 --- a/os/src/drivers/atapi/atapi_device.cc +++ b/os/src/drivers/atapi/atapi_device.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/src/drivers/atapi/endian.h b/os/src/drivers/atapi/endian.h index f4a671300..0a1824c73 100644 --- a/os/src/drivers/atapi/endian.h +++ b/os/src/drivers/atapi/endian.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/src/drivers/atapi/io.cc b/os/src/drivers/atapi/io.cc index b30389642..18cc584df 100644 --- a/os/src/drivers/atapi/io.cc +++ b/os/src/drivers/atapi/io.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/src/drivers/atapi/io.h b/os/src/drivers/atapi/io.h index 3c4be64d6..4a7bf4aa6 100644 --- a/os/src/drivers/atapi/io.h +++ b/os/src/drivers/atapi/io.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/src/drivers/atapi/main.cc b/os/src/drivers/atapi/main.cc index 9d3d36185..4016de93b 100644 --- a/os/src/drivers/atapi/main.cc +++ b/os/src/drivers/atapi/main.cc @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/src/drivers/atapi/pio.h b/os/src/drivers/atapi/pio.h index b66dbeaa9..874d498e9 100644 --- a/os/src/drivers/atapi/pio.h +++ b/os/src/drivers/atapi/pio.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/src/drivers/audio_out/linux/alsa.c b/os/src/drivers/audio_out/linux/alsa.c index 0efb2696f..1dbdcd52f 100644 --- a/os/src/drivers/audio_out/linux/alsa.c +++ b/os/src/drivers/audio_out/linux/alsa.c @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/src/drivers/audio_out/linux/alsa.h b/os/src/drivers/audio_out/linux/alsa.h index 73464c972..f599e5b99 100644 --- a/os/src/drivers/audio_out/linux/alsa.h +++ b/os/src/drivers/audio_out/linux/alsa.h @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/src/drivers/audio_out/linux/main.cc b/os/src/drivers/audio_out/linux/main.cc index 3c92ed1d4..2a60e78d1 100644 --- a/os/src/drivers/audio_out/linux/main.cc +++ b/os/src/drivers/audio_out/linux/main.cc @@ -7,7 +7,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/src/drivers/framebuffer/fiasco_ux/framebuffer.cc b/os/src/drivers/framebuffer/fiasco_ux/framebuffer.cc index 932cec32a..1f890a09e 100644 --- a/os/src/drivers/framebuffer/fiasco_ux/framebuffer.cc +++ b/os/src/drivers/framebuffer/fiasco_ux/framebuffer.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/os/src/drivers/framebuffer/fiasco_ux/framebuffer.h b/os/src/drivers/framebuffer/fiasco_ux/framebuffer.h index 02b9ebcb2..a05e1689a 100644 --- a/os/src/drivers/framebuffer/fiasco_ux/framebuffer.h +++ b/os/src/drivers/framebuffer/fiasco_ux/framebuffer.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/os/src/drivers/framebuffer/fiasco_ux/main.cc b/os/src/drivers/framebuffer/fiasco_ux/main.cc index e7d6a31bf..354f2e343 100644 --- a/os/src/drivers/framebuffer/fiasco_ux/main.cc +++ b/os/src/drivers/framebuffer/fiasco_ux/main.cc @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/os/src/drivers/framebuffer/pl11x/main.cc b/os/src/drivers/framebuffer/pl11x/main.cc index ff85f9c89..5299a2109 100644 --- a/os/src/drivers/framebuffer/pl11x/main.cc +++ b/os/src/drivers/framebuffer/pl11x/main.cc @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/src/drivers/framebuffer/pl11x/vea9x4/video_memory.cc b/os/src/drivers/framebuffer/pl11x/vea9x4/video_memory.cc index c2b19f6ff..5e9a8ad91 100644 --- a/os/src/drivers/framebuffer/pl11x/vea9x4/video_memory.cc +++ b/os/src/drivers/framebuffer/pl11x/vea9x4/video_memory.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/os/src/drivers/framebuffer/pl11x/video_memory.cc b/os/src/drivers/framebuffer/pl11x/video_memory.cc index 1b41ae783..1be4e5b8e 100644 --- a/os/src/drivers/framebuffer/pl11x/video_memory.cc +++ b/os/src/drivers/framebuffer/pl11x/video_memory.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/os/src/drivers/framebuffer/pl11x/video_memory.h b/os/src/drivers/framebuffer/pl11x/video_memory.h index 618a64dd5..471be9336 100644 --- a/os/src/drivers/framebuffer/pl11x/video_memory.h +++ b/os/src/drivers/framebuffer/pl11x/video_memory.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/os/src/drivers/framebuffer/sdl/fb_sdl.cc b/os/src/drivers/framebuffer/sdl/fb_sdl.cc index f1d95ad06..6ec02b6ad 100644 --- a/os/src/drivers/framebuffer/sdl/fb_sdl.cc +++ b/os/src/drivers/framebuffer/sdl/fb_sdl.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/os/src/drivers/framebuffer/sdl/input.cc b/os/src/drivers/framebuffer/sdl/input.cc index 72655a819..4339039a5 100644 --- a/os/src/drivers/framebuffer/sdl/input.cc +++ b/os/src/drivers/framebuffer/sdl/input.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/os/src/drivers/framebuffer/vesa/framebuffer.cc b/os/src/drivers/framebuffer/vesa/framebuffer.cc index 3917c6789..f4f0f8bed 100644 --- a/os/src/drivers/framebuffer/vesa/framebuffer.cc +++ b/os/src/drivers/framebuffer/vesa/framebuffer.cc @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2007-2011 Genode Labs GmbH + * Copyright (C) 2007-2012 Genode Labs 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/os/src/drivers/framebuffer/vesa/hw_emul.cc b/os/src/drivers/framebuffer/vesa/hw_emul.cc index c5b9e9a57..4afd1613e 100644 --- a/os/src/drivers/framebuffer/vesa/hw_emul.cc +++ b/os/src/drivers/framebuffer/vesa/hw_emul.cc @@ -11,7 +11,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/src/drivers/framebuffer/vesa/ifx86emu.cc b/os/src/drivers/framebuffer/vesa/ifx86emu.cc index 25ec76278..24ce869d3 100644 --- a/os/src/drivers/framebuffer/vesa/ifx86emu.cc +++ b/os/src/drivers/framebuffer/vesa/ifx86emu.cc @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2007-2011 Genode Labs GmbH + * Copyright (C) 2007-2012 Genode Labs 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/os/src/drivers/framebuffer/vesa/include/framebuffer.h b/os/src/drivers/framebuffer/vesa/include/framebuffer.h index 00aeb1eae..00e90efd5 100644 --- a/os/src/drivers/framebuffer/vesa/include/framebuffer.h +++ b/os/src/drivers/framebuffer/vesa/include/framebuffer.h @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/os/src/drivers/framebuffer/vesa/include/hw_emul.h b/os/src/drivers/framebuffer/vesa/include/hw_emul.h index ac0e8a7e0..902eb0276 100644 --- a/os/src/drivers/framebuffer/vesa/include/hw_emul.h +++ b/os/src/drivers/framebuffer/vesa/include/hw_emul.h @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/src/drivers/framebuffer/vesa/include/ifx86emu.h b/os/src/drivers/framebuffer/vesa/include/ifx86emu.h index dc356d28d..57f12e520 100644 --- a/os/src/drivers/framebuffer/vesa/include/ifx86emu.h +++ b/os/src/drivers/framebuffer/vesa/include/ifx86emu.h @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2007-2011 Genode Labs GmbH + * Copyright (C) 2007-2012 Genode Labs 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/os/src/drivers/framebuffer/vesa/include/vbe.h b/os/src/drivers/framebuffer/vesa/include/vbe.h index 55f3baa14..5318ea37b 100644 --- a/os/src/drivers/framebuffer/vesa/include/vbe.h +++ b/os/src/drivers/framebuffer/vesa/include/vbe.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2007-2011 Genode Labs GmbH + * Copyright (C) 2007-2012 Genode Labs 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/os/src/drivers/framebuffer/vesa/include/vesa.h b/os/src/drivers/framebuffer/vesa/include/vesa.h index f36b6f374..cb4e38fbc 100644 --- a/os/src/drivers/framebuffer/vesa/include/vesa.h +++ b/os/src/drivers/framebuffer/vesa/include/vesa.h @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2007-2011 Genode Labs GmbH + * Copyright (C) 2007-2012 Genode Labs 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/os/src/drivers/framebuffer/vesa/main.cc b/os/src/drivers/framebuffer/vesa/main.cc index 0c38f8858..28e3e735b 100644 --- a/os/src/drivers/framebuffer/vesa/main.cc +++ b/os/src/drivers/framebuffer/vesa/main.cc @@ -7,7 +7,7 @@ */ /* - * Copyright (C) 2007-2011 Genode Labs GmbH + * Copyright (C) 2007-2012 Genode Labs 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/os/src/drivers/input/dummy/main.cc b/os/src/drivers/input/dummy/main.cc index b9a194a70..ba7c54915 100644 --- a/os/src/drivers/input/dummy/main.cc +++ b/os/src/drivers/input/dummy/main.cc @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/os/src/drivers/input/fiasco_ux/input.cc b/os/src/drivers/input/fiasco_ux/input.cc index 92bfd6f89..67eb88366 100644 --- a/os/src/drivers/input/fiasco_ux/input.cc +++ b/os/src/drivers/input/fiasco_ux/input.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/os/src/drivers/input/fiasco_ux/input.h b/os/src/drivers/input/fiasco_ux/input.h index 9d69f961f..aab1ca4ae 100644 --- a/os/src/drivers/input/fiasco_ux/input.h +++ b/os/src/drivers/input/fiasco_ux/input.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/os/src/drivers/input/fiasco_ux/main.cc b/os/src/drivers/input/fiasco_ux/main.cc index 1948da9a3..e31b9e4e3 100644 --- a/os/src/drivers/input/fiasco_ux/main.cc +++ b/os/src/drivers/input/fiasco_ux/main.cc @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/os/src/drivers/input/fiasco_ux/test.cc b/os/src/drivers/input/fiasco_ux/test.cc index d2541c667..85eaf2e30 100644 --- a/os/src/drivers/input/fiasco_ux/test.cc +++ b/os/src/drivers/input/fiasco_ux/test.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/os/src/drivers/input/ps2/event_queue.h b/os/src/drivers/input/ps2/event_queue.h index 76fb4ec9a..a35dcd323 100644 --- a/os/src/drivers/input/ps2/event_queue.h +++ b/os/src/drivers/input/ps2/event_queue.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2007-2011 Genode Labs GmbH + * Copyright (C) 2007-2012 Genode Labs 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/os/src/drivers/input/ps2/input_driver.h b/os/src/drivers/input/ps2/input_driver.h index 5e5d72ea6..e1f59cc0f 100644 --- a/os/src/drivers/input/ps2/input_driver.h +++ b/os/src/drivers/input/ps2/input_driver.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2007-2011 Genode Labs GmbH + * Copyright (C) 2007-2012 Genode Labs 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/os/src/drivers/input/ps2/irq_handler.h b/os/src/drivers/input/ps2/irq_handler.h index 60cc33c78..fc20612ff 100644 --- a/os/src/drivers/input/ps2/irq_handler.h +++ b/os/src/drivers/input/ps2/irq_handler.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2007-2011 Genode Labs GmbH + * Copyright (C) 2007-2012 Genode Labs 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/os/src/drivers/input/ps2/pl050/irq_handler.h b/os/src/drivers/input/ps2/pl050/irq_handler.h index 71b50d327..d0e9e0180 100644 --- a/os/src/drivers/input/ps2/pl050/irq_handler.h +++ b/os/src/drivers/input/ps2/pl050/irq_handler.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2007-2011 Genode Labs GmbH + * Copyright (C) 2007-2012 Genode Labs 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/os/src/drivers/input/ps2/pl050/main.cc b/os/src/drivers/input/ps2/pl050/main.cc index 595ae653a..be599e193 100644 --- a/os/src/drivers/input/ps2/pl050/main.cc +++ b/os/src/drivers/input/ps2/pl050/main.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2007-2011 Genode Labs GmbH + * Copyright (C) 2007-2012 Genode Labs 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/os/src/drivers/input/ps2/pl050/pl050.h b/os/src/drivers/input/ps2/pl050/pl050.h index 074f4a919..76f0af26b 100644 --- a/os/src/drivers/input/ps2/pl050/pl050.h +++ b/os/src/drivers/input/ps2/pl050/pl050.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/src/drivers/input/ps2/ps2_keyboard.h b/os/src/drivers/input/ps2/ps2_keyboard.h index 8d88ebcd5..52ff0b885 100644 --- a/os/src/drivers/input/ps2/ps2_keyboard.h +++ b/os/src/drivers/input/ps2/ps2_keyboard.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2007-2011 Genode Labs GmbH + * Copyright (C) 2007-2012 Genode Labs 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/os/src/drivers/input/ps2/ps2_mouse.h b/os/src/drivers/input/ps2/ps2_mouse.h index b0a44d168..8b92a2060 100644 --- a/os/src/drivers/input/ps2/ps2_mouse.h +++ b/os/src/drivers/input/ps2/ps2_mouse.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2007-2011 Genode Labs GmbH + * Copyright (C) 2007-2012 Genode Labs 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/os/src/drivers/input/ps2/scan_code_set_1.h b/os/src/drivers/input/ps2/scan_code_set_1.h index d3dd0ea05..0a5f1a311 100644 --- a/os/src/drivers/input/ps2/scan_code_set_1.h +++ b/os/src/drivers/input/ps2/scan_code_set_1.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2007-2011 Genode Labs GmbH + * Copyright (C) 2007-2012 Genode Labs 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/os/src/drivers/input/ps2/scan_code_set_2.h b/os/src/drivers/input/ps2/scan_code_set_2.h index 73067c851..390ad001b 100644 --- a/os/src/drivers/input/ps2/scan_code_set_2.h +++ b/os/src/drivers/input/ps2/scan_code_set_2.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2007-2011 Genode Labs GmbH + * Copyright (C) 2007-2012 Genode Labs 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/os/src/drivers/input/ps2/serial_interface.h b/os/src/drivers/input/ps2/serial_interface.h index 19e7c1086..9466c991b 100644 --- a/os/src/drivers/input/ps2/serial_interface.h +++ b/os/src/drivers/input/ps2/serial_interface.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2007-2011 Genode Labs GmbH + * Copyright (C) 2007-2012 Genode Labs 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/os/src/drivers/input/ps2/x86/i8042.h b/os/src/drivers/input/ps2/x86/i8042.h index 86d190b8e..7d7a2fea1 100644 --- a/os/src/drivers/input/ps2/x86/i8042.h +++ b/os/src/drivers/input/ps2/x86/i8042.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2007-2011 Genode Labs GmbH + * Copyright (C) 2007-2012 Genode Labs 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/os/src/drivers/input/ps2/x86/main.cc b/os/src/drivers/input/ps2/x86/main.cc index 63ae8dd37..4ffe278f3 100644 --- a/os/src/drivers/input/ps2/x86/main.cc +++ b/os/src/drivers/input/ps2/x86/main.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2007-2011 Genode Labs GmbH + * Copyright (C) 2007-2012 Genode Labs 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/os/src/drivers/nic/lan9118/lan9118.h b/os/src/drivers/nic/lan9118/lan9118.h index 77d313559..7e676aab3 100644 --- a/os/src/drivers/nic/lan9118/lan9118.h +++ b/os/src/drivers/nic/lan9118/lan9118.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/os/src/drivers/nic/lan9118/main.cc b/os/src/drivers/nic/lan9118/main.cc index e8e0ea3a2..29dd67afe 100644 --- a/os/src/drivers/nic/lan9118/main.cc +++ b/os/src/drivers/nic/lan9118/main.cc @@ -8,7 +8,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/os/src/drivers/nic/linux/main.cc b/os/src/drivers/nic/linux/main.cc index bc536ad6d..5860c7127 100644 --- a/os/src/drivers/nic/linux/main.cc +++ b/os/src/drivers/nic/linux/main.cc @@ -12,7 +12,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/os/src/drivers/pci/main.cc b/os/src/drivers/pci/main.cc index 9e2e71fba..72245cac1 100644 --- a/os/src/drivers/pci/main.cc +++ b/os/src/drivers/pci/main.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/os/src/drivers/pci/pci_config_access.h b/os/src/drivers/pci/pci_config_access.h index b99c39414..f59bfd2f1 100644 --- a/os/src/drivers/pci/pci_config_access.h +++ b/os/src/drivers/pci/pci_config_access.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/os/src/drivers/pci/pci_device_component.h b/os/src/drivers/pci/pci_device_component.h index b00afbd63..d754aa1ab 100644 --- a/os/src/drivers/pci/pci_device_component.h +++ b/os/src/drivers/pci/pci_device_component.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/os/src/drivers/pci/pci_device_config.h b/os/src/drivers/pci/pci_device_config.h index 4433d78d0..cd5f1650e 100644 --- a/os/src/drivers/pci/pci_device_config.h +++ b/os/src/drivers/pci/pci_device_config.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/os/src/drivers/pci/pci_session_component.h b/os/src/drivers/pci/pci_session_component.h index 7889ac131..63d4e35de 100644 --- a/os/src/drivers/pci/pci_session_component.h +++ b/os/src/drivers/pci/pci_session_component.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/os/src/drivers/platform/gta01/main.cc b/os/src/drivers/platform/gta01/main.cc index df86c7e4a..98d7b494f 100644 --- a/os/src/drivers/platform/gta01/main.cc +++ b/os/src/drivers/platform/gta01/main.cc @@ -13,7 +13,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/src/drivers/rtc/x86/main.cc b/os/src/drivers/rtc/x86/main.cc index 3f7966c3a..87e2e67e4 100644 --- a/os/src/drivers/rtc/x86/main.cc +++ b/os/src/drivers/rtc/x86/main.cc @@ -7,7 +7,7 @@ */ /* - * Copyright (C) 2007-2011 Genode Labs GmbH + * Copyright (C) 2007-2012 Genode Labs 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/os/src/drivers/sd_card/host_driver.h b/os/src/drivers/sd_card/host_driver.h index d87c356e4..601846eda 100644 --- a/os/src/drivers/sd_card/host_driver.h +++ b/os/src/drivers/sd_card/host_driver.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/os/src/drivers/sd_card/pl180/main.cc b/os/src/drivers/sd_card/pl180/main.cc index 31316bfd3..92cd2e9d8 100644 --- a/os/src/drivers/sd_card/pl180/main.cc +++ b/os/src/drivers/sd_card/pl180/main.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/os/src/drivers/sd_card/pl180/pl180.h b/os/src/drivers/sd_card/pl180/pl180.h index 2b763fda9..0a96a48c7 100644 --- a/os/src/drivers/sd_card/pl180/pl180.h +++ b/os/src/drivers/sd_card/pl180/pl180.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/os/src/drivers/sd_card/sd_card.h b/os/src/drivers/sd_card/sd_card.h index cd854e89c..d777866cb 100644 --- a/os/src/drivers/sd_card/sd_card.h +++ b/os/src/drivers/sd_card/sd_card.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/os/src/drivers/timer/codezero/platform_timer.cc b/os/src/drivers/timer/codezero/platform_timer.cc index a954dca58..ba0f13bee 100644 --- a/os/src/drivers/timer/codezero/platform_timer.cc +++ b/os/src/drivers/timer/codezero/platform_timer.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/src/drivers/timer/fiasco/platform_timer.cc b/os/src/drivers/timer/fiasco/platform_timer.cc index c44e3bd73..3043a4c99 100644 --- a/os/src/drivers/timer/fiasco/platform_timer.cc +++ b/os/src/drivers/timer/fiasco/platform_timer.cc @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/os/src/drivers/timer/foc/timer_root.h b/os/src/drivers/timer/foc/timer_root.h index 74843de59..dee04798c 100644 --- a/os/src/drivers/timer/foc/timer_root.h +++ b/os/src/drivers/timer/foc/timer_root.h @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/os/src/drivers/timer/foc/timer_session_component.h b/os/src/drivers/timer/foc/timer_session_component.h index fe7fb1fbf..9f9812c86 100644 --- a/os/src/drivers/timer/foc/timer_session_component.h +++ b/os/src/drivers/timer/foc/timer_session_component.h @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/src/drivers/timer/include/timer_root.h b/os/src/drivers/timer/include/timer_root.h index bc36a90bd..ef89855aa 100644 --- a/os/src/drivers/timer/include/timer_root.h +++ b/os/src/drivers/timer/include/timer_root.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/os/src/drivers/timer/include/timer_session_component.h b/os/src/drivers/timer/include/timer_session_component.h index 07369e0b7..5afa2afdc 100644 --- a/os/src/drivers/timer/include/timer_session_component.h +++ b/os/src/drivers/timer/include/timer_session_component.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/os/src/drivers/timer/include_periodic/platform_timer.h b/os/src/drivers/timer/include_periodic/platform_timer.h index 6a266dc22..9d3b41f9b 100644 --- a/os/src/drivers/timer/include_periodic/platform_timer.h +++ b/os/src/drivers/timer/include_periodic/platform_timer.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/src/drivers/timer/include_pit/platform_timer.h b/os/src/drivers/timer/include_pit/platform_timer.h index fafbf05b7..6956df614 100644 --- a/os/src/drivers/timer/include_pit/platform_timer.h +++ b/os/src/drivers/timer/include_pit/platform_timer.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/src/drivers/timer/linux/platform_timer.cc b/os/src/drivers/timer/linux/platform_timer.cc index 1c2004f51..8da23229d 100644 --- a/os/src/drivers/timer/linux/platform_timer.cc +++ b/os/src/drivers/timer/linux/platform_timer.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/os/src/drivers/timer/main.cc b/os/src/drivers/timer/main.cc index 19845fff8..58d8fe7d2 100644 --- a/os/src/drivers/timer/main.cc +++ b/os/src/drivers/timer/main.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/os/src/drivers/timer/nova/timer_root.h b/os/src/drivers/timer/nova/timer_root.h index b16573b1c..42f6cf415 100644 --- a/os/src/drivers/timer/nova/timer_root.h +++ b/os/src/drivers/timer/nova/timer_root.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/os/src/drivers/timer/nova/timer_session_component.h b/os/src/drivers/timer/nova/timer_session_component.h index 5d2f98915..b7c89f4e6 100644 --- a/os/src/drivers/timer/nova/timer_session_component.h +++ b/os/src/drivers/timer/nova/timer_session_component.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/src/drivers/timer/okl4_arm/platform_timer.cc b/os/src/drivers/timer/okl4_arm/platform_timer.cc index 7c28c3a92..54eae709e 100644 --- a/os/src/drivers/timer/okl4_arm/platform_timer.cc +++ b/os/src/drivers/timer/okl4_arm/platform_timer.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/src/drivers/timer/pistachio/platform_timer.cc b/os/src/drivers/timer/pistachio/platform_timer.cc index f55be112f..3a2351503 100644 --- a/os/src/drivers/timer/pistachio/platform_timer.cc +++ b/os/src/drivers/timer/pistachio/platform_timer.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/os/src/drivers/uart/i8250/i8250.h b/os/src/drivers/uart/i8250/i8250.h index 3d912a736..93628084a 100644 --- a/os/src/drivers/uart/i8250/i8250.h +++ b/os/src/drivers/uart/i8250/i8250.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/os/src/drivers/uart/i8250/main.cc b/os/src/drivers/uart/i8250/main.cc index d7e2a0f39..20db1276b 100644 --- a/os/src/drivers/uart/i8250/main.cc +++ b/os/src/drivers/uart/i8250/main.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/os/src/drivers/uart/pl011/main.cc b/os/src/drivers/uart/pl011/main.cc index 6fe23f7fd..201111199 100644 --- a/os/src/drivers/uart/pl011/main.cc +++ b/os/src/drivers/uart/pl011/main.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/os/src/drivers/uart/pl011/pl011.h b/os/src/drivers/uart/pl011/pl011.h index 45e75cd71..b806764af 100644 --- a/os/src/drivers/uart/pl011/pl011.h +++ b/os/src/drivers/uart/pl011/pl011.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/os/src/drivers/uart/terminal_component.h b/os/src/drivers/uart/terminal_component.h index 61a16b691..825751d5b 100644 --- a/os/src/drivers/uart/terminal_component.h +++ b/os/src/drivers/uart/terminal_component.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/os/src/drivers/uart/terminal_driver.h b/os/src/drivers/uart/terminal_driver.h index a7de682e6..faaf4f351 100644 --- a/os/src/drivers/uart/terminal_driver.h +++ b/os/src/drivers/uart/terminal_driver.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/os/src/init/main.cc b/os/src/init/main.cc index e9c105bf7..f281fa606 100644 --- a/os/src/init/main.cc +++ b/os/src/init/main.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/src/lib/alarm/alarm.cc b/os/src/lib/alarm/alarm.cc index 01cabcf01..e69b29aa6 100644 --- a/os/src/lib/alarm/alarm.cc +++ b/os/src/lib/alarm/alarm.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2005-2011 Genode Labs GmbH + * Copyright (C) 2005-2012 Genode Labs 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/os/src/lib/blit/blit.cc b/os/src/lib/blit/blit.cc index 7a850ed2a..5936e76fc 100644 --- a/os/src/lib/blit/blit.cc +++ b/os/src/lib/blit/blit.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2007-2011 Genode Labs GmbH + * Copyright (C) 2007-2012 Genode Labs 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/os/src/lib/blit/x86/blit.cc b/os/src/lib/blit/x86/blit.cc index 002a190a9..f359e9287 100644 --- a/os/src/lib/blit/x86/blit.cc +++ b/os/src/lib/blit/x86/blit.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2007-2011 Genode Labs GmbH + * Copyright (C) 2007-2012 Genode Labs 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/os/src/lib/blit/x86/x86_32/mmx.h b/os/src/lib/blit/x86/x86_32/mmx.h index 4d0bf915b..5b3e94436 100644 --- a/os/src/lib/blit/x86/x86_32/mmx.h +++ b/os/src/lib/blit/x86/x86_32/mmx.h @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/src/lib/blit/x86/x86_64/mmx.h b/os/src/lib/blit/x86/x86_64/mmx.h index 778e18d33..9094f8cd3 100644 --- a/os/src/lib/blit/x86/x86_64/mmx.h +++ b/os/src/lib/blit/x86/x86_64/mmx.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/src/lib/dde_kit/dde_kit.cc b/os/src/lib/dde_kit/dde_kit.cc index c19c508bc..96ee8741b 100644 --- a/os/src/lib/dde_kit/dde_kit.cc +++ b/os/src/lib/dde_kit/dde_kit.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/os/src/lib/dde_kit/interrupt.cc b/os/src/lib/dde_kit/interrupt.cc index 03d60fca8..b36f2e444 100644 --- a/os/src/lib/dde_kit/interrupt.cc +++ b/os/src/lib/dde_kit/interrupt.cc @@ -14,7 +14,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/os/src/lib/dde_kit/lock.cc b/os/src/lib/dde_kit/lock.cc index bf12947dc..8f745eff1 100644 --- a/os/src/lib/dde_kit/lock.cc +++ b/os/src/lib/dde_kit/lock.cc @@ -9,7 +9,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/os/src/lib/dde_kit/memory.cc b/os/src/lib/dde_kit/memory.cc index d9c6ef14b..6ccb7d7fa 100644 --- a/os/src/lib/dde_kit/memory.cc +++ b/os/src/lib/dde_kit/memory.cc @@ -10,7 +10,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/os/src/lib/dde_kit/panic.cc b/os/src/lib/dde_kit/panic.cc index 917cab6bb..3dc4cf975 100644 --- a/os/src/lib/dde_kit/panic.cc +++ b/os/src/lib/dde_kit/panic.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/os/src/lib/dde_kit/pci.cc b/os/src/lib/dde_kit/pci.cc index ecdac0be3..ee2f3acab 100644 --- a/os/src/lib/dde_kit/pci.cc +++ b/os/src/lib/dde_kit/pci.cc @@ -14,7 +14,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/os/src/lib/dde_kit/pci_tree.cc b/os/src/lib/dde_kit/pci_tree.cc index 76db25297..410505dda 100644 --- a/os/src/lib/dde_kit/pci_tree.cc +++ b/os/src/lib/dde_kit/pci_tree.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/os/src/lib/dde_kit/pci_tree.h b/os/src/lib/dde_kit/pci_tree.h index 74fd3dd5a..d20b9d904 100644 --- a/os/src/lib/dde_kit/pci_tree.h +++ b/os/src/lib/dde_kit/pci_tree.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/os/src/lib/dde_kit/pgtab.cc b/os/src/lib/dde_kit/pgtab.cc index ee0f1a543..066048fe0 100644 --- a/os/src/lib/dde_kit/pgtab.cc +++ b/os/src/lib/dde_kit/pgtab.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/os/src/lib/dde_kit/printf.cc b/os/src/lib/dde_kit/printf.cc index 28b3fb96d..16b078548 100644 --- a/os/src/lib/dde_kit/printf.cc +++ b/os/src/lib/dde_kit/printf.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/os/src/lib/dde_kit/resources.cc b/os/src/lib/dde_kit/resources.cc index 0e4da0a24..24e0ed0e6 100644 --- a/os/src/lib/dde_kit/resources.cc +++ b/os/src/lib/dde_kit/resources.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/os/src/lib/dde_kit/semaphore.cc b/os/src/lib/dde_kit/semaphore.cc index a15e28551..c5e9b3c07 100644 --- a/os/src/lib/dde_kit/semaphore.cc +++ b/os/src/lib/dde_kit/semaphore.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/os/src/lib/dde_kit/thread.cc b/os/src/lib/dde_kit/thread.cc index 46686fc9b..3cac799bb 100644 --- a/os/src/lib/dde_kit/thread.cc +++ b/os/src/lib/dde_kit/thread.cc @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/os/src/lib/dde_kit/thread.h b/os/src/lib/dde_kit/thread.h index 9edb196e9..eea2d60e4 100644 --- a/os/src/lib/dde_kit/thread.h +++ b/os/src/lib/dde_kit/thread.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/os/src/lib/dde_kit/timer.cc b/os/src/lib/dde_kit/timer.cc index cc66e2a1d..0bc23654f 100644 --- a/os/src/lib/dde_kit/timer.cc +++ b/os/src/lib/dde_kit/timer.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/os/src/lib/ldso/arch/binary_name.cc b/os/src/lib/ldso/arch/binary_name.cc index db99c3e61..3b8fe25e3 100644 --- a/os/src/lib/ldso/arch/binary_name.cc +++ b/os/src/lib/ldso/arch/binary_name.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/src/lib/ldso/arch/codezero/dummy.c b/os/src/lib/ldso/arch/codezero/dummy.c index e4d39df7d..1db54661b 100644 --- a/os/src/lib/ldso/arch/codezero/dummy.c +++ b/os/src/lib/ldso/arch/codezero/dummy.c @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/os/src/lib/ldso/arch/linux/binary_name.cc b/os/src/lib/ldso/arch/linux/binary_name.cc index 73d0bd6d3..1b0ef76cf 100644 --- a/os/src/lib/ldso/arch/linux/binary_name.cc +++ b/os/src/lib/ldso/arch/linux/binary_name.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/src/lib/ldso/arch/linux/parent_cap.cc b/os/src/lib/ldso/arch/linux/parent_cap.cc index 401fb5730..a9df31255 100644 --- a/os/src/lib/ldso/arch/linux/parent_cap.cc +++ b/os/src/lib/ldso/arch/linux/parent_cap.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/src/lib/ldso/arch/parent_cap.cc b/os/src/lib/ldso/arch/parent_cap.cc index b491cd2fb..6bb02dec1 100644 --- a/os/src/lib/ldso/arch/parent_cap.cc +++ b/os/src/lib/ldso/arch/parent_cap.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/src/lib/ldso/arm/crt0.s b/os/src/lib/ldso/arm/crt0.s index 7e47b1ebd..a5b6a00bc 100644 --- a/os/src/lib/ldso/arm/crt0.s +++ b/os/src/lib/ldso/arm/crt0.s @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2007-2011 Genode Labs GmbH + * Copyright (C) 2007-2012 Genode Labs 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/os/src/lib/ldso/arm/platform.c b/os/src/lib/ldso/arm/platform.c index 935e0c041..2106755f5 100644 --- a/os/src/lib/ldso/arm/platform.c +++ b/os/src/lib/ldso/arm/platform.c @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/src/lib/ldso/dl_extensions.h b/os/src/lib/ldso/dl_extensions.h index 37dc9d118..f70152294 100644 --- a/os/src/lib/ldso/dl_extensions.h +++ b/os/src/lib/ldso/dl_extensions.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/src/lib/ldso/environ.cc b/os/src/lib/ldso/environ.cc index d0c06fc07..1f57133b4 100644 --- a/os/src/lib/ldso/environ.cc +++ b/os/src/lib/ldso/environ.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/os/src/lib/ldso/err.cc b/os/src/lib/ldso/err.cc index b4aa02dd8..bbc31bcdd 100644 --- a/os/src/lib/ldso/err.cc +++ b/os/src/lib/ldso/err.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/src/lib/ldso/file.cc b/os/src/lib/ldso/file.cc index 8d192b482..9dd703d81 100644 --- a/os/src/lib/ldso/file.cc +++ b/os/src/lib/ldso/file.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/src/lib/ldso/file.h b/os/src/lib/ldso/file.h index 505fe39d0..5fed95ba3 100644 --- a/os/src/lib/ldso/file.h +++ b/os/src/lib/ldso/file.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/src/lib/ldso/include/arm/call_main.h b/os/src/lib/ldso/include/arm/call_main.h index a823523a4..1ac5fc970 100644 --- a/os/src/lib/ldso/include/arm/call_main.h +++ b/os/src/lib/ldso/include/arm/call_main.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/os/src/lib/ldso/include/libc_emu/err.h b/os/src/lib/ldso/include/libc_emu/err.h index fd7beab48..f2b4d35e4 100644 --- a/os/src/lib/ldso/include/libc_emu/err.h +++ b/os/src/lib/ldso/include/libc_emu/err.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/src/lib/ldso/include/libc_emu/errno.h b/os/src/lib/ldso/include/libc_emu/errno.h index e6d68e687..9c03d102e 100644 --- a/os/src/lib/ldso/include/libc_emu/errno.h +++ b/os/src/lib/ldso/include/libc_emu/errno.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/src/lib/ldso/include/libc_emu/fcntl.h b/os/src/lib/ldso/include/libc_emu/fcntl.h index aec0bc100..b6ae567c5 100644 --- a/os/src/lib/ldso/include/libc_emu/fcntl.h +++ b/os/src/lib/ldso/include/libc_emu/fcntl.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/src/lib/ldso/include/libc_emu/ldso_types.h b/os/src/lib/ldso/include/libc_emu/ldso_types.h index 6fa3bca6a..1c653a952 100644 --- a/os/src/lib/ldso/include/libc_emu/ldso_types.h +++ b/os/src/lib/ldso/include/libc_emu/ldso_types.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/src/lib/ldso/include/libc_emu/link.h b/os/src/lib/ldso/include/libc_emu/link.h index a6ac33089..542abe3fb 100644 --- a/os/src/lib/ldso/include/libc_emu/link.h +++ b/os/src/lib/ldso/include/libc_emu/link.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/src/lib/ldso/include/libc_emu/machine/atomic.h b/os/src/lib/ldso/include/libc_emu/machine/atomic.h index 9205ed61f..bad2a1b06 100644 --- a/os/src/lib/ldso/include/libc_emu/machine/atomic.h +++ b/os/src/lib/ldso/include/libc_emu/machine/atomic.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/src/lib/ldso/include/libc_emu/machine/segments.h b/os/src/lib/ldso/include/libc_emu/machine/segments.h index e6d68e687..9c03d102e 100644 --- a/os/src/lib/ldso/include/libc_emu/machine/segments.h +++ b/os/src/lib/ldso/include/libc_emu/machine/segments.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/src/lib/ldso/include/libc_emu/machine/sysarch.h b/os/src/lib/ldso/include/libc_emu/machine/sysarch.h index baa55b120..b6d89255c 100644 --- a/os/src/lib/ldso/include/libc_emu/machine/sysarch.h +++ b/os/src/lib/ldso/include/libc_emu/machine/sysarch.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/src/lib/ldso/include/libc_emu/stdio.h b/os/src/lib/ldso/include/libc_emu/stdio.h index f9f564857..399006667 100644 --- a/os/src/lib/ldso/include/libc_emu/stdio.h +++ b/os/src/lib/ldso/include/libc_emu/stdio.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/src/lib/ldso/include/libc_emu/stdlib.h b/os/src/lib/ldso/include/libc_emu/stdlib.h index 23bbd6109..25b70e78f 100644 --- a/os/src/lib/ldso/include/libc_emu/stdlib.h +++ b/os/src/lib/ldso/include/libc_emu/stdlib.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/src/lib/ldso/include/libc_emu/string.h b/os/src/lib/ldso/include/libc_emu/string.h index 5abb19a05..4c1ab4071 100644 --- a/os/src/lib/ldso/include/libc_emu/string.h +++ b/os/src/lib/ldso/include/libc_emu/string.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/src/lib/ldso/include/libc_emu/sys/_types.h b/os/src/lib/ldso/include/libc_emu/sys/_types.h index 09c858cb5..6e3040e56 100644 --- a/os/src/lib/ldso/include/libc_emu/sys/_types.h +++ b/os/src/lib/ldso/include/libc_emu/sys/_types.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/src/lib/ldso/include/libc_emu/sys/ktrace.h b/os/src/lib/ldso/include/libc_emu/sys/ktrace.h index ff0946c6a..9e877b096 100644 --- a/os/src/lib/ldso/include/libc_emu/sys/ktrace.h +++ b/os/src/lib/ldso/include/libc_emu/sys/ktrace.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/src/lib/ldso/include/libc_emu/sys/mman.h b/os/src/lib/ldso/include/libc_emu/sys/mman.h index 1360f212c..638338ee8 100644 --- a/os/src/lib/ldso/include/libc_emu/sys/mman.h +++ b/os/src/lib/ldso/include/libc_emu/sys/mman.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/src/lib/ldso/include/libc_emu/sys/mount.h b/os/src/lib/ldso/include/libc_emu/sys/mount.h index e6d68e687..9c03d102e 100644 --- a/os/src/lib/ldso/include/libc_emu/sys/mount.h +++ b/os/src/lib/ldso/include/libc_emu/sys/mount.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/src/lib/ldso/include/libc_emu/sys/param.h b/os/src/lib/ldso/include/libc_emu/sys/param.h index 93755f482..44b7125d9 100644 --- a/os/src/lib/ldso/include/libc_emu/sys/param.h +++ b/os/src/lib/ldso/include/libc_emu/sys/param.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/src/lib/ldso/include/libc_emu/sys/queue.h b/os/src/lib/ldso/include/libc_emu/sys/queue.h index e6d68e687..9c03d102e 100644 --- a/os/src/lib/ldso/include/libc_emu/sys/queue.h +++ b/os/src/lib/ldso/include/libc_emu/sys/queue.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/src/lib/ldso/include/libc_emu/sys/types.h b/os/src/lib/ldso/include/libc_emu/sys/types.h index 9205ed61f..bad2a1b06 100644 --- a/os/src/lib/ldso/include/libc_emu/sys/types.h +++ b/os/src/lib/ldso/include/libc_emu/sys/types.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/src/lib/ldso/include/libc_emu/sys/uio.h b/os/src/lib/ldso/include/libc_emu/sys/uio.h index e6d68e687..9c03d102e 100644 --- a/os/src/lib/ldso/include/libc_emu/sys/uio.h +++ b/os/src/lib/ldso/include/libc_emu/sys/uio.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/src/lib/ldso/include/libc_emu/unistd.h b/os/src/lib/ldso/include/libc_emu/unistd.h index 709bef58c..cebb18335 100644 --- a/os/src/lib/ldso/include/libc_emu/unistd.h +++ b/os/src/lib/ldso/include/libc_emu/unistd.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/src/lib/ldso/include/x86_32/call_main.h b/os/src/lib/ldso/include/x86_32/call_main.h index c310370d5..9ae72f25d 100644 --- a/os/src/lib/ldso/include/x86_32/call_main.h +++ b/os/src/lib/ldso/include/x86_32/call_main.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/os/src/lib/ldso/include/x86_64/call_main.h b/os/src/lib/ldso/include/x86_64/call_main.h index 4bb4369e9..e68c0b91c 100644 --- a/os/src/lib/ldso/include/x86_64/call_main.h +++ b/os/src/lib/ldso/include/x86_64/call_main.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/os/src/lib/ldso/ldso.ld b/os/src/lib/ldso/ldso.ld index fc92ee9e2..dd09a1092 100644 --- a/os/src/lib/ldso/ldso.ld +++ b/os/src/lib/ldso/ldso.ld @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/os/src/lib/ldso/ldso_types.c b/os/src/lib/ldso/ldso_types.c index 95bf83cb2..cd949f59f 100644 --- a/os/src/lib/ldso/ldso_types.c +++ b/os/src/lib/ldso/ldso_types.c @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/src/lib/ldso/lock.cc b/os/src/lib/ldso/lock.cc index c7b1e94e4..d54701b85 100644 --- a/os/src/lib/ldso/lock.cc +++ b/os/src/lib/ldso/lock.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/os/src/lib/ldso/main.c b/os/src/lib/ldso/main.c index b36363f4d..9277dcdbe 100644 --- a/os/src/lib/ldso/main.c +++ b/os/src/lib/ldso/main.c @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/src/lib/ldso/platform.c b/os/src/lib/ldso/platform.c index b49032997..805fc07e8 100644 --- a/os/src/lib/ldso/platform.c +++ b/os/src/lib/ldso/platform.c @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/os/src/lib/ldso/rtld_dummies.c b/os/src/lib/ldso/rtld_dummies.c index f0d19ce09..65747047f 100644 --- a/os/src/lib/ldso/rtld_dummies.c +++ b/os/src/lib/ldso/rtld_dummies.c @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/src/lib/ldso/startup/startup.cc b/os/src/lib/ldso/startup/startup.cc index a8e979299..0ae5db8e5 100644 --- a/os/src/lib/ldso/startup/startup.cc +++ b/os/src/lib/ldso/startup/startup.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/src/lib/ldso/startup/unwind_exidx.cc b/os/src/lib/ldso/startup/unwind_exidx.cc index dedf4babf..eebacd13c 100644 --- a/os/src/lib/ldso/startup/unwind_exidx.cc +++ b/os/src/lib/ldso/startup/unwind_exidx.cc @@ -11,7 +11,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/src/lib/ldso/stdio.cc b/os/src/lib/ldso/stdio.cc index b1273dcd9..1587fa47c 100644 --- a/os/src/lib/ldso/stdio.cc +++ b/os/src/lib/ldso/stdio.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/src/lib/ldso/stdlib.cc b/os/src/lib/ldso/stdlib.cc index a72016bbd..ff97dcb88 100644 --- a/os/src/lib/ldso/stdlib.cc +++ b/os/src/lib/ldso/stdlib.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/src/lib/ldso/string.cc b/os/src/lib/ldso/string.cc index 77331942d..e9b97d7cd 100644 --- a/os/src/lib/ldso/string.cc +++ b/os/src/lib/ldso/string.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/src/lib/ldso/test.cc b/os/src/lib/ldso/test.cc index 6240fb3f2..65e2861f7 100644 --- a/os/src/lib/ldso/test.cc +++ b/os/src/lib/ldso/test.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/os/src/lib/ldso/x86_32/crt0.s b/os/src/lib/ldso/x86_32/crt0.s index 31ec41d71..17721bfea 100644 --- a/os/src/lib/ldso/x86_32/crt0.s +++ b/os/src/lib/ldso/x86_32/crt0.s @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/os/src/lib/ldso/x86_32/linux/crt0.s b/os/src/lib/ldso/x86_32/linux/crt0.s index b8e9515fd..6d9a5e9fe 100644 --- a/os/src/lib/ldso/x86_32/linux/crt0.s +++ b/os/src/lib/ldso/x86_32/linux/crt0.s @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/os/src/lib/ldso/x86_64/crt0.s b/os/src/lib/ldso/x86_64/crt0.s index a5b3d3126..982c24df4 100644 --- a/os/src/lib/ldso/x86_64/crt0.s +++ b/os/src/lib/ldso/x86_64/crt0.s @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/os/src/lib/ldso/x86_64/linux/crt0.s b/os/src/lib/ldso/x86_64/linux/crt0.s index d38290ac9..cfd603253 100644 --- a/os/src/lib/ldso/x86_64/linux/crt0.s +++ b/os/src/lib/ldso/x86_64/linux/crt0.s @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/os/src/lib/net/ethernet.cc b/os/src/lib/net/ethernet.cc index 8d3b22021..2a8bd30e5 100644 --- a/os/src/lib/net/ethernet.cc +++ b/os/src/lib/net/ethernet.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/src/lib/net/ipv4.cc b/os/src/lib/net/ipv4.cc index 248c51b69..3f171195f 100644 --- a/os/src/lib/net/ipv4.cc +++ b/os/src/lib/net/ipv4.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/src/lib/timed_semaphore/timed_semaphore.cc b/os/src/lib/timed_semaphore/timed_semaphore.cc index 66482469d..c5f046a52 100644 --- a/os/src/lib/timed_semaphore/timed_semaphore.cc +++ b/os/src/lib/timed_semaphore/timed_semaphore.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/src/lib/xev_track/xev_track.cc b/os/src/lib/xev_track/xev_track.cc index 03cb50c47..486a2acc1 100644 --- a/os/src/lib/xev_track/xev_track.cc +++ b/os/src/lib/xev_track/xev_track.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/src/platform/genode_dyn.ld b/os/src/platform/genode_dyn.ld index 9c8332ace..613a6b17c 100644 --- a/os/src/platform/genode_dyn.ld +++ b/os/src/platform/genode_dyn.ld @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/src/platform/genode_rel.ld b/os/src/platform/genode_rel.ld index a6bc3ed7f..9e8845ae4 100644 --- a/os/src/platform/genode_rel.ld +++ b/os/src/platform/genode_rel.ld @@ -7,7 +7,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/src/server/iso9660/backing_store.h b/os/src/server/iso9660/backing_store.h index 75b02f541..f66937974 100644 --- a/os/src/server/iso9660/backing_store.h +++ b/os/src/server/iso9660/backing_store.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/src/server/iso9660/iso9660.cc b/os/src/server/iso9660/iso9660.cc index 30835d6ff..c84adaa86 100644 --- a/os/src/server/iso9660/iso9660.cc +++ b/os/src/server/iso9660/iso9660.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/src/server/iso9660/iso9660.h b/os/src/server/iso9660/iso9660.h index f89b2a9a1..125e170af 100644 --- a/os/src/server/iso9660/iso9660.h +++ b/os/src/server/iso9660/iso9660.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/src/server/iso9660/main.cc b/os/src/server/iso9660/main.cc index 7433ae478..3234910dd 100644 --- a/os/src/server/iso9660/main.cc +++ b/os/src/server/iso9660/main.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/src/server/loader/input_root.h b/os/src/server/loader/input_root.h index c9e5157f4..b31b03777 100644 --- a/os/src/server/loader/input_root.h +++ b/os/src/server/loader/input_root.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/src/server/loader/input_session_component.cc b/os/src/server/loader/input_session_component.cc index 36eec373e..94a0483b2 100644 --- a/os/src/server/loader/input_session_component.cc +++ b/os/src/server/loader/input_session_component.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/src/server/loader/input_session_component.h b/os/src/server/loader/input_session_component.h index 4d7de401e..f3ce38645 100644 --- a/os/src/server/loader/input_session_component.h +++ b/os/src/server/loader/input_session_component.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/src/server/loader/loader_child.h b/os/src/server/loader/loader_child.h index 2b57acd89..921ca8900 100644 --- a/os/src/server/loader/loader_child.h +++ b/os/src/server/loader/loader_child.h @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/src/server/loader/loader_root.h b/os/src/server/loader/loader_root.h index ec5e4396b..90d0bec2d 100644 --- a/os/src/server/loader/loader_root.h +++ b/os/src/server/loader/loader_root.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/src/server/loader/loader_session_component.cc b/os/src/server/loader/loader_session_component.cc index e97ce42cc..015c83783 100644 --- a/os/src/server/loader/loader_session_component.cc +++ b/os/src/server/loader/loader_session_component.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/src/server/loader/loader_session_component.h b/os/src/server/loader/loader_session_component.h index 60b9021ad..5f740ebba 100644 --- a/os/src/server/loader/loader_session_component.h +++ b/os/src/server/loader/loader_session_component.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/src/server/loader/loader_view_component.h b/os/src/server/loader/loader_view_component.h index a28b6f06d..f61fde60d 100644 --- a/os/src/server/loader/loader_view_component.h +++ b/os/src/server/loader/loader_view_component.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/src/server/loader/main.cc b/os/src/server/loader/main.cc index 12f5b1610..ed41632f7 100644 --- a/os/src/server/loader/main.cc +++ b/os/src/server/loader/main.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/src/server/loader/nitpicker_root.h b/os/src/server/loader/nitpicker_root.h index 3b87a0f1b..1081c54d1 100644 --- a/os/src/server/loader/nitpicker_root.h +++ b/os/src/server/loader/nitpicker_root.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/src/server/loader/nitpicker_session_component.cc b/os/src/server/loader/nitpicker_session_component.cc index 50a32644b..034e697cc 100644 --- a/os/src/server/loader/nitpicker_session_component.cc +++ b/os/src/server/loader/nitpicker_session_component.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/src/server/loader/nitpicker_session_component.h b/os/src/server/loader/nitpicker_session_component.h index 3469a55d5..28f1aea46 100644 --- a/os/src/server/loader/nitpicker_session_component.h +++ b/os/src/server/loader/nitpicker_session_component.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/src/server/loader/nitpicker_view_component.h b/os/src/server/loader/nitpicker_view_component.h index 89351c5cf..77701732c 100644 --- a/os/src/server/loader/nitpicker_view_component.h +++ b/os/src/server/loader/nitpicker_view_component.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/src/server/loader/rom_root.h b/os/src/server/loader/rom_root.h index 1a0f7921b..10b55ea56 100644 --- a/os/src/server/loader/rom_root.h +++ b/os/src/server/loader/rom_root.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/src/server/loader/rom_session_component.cc b/os/src/server/loader/rom_session_component.cc index 21ce8710b..9ac058e47 100644 --- a/os/src/server/loader/rom_session_component.cc +++ b/os/src/server/loader/rom_session_component.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/src/server/loader/rom_session_component.h b/os/src/server/loader/rom_session_component.h index 3572472fd..e6b8920d7 100644 --- a/os/src/server/loader/rom_session_component.h +++ b/os/src/server/loader/rom_session_component.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/src/server/loader/tar_server_child.h b/os/src/server/loader/tar_server_child.h index 8ca3cab18..d6960da1f 100644 --- a/os/src/server/loader/tar_server_child.h +++ b/os/src/server/loader/tar_server_child.h @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/src/server/mixer/mixer.cc b/os/src/server/mixer/mixer.cc index 2ffc3fae0..d2a68075b 100644 --- a/os/src/server/mixer/mixer.cc +++ b/os/src/server/mixer/mixer.cc @@ -12,7 +12,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/src/server/nic_bridge/address_node.cc b/os/src/server/nic_bridge/address_node.cc index 456bcd229..8002ec273 100644 --- a/os/src/server/nic_bridge/address_node.cc +++ b/os/src/server/nic_bridge/address_node.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/src/server/nic_bridge/address_node.h b/os/src/server/nic_bridge/address_node.h index bde747086..dce2b4ec1 100644 --- a/os/src/server/nic_bridge/address_node.h +++ b/os/src/server/nic_bridge/address_node.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/src/server/nic_bridge/avl_safe.h b/os/src/server/nic_bridge/avl_safe.h index bdf2c7bf2..c67955909 100644 --- a/os/src/server/nic_bridge/avl_safe.h +++ b/os/src/server/nic_bridge/avl_safe.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/src/server/nic_bridge/component.cc b/os/src/server/nic_bridge/component.cc index 76b86c1cc..52f3a4287 100644 --- a/os/src/server/nic_bridge/component.cc +++ b/os/src/server/nic_bridge/component.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/src/server/nic_bridge/component.h b/os/src/server/nic_bridge/component.h index 7f77e4e79..9b46b2a60 100644 --- a/os/src/server/nic_bridge/component.h +++ b/os/src/server/nic_bridge/component.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/src/server/nic_bridge/list_safe.h b/os/src/server/nic_bridge/list_safe.h index 42f1a80a7..6260c71ba 100644 --- a/os/src/server/nic_bridge/list_safe.h +++ b/os/src/server/nic_bridge/list_safe.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/src/server/nic_bridge/mac.cc b/os/src/server/nic_bridge/mac.cc index 53ec56bbd..8d867136d 100644 --- a/os/src/server/nic_bridge/mac.cc +++ b/os/src/server/nic_bridge/mac.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/src/server/nic_bridge/mac.h b/os/src/server/nic_bridge/mac.h index 6ee3c4100..27fbb48d0 100644 --- a/os/src/server/nic_bridge/mac.h +++ b/os/src/server/nic_bridge/mac.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/src/server/nic_bridge/main.cc b/os/src/server/nic_bridge/main.cc index ccb201d5b..8bda67ba9 100644 --- a/os/src/server/nic_bridge/main.cc +++ b/os/src/server/nic_bridge/main.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/src/server/nic_bridge/packet_handler.cc b/os/src/server/nic_bridge/packet_handler.cc index 027c71960..ccd62feba 100644 --- a/os/src/server/nic_bridge/packet_handler.cc +++ b/os/src/server/nic_bridge/packet_handler.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/src/server/nic_bridge/packet_handler.h b/os/src/server/nic_bridge/packet_handler.h index b43d6348e..173b27bc6 100644 --- a/os/src/server/nic_bridge/packet_handler.h +++ b/os/src/server/nic_bridge/packet_handler.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/src/server/nic_bridge/vlan.cc b/os/src/server/nic_bridge/vlan.cc index 87e4f9cd0..349c15112 100644 --- a/os/src/server/nic_bridge/vlan.cc +++ b/os/src/server/nic_bridge/vlan.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/src/server/nic_bridge/vlan.h b/os/src/server/nic_bridge/vlan.h index 28731888f..e37c3590f 100644 --- a/os/src/server/nic_bridge/vlan.h +++ b/os/src/server/nic_bridge/vlan.h @@ -7,7 +7,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/src/server/nic_loopback/main.cc b/os/src/server/nic_loopback/main.cc index 6b214913c..67c1dfa48 100644 --- a/os/src/server/nic_loopback/main.cc +++ b/os/src/server/nic_loopback/main.cc @@ -7,7 +7,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/src/server/nit_fb/main.cc b/os/src/server/nit_fb/main.cc index fdf3f882c..68b34d12a 100644 --- a/os/src/server/nit_fb/main.cc +++ b/os/src/server/nit_fb/main.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/src/server/nitpicker/common/user_state.cc b/os/src/server/nitpicker/common/user_state.cc index b3d1e9a70..6e4d7776a 100644 --- a/os/src/server/nitpicker/common/user_state.cc +++ b/os/src/server/nitpicker/common/user_state.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/os/src/server/nitpicker/common/view.cc b/os/src/server/nitpicker/common/view.cc index 1f173a15b..bc172330c 100644 --- a/os/src/server/nitpicker/common/view.cc +++ b/os/src/server/nitpicker/common/view.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/os/src/server/nitpicker/common/view_stack.cc b/os/src/server/nitpicker/common/view_stack.cc index 5eac70805..9c4fe4104 100644 --- a/os/src/server/nitpicker/common/view_stack.cc +++ b/os/src/server/nitpicker/common/view_stack.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/os/src/server/nitpicker/data/big_mouse.h b/os/src/server/nitpicker/data/big_mouse.h index 596eddcda..6f7fa86e0 100644 --- a/os/src/server/nitpicker/data/big_mouse.h +++ b/os/src/server/nitpicker/data/big_mouse.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/os/src/server/nitpicker/genode/main.cc b/os/src/server/nitpicker/genode/main.cc index 5eee49889..f59797f62 100644 --- a/os/src/server/nitpicker/genode/main.cc +++ b/os/src/server/nitpicker/genode/main.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/os/src/server/nitpicker/include/background.h b/os/src/server/nitpicker/include/background.h index aff83cfec..40f9a2723 100644 --- a/os/src/server/nitpicker/include/background.h +++ b/os/src/server/nitpicker/include/background.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/os/src/server/nitpicker/include/chunky_menubar.h b/os/src/server/nitpicker/include/chunky_menubar.h index 2101b9c27..f9ce401d0 100644 --- a/os/src/server/nitpicker/include/chunky_menubar.h +++ b/os/src/server/nitpicker/include/chunky_menubar.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/os/src/server/nitpicker/include/clip_guard.h b/os/src/server/nitpicker/include/clip_guard.h index f31e3f8f6..39a743f40 100644 --- a/os/src/server/nitpicker/include/clip_guard.h +++ b/os/src/server/nitpicker/include/clip_guard.h @@ -19,7 +19,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/os/src/server/nitpicker/include/draw_label.h b/os/src/server/nitpicker/include/draw_label.h index 571eb83d3..608a5782f 100644 --- a/os/src/server/nitpicker/include/draw_label.h +++ b/os/src/server/nitpicker/include/draw_label.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/os/src/server/nitpicker/include/list.h b/os/src/server/nitpicker/include/list.h index 4327771c0..c5c4f151d 100644 --- a/os/src/server/nitpicker/include/list.h +++ b/os/src/server/nitpicker/include/list.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/os/src/server/nitpicker/include/menubar.h b/os/src/server/nitpicker/include/menubar.h index f3af83aad..c865ae309 100644 --- a/os/src/server/nitpicker/include/menubar.h +++ b/os/src/server/nitpicker/include/menubar.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/os/src/server/nitpicker/include/mode.h b/os/src/server/nitpicker/include/mode.h index 640ffa2e8..6c5aca0b2 100644 --- a/os/src/server/nitpicker/include/mode.h +++ b/os/src/server/nitpicker/include/mode.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/os/src/server/nitpicker/include/mouse_cursor.h b/os/src/server/nitpicker/include/mouse_cursor.h index c1f59f119..a4f96e870 100644 --- a/os/src/server/nitpicker/include/mouse_cursor.h +++ b/os/src/server/nitpicker/include/mouse_cursor.h @@ -8,7 +8,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/os/src/server/nitpicker/include/session.h b/os/src/server/nitpicker/include/session.h index ee711eaf3..13a6172eb 100644 --- a/os/src/server/nitpicker/include/session.h +++ b/os/src/server/nitpicker/include/session.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/os/src/server/nitpicker/include/string.h b/os/src/server/nitpicker/include/string.h index 31f9016cc..494e1f9ba 100644 --- a/os/src/server/nitpicker/include/string.h +++ b/os/src/server/nitpicker/include/string.h @@ -9,7 +9,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/os/src/server/nitpicker/include/user_state.h b/os/src/server/nitpicker/include/user_state.h index 179b4aa5d..24e3d4c27 100644 --- a/os/src/server/nitpicker/include/user_state.h +++ b/os/src/server/nitpicker/include/user_state.h @@ -9,7 +9,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/os/src/server/nitpicker/include/view.h b/os/src/server/nitpicker/include/view.h index 3d3620184..579a465e1 100644 --- a/os/src/server/nitpicker/include/view.h +++ b/os/src/server/nitpicker/include/view.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/os/src/server/nitpicker/include/view_stack.h b/os/src/server/nitpicker/include/view_stack.h index 0890fb98a..3ea9dfa83 100644 --- a/os/src/server/nitpicker/include/view_stack.h +++ b/os/src/server/nitpicker/include/view_stack.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/os/src/server/part_blk/back_end.cc b/os/src/server/part_blk/back_end.cc index c63a57e89..6be767283 100644 --- a/os/src/server/part_blk/back_end.cc +++ b/os/src/server/part_blk/back_end.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/os/src/server/part_blk/main.cc b/os/src/server/part_blk/main.cc index 4302b9de0..9af65fff8 100644 --- a/os/src/server/part_blk/main.cc +++ b/os/src/server/part_blk/main.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/os/src/server/part_blk/part_blk.h b/os/src/server/part_blk/part_blk.h index f56b79dc2..19c1251cc 100644 --- a/os/src/server/part_blk/part_blk.h +++ b/os/src/server/part_blk/part_blk.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/os/src/server/rom_loopdev/main.cc b/os/src/server/rom_loopdev/main.cc index 9a6910d35..1a1f2e61a 100644 --- a/os/src/server/rom_loopdev/main.cc +++ b/os/src/server/rom_loopdev/main.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/src/server/rom_prefetcher/main.cc b/os/src/server/rom_prefetcher/main.cc index b48b32be1..330e6e4fb 100644 --- a/os/src/server/rom_prefetcher/main.cc +++ b/os/src/server/rom_prefetcher/main.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/os/src/server/tar_rom/main.cc b/os/src/server/tar_rom/main.cc index c0f068d17..034146a51 100755 --- a/os/src/server/tar_rom/main.cc +++ b/os/src/server/tar_rom/main.cc @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/src/test/ahci/main.cc b/os/src/test/ahci/main.cc index 7063ee634..4a8d6b317 100644 --- a/os/src/test/ahci/main.cc +++ b/os/src/test/ahci/main.cc @@ -8,7 +8,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/os/src/test/alarm/main.cc b/os/src/test/alarm/main.cc index 552b099c9..d1c551cc0 100644 --- a/os/src/test/alarm/main.cc +++ b/os/src/test/alarm/main.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/os/src/test/audio_out/main.cc b/os/src/test/audio_out/main.cc index d1b685fcb..f1763e063 100644 --- a/os/src/test/audio_out/main.cc +++ b/os/src/test/audio_out/main.cc @@ -9,7 +9,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/src/test/block/main.cc b/os/src/test/block/main.cc index bd938a827..79ac27c60 100644 --- a/os/src/test/block/main.cc +++ b/os/src/test/block/main.cc @@ -7,7 +7,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/src/test/bomb/main.cc b/os/src/test/bomb/main.cc index ef8fe69b8..17bff1d23 100644 --- a/os/src/test/bomb/main.cc +++ b/os/src/test/bomb/main.cc @@ -8,7 +8,7 @@ */ /* - * Copyright (C) 2007-2011 Genode Labs GmbH + * Copyright (C) 2007-2012 Genode Labs 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/os/src/test/dde_kit/i8042.h b/os/src/test/dde_kit/i8042.h index de8889762..9271cff11 100644 --- a/os/src/test/dde_kit/i8042.h +++ b/os/src/test/dde_kit/i8042.h @@ -8,7 +8,7 @@ */ /* - * Copyright (C) 2007-2011 Genode Labs GmbH + * Copyright (C) 2007-2012 Genode Labs 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/os/src/test/dde_kit/test.cc b/os/src/test/dde_kit/test.cc index acd350d1f..2ef9f3951 100644 --- a/os/src/test/dde_kit/test.cc +++ b/os/src/test/dde_kit/test.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/os/src/test/fb_block_adapter/main.cc b/os/src/test/fb_block_adapter/main.cc index 41c6c97d2..82bb726e6 100644 --- a/os/src/test/fb_block_adapter/main.cc +++ b/os/src/test/fb_block_adapter/main.cc @@ -8,7 +8,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/src/test/input/test.cc b/os/src/test/input/test.cc index 361cda293..7a39bd10f 100644 --- a/os/src/test/input/test.cc +++ b/os/src/test/input/test.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/src/test/iso/main.cc b/os/src/test/iso/main.cc index 41f314136..573572b4e 100644 --- a/os/src/test/iso/main.cc +++ b/os/src/test/iso/main.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/src/test/loader/main.cc b/os/src/test/loader/main.cc index ea9e49a08..afcdc4725 100644 --- a/os/src/test/loader/main.cc +++ b/os/src/test/loader/main.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/os/src/test/nic_loopback/main.cc b/os/src/test/nic_loopback/main.cc index ac41bd3b7..6ce2063bd 100644 --- a/os/src/test/nic_loopback/main.cc +++ b/os/src/test/nic_loopback/main.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/src/test/nitpicker/test.cc b/os/src/test/nitpicker/test.cc index 5214941a3..ffd11a807 100644 --- a/os/src/test/nitpicker/test.cc +++ b/os/src/test/nitpicker/test.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/os/src/test/packet_stream/main.cc b/os/src/test/packet_stream/main.cc index 8c9c3790e..ccfb88423 100644 --- a/os/src/test/packet_stream/main.cc +++ b/os/src/test/packet_stream/main.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/src/test/part_blk/main.cc b/os/src/test/part_blk/main.cc index 2df0ef659..8aeec28b4 100644 --- a/os/src/test/part_blk/main.cc +++ b/os/src/test/part_blk/main.cc @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/os/src/test/pci/test.cc b/os/src/test/pci/test.cc index cf8934360..5a249508d 100644 --- a/os/src/test/pci/test.cc +++ b/os/src/test/pci/test.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/os/src/test/rom_blk/main.cc b/os/src/test/rom_blk/main.cc index 20827a906..e1351953b 100644 --- a/os/src/test/rom_blk/main.cc +++ b/os/src/test/rom_blk/main.cc @@ -8,7 +8,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/src/test/signal/main.cc b/os/src/test/signal/main.cc index 35520ba97..6f7606afc 100644 --- a/os/src/test/signal/main.cc +++ b/os/src/test/signal/main.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/os/src/test/terminal_echo/main.cc b/os/src/test/terminal_echo/main.cc index 2d648378b..6eb170f7c 100644 --- a/os/src/test/terminal_echo/main.cc +++ b/os/src/test/terminal_echo/main.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/src/test/timed_semaphore/main.cc b/os/src/test/timed_semaphore/main.cc index 7a4505e34..658b85fba 100644 --- a/os/src/test/timed_semaphore/main.cc +++ b/os/src/test/timed_semaphore/main.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/src/test/timer/main.cc b/os/src/test/timer/main.cc index d7b2abbea..e92a190fb 100644 --- a/os/src/test/timer/main.cc +++ b/os/src/test/timer/main.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/os/src/test/timer_accuracy/main.cc b/os/src/test/timer_accuracy/main.cc index ac38f1898..e4753aaf7 100644 --- a/os/src/test/timer_accuracy/main.cc +++ b/os/src/test/timer_accuracy/main.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/os/src/test/uart/main.cc b/os/src/test/uart/main.cc index 63715aac5..b9772226f 100644 --- a/os/src/test/uart/main.cc +++ b/os/src/test/uart/main.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/os/src/test/xev_track/main.cc b/os/src/test/xev_track/main.cc index 4e14e7384..82d500c76 100644 --- a/os/src/test/xev_track/main.cc +++ b/os/src/test/xev_track/main.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/ports-foc/include/32-bit/l4/util/l4_macros.h b/ports-foc/include/32-bit/l4/util/l4_macros.h index e43454a37..a0db232a2 100644 --- a/ports-foc/include/32-bit/l4/util/l4_macros.h +++ b/ports-foc/include/32-bit/l4/util/l4_macros.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports-foc/include/64-bit/l4/util/l4_macros.h b/ports-foc/include/64-bit/l4/util/l4_macros.h index f8cad1e7e..d071aa9d2 100644 --- a/ports-foc/include/64-bit/l4/util/l4_macros.h +++ b/ports-foc/include/64-bit/l4/util/l4_macros.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports-foc/include/genode/block.h b/ports-foc/include/genode/block.h index 37fc25d8d..a7e1b10cd 100644 --- a/ports-foc/include/genode/block.h +++ b/ports-foc/include/genode/block.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/ports-foc/include/genode/framebuffer.h b/ports-foc/include/genode/framebuffer.h index 51838df5b..97d164ecc 100644 --- a/ports-foc/include/genode/framebuffer.h +++ b/ports-foc/include/genode/framebuffer.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/ports-foc/include/genode/input.h b/ports-foc/include/genode/input.h index 69af65a96..505f1dfff 100644 --- a/ports-foc/include/genode/input.h +++ b/ports-foc/include/genode/input.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/ports-foc/include/genode/linkage.h b/ports-foc/include/genode/linkage.h index 3b9347a27..097a6d350 100644 --- a/ports-foc/include/genode/linkage.h +++ b/ports-foc/include/genode/linkage.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports-foc/include/genode/net.h b/ports-foc/include/genode/net.h index 26bfb97fa..7a5ce2c74 100644 --- a/ports-foc/include/genode/net.h +++ b/ports-foc/include/genode/net.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/ports-foc/include/genode/terminal.h b/ports-foc/include/genode/terminal.h index 578fe2147..073ecf96f 100644 --- a/ports-foc/include/genode/terminal.h +++ b/ports-foc/include/genode/terminal.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports-foc/include/l4/io/io.h b/ports-foc/include/l4/io/io.h index f4ede3456..1be065a53 100644 --- a/ports-foc/include/l4/io/io.h +++ b/ports-foc/include/l4/io/io.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports-foc/include/l4/log/log.h b/ports-foc/include/l4/log/log.h index 432d7ac9e..b6e41c4d0 100644 --- a/ports-foc/include/l4/log/log.h +++ b/ports-foc/include/l4/log/log.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports-foc/include/l4/re/c/dataspace.h b/ports-foc/include/l4/re/c/dataspace.h index 94c19206f..6a7b3e395 100644 --- a/ports-foc/include/l4/re/c/dataspace.h +++ b/ports-foc/include/l4/re/c/dataspace.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports-foc/include/l4/re/c/debug.h b/ports-foc/include/l4/re/c/debug.h index 3761f4652..1570707e0 100644 --- a/ports-foc/include/l4/re/c/debug.h +++ b/ports-foc/include/l4/re/c/debug.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports-foc/include/l4/re/c/mem_alloc.h b/ports-foc/include/l4/re/c/mem_alloc.h index c8e1e8d94..227a28516 100644 --- a/ports-foc/include/l4/re/c/mem_alloc.h +++ b/ports-foc/include/l4/re/c/mem_alloc.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports-foc/include/l4/re/c/namespace.h b/ports-foc/include/l4/re/c/namespace.h index 211ad9f43..97d36eee0 100644 --- a/ports-foc/include/l4/re/c/namespace.h +++ b/ports-foc/include/l4/re/c/namespace.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports-foc/include/l4/re/c/rm.h b/ports-foc/include/l4/re/c/rm.h index 6d38ac3fc..3d31f80cd 100644 --- a/ports-foc/include/l4/re/c/rm.h +++ b/ports-foc/include/l4/re/c/rm.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports-foc/include/l4/re/c/util/cap.h b/ports-foc/include/l4/re/c/util/cap.h index 3887c25ab..ccee93972 100644 --- a/ports-foc/include/l4/re/c/util/cap.h +++ b/ports-foc/include/l4/re/c/util/cap.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports-foc/include/l4/re/c/util/cap_alloc.h b/ports-foc/include/l4/re/c/util/cap_alloc.h index 449f34e7b..b46c90cd1 100644 --- a/ports-foc/include/l4/re/c/util/cap_alloc.h +++ b/ports-foc/include/l4/re/c/util/cap_alloc.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports-foc/include/l4/re/consts.h b/ports-foc/include/l4/re/consts.h index fa92184a2..1060dc9df 100644 --- a/ports-foc/include/l4/re/consts.h +++ b/ports-foc/include/l4/re/consts.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports-foc/include/l4/re/env.h b/ports-foc/include/l4/re/env.h index f58cd9df6..7f53627d0 100644 --- a/ports-foc/include/l4/re/env.h +++ b/ports-foc/include/l4/re/env.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports-foc/include/l4/util/atomic.h b/ports-foc/include/l4/util/atomic.h index f2435aafb..53dcde02f 100644 --- a/ports-foc/include/l4/util/atomic.h +++ b/ports-foc/include/l4/util/atomic.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports-foc/include/l4/util/cpu.h b/ports-foc/include/l4/util/cpu.h index bb092ba8d..48beef87e 100644 --- a/ports-foc/include/l4/util/cpu.h +++ b/ports-foc/include/l4/util/cpu.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports-foc/include/l4/util/kip.h b/ports-foc/include/l4/util/kip.h index 886ff9d48..7d535dbc0 100644 --- a/ports-foc/include/l4/util/kip.h +++ b/ports-foc/include/l4/util/kip.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports-foc/include/l4/util/kprintf.h b/ports-foc/include/l4/util/kprintf.h index 24909918d..8ec812559 100644 --- a/ports-foc/include/l4/util/kprintf.h +++ b/ports-foc/include/l4/util/kprintf.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports-foc/include/l4/util/util.h b/ports-foc/include/l4/util/util.h index 721b7d782..5467f801b 100644 --- a/ports-foc/include/l4/util/util.h +++ b/ports-foc/include/l4/util/util.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports-foc/src/drivers/genode_block.c b/ports-foc/src/drivers/genode_block.c index 2483d552d..86a676c79 100644 --- a/ports-foc/src/drivers/genode_block.c +++ b/ports-foc/src/drivers/genode_block.c @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/ports-foc/src/drivers/genode_fb.c b/ports-foc/src/drivers/genode_fb.c index d89f82c87..7da8b74c0 100644 --- a/ports-foc/src/drivers/genode_fb.c +++ b/ports-foc/src/drivers/genode_fb.c @@ -10,7 +10,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/ports-foc/src/drivers/genode_net.c b/ports-foc/src/drivers/genode_net.c index 5573e7aa2..c25621760 100644 --- a/ports-foc/src/drivers/genode_net.c +++ b/ports-foc/src/drivers/genode_net.c @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2010 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/ports-foc/src/drivers/genode_rtc.c b/ports-foc/src/drivers/genode_rtc.c index 6704cd76f..d473b41c2 100644 --- a/ports-foc/src/drivers/genode_rtc.c +++ b/ports-foc/src/drivers/genode_rtc.c @@ -7,7 +7,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports-foc/src/drivers/genode_serial.c b/ports-foc/src/drivers/genode_serial.c index 3be78ce7e..0adacd4f9 100644 --- a/ports-foc/src/drivers/genode_serial.c +++ b/ports-foc/src/drivers/genode_serial.c @@ -7,7 +7,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports-foc/src/lib/l4lx/dataspace.cc b/ports-foc/src/lib/l4lx/dataspace.cc index a4ec7fdf3..d8624c273 100644 --- a/ports-foc/src/lib/l4lx/dataspace.cc +++ b/ports-foc/src/lib/l4lx/dataspace.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports-foc/src/lib/l4lx/env.cc b/ports-foc/src/lib/l4lx/env.cc index 0cb6ba87c..1f5fd4457 100644 --- a/ports-foc/src/lib/l4lx/env.cc +++ b/ports-foc/src/lib/l4lx/env.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports-foc/src/lib/l4lx/genode_block.cc b/ports-foc/src/lib/l4lx/genode_block.cc index 71c334414..83bafaa2b 100644 --- a/ports-foc/src/lib/l4lx/genode_block.cc +++ b/ports-foc/src/lib/l4lx/genode_block.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/ports-foc/src/lib/l4lx/genode_framebuffer.cc b/ports-foc/src/lib/l4lx/genode_framebuffer.cc index 825e6bc09..620f4485a 100644 --- a/ports-foc/src/lib/l4lx/genode_framebuffer.cc +++ b/ports-foc/src/lib/l4lx/genode_framebuffer.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/ports-foc/src/lib/l4lx/genode_input.cc b/ports-foc/src/lib/l4lx/genode_input.cc index 8e695396a..2f7186035 100644 --- a/ports-foc/src/lib/l4lx/genode_input.cc +++ b/ports-foc/src/lib/l4lx/genode_input.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/ports-foc/src/lib/l4lx/genode_net.cc b/ports-foc/src/lib/l4lx/genode_net.cc index 8b5f3c38d..4cdfb6fb6 100644 --- a/ports-foc/src/lib/l4lx/genode_net.cc +++ b/ports-foc/src/lib/l4lx/genode_net.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/ports-foc/src/lib/l4lx/genode_terminal.cc b/ports-foc/src/lib/l4lx/genode_terminal.cc index 7a62f02b5..0597d4229 100644 --- a/ports-foc/src/lib/l4lx/genode_terminal.cc +++ b/ports-foc/src/lib/l4lx/genode_terminal.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports-foc/src/lib/l4lx/include/dataspace.h b/ports-foc/src/lib/l4lx/include/dataspace.h index af778c1f3..de1553b5f 100644 --- a/ports-foc/src/lib/l4lx/include/dataspace.h +++ b/ports-foc/src/lib/l4lx/include/dataspace.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports-foc/src/lib/l4lx/include/env.h b/ports-foc/src/lib/l4lx/include/env.h index 0b2f74517..60396fe5f 100644 --- a/ports-foc/src/lib/l4lx/include/env.h +++ b/ports-foc/src/lib/l4lx/include/env.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports-foc/src/lib/l4lx/include/l4lx_irq.h b/ports-foc/src/lib/l4lx/include/l4lx_irq.h index fe133f88e..eca0f8549 100644 --- a/ports-foc/src/lib/l4lx/include/l4lx_irq.h +++ b/ports-foc/src/lib/l4lx/include/l4lx_irq.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports-foc/src/lib/l4lx/include/l4lx_memory.h b/ports-foc/src/lib/l4lx/include/l4lx_memory.h index 1d283b188..666186df7 100644 --- a/ports-foc/src/lib/l4lx/include/l4lx_memory.h +++ b/ports-foc/src/lib/l4lx/include/l4lx_memory.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports-foc/src/lib/l4lx/include/l4lx_task.h b/ports-foc/src/lib/l4lx/include/l4lx_task.h index d07961aa6..b2459c6cb 100644 --- a/ports-foc/src/lib/l4lx/include/l4lx_task.h +++ b/ports-foc/src/lib/l4lx/include/l4lx_task.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports-foc/src/lib/l4lx/include/l4lx_thread.h b/ports-foc/src/lib/l4lx/include/l4lx_thread.h index e64291f62..59751324a 100644 --- a/ports-foc/src/lib/l4lx/include/l4lx_thread.h +++ b/ports-foc/src/lib/l4lx/include/l4lx_thread.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports-foc/src/lib/l4lx/include/linux.h b/ports-foc/src/lib/l4lx/include/linux.h index cdc16cb85..d38bc65e1 100644 --- a/ports-foc/src/lib/l4lx/include/linux.h +++ b/ports-foc/src/lib/l4lx/include/linux.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports-foc/src/lib/l4lx/include/rm.h b/ports-foc/src/lib/l4lx/include/rm.h index 22d1d156e..e6fbf46d9 100644 --- a/ports-foc/src/lib/l4lx/include/rm.h +++ b/ports-foc/src/lib/l4lx/include/rm.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports-foc/src/lib/l4lx/include/task.h b/ports-foc/src/lib/l4lx/include/task.h index a5caf6fd6..6941a1223 100644 --- a/ports-foc/src/lib/l4lx/include/task.h +++ b/ports-foc/src/lib/l4lx/include/task.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports-foc/src/lib/l4lx/include/vcpu.h b/ports-foc/src/lib/l4lx/include/vcpu.h index bd2d8ec98..d1fbeeba3 100644 --- a/ports-foc/src/lib/l4lx/include/vcpu.h +++ b/ports-foc/src/lib/l4lx/include/vcpu.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports-foc/src/lib/l4lx/l4_io.cc b/ports-foc/src/lib/l4lx/l4_io.cc index db13f287a..c0bcd4f39 100644 --- a/ports-foc/src/lib/l4lx/l4_io.cc +++ b/ports-foc/src/lib/l4lx/l4_io.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports-foc/src/lib/l4lx/l4_log.cc b/ports-foc/src/lib/l4lx/l4_log.cc index eba1180be..4d21a1296 100644 --- a/ports-foc/src/lib/l4lx/l4_log.cc +++ b/ports-foc/src/lib/l4lx/l4_log.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports-foc/src/lib/l4lx/l4_re_c_dataspace.cc b/ports-foc/src/lib/l4lx/l4_re_c_dataspace.cc index 8d1148953..1b762294c 100644 --- a/ports-foc/src/lib/l4lx/l4_re_c_dataspace.cc +++ b/ports-foc/src/lib/l4lx/l4_re_c_dataspace.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports-foc/src/lib/l4lx/l4_re_c_debug.cc b/ports-foc/src/lib/l4lx/l4_re_c_debug.cc index 6fe21e293..266a8c679 100644 --- a/ports-foc/src/lib/l4lx/l4_re_c_debug.cc +++ b/ports-foc/src/lib/l4lx/l4_re_c_debug.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports-foc/src/lib/l4lx/l4_re_c_mem_alloc.cc b/ports-foc/src/lib/l4lx/l4_re_c_mem_alloc.cc index 8daa22ff8..7d39b851b 100644 --- a/ports-foc/src/lib/l4lx/l4_re_c_mem_alloc.cc +++ b/ports-foc/src/lib/l4lx/l4_re_c_mem_alloc.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports-foc/src/lib/l4lx/l4_re_c_namespace.cc b/ports-foc/src/lib/l4lx/l4_re_c_namespace.cc index 90e3d0058..1fe36f584 100644 --- a/ports-foc/src/lib/l4lx/l4_re_c_namespace.cc +++ b/ports-foc/src/lib/l4lx/l4_re_c_namespace.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports-foc/src/lib/l4lx/l4_re_c_rm.cc b/ports-foc/src/lib/l4lx/l4_re_c_rm.cc index e29bfbb9c..c52454af7 100644 --- a/ports-foc/src/lib/l4lx/l4_re_c_rm.cc +++ b/ports-foc/src/lib/l4lx/l4_re_c_rm.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports-foc/src/lib/l4lx/l4_re_c_util_cap.cc b/ports-foc/src/lib/l4lx/l4_re_c_util_cap.cc index 4c36ff2e9..4ca8319f9 100644 --- a/ports-foc/src/lib/l4lx/l4_re_c_util_cap.cc +++ b/ports-foc/src/lib/l4lx/l4_re_c_util_cap.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports-foc/src/lib/l4lx/l4_re_env.cc b/ports-foc/src/lib/l4lx/l4_re_env.cc index 1b38e287f..9adb44502 100644 --- a/ports-foc/src/lib/l4lx/l4_re_env.cc +++ b/ports-foc/src/lib/l4lx/l4_re_env.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports-foc/src/lib/l4lx/l4_util_cpu.cc b/ports-foc/src/lib/l4lx/l4_util_cpu.cc index aaeb4c5b7..332a77b37 100644 --- a/ports-foc/src/lib/l4lx/l4_util_cpu.cc +++ b/ports-foc/src/lib/l4lx/l4_util_cpu.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports-foc/src/lib/l4lx/l4_util_kip.cc b/ports-foc/src/lib/l4lx/l4_util_kip.cc index 872a1737c..bba1b1b1a 100644 --- a/ports-foc/src/lib/l4lx/l4_util_kip.cc +++ b/ports-foc/src/lib/l4lx/l4_util_kip.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports-foc/src/lib/l4lx/l4_util_util.cc b/ports-foc/src/lib/l4lx/l4_util_util.cc index c20de9842..302b402df 100644 --- a/ports-foc/src/lib/l4lx/l4_util_util.cc +++ b/ports-foc/src/lib/l4lx/l4_util_util.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports-foc/src/lib/l4lx/l4lx_irq.cc b/ports-foc/src/lib/l4lx/l4lx_irq.cc index 026a690d9..37597c966 100644 --- a/ports-foc/src/lib/l4lx/l4lx_irq.cc +++ b/ports-foc/src/lib/l4lx/l4lx_irq.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports-foc/src/lib/l4lx/l4lx_memory.cc b/ports-foc/src/lib/l4lx/l4lx_memory.cc index 35404962e..f0887183a 100644 --- a/ports-foc/src/lib/l4lx/l4lx_memory.cc +++ b/ports-foc/src/lib/l4lx/l4lx_memory.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports-foc/src/lib/l4lx/l4lx_task.cc b/ports-foc/src/lib/l4lx/l4lx_task.cc index fb6993031..62c1f0190 100644 --- a/ports-foc/src/lib/l4lx/l4lx_task.cc +++ b/ports-foc/src/lib/l4lx/l4lx_task.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports-foc/src/lib/l4lx/l4lx_thread.cc b/ports-foc/src/lib/l4lx/l4lx_thread.cc index 15d222eab..2a9ad543d 100644 --- a/ports-foc/src/lib/l4lx/l4lx_thread.cc +++ b/ports-foc/src/lib/l4lx/l4lx_thread.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports-foc/src/lib/l4lx/rm.cc b/ports-foc/src/lib/l4lx/rm.cc index 8ecfa7098..08e47ebaa 100644 --- a/ports-foc/src/lib/l4lx/rm.cc +++ b/ports-foc/src/lib/l4lx/rm.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports-foc/src/lib/l4lx/startup.cc b/ports-foc/src/lib/l4lx/startup.cc index 282648b7d..2f7da30b4 100644 --- a/ports-foc/src/lib/l4lx/startup.cc +++ b/ports-foc/src/lib/l4lx/startup.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports-okl4/include/oklx_kernel/oklx/ioctl.h b/ports-okl4/include/oklx_kernel/oklx/ioctl.h index 43f972f5b..bf4c72662 100644 --- a/ports-okl4/include/oklx_kernel/oklx/ioctl.h +++ b/ports-okl4/include/oklx_kernel/oklx/ioctl.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/ports-okl4/include/oklx_lib/genode/audio.h b/ports-okl4/include/oklx_lib/genode/audio.h index 986f191f1..4cee4bb99 100644 --- a/ports-okl4/include/oklx_lib/genode/audio.h +++ b/ports-okl4/include/oklx_lib/genode/audio.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/ports-okl4/include/oklx_lib/genode/block.h b/ports-okl4/include/oklx_lib/genode/block.h index b8dbc525e..0405e2ad0 100644 --- a/ports-okl4/include/oklx_lib/genode/block.h +++ b/ports-okl4/include/oklx_lib/genode/block.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/ports-okl4/include/oklx_lib/genode/config.h b/ports-okl4/include/oklx_lib/genode/config.h index 3ef07a590..70bf3a544 100644 --- a/ports-okl4/include/oklx_lib/genode/config.h +++ b/ports-okl4/include/oklx_lib/genode/config.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/ports-okl4/include/oklx_lib/genode/framebuffer.h b/ports-okl4/include/oklx_lib/genode/framebuffer.h index 3ca8eaab6..7a9c47a6d 100644 --- a/ports-okl4/include/oklx_lib/genode/framebuffer.h +++ b/ports-okl4/include/oklx_lib/genode/framebuffer.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/ports-okl4/include/oklx_lib/genode/input.h b/ports-okl4/include/oklx_lib/genode/input.h index 3b82bb19f..14189eed3 100644 --- a/ports-okl4/include/oklx_lib/genode/input.h +++ b/ports-okl4/include/oklx_lib/genode/input.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/ports-okl4/include/oklx_lib/genode/lock.h b/ports-okl4/include/oklx_lib/genode/lock.h index 65bcd66dc..343c416b3 100644 --- a/ports-okl4/include/oklx_lib/genode/lock.h +++ b/ports-okl4/include/oklx_lib/genode/lock.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/ports-okl4/include/oklx_lib/genode/memory.h b/ports-okl4/include/oklx_lib/genode/memory.h index b679e890a..649970fbb 100644 --- a/ports-okl4/include/oklx_lib/genode/memory.h +++ b/ports-okl4/include/oklx_lib/genode/memory.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/ports-okl4/include/oklx_lib/genode/net.h b/ports-okl4/include/oklx_lib/genode/net.h index ed4d2425c..77908e1a9 100644 --- a/ports-okl4/include/oklx_lib/genode/net.h +++ b/ports-okl4/include/oklx_lib/genode/net.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/ports-okl4/include/oklx_lib/genode/open.h b/ports-okl4/include/oklx_lib/genode/open.h index 62991b414..48c2556db 100644 --- a/ports-okl4/include/oklx_lib/genode/open.h +++ b/ports-okl4/include/oklx_lib/genode/open.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/ports-okl4/include/oklx_lib/genode/printf.h b/ports-okl4/include/oklx_lib/genode/printf.h index 48a7099ac..6fbabeb7e 100644 --- a/ports-okl4/include/oklx_lib/genode/printf.h +++ b/ports-okl4/include/oklx_lib/genode/printf.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/ports-okl4/include/oklx_lib/genode/sleep.h b/ports-okl4/include/oklx_lib/genode/sleep.h index 4ce739237..adea4f833 100644 --- a/ports-okl4/include/oklx_lib/genode/sleep.h +++ b/ports-okl4/include/oklx_lib/genode/sleep.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/ports-okl4/include/oklx_lib/iguana/eas.h b/ports-okl4/include/oklx_lib/iguana/eas.h index 1e1f131a7..14c347fc8 100644 --- a/ports-okl4/include/oklx_lib/iguana/eas.h +++ b/ports-okl4/include/oklx_lib/iguana/eas.h @@ -9,7 +9,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/ports-okl4/include/oklx_lib/iguana/hardware.h b/ports-okl4/include/oklx_lib/iguana/hardware.h index 0224956dd..4e1852b57 100644 --- a/ports-okl4/include/oklx_lib/iguana/hardware.h +++ b/ports-okl4/include/oklx_lib/iguana/hardware.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/ports-okl4/include/oklx_lib/iguana/memsection.h b/ports-okl4/include/oklx_lib/iguana/memsection.h index 36599b89f..e45ac4796 100644 --- a/ports-okl4/include/oklx_lib/iguana/memsection.h +++ b/ports-okl4/include/oklx_lib/iguana/memsection.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/ports-okl4/include/oklx_lib/iguana/pd.h b/ports-okl4/include/oklx_lib/iguana/pd.h index 8e8d0c3f4..a04e49be2 100644 --- a/ports-okl4/include/oklx_lib/iguana/pd.h +++ b/ports-okl4/include/oklx_lib/iguana/pd.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/ports-okl4/include/oklx_lib/iguana/stdint.h b/ports-okl4/include/oklx_lib/iguana/stdint.h index ff757aa68..803cc1bc9 100644 --- a/ports-okl4/include/oklx_lib/iguana/stdint.h +++ b/ports-okl4/include/oklx_lib/iguana/stdint.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/ports-okl4/include/oklx_lib/iguana/thread.h b/ports-okl4/include/oklx_lib/iguana/thread.h index 8f4922942..35cdf00fb 100644 --- a/ports-okl4/include/oklx_lib/iguana/thread.h +++ b/ports-okl4/include/oklx_lib/iguana/thread.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/ports-okl4/include/oklx_lib/iguana/tls.h b/ports-okl4/include/oklx_lib/iguana/tls.h index 0d50428e5..37484601e 100644 --- a/ports-okl4/include/oklx_lib/iguana/tls.h +++ b/ports-okl4/include/oklx_lib/iguana/tls.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/ports-okl4/include/oklx_lib/iguana/types.h b/ports-okl4/include/oklx_lib/iguana/types.h index 4109ac61f..8ed79223c 100644 --- a/ports-okl4/include/oklx_lib/iguana/types.h +++ b/ports-okl4/include/oklx_lib/iguana/types.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/ports-okl4/patches/oklx_genode.patch b/ports-okl4/patches/oklx_genode.patch index e52448232..57ceecd5f 100644 --- a/ports-okl4/patches/oklx_genode.patch +++ b/ports-okl4/patches/oklx_genode.patch @@ -571,7 +571,7 @@ diff -urNpB kernel-2.6.23-v2/arch/l4/drivers/genode_block.c contrib/arch/l4/driv + */ + +/* -+ * Copyright (C) 2006-2010 Genode Labs GmbH ++ * Copyright (C) 2006-2012 Genode Labs GmbH + * + * This file is part of the Genode OS framework, which is distributed + * under the terms of the GNU General Public License version 2. @@ -850,7 +850,7 @@ diff -urNpB kernel-2.6.23-v2/arch/l4/drivers/genode_fb.c contrib/arch/l4/drivers + */ + +/* -+ * Copyright (C) 2010 Genode Labs GmbH ++ * Copyright (C) 2010-2012 Genode Labs GmbH + * + * This file is part of the Genode OS framework, which is distributed + * under the terms of the GNU General Public License version 2. @@ -1360,7 +1360,7 @@ diff -urNpB kernel-2.6.23-v2/arch/l4/drivers/genode_net.c contrib/arch/l4/driver + */ + +/* -+ * Copyright (C) 2006-2010 Genode Labs GmbH ++ * Copyright (C) 2006-2012 Genode Labs 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/ports-okl4/src/app/xev_track/bounding_box.h b/ports-okl4/src/app/xev_track/bounding_box.h index bbff8e021..78f977700 100644 --- a/ports-okl4/src/app/xev_track/bounding_box.h +++ b/ports-okl4/src/app/xev_track/bounding_box.h @@ -7,7 +7,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/ports-okl4/src/app/xev_track/main.cc b/ports-okl4/src/app/xev_track/main.cc index 57777df8e..e92ef28f8 100644 --- a/ports-okl4/src/app/xev_track/main.cc +++ b/ports-okl4/src/app/xev_track/main.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/ports-okl4/src/lib/oklx/genode/genode_audio.cc b/ports-okl4/src/lib/oklx/genode/genode_audio.cc index 1280707e3..f1ad4ed82 100644 --- a/ports-okl4/src/lib/oklx/genode/genode_audio.cc +++ b/ports-okl4/src/lib/oklx/genode/genode_audio.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/ports-okl4/src/lib/oklx/genode/genode_block.cc b/ports-okl4/src/lib/oklx/genode/genode_block.cc index b884069a2..052052c10 100644 --- a/ports-okl4/src/lib/oklx/genode/genode_block.cc +++ b/ports-okl4/src/lib/oklx/genode/genode_block.cc @@ -13,7 +13,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/ports-okl4/src/lib/oklx/genode/genode_config.cc b/ports-okl4/src/lib/oklx/genode/genode_config.cc index 261e9711b..532a93096 100644 --- a/ports-okl4/src/lib/oklx/genode/genode_config.cc +++ b/ports-okl4/src/lib/oklx/genode/genode_config.cc @@ -13,7 +13,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/ports-okl4/src/lib/oklx/genode/genode_framebuffer.cc b/ports-okl4/src/lib/oklx/genode/genode_framebuffer.cc index a09e6702d..f0e61a668 100644 --- a/ports-okl4/src/lib/oklx/genode/genode_framebuffer.cc +++ b/ports-okl4/src/lib/oklx/genode/genode_framebuffer.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/ports-okl4/src/lib/oklx/genode/genode_input.cc b/ports-okl4/src/lib/oklx/genode/genode_input.cc index 11bc601fb..0ab433d98 100644 --- a/ports-okl4/src/lib/oklx/genode/genode_input.cc +++ b/ports-okl4/src/lib/oklx/genode/genode_input.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/ports-okl4/src/lib/oklx/genode/genode_lock.cc b/ports-okl4/src/lib/oklx/genode/genode_lock.cc index 4a692c701..b328facde 100644 --- a/ports-okl4/src/lib/oklx/genode/genode_lock.cc +++ b/ports-okl4/src/lib/oklx/genode/genode_lock.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/ports-okl4/src/lib/oklx/genode/genode_memory.cc b/ports-okl4/src/lib/oklx/genode/genode_memory.cc index aa4ffadac..131d3eff6 100644 --- a/ports-okl4/src/lib/oklx/genode/genode_memory.cc +++ b/ports-okl4/src/lib/oklx/genode/genode_memory.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/ports-okl4/src/lib/oklx/genode/genode_net.cc b/ports-okl4/src/lib/oklx/genode/genode_net.cc index 465a18938..f7f281108 100644 --- a/ports-okl4/src/lib/oklx/genode/genode_net.cc +++ b/ports-okl4/src/lib/oklx/genode/genode_net.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/ports-okl4/src/lib/oklx/genode/genode_open.cc b/ports-okl4/src/lib/oklx/genode/genode_open.cc index 73ac96a36..08cc4cf22 100644 --- a/ports-okl4/src/lib/oklx/genode/genode_open.cc +++ b/ports-okl4/src/lib/oklx/genode/genode_open.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/ports-okl4/src/lib/oklx/genode/genode_printf.cc b/ports-okl4/src/lib/oklx/genode/genode_printf.cc index 6b6db2ae1..6b7bc5d4c 100644 --- a/ports-okl4/src/lib/oklx/genode/genode_printf.cc +++ b/ports-okl4/src/lib/oklx/genode/genode_printf.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/ports-okl4/src/lib/oklx/genode/genode_sleep.cc b/ports-okl4/src/lib/oklx/genode/genode_sleep.cc index 97458ae30..9997b4496 100644 --- a/ports-okl4/src/lib/oklx/genode/genode_sleep.cc +++ b/ports-okl4/src/lib/oklx/genode/genode_sleep.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/ports-okl4/src/lib/oklx/genode/genode_threads.cc b/ports-okl4/src/lib/oklx/genode/genode_threads.cc index 19309eecc..31365ba0e 100644 --- a/ports-okl4/src/lib/oklx/genode/genode_threads.cc +++ b/ports-okl4/src/lib/oklx/genode/genode_threads.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/ports-okl4/src/lib/oklx/iguana/iguana_eas.cc b/ports-okl4/src/lib/oklx/iguana/iguana_eas.cc index 3d56f272b..1a4b8c0f3 100644 --- a/ports-okl4/src/lib/oklx/iguana/iguana_eas.cc +++ b/ports-okl4/src/lib/oklx/iguana/iguana_eas.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/ports-okl4/src/lib/oklx/iguana/iguana_hardware.cc b/ports-okl4/src/lib/oklx/iguana/iguana_hardware.cc index a0f5bfa65..5ebb4cb65 100644 --- a/ports-okl4/src/lib/oklx/iguana/iguana_hardware.cc +++ b/ports-okl4/src/lib/oklx/iguana/iguana_hardware.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/ports-okl4/src/lib/oklx/iguana/iguana_memsection.cc b/ports-okl4/src/lib/oklx/iguana/iguana_memsection.cc index b31ff51a6..415831e6e 100644 --- a/ports-okl4/src/lib/oklx/iguana/iguana_memsection.cc +++ b/ports-okl4/src/lib/oklx/iguana/iguana_memsection.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/ports-okl4/src/lib/oklx/iguana/iguana_pd.cc b/ports-okl4/src/lib/oklx/iguana/iguana_pd.cc index b82b34d6d..f838553ea 100644 --- a/ports-okl4/src/lib/oklx/iguana/iguana_pd.cc +++ b/ports-okl4/src/lib/oklx/iguana/iguana_pd.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/ports-okl4/src/lib/oklx/iguana/iguana_thread.cc b/ports-okl4/src/lib/oklx/iguana/iguana_thread.cc index 20e5f0dd2..d9a347c1b 100644 --- a/ports-okl4/src/lib/oklx/iguana/iguana_thread.cc +++ b/ports-okl4/src/lib/oklx/iguana/iguana_thread.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/ports-okl4/src/lib/oklx/iguana/iguana_tls.cc b/ports-okl4/src/lib/oklx/iguana/iguana_tls.cc index 65a2f3c52..8fc401d72 100644 --- a/ports-okl4/src/lib/oklx/iguana/iguana_tls.cc +++ b/ports-okl4/src/lib/oklx/iguana/iguana_tls.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/ports-okl4/src/lib/oklx/include/oklx_memory_maps.h b/ports-okl4/src/lib/oklx/include/oklx_memory_maps.h index dea0f57b7..c1d490438 100644 --- a/ports-okl4/src/lib/oklx/include/oklx_memory_maps.h +++ b/ports-okl4/src/lib/oklx/include/oklx_memory_maps.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/ports-okl4/src/lib/oklx/include/oklx_screens.h b/ports-okl4/src/lib/oklx/include/oklx_screens.h index d0afaddfe..c80b60140 100644 --- a/ports-okl4/src/lib/oklx/include/oklx_screens.h +++ b/ports-okl4/src/lib/oklx/include/oklx_screens.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/ports-okl4/src/lib/oklx/include/oklx_threads.h b/ports-okl4/src/lib/oklx/include/oklx_threads.h index aa6618591..7b5c76f6b 100644 --- a/ports-okl4/src/lib/oklx/include/oklx_threads.h +++ b/ports-okl4/src/lib/oklx/include/oklx_threads.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/ports/include/noux_session/capability.h b/ports/include/noux_session/capability.h index 738f67a7a..160c34d35 100644 --- a/ports/include/noux_session/capability.h +++ b/ports/include/noux_session/capability.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports/include/noux_session/client.h b/ports/include/noux_session/client.h index 77790c4b0..76b97a45a 100644 --- a/ports/include/noux_session/client.h +++ b/ports/include/noux_session/client.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports/include/noux_session/connection.h b/ports/include/noux_session/connection.h index ec75f85b7..d65109f99 100644 --- a/ports/include/noux_session/connection.h +++ b/ports/include/noux_session/connection.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports/include/noux_session/noux_session.h b/ports/include/noux_session/noux_session.h index ccba2750e..2bfed4dc7 100644 --- a/ports/include/noux_session/noux_session.h +++ b/ports/include/noux_session/noux_session.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports/include/noux_session/sysio.h b/ports/include/noux_session/sysio.h index 7ce04cdb7..80be157e7 100644 --- a/ports/include/noux_session/sysio.h +++ b/ports/include/noux_session/sysio.h @@ -9,7 +9,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports/src/app/gdb_monitor/app_child.h b/ports/src/app/gdb_monitor/app_child.h index 5ab4742b3..98d7256b0 100644 --- a/ports/src/app/gdb_monitor/app_child.h +++ b/ports/src/app/gdb_monitor/app_child.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009-2011 Genode Labs GmbH + * Copyright (C) 2009-2012 Genode Labs 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/ports/src/app/gdb_monitor/append_list.h b/ports/src/app/gdb_monitor/append_list.h index 5e5d06d1c..8a05fc07d 100644 --- a/ports/src/app/gdb_monitor/append_list.h +++ b/ports/src/app/gdb_monitor/append_list.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports/src/app/gdb_monitor/cpu_root.h b/ports/src/app/gdb_monitor/cpu_root.h index 36fe53f2b..69a205205 100644 --- a/ports/src/app/gdb_monitor/cpu_root.h +++ b/ports/src/app/gdb_monitor/cpu_root.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/ports/src/app/gdb_monitor/cpu_session_component.cc b/ports/src/app/gdb_monitor/cpu_session_component.cc index a4926ff4d..a28240f54 100644 --- a/ports/src/app/gdb_monitor/cpu_session_component.cc +++ b/ports/src/app/gdb_monitor/cpu_session_component.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports/src/app/gdb_monitor/cpu_session_component.h b/ports/src/app/gdb_monitor/cpu_session_component.h index 09a69117d..fcdda191d 100644 --- a/ports/src/app/gdb_monitor/cpu_session_component.h +++ b/ports/src/app/gdb_monitor/cpu_session_component.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/ports/src/app/gdb_monitor/dataspace_object.h b/ports/src/app/gdb_monitor/dataspace_object.h index 0386979b6..c7489a66a 100644 --- a/ports/src/app/gdb_monitor/dataspace_object.h +++ b/ports/src/app/gdb_monitor/dataspace_object.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports/src/app/gdb_monitor/gdb_stub_thread.cc b/ports/src/app/gdb_monitor/gdb_stub_thread.cc index e263c4ef3..2c3244a64 100644 --- a/ports/src/app/gdb_monitor/gdb_stub_thread.cc +++ b/ports/src/app/gdb_monitor/gdb_stub_thread.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports/src/app/gdb_monitor/gdb_stub_thread.h b/ports/src/app/gdb_monitor/gdb_stub_thread.h index e27eca4db..f8dc4ec7a 100644 --- a/ports/src/app/gdb_monitor/gdb_stub_thread.h +++ b/ports/src/app/gdb_monitor/gdb_stub_thread.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports/src/app/gdb_monitor/gdbserver/config.h b/ports/src/app/gdb_monitor/gdbserver/config.h index 3010a37ce..63bd71d30 100644 --- a/ports/src/app/gdb_monitor/gdbserver/config.h +++ b/ports/src/app/gdb_monitor/gdbserver/config.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports/src/app/gdb_monitor/gdbserver/genode-low.cc b/ports/src/app/gdb_monitor/gdbserver/genode-low.cc index 8c91f1fcc..f0ead3be2 100644 --- a/ports/src/app/gdb_monitor/gdbserver/genode-low.cc +++ b/ports/src/app/gdb_monitor/gdbserver/genode-low.cc @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports/src/app/gdb_monitor/gdbserver/genode-low.h b/ports/src/app/gdb_monitor/gdbserver/genode-low.h index 03eaab892..b5e890bef 100644 --- a/ports/src/app/gdb_monitor/gdbserver/genode-low.h +++ b/ports/src/app/gdb_monitor/gdbserver/genode-low.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports/src/app/gdb_monitor/main.cc b/ports/src/app/gdb_monitor/main.cc index 858341cc4..6a902540e 100644 --- a/ports/src/app/gdb_monitor/main.cc +++ b/ports/src/app/gdb_monitor/main.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/ports/src/app/gdb_monitor/ram_root.h b/ports/src/app/gdb_monitor/ram_root.h index ecd7f44a5..b4b60f419 100644 --- a/ports/src/app/gdb_monitor/ram_root.h +++ b/ports/src/app/gdb_monitor/ram_root.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/ports/src/app/gdb_monitor/ram_session_component.cc b/ports/src/app/gdb_monitor/ram_session_component.cc index 2bbf0fa85..78b5cd8cf 100644 --- a/ports/src/app/gdb_monitor/ram_session_component.cc +++ b/ports/src/app/gdb_monitor/ram_session_component.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports/src/app/gdb_monitor/ram_session_component.h b/ports/src/app/gdb_monitor/ram_session_component.h index cb7ab331d..7526e2819 100644 --- a/ports/src/app/gdb_monitor/ram_session_component.h +++ b/ports/src/app/gdb_monitor/ram_session_component.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/ports/src/app/gdb_monitor/rm_root.h b/ports/src/app/gdb_monitor/rm_root.h index 713ac60da..b71dcdd2b 100644 --- a/ports/src/app/gdb_monitor/rm_root.h +++ b/ports/src/app/gdb_monitor/rm_root.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/ports/src/app/gdb_monitor/rm_session_component.cc b/ports/src/app/gdb_monitor/rm_session_component.cc index e7fc68f64..cd19a13ec 100644 --- a/ports/src/app/gdb_monitor/rm_session_component.cc +++ b/ports/src/app/gdb_monitor/rm_session_component.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports/src/app/gdb_monitor/rm_session_component.h b/ports/src/app/gdb_monitor/rm_session_component.h index c4c598fd3..dd1fb0d2f 100644 --- a/ports/src/app/gdb_monitor/rm_session_component.h +++ b/ports/src/app/gdb_monitor/rm_session_component.h @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2006-2011 Genode Labs GmbH + * Copyright (C) 2006-2012 Genode Labs 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/ports/src/app/gdb_monitor/rom.h b/ports/src/app/gdb_monitor/rom.h index ec99b262e..9400251d0 100644 --- a/ports/src/app/gdb_monitor/rom.h +++ b/ports/src/app/gdb_monitor/rom.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports/src/app/gdb_monitor/signal_handler_thread.cc b/ports/src/app/gdb_monitor/signal_handler_thread.cc index 0a207a967..27df48ca0 100644 --- a/ports/src/app/gdb_monitor/signal_handler_thread.cc +++ b/ports/src/app/gdb_monitor/signal_handler_thread.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports/src/app/gdb_monitor/signal_handler_thread.h b/ports/src/app/gdb_monitor/signal_handler_thread.h index 789c7b42c..510ce8103 100644 --- a/ports/src/app/gdb_monitor/signal_handler_thread.h +++ b/ports/src/app/gdb_monitor/signal_handler_thread.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports/src/app/gdb_monitor/thread_info.h b/ports/src/app/gdb_monitor/thread_info.h index 0aefe81e1..2cb877faa 100644 --- a/ports/src/app/gdb_monitor/thread_info.h +++ b/ports/src/app/gdb_monitor/thread_info.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports/src/lib/gdbserver_libc_support/elf/common.h b/ports/src/lib/gdbserver_libc_support/elf/common.h index 41c4e5885..773951f84 100644 --- a/ports/src/lib/gdbserver_libc_support/elf/common.h +++ b/ports/src/lib/gdbserver_libc_support/elf/common.h @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports/src/lib/gdbserver_libc_support/gdbserver_libc_support.c b/ports/src/lib/gdbserver_libc_support/gdbserver_libc_support.c index 30ebfef68..9a17af7ca 100644 --- a/ports/src/lib/gdbserver_libc_support/gdbserver_libc_support.c +++ b/ports/src/lib/gdbserver_libc_support/gdbserver_libc_support.c @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports/src/lib/gdbserver_libc_support/gdbserver_libc_support.h b/ports/src/lib/gdbserver_libc_support/gdbserver_libc_support.h index f30f1663b..61a9d1bb3 100644 --- a/ports/src/lib/gdbserver_libc_support/gdbserver_libc_support.h +++ b/ports/src/lib/gdbserver_libc_support/gdbserver_libc_support.h @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports/src/lib/gdbserver_libc_support/sys/procfs.h b/ports/src/lib/gdbserver_libc_support/sys/procfs.h index 41c7c00d2..ccc44f811 100644 --- a/ports/src/lib/gdbserver_libc_support/sys/procfs.h +++ b/ports/src/lib/gdbserver_libc_support/sys/procfs.h @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports/src/lib/gdbserver_libc_support/sys/ptrace.h b/ports/src/lib/gdbserver_libc_support/sys/ptrace.h index d3086b259..410de336e 100644 --- a/ports/src/lib/gdbserver_libc_support/sys/ptrace.h +++ b/ports/src/lib/gdbserver_libc_support/sys/ptrace.h @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports/src/lib/gdbserver_libc_support/sys/vfs.h b/ports/src/lib/gdbserver_libc_support/sys/vfs.h index ed5eccb22..5bed9c682 100644 --- a/ports/src/lib/gdbserver_libc_support/sys/vfs.h +++ b/ports/src/lib/gdbserver_libc_support/sys/vfs.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports/src/lib/gdbserver_platform/fiasco_x86_low.cc b/ports/src/lib/gdbserver_platform/fiasco_x86_low.cc index b42d36d3c..927ece0c9 100644 --- a/ports/src/lib/gdbserver_platform/fiasco_x86_low.cc +++ b/ports/src/lib/gdbserver_platform/fiasco_x86_low.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports/src/lib/gdbserver_platform/foc_arm_low.cc b/ports/src/lib/gdbserver_platform/foc_arm_low.cc index 84f1a3f6d..d3fda3f84 100644 --- a/ports/src/lib/gdbserver_platform/foc_arm_low.cc +++ b/ports/src/lib/gdbserver_platform/foc_arm_low.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports/src/lib/gdbserver_platform/foc_x86_32_low.cc b/ports/src/lib/gdbserver_platform/foc_x86_32_low.cc index 5540615db..e6cbba516 100644 --- a/ports/src/lib/gdbserver_platform/foc_x86_32_low.cc +++ b/ports/src/lib/gdbserver_platform/foc_x86_32_low.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports/src/lib/gdbserver_platform/gdbserver_platform_helper.cc b/ports/src/lib/gdbserver_platform/gdbserver_platform_helper.cc index 43328db72..a9dd9101b 100644 --- a/ports/src/lib/gdbserver_platform/gdbserver_platform_helper.cc +++ b/ports/src/lib/gdbserver_platform/gdbserver_platform_helper.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports/src/lib/gdbserver_platform/gdbserver_platform_helper.h b/ports/src/lib/gdbserver_platform/gdbserver_platform_helper.h index 853d00470..c3610fb5b 100644 --- a/ports/src/lib/gdbserver_platform/gdbserver_platform_helper.h +++ b/ports/src/lib/gdbserver_platform/gdbserver_platform_helper.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports/src/lib/gdbserver_platform/i386.h b/ports/src/lib/gdbserver_platform/i386.h index 1a8b60e86..0794004bf 100644 --- a/ports/src/lib/gdbserver_platform/i386.h +++ b/ports/src/lib/gdbserver_platform/i386.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports/src/lib/gdbserver_platform/linux_x86_32_low.cc b/ports/src/lib/gdbserver_platform/linux_x86_32_low.cc index 298875251..1d19f6947 100644 --- a/ports/src/lib/gdbserver_platform/linux_x86_32_low.cc +++ b/ports/src/lib/gdbserver_platform/linux_x86_32_low.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports/src/lib/gdbserver_platform/okl4_x86_low.cc b/ports/src/lib/gdbserver_platform/okl4_x86_low.cc index a35cfc88d..9b16401dd 100644 --- a/ports/src/lib/gdbserver_platform/okl4_x86_low.cc +++ b/ports/src/lib/gdbserver_platform/okl4_x86_low.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports/src/lib/gdbserver_platform/pistachio_x86_low.cc b/ports/src/lib/gdbserver_platform/pistachio_x86_low.cc index fdf5a1678..a225b6429 100644 --- a/ports/src/lib/gdbserver_platform/pistachio_x86_low.cc +++ b/ports/src/lib/gdbserver_platform/pistachio_x86_low.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports/src/lib/gdbserver_platform/reg-arm.h b/ports/src/lib/gdbserver_platform/reg-arm.h index 75fa5976e..6c60c6535 100644 --- a/ports/src/lib/gdbserver_platform/reg-arm.h +++ b/ports/src/lib/gdbserver_platform/reg-arm.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports/src/lib/libc_noux/plugin.cc b/ports/src/lib/libc_noux/plugin.cc index 718e2c857..c68001f55 100644 --- a/ports/src/lib/libc_noux/plugin.cc +++ b/ports/src/lib/libc_noux/plugin.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports/src/noux/args.h b/ports/src/noux/args.h index 5f4eb5121..c48aa958a 100644 --- a/ports/src/noux/args.h +++ b/ports/src/noux/args.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports/src/noux/child.h b/ports/src/noux/child.h index eb354a0cd..0910c7da6 100644 --- a/ports/src/noux/child.h +++ b/ports/src/noux/child.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports/src/noux/directory_service.h b/ports/src/noux/directory_service.h index 13eddd6f6..e0ec75f0a 100644 --- a/ports/src/noux/directory_service.h +++ b/ports/src/noux/directory_service.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports/src/noux/dummy_input_io_channel.h b/ports/src/noux/dummy_input_io_channel.h index 6bd0e23eb..66e042292 100644 --- a/ports/src/noux/dummy_input_io_channel.h +++ b/ports/src/noux/dummy_input_io_channel.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports/src/noux/environment.h b/ports/src/noux/environment.h index 7311108e8..38af01d5a 100644 --- a/ports/src/noux/environment.h +++ b/ports/src/noux/environment.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports/src/noux/file_descriptor_registry.h b/ports/src/noux/file_descriptor_registry.h index 778a52a79..caee66eed 100644 --- a/ports/src/noux/file_descriptor_registry.h +++ b/ports/src/noux/file_descriptor_registry.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports/src/noux/file_io_service.h b/ports/src/noux/file_io_service.h index 78b4023be..68268f7cd 100644 --- a/ports/src/noux/file_io_service.h +++ b/ports/src/noux/file_io_service.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports/src/noux/file_system.h b/ports/src/noux/file_system.h index 154f909cc..c7fd5b6d9 100644 --- a/ports/src/noux/file_system.h +++ b/ports/src/noux/file_system.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports/src/noux/io_channel.h b/ports/src/noux/io_channel.h index 988f040ec..2352c1b39 100644 --- a/ports/src/noux/io_channel.h +++ b/ports/src/noux/io_channel.h @@ -8,7 +8,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports/src/noux/main.cc b/ports/src/noux/main.cc index 5ca6e084a..418ae6a3e 100644 --- a/ports/src/noux/main.cc +++ b/ports/src/noux/main.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports/src/noux/path.h b/ports/src/noux/path.h index 7876adb3c..6ea820b2c 100644 --- a/ports/src/noux/path.h +++ b/ports/src/noux/path.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports/src/noux/pwd.h b/ports/src/noux/pwd.h index 3514169bb..9a161ca8b 100644 --- a/ports/src/noux/pwd.h +++ b/ports/src/noux/pwd.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports/src/noux/range_checked_index.h b/ports/src/noux/range_checked_index.h index 7fe73c6c9..01e9bb94f 100644 --- a/ports/src/noux/range_checked_index.h +++ b/ports/src/noux/range_checked_index.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports/src/noux/root_file_system.h b/ports/src/noux/root_file_system.h index ce6782e0c..b48615d9a 100644 --- a/ports/src/noux/root_file_system.h +++ b/ports/src/noux/root_file_system.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports/src/noux/shared_pointer.h b/ports/src/noux/shared_pointer.h index 8aca348e2..c354617ee 100644 --- a/ports/src/noux/shared_pointer.h +++ b/ports/src/noux/shared_pointer.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports/src/noux/signal_dispatcher.h b/ports/src/noux/signal_dispatcher.h index ddc4f0e62..a11e4198f 100644 --- a/ports/src/noux/signal_dispatcher.h +++ b/ports/src/noux/signal_dispatcher.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports/src/noux/tar_file_system.h b/ports/src/noux/tar_file_system.h index c86541669..511b0dfb0 100644 --- a/ports/src/noux/tar_file_system.h +++ b/ports/src/noux/tar_file_system.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports/src/noux/terminal_io_channel.h b/ports/src/noux/terminal_io_channel.h index a2de26592..d1e3daaf5 100644 --- a/ports/src/noux/terminal_io_channel.h +++ b/ports/src/noux/terminal_io_channel.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports/src/noux/vfs.h b/ports/src/noux/vfs.h index 9b33b51c5..2bdfa7785 100644 --- a/ports/src/noux/vfs.h +++ b/ports/src/noux/vfs.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports/src/noux/vfs_handle.h b/ports/src/noux/vfs_handle.h index c1768d634..30dec802f 100644 --- a/ports/src/noux/vfs_handle.h +++ b/ports/src/noux/vfs_handle.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports/src/noux/vfs_io_channel.h b/ports/src/noux/vfs_io_channel.h index 240cfc4f8..33dcf7596 100644 --- a/ports/src/noux/vfs_io_channel.h +++ b/ports/src/noux/vfs_io_channel.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports/src/noux/wake_up_notifier.h b/ports/src/noux/wake_up_notifier.h index 96625d21c..975fcf8bc 100644 --- a/ports/src/noux/wake_up_notifier.h +++ b/ports/src/noux/wake_up_notifier.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports/src/test/gdb_monitor/main.cc b/ports/src/test/gdb_monitor/main.cc index 66022815b..e5c9fb59b 100644 --- a/ports/src/test/gdb_monitor/main.cc +++ b/ports/src/test/gdb_monitor/main.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports/src/vancouver/boot_module_provider.h b/ports/src/vancouver/boot_module_provider.h index dacfaf981..07ea3ddb8 100644 --- a/ports/src/vancouver/boot_module_provider.h +++ b/ports/src/vancouver/boot_module_provider.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports/src/vancouver/device_model_registry.cc b/ports/src/vancouver/device_model_registry.cc index 7e0591f7f..8e806c201 100644 --- a/ports/src/vancouver/device_model_registry.cc +++ b/ports/src/vancouver/device_model_registry.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports/src/vancouver/device_model_registry.h b/ports/src/vancouver/device_model_registry.h index bc3bf89da..52d5ca9bd 100644 --- a/ports/src/vancouver/device_model_registry.h +++ b/ports/src/vancouver/device_model_registry.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports/src/vancouver/main.cc b/ports/src/vancouver/main.cc index 374486c75..5acc61ebc 100644 --- a/ports/src/vancouver/main.cc +++ b/ports/src/vancouver/main.cc @@ -20,7 +20,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports/src/vancouver/nova_user_env.cc b/ports/src/vancouver/nova_user_env.cc index 59c96f28a..2d8c36737 100644 --- a/ports/src/vancouver/nova_user_env.cc +++ b/ports/src/vancouver/nova_user_env.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/ports/src/vancouver/service/profile.h b/ports/src/vancouver/service/profile.h index a6dddb3cc..57bab21db 100644 --- a/ports/src/vancouver/service/profile.h +++ b/ports/src/vancouver/service/profile.h @@ -10,7 +10,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs 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/qt4/include/genode/thread_qt.h b/qt4/include/genode/thread_qt.h index 2a1fb5cb0..80306bc78 100644 --- a/qt4/include/genode/thread_qt.h +++ b/qt4/include/genode/thread_qt.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/qt4/include/qnitpickerviewwidget/qnitpickerviewwidget.h b/qt4/include/qnitpickerviewwidget/qnitpickerviewwidget.h index c28abac03..87c9bb3c1 100644 --- a/qt4/include/qnitpickerviewwidget/qnitpickerviewwidget.h +++ b/qt4/include/qnitpickerviewwidget/qnitpickerviewwidget.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/qt4/include/qpluginwidget/qpluginwidget.h b/qt4/include/qpluginwidget/qpluginwidget.h index c848b6341..32fc86b7c 100644 --- a/qt4/include/qpluginwidget/qpluginwidget.h +++ b/qt4/include/qpluginwidget/qpluginwidget.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2010-2011 Genode Labs GmbH + * Copyright (C) 2010-2012 Genode Labs 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/qt4/src/app/qt_launchpad/child_entry.h b/qt4/src/app/qt_launchpad/child_entry.h index 4d1eaa944..e805bf301 100644 --- a/qt4/src/app/qt_launchpad/child_entry.h +++ b/qt4/src/app/qt_launchpad/child_entry.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/qt4/src/app/qt_launchpad/kbyte_loadbar.h b/qt4/src/app/qt_launchpad/kbyte_loadbar.h index 80a3cf058..fff4dec72 100644 --- a/qt4/src/app/qt_launchpad/kbyte_loadbar.h +++ b/qt4/src/app/qt_launchpad/kbyte_loadbar.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/qt4/src/app/qt_launchpad/launch_entry.h b/qt4/src/app/qt_launchpad/launch_entry.h index 4fe3cf6dd..3f54acd75 100644 --- a/qt4/src/app/qt_launchpad/launch_entry.h +++ b/qt4/src/app/qt_launchpad/launch_entry.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/qt4/src/app/qt_launchpad/qt_launchpad.h b/qt4/src/app/qt_launchpad/qt_launchpad.h index 6227ae93f..0cb5dad7d 100644 --- a/qt4/src/app/qt_launchpad/qt_launchpad.h +++ b/qt4/src/app/qt_launchpad/qt_launchpad.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/qt4/src/lib/qt_main/qt_main.cc b/qt4/src/lib/qt_main/qt_main.cc index b2697b5d0..88f1b4369 100644 --- a/qt4/src/lib/qt_main/qt_main.cc +++ b/qt4/src/lib/qt_main/qt_main.cc @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2008-2011 Genode Labs GmbH + * Copyright (C) 2008-2012 Genode Labs 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/tool/libgcc_libc_stub.h b/tool/libgcc_libc_stub.h index adb1c2393..c9d6980a9 100644 --- a/tool/libgcc_libc_stub.h +++ b/tool/libgcc_libc_stub.h @@ -38,7 +38,7 @@ */ /* - * Copyright (C) 2011 Genode Labs GmbH + * Copyright (C) 2011-2012 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed * under the terms of the GNU General Public License version 2.