From c5d71c325d1c5414fcb174f487b0d11fba884123 Mon Sep 17 00:00:00 2001 From: Masamichi Takagi Date: Tue, 22 Aug 2017 19:41:24 +0900 Subject: [PATCH] Modify copyright of files related to XPMEM --- kernel/include/xpmem.h | 2 ++ kernel/include/xpmem_private.h | 7 +++++-- kernel/xpmem.c | 7 +++++-- lib/include/mc_xpmem.h | 7 +++++-- 4 files changed, 17 insertions(+), 6 deletions(-) diff --git a/kernel/include/xpmem.h b/kernel/include/xpmem.h index b41fd063..bb4a7772 100644 --- a/kernel/include/xpmem.h +++ b/kernel/include/xpmem.h @@ -4,6 +4,8 @@ * License details are found in the file LICENSE. * \brief * Structures and functions of xpmem + * \author Yoichi Umezawa \par + * Copyright (C) 2016 Yoichi Umezawa */ /* * HISTORY diff --git a/kernel/include/xpmem_private.h b/kernel/include/xpmem_private.h index fca9d6b6..b746d771 100644 --- a/kernel/include/xpmem_private.h +++ b/kernel/include/xpmem_private.h @@ -3,8 +3,11 @@ * License details are found in the file LICENSE. * \brief * Private Cross Partition Memory (XPMEM) structures and macros. - */ -/* + * \author Yoichi Umezawa \par + * Copyright (C) 2016 Yoichi Umezawa + * + * Original Copyright follows: + * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. diff --git a/kernel/xpmem.c b/kernel/xpmem.c index 462a6274..7ae8c4bb 100644 --- a/kernel/xpmem.c +++ b/kernel/xpmem.c @@ -4,8 +4,11 @@ * License details are found in the file LICENSE. * \brief * Cross Partition Memory (XPMEM) support. - */ -/* + * \author Yoichi Umezawa \par + * Copyright (C) 2016 Yoichi Umezawa + * + * Original Copyright follows: + * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. diff --git a/lib/include/mc_xpmem.h b/lib/include/mc_xpmem.h index fdde30a3..20af86e5 100644 --- a/lib/include/mc_xpmem.h +++ b/lib/include/mc_xpmem.h @@ -3,8 +3,11 @@ * License details are found in the file LICENSE. * \brief * Cross Partition Memory (XPMEM) structures and macros. - */ -/* + * \author Yoichi Umezawa \par + * Copyright (C) 2016 Yoichi Umezawa + * + * Original Copyright follows: + * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details.