From 4946964ed0751f6c13757402c1104ffa869d3324 Mon Sep 17 00:00:00 2001 From: NAKAMURA Gou Date: Fri, 27 Mar 2015 14:50:09 +0900 Subject: [PATCH] update copyright notices --- arch/x86/kernel/cpu.c | 2 ++ arch/x86/kernel/include/arch-memory.h | 2 ++ arch/x86/kernel/include/arch/shm.h | 2 +- arch/x86/kernel/include/registers.h | 2 ++ arch/x86/kernel/local.c | 2 ++ arch/x86/kernel/memory.c | 2 ++ arch/x86/kernel/vsyscall.c | 2 ++ executer/kernel/syscall.c | 2 ++ kernel/devobj.c | 3 ++- kernel/include/shm.h | 3 ++- kernel/shmobj.c | 3 ++- kernel/zeroobj.c | 3 ++- 12 files changed, 23 insertions(+), 5 deletions(-) diff --git a/arch/x86/kernel/cpu.c b/arch/x86/kernel/cpu.c index 08e1cf9c..0c260b61 100644 --- a/arch/x86/kernel/cpu.c +++ b/arch/x86/kernel/cpu.c @@ -5,6 +5,8 @@ * Control CPU. * \author Taku Shimosawa \par * Copyright (C) 2011 - 2012 Taku Shimosawa + * \author Gou Nakamura \par + * Copyright (C) 2015 RIKEN AICS */ /* * HISTORY diff --git a/arch/x86/kernel/include/arch-memory.h b/arch/x86/kernel/include/arch-memory.h index 247ec535..29ba527f 100644 --- a/arch/x86/kernel/include/arch-memory.h +++ b/arch/x86/kernel/include/arch-memory.h @@ -5,6 +5,8 @@ * Define and declare memory management macros and functions * \author Taku Shimosawa \par * Copyright (C) 2011 - 2012 Taku Shimosawa + * \author Gou Nakamura \par + * Copyright (C) 2015 RIKEN AICS */ /* * HISTORY diff --git a/arch/x86/kernel/include/arch/shm.h b/arch/x86/kernel/include/arch/shm.h index cc8d1e0a..94c1f57e 100644 --- a/arch/x86/kernel/include/arch/shm.h +++ b/arch/x86/kernel/include/arch/shm.h @@ -4,7 +4,7 @@ * \brief * header file for System V shared memory * \author Gou Nakamura \par - * Copyright (C) 2015 RIKEN-AICS + * Copyright (C) 2015 RIKEN AICS */ /* * HISTORY: diff --git a/arch/x86/kernel/include/registers.h b/arch/x86/kernel/include/registers.h index fbe426fe..98eb1cb1 100644 --- a/arch/x86/kernel/include/registers.h +++ b/arch/x86/kernel/include/registers.h @@ -6,6 +6,8 @@ * Machine Specific Registers (MSR) * \author Taku Shimosawa \par * Copyright (C) 2011 - 2012 Taku Shimosawa + * \author Gou Nakamura \par + * Copyright (C) 2015 RIKEN AICS */ /* * HISTORY diff --git a/arch/x86/kernel/local.c b/arch/x86/kernel/local.c index ea980e65..5d9a8e0b 100644 --- a/arch/x86/kernel/local.c +++ b/arch/x86/kernel/local.c @@ -6,6 +6,8 @@ * resides in memory. * \author Taku Shimosawa \par * Copyright (C) 2011 - 2012 Taku Shimosawa + * \author Gou Nakamura \par + * Copyright (C) 2015 RIKEN AICS */ /* * HISTORY diff --git a/arch/x86/kernel/memory.c b/arch/x86/kernel/memory.c index c7d8dcc5..19e374fa 100644 --- a/arch/x86/kernel/memory.c +++ b/arch/x86/kernel/memory.c @@ -5,6 +5,8 @@ * Acquire physical pages and manipulate page table entries. * \author Taku Shimosawa \par * Copyright (C) 2011 - 2012 Taku Shimosawa + * \author Gou Nakamura \par + * Copyright (C) 2015 RIKEN AICS */ /* * HISTORY diff --git a/arch/x86/kernel/vsyscall.c b/arch/x86/kernel/vsyscall.c index 98153be4..c4e3dd1e 100644 --- a/arch/x86/kernel/vsyscall.c +++ b/arch/x86/kernel/vsyscall.c @@ -5,6 +5,8 @@ * implements x86's vsyscall * \author Gou Nakamura \par * Copyright (C) 2014 Hitachi, Ltd. + * \author Gou Nakamura \par + * Copyright (C) 2015 RIKEN AICS */ /* * HISTORY: diff --git a/executer/kernel/syscall.c b/executer/kernel/syscall.c index 2d53244d..f35dee99 100644 --- a/executer/kernel/syscall.c +++ b/executer/kernel/syscall.c @@ -13,6 +13,8 @@ * Copyright (C) 2012 - 2013 Hitachi, Ltd. * \author Balazs Gerofi \par * Copyright (C) 2013 The University of Tokyo + * \author Gou Nakamura \par + * Copyright (C) 2014 RIKEN AICS */ /* * HISTORY: diff --git a/kernel/devobj.c b/kernel/devobj.c index c5b4d656..8a01693d 100644 --- a/kernel/devobj.c +++ b/kernel/devobj.c @@ -3,7 +3,8 @@ * License details are found in the file LICENSE. * \brief * memory mapped device pager client - * \author Gou Nakamura + * \author Gou Nakamura \par + * Copyright (C) 2014 RIKEN AICS */ /* * HISTORY: diff --git a/kernel/include/shm.h b/kernel/include/shm.h index b6a146ab..77c4e6cf 100644 --- a/kernel/include/shm.h +++ b/kernel/include/shm.h @@ -3,7 +3,8 @@ * License details are found in the file LICENSE. * \brief * header file for System V shared memory - * \author Gou Nakamura + * \author Gou Nakamura \par + * Copyright (C) 2014 - 2015 RIKEN AICS */ /* * HISTORY: diff --git a/kernel/shmobj.c b/kernel/shmobj.c index aa88232d..b12338c5 100644 --- a/kernel/shmobj.c +++ b/kernel/shmobj.c @@ -3,7 +3,8 @@ * License details are found in the file LICENSE. * \brief * shared memory object - * \author Gou Nakamura + * \author Gou Nakamura \par + * Copyright (C) 2014 - 2015 RIKEN AICS */ /* * HISTORY: diff --git a/kernel/zeroobj.c b/kernel/zeroobj.c index e4034b11..238bdc2a 100644 --- a/kernel/zeroobj.c +++ b/kernel/zeroobj.c @@ -3,7 +3,8 @@ * License details are found in the file LICENSE. * \brief * read-only zeroed page object - * \author Gou Nakamura + * \author Gou Nakamura \par + * Copyright (C) 2014 RIKEN AICS */ /* * HISTORY: