This commit is contained in:
Tomoki Shirasawa
2013-11-14 16:27:11 +09:00
parent 3f60324d4e
commit e5890aa949
10 changed files with 10 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
/**
* \file arch/x86/kernel/include/signal.h
* Licence details are found in the file LICENSE.
* License details are found in the file LICENSE.
* \brief
* define signal
* \author Tomoki Shirasawa <tomoki.shirasawa.kk@hitachi-solutions.com> \par

View File

@@ -1,7 +1,7 @@
#!/bin/bash
# \file arch/x86/tools/mcreboot-attached-mic.sh.in
# Licence details are found in the file LICENSE.
# License details are found in the file LICENSE.
# \brief
# mckernel boot script
# \author Masamichi Takagi <m-takagi@ab.jp.nec.com> \par

View File

@@ -1,6 +1,6 @@
/**
* \file executer/include/uprotocol.h
* Licence details are found in the file LICENSE.
* License details are found in the file LICENSE.
* \brief
* define protocol
* \author Taku Shimosawa <shimosawa@is.s.u-tokyo.ac.jp> \par

View File

@@ -1,6 +1,6 @@
/**
* \file executer/kernel/control.c
* Licence details are found in the file LICENSE.
* License details are found in the file LICENSE.
* \brief
* kernel module control
* \author Taku Shimosawa <shimosawa@is.s.u-tokyo.ac.jp> \par

View File

@@ -1,6 +1,6 @@
/**
* \file executer/kernel/driver.c
* Licence details are found in the file LICENSE.
* License details are found in the file LICENSE.
* \brief
* kernel module entry
* \author Taku Shimosawa <shimosawa@is.s.u-tokyo.ac.jp> \par

View File

@@ -1,6 +1,6 @@
/**
* \file executer/kernel/ikc.c
* Licence details are found in the file LICENSE.
* License details are found in the file LICENSE.
* \brief
* inter kernel communication
* \author Taku Shimosawa <shimosawa@is.s.u-tokyo.ac.jp> \par

View File

@@ -1,6 +1,6 @@
/**
* \file mcctrl.h
* Licence details are found in the file LICENSE.
* License details are found in the file LICENSE.
* \brief
* define data structure
* \author Taku Shimosawa <shimosawa@is.s.u-tokyo.ac.jp> \par

View File

@@ -1,6 +1,6 @@
/**
* \file executer/kernel/syscall.c
* Licence details are found in the file LICENSE.
* License details are found in the file LICENSE.
* \brief
* provide system calls
* \author Taku Shimosawa <shimosawa@is.s.u-tokyo.ac.jp> \par

View File

@@ -1,6 +1,6 @@
/**
* \file executer/user/mcexec.c
* Licence details are found in the file LICENSE.
* License details are found in the file LICENSE.
* \brief
* ....
* \author Taku Shimosawa <shimosawa@is.s.u-tokyo.ac.jp> \par

View File

@@ -1,6 +1,6 @@
/**
* \file kernel/init.c
* Licence details are found in the file LICENSE.
* License details are found in the file LICENSE.
* \brief
* main function and initializer
* \author Taku Shimosawa <shimosawa@is.s.u-tokyo.ac.jp> \par