page.h, process.h, rlimit.h, syscall.h, time.h, timer.h copyright

This commit is contained in:
Yuji Saeki
2013-11-14 17:34:30 +09:00
parent 821396be7b
commit 506caa7e7f
6 changed files with 71 additions and 0 deletions

View File

@ -1,3 +1,15 @@
/**
* \file page.h
* License details are found in the file LICENSE.
* \brief
* Structures and functions of memory page
* \author Taku Shimosawa <shimosawa@is.s.u-tokyo.ac.jp> \par
* Copyright (C) 2011 - 2012 Taku Shimosawa
*/
/*
* HISTORY
*/
#ifndef __HEADER_PAGE_H
#define __HEADER_PAGE_H