add copyrights

This commit is contained in:
NAKAMURA Gou
2013-11-14 16:49:40 +09:00
parent d126a35d48
commit 03521e9c2c
10 changed files with 153 additions and 2 deletions

View File

@@ -1,3 +1,15 @@
/**
* \file memobj.h
* License details are found in the file LICENSE.
* \brief
* defines and declares for memory object
* \author Gou Nakamura <go.nakamura.yw@hitachi-solutions.com> \par
* Copyright (C) 2013 Hitachi, Ltd.
*/
/*
* HISTORY:
*/
#ifndef HEADER_MEMOBJ_H
#define HEADER_MEMOBJ_H

View File

@@ -1,3 +1,15 @@
/**
* \file mman.h
* License details are found in the file LICENSE.
* \brief
* memory management declarations
* \author Gou Nakamura <go.nakamura.yw@hitachi-solutions.com> \par
* Copyright (C) 2013 Hitachi, Ltd.
*/
/*
* HISTORY:
*/
#ifndef HEADER_MMAN_H
#define HEADER_MMAN_H

View File

@@ -1,3 +1,14 @@
/**
* \file pager.h
* License details are found in the file LICENSE.
* \brief
* file back-ended pager declarations
* \author Gou Nakamura <go.nakamura.yw@hitachi-solutions.com> \par
* Copyright (C) 2013 Hitachi, Ltd.
*/
/*
* HISTORY:
*/
#ifndef HEADER_PAGER_H
#define HEADER_PAGER_H