cls.c, copy.c, debug.c, listeners.c, mikc.c copyright

This commit is contained in:
Yuji Saeki
2013-11-14 17:00:37 +09:00
parent 03521e9c2c
commit cd04de3131
5 changed files with 60 additions and 0 deletions

View File

@ -1,3 +1,15 @@
/**
* \file cls.c
* License details are found in the file LICENSE.
* \brief
* Initialization of cpu local variable
* \author Taku Shimosawa <shimosawa@is.s.u-tokyo.ac.jp> \par
* Copyright (C) 2011 - 2012 Taku Shimosawa
*/
/*
* HISTORY:
*/
#include <kmsg.h>
#include <string.h>
#include <ihk/cpu.h>