add copyright

This commit is contained in:
Tomoki Shirasawa
2013-11-14 15:55:00 +09:00
parent 334fe81cdb
commit 3f60324d4e
10 changed files with 229 additions and 1 deletions

View File

@ -1,3 +1,16 @@
/**
* \file arch/x86/kernel/include/signal.h
* Licence details are found in the file LICENSE.
* \brief
* define signal
* \author Tomoki Shirasawa <tomoki.shirasawa.kk@hitachi-solutions.com> \par
* Copyright (C) 2012 - 2013 Hitachi, Ltd.
*/
/*
* HISTORY:
* 2012/02/11 bgerofi what kind of new features have been added
*/
#define _NSIG 64
#define _NSIG_BPW 64
#define _NSIG_WORDS (_NSIG / _NSIG_BPW)

View File

@ -1,5 +1,17 @@
#!/bin/bash
# \file arch/x86/tools/mcreboot-attached-mic.sh.in
# Licence details are found in the file LICENSE.
# \brief
# mckernel boot script
# \author Masamichi Takagi <m-takagi@ab.jp.nec.com> \par
# Copyright (C) 2013 NEC Corporation
# \author Tomoki Shirasawa <tomoki.shirasawa.kk@hitachi-solutions.com> \par
# Copyright (C) 2012 - 2013 Hitachi, Ltd.
# HISTORY:
#
prefix="@prefix@"
BINDIR="@BINDIR@"
SBINDIR="@SBINDIR@"