Copyrights: fujitsu 2018 bump

Separate copyright bumps in a different commit.
A lot of files only had the copyright change at this point; these
were probably changes I added separatly in other patches but just
split these in a different commit instead to simplify git stats

Change-Id: I93cf3fc1c0fa04ee743a79c3fe9768933e6bd0d2
This commit is contained in:
Dominique Martinet
2019-01-31 10:43:47 +09:00
parent a9884453e2
commit 516ab87ab9
65 changed files with 65 additions and 39 deletions

View File

@@ -1,4 +1,4 @@
# Makefile.build.in COPYRIGHT FUJITSU LIMITED 2015-2016
# Makefile.build.in COPYRIGHT FUJITSU LIMITED 2015-2018
ARCH = @ARCH@
VPATH=@abs_srcdir@
SRC=$(VPATH)

View File

@@ -1,3 +1,4 @@
# Makefile.dcfa.in COPYRIGHT FUJITSU LIMITED 2013-2018
BUILD_TARGET ?= @TARGET@
INSTALL_KL_DIR ?= @KERNDIR@
SRC = $(CURDIR)

View File

@@ -1,3 +1,4 @@
# Makefile.in COPYRIGHT FUJITSU LIMITED 2013-2018
BUILD_TARGET ?= @TARGET@
KERNDIR=@KERNDIR@
VPATH=@abs_srcdir@

View File

@@ -1,3 +1,4 @@
/* smp-arm64_type1.lds COPYRIGHT FUJITSU LIMITED 2017-2018 */
PHDRS
{
text PT_LOAD FLAGS(5);

View File

@@ -1,3 +1,4 @@
/* smp-arm64_type2.lds COPYRIGHT FUJITSU LIMITED 2017-2018 */
PHDRS
{
text PT_LOAD FLAGS(5);

View File

@@ -1,3 +1,4 @@
/* smp-arm64_type3.lds COPYRIGHT FUJITSU LIMITED 2017-2018 */
PHDRS
{
text PT_LOAD FLAGS(5);

View File

@@ -1,3 +1,4 @@
/* smp-arm64_type4.lds COPYRIGHT FUJITSU LIMITED 2017-2018 */
PHDRS
{
text PT_LOAD FLAGS(5);

View File

@@ -1,4 +1,4 @@
/* host.c COPYRIGHT FUJITSU LIMITED 2015-2016 */
/* host.c COPYRIGHT FUJITSU LIMITED 2015-2018 */
/**
* \file host.c
* License details are found in the file LICENSE.

View File

@@ -9,7 +9,7 @@
/*
* HISTORY
*/
/* process.h COPYRIGHT FUJITSU LIMITED 2015-2017 */
/* process.h COPYRIGHT FUJITSU LIMITED 2015-2018 */
#ifndef HEADER_PROCESS_H
#define HEADER_PROCESS_H

View File

@@ -9,7 +9,7 @@
/*
* HISTORY
*/
/* syscall.h COPYRIGHT FUJITSU LIMITED 2015-2016 */
/* syscall.h COPYRIGHT FUJITSU LIMITED 2015-2018 */
#ifndef __HEADER_SYSCALL_H
#define __HEADER_SYSCALL_H

View File

@@ -1,4 +1,4 @@
/* mem.c COPYRIGHT FUJITSU LIMITED 2015-2017 */
/* mem.c COPYRIGHT FUJITSU LIMITED 2015-2018 */
/**
* \file mem.c
* License details are found in the file LICENSE.

View File

@@ -1,3 +1,4 @@
/* pager.c COPYRIGHT FUJITSU LIMITED 2017-2018 */
/*
* \file pager.c
* License details are found in the file LICENSE.

View File

@@ -1,4 +1,4 @@
/* syscall.c COPYRIGHT FUJITSU LIMITED 2015-2017 */
/* syscall.c COPYRIGHT FUJITSU LIMITED 2015-2018 */
/**
* \file syscall.c
* License details are found in the file LICENSE.