add copyright notice to the following files,

mckernel/lib/include/*.h
  mckernel/arch/x86/elfboot/*
  mckernel/arch/x86/kboot/main.c
  mckernel/arch/x86/kernel/*
  mckernel/lib/page_alloc.c
  mckernel/lib/string.c
  mckernel/lib/include/ihk/*
except
  mckernel/arch/x86/kernel/include/signal.h
  mckernel/arch/x86/tools/mcreboot-attached-mic.sh.in
  mckernel/arch/x86/kernel/include/syscall_list.h
  mckernel/arch/x86/kernel/syscall.c
.
This commit is contained in:
Masamichi Takagi
2013-11-14 17:09:58 +09:00
parent cd04de3131
commit 384328c6bc
34 changed files with 309 additions and 6 deletions

View File

@ -1,3 +1,12 @@
/**
* \file limits.h
* License details are found in the file LICENSE.
* \brief
* Define max and min of 32-bit integer.
* \author Taku Shimosawa <shimosawa@is.s.u-tokyo.ac.jp> \par
* Copyright (C) 2011 - 2012 Taku Shimosawa
*/
#ifndef __HEADER_LIMITS
#define __HEADER_LIMITS