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.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>