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,3 +1,4 @@
# Makefile.in COPYRIGHT FUJITSU LIMITED 2013-2018
TARGET = @TARGET@
SBINDIR = @SBINDIR@
INCDIR = @INCDIR@

View File

@ -1,4 +1,4 @@
# Makefile.arch COPYRIGHT FUJITSU LIMITED 2015-2017
# Makefile.arch.in COPYRIGHT FUJITSU LIMITED 2015-2018
VDSO_SRCDIR = $(SRC)/../arch/$(IHKARCH)/kernel/vdso
VDSO_BUILDDIR = @abs_builddir@/vdso
VDSO_SO_O = $(O)/vdso.so.o

View File

@ -1,4 +1,4 @@
/* assert.c COPYRIGHT FUJITSU LIMITED 2015-2017 */
/* assert.c COPYRIGHT FUJITSU LIMITED 2015-2018 */
#include <process.h>
#include <list.h>

View File

@ -1,4 +1,4 @@
/* cpufeature.c COPYRIGHT FUJITSU LIMITED 2017 */
/* cpufeature.c COPYRIGHT FUJITSU LIMITED 2017-2018 */
#include <cpufeature.h>
#include <ihk/debug.h>

View File

@ -1,4 +1,4 @@
/* entry.S COPYRIGHT FUJITSU LIMITED 2015-2017 */
/* entry.S COPYRIGHT FUJITSU LIMITED 2015-2018 */
#include <linkage.h>
#include <assembler.h>

View File

@ -1,4 +1,4 @@
/* fault.c COPYRIGHT FUJITSU LIMITED 2015-2017 */
/* fault.c COPYRIGHT FUJITSU LIMITED 2015-2018 */
#include <ihk/context.h>
#include <ihk/debug.h>

View File

@ -1,4 +1,4 @@
/* fpsimd.c COPYRIGHT FUJITSU LIMITED 2016-2017 */
/* fpsimd.c COPYRIGHT FUJITSU LIMITED 2016-2018 */
#include <thread_info.h>
#include <fpsimd.h>
#include <cpuinfo.h>

View File

@ -1,4 +1,4 @@
/* gencore.c COPYRIGHT FUJITSU LIMITED 2015-2016 */
/* gencore.c COPYRIGHT FUJITSU LIMITED 2015-2018 */
#ifndef POSTK_DEBUG_ARCH_DEP_18 /* coredump arch separation. */
#include <ihk/debug.h>
#include <kmalloc.h>

View File

@ -1,4 +1,4 @@
/* arch-futex.h COPYRIGHT FUJITSU LIMITED 2015 */
/* arch-futex.h COPYRIGHT FUJITSU LIMITED 2015-2018 */
#ifndef __HEADER_ARM64_COMMON_ARCH_FUTEX_H
#define __HEADER_ARM64_COMMON_ARCH_FUTEX_H

View File

@ -1,4 +1,4 @@
/* arch-perfctr.h COPYRIGHT FUJITSU LIMITED 2016-2017 */
/* arch-perfctr.h COPYRIGHT FUJITSU LIMITED 2016-2018 */
#ifndef __ARCH_PERFCTR_H__
#define __ARCH_PERFCTR_H__

View File

@ -1,4 +1,4 @@
/* context.h COPYRIGHT FUJITSU LIMITED 2015-2017 */
/* context.h COPYRIGHT FUJITSU LIMITED 2015-2018 */
#ifndef __HEADER_ARM64_IHK_CONTEXT_H
#define __HEADER_ARM64_IHK_CONTEXT_H

View File

@ -1,4 +1,4 @@
/* signal.h COPYRIGHT FUJITSU LIMITED 2015-2017 */
/* signal.h COPYRIGHT FUJITSU LIMITED 2015-2018 */
#ifndef __HEADER_ARM64_COMMON_SIGNAL_H
#define __HEADER_ARM64_COMMON_SIGNAL_H

View File

@ -1,4 +1,4 @@
/* syscall_list.h COPYRIGHT FUJITSU LIMITED 2015-2017 */
/* syscall_list.h COPYRIGHT FUJITSU LIMITED 2015-2018 */
SYSCALL_DELEGATED(4, io_getevents)
SYSCALL_DELEGATED(17, getcwd)

View File

@ -1,4 +1,4 @@
/* virt.h COPYRIGHT FUJITSU LIMITED 2015 */
/* virt.h COPYRIGHT FUJITSU LIMITED 2015-2017 */
#ifndef __HEADER_ARM64_COMMON_VIRT_H
#define __HEADER_ARM64_COMMON_VIRT_H

View File

@ -1,4 +1,4 @@
/* perfctr.c COPYRIGHT FUJITSU LIMITED 2015-2017 */
/* perfctr.c COPYRIGHT FUJITSU LIMITED 2015-2018 */
#include <arch-perfctr.h>
#include <ihk/perfctr.h>
#include <mc_perf_event.h>

View File

@ -1,4 +1,4 @@
/* perfctr_armv8pmu.c COPYRIGHT FUJITSU LIMITED 2016-2017 */
/* perfctr_armv8pmu.c COPYRIGHT FUJITSU LIMITED 2016-2018 */
#include <arch-perfctr.h>
#include <mc_perf_event.h>
#include <ihk/perfctr.h>

View File

@ -1,4 +1,4 @@
/* psci.c COPYRIGHT FUJITSU LIMITED 2015-2016 */
/* psci.c COPYRIGHT FUJITSU LIMITED 2015-2018 */
/* @ref.impl arch/arm64/kernel/psci.c */
/*
* This program is free software; you can redistribute it and/or modify

View File

@ -1,4 +1,4 @@
/* ptrace.c COPYRIGHT FUJITSU LIMITED 2016-2017 */
/* ptrace.c COPYRIGHT FUJITSU LIMITED 2016-2018 */
#include <errno.h>
#include <debug-monitors.h>
#include <hw_breakpoint.h>

View File

@ -1,4 +1,4 @@
/* syscall.c COPYRIGHT FUJITSU LIMITED 2015-2017 */
/* syscall.c COPYRIGHT FUJITSU LIMITED 2015-2018 */
#include <cpulocal.h>
#include <string.h>
#include <kmalloc.h>

View File

@ -1,4 +1,4 @@
/* traps.c COPYRIGHT FUJITSU LIMITED 2015-2017 */
/* traps.c COPYRIGHT FUJITSU LIMITED 2015-2018 */
#include <ihk/context.h>
#include <ihk/debug.h>
#include <traps.h>

View File

@ -1,4 +1,4 @@
/* vdso.c COPYRIGHT FUJITSU LIMITED 2016 */
/* vdso.c COPYRIGHT FUJITSU LIMITED 2016-2018 */
/* @ref.impl arch/arm64/kernel/vdso.c */
#include <arch-memory.h>

View File

@ -1,4 +1,4 @@
# Makefile.in COPYRIGHT FUJITSU LIMITED 2016
# Makefile.in COPYRIGHT FUJITSU LIMITED 2016-2018
# @ref.impl arch/arm64/kernel/vdso/Makefile
# Building a vDSO image for AArch64.

View File

@ -1,3 +1,4 @@
/* coredump.c COPYRIGHT FUJITSU LIMITED 2018 */
#ifdef POSTK_DEBUG_ARCH_DEP_18 /* coredump arch separation. */
#include <process.h>
#include <elfcore.h>

View File

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

View File

@ -1,3 +1,4 @@
/* arch-memory.h COPYRIGHT FUJITSU LIMITED 2018 */
/**
* \file arch-memomry.h
* License details are found in the file LICENSE.

View File

@ -1,3 +1,4 @@
/* elf.h COPYRIGHT FUJITSU LIMITED 2018 */
#ifdef POSTK_DEBUG_ARCH_DEP_18 /* coredump arch separation. */
#ifndef __HEADER_X86_COMMON_ELF_H
#define __HEADER_X86_COMMON_ELF_H

View File

@ -1,3 +1,4 @@
/* elfcore.h COPYRIGHT FUJITSU LIMITED 2018 */
#ifndef POSTK_DEBUG_ARCH_DEP_18 /* coredump arch separation. */
/*
* Structures and definitions for ELF core file.

View File

@ -1,3 +1,4 @@
/* elfcoregpl.h COPYRIGHT FUJITSU LIMITED 2018 */
#ifndef POSTK_DEBUG_ARCH_DEP_18 /* coredump arch separation. */
/*
* Structures and defines from GPLed file.

View File

@ -1,4 +1,4 @@
/* hwcap.h COPYRIGHT FUJITSU LIMITED 2017 */
/* hwcap.h COPYRIGHT FUJITSU LIMITED 2017-2018 */
#ifndef _UAPI__ASM_HWCAP_H
#define _UAPI__ASM_HWCAP_H

View File

@ -1,3 +1,4 @@
/* types.h COPYRIGHT FUJITSU LIMITED 2018 */
/**
* \file types.h
* Licence details are found in the file LICENSE.

View File

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

View File

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

View File

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

View File

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

View File

@ -1,3 +1,4 @@
# mcoverlay-create-smp-x86.sh.in COPYRIGHT FUJITSU LIMITED 2018
# Overlay /proc, /sys with McKernel specific contents
#

View File

@ -1,4 +1,5 @@
#!/bin/bash
# mcreboot-attached-mic.sh.in COPYRIGHT FUJITSU LIMITED 2018
# \file arch/x86/tools/mcreboot-attached-mic.sh.in
# License details are found in the file LICENSE.

View File

@ -1,4 +1,5 @@
#!/bin/bash -x
# mcreboot-builtin-x86.sh.in COPYRIGHT FUJITSU LIMITED 2018
# \file arch/x86/tools/mcreboot-builtin-x86.sh.in
# License details are found in the file LICENSE.

View File

@ -1,4 +1,5 @@
#!/bin/bash
# mcreboot-smp-x86.sh.in COPYRIGHT FUJITSU LIMITED 2018
# IHK SMP-x86 example boot script.
# author: Balazs Gerofi <bgerofi@riken.jp>

View File

@ -1,4 +1,5 @@
#!/bin/bash
# mcstop+release-smp-x86.sh.in COPYRIGHT FUJITSU LIMITED 2018
# IHK SMP-x86 example McKernel unload script.
# author: Balazs Gerofi <bgerofi@riken.jp>

View File

@ -1,4 +1,4 @@
# configure.ac COPYRIGHT FUJITSU LIMITED 2015-2016
# configure.ac COPYRIGHT FUJITSU LIMITED 2015-2018
AC_PREREQ(2.63)
m4_define([IHK_VERSION_m4],[1.5.0])dnl
m4_define([MCKERNEL_VERSION_m4],[1.5.0])dnl

View File

@ -1,4 +1,4 @@
/* archdeps.c COPYRIGHT FUJITSU LIMITED 2016 */
/* archdeps.c COPYRIGHT FUJITSU LIMITED 2016-2018 */
#include <linux/version.h>
#include <linux/kallsyms.h>
#include <linux/uaccess.h>

View File

@ -1,4 +1,4 @@
// mcctrl.h COPYRIGHT FUJITSU LIMITED 2016-2017
// mcctrl.h COPYRIGHT FUJITSU LIMITED 2016-2018
/**
* \file mcctrl.h
* License details are found in the file LICENSE.

View File

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

View File

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

View File

@ -1,3 +1,4 @@
# Makefile.in COPYRIGHT FUJITSU LIMITED 2017-2018
CC=@CC@
AR=ar
BINDIR=@BINDIR@

View File

@ -1,4 +1,4 @@
/* arch_args.h COPYRIGHT FUJITSU LIMITED 2017 */
/* arch_args.h COPYRIGHT FUJITSU LIMITED 2017-2018 */
#ifndef ARCH_ARGS_H
#define ARCH_ARGS_H

View File

@ -1,4 +1,4 @@
/* archdep.S COPYRIGHT FUJITSU LIMITED 2017 */
/* archdep.S COPYRIGHT FUJITSU LIMITED 2017-2018 */
/* TODO: skeleton for UTI */
.global switch_ctx
switch_ctx:

View File

@ -1,3 +1,4 @@
# Makefile.in COPYRIGHT FUJITSU LIMITED 2017-2018
CC=@CC@
AR=ar
BINDIR=@BINDIR@

View File

@ -1,4 +1,4 @@
/* ldump2mcdump.c COPYRIGHT FUJITSU LIMITED 2017 */
#include "../include/defs.h" /* From the crash source top-level directory */
#include <bfd.h>
#include <pwd.h>

View File

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

View File

@ -1,4 +1,5 @@
#!/bin/sh
# vmcore2mckdump.in COPYRIGHT FUJITSU LIMITED 2017-2018
export VMLINUX=/usr/lib/debug/lib/modules/`uname -r`/vmlinux
export INSTALLDIR=@prefix@
export INFILE=$1

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.

View File

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