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:
@@ -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)
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# Makefile.dcfa.in COPYRIGHT FUJITSU LIMITED 2013-2018
|
||||
BUILD_TARGET ?= @TARGET@
|
||||
INSTALL_KL_DIR ?= @KERNDIR@
|
||||
SRC = $(CURDIR)
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# Makefile.in COPYRIGHT FUJITSU LIMITED 2013-2018
|
||||
BUILD_TARGET ?= @TARGET@
|
||||
KERNDIR=@KERNDIR@
|
||||
VPATH=@abs_srcdir@
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/* smp-arm64_type1.lds COPYRIGHT FUJITSU LIMITED 2017-2018 */
|
||||
PHDRS
|
||||
{
|
||||
text PT_LOAD FLAGS(5);
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/* smp-arm64_type2.lds COPYRIGHT FUJITSU LIMITED 2017-2018 */
|
||||
PHDRS
|
||||
{
|
||||
text PT_LOAD FLAGS(5);
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/* smp-arm64_type3.lds COPYRIGHT FUJITSU LIMITED 2017-2018 */
|
||||
PHDRS
|
||||
{
|
||||
text PT_LOAD FLAGS(5);
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/* smp-arm64_type4.lds COPYRIGHT FUJITSU LIMITED 2017-2018 */
|
||||
PHDRS
|
||||
{
|
||||
text PT_LOAD FLAGS(5);
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/* pager.c COPYRIGHT FUJITSU LIMITED 2017-2018 */
|
||||
/*
|
||||
* \file pager.c
|
||||
* License details are found in the file LICENSE.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user