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 @@
|
||||
/* 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>
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# Makefile.in COPYRIGHT FUJITSU LIMITED 2017-2018
|
||||
CC=@CC@
|
||||
AR=ar
|
||||
BINDIR=@BINDIR@
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# Makefile.in COPYRIGHT FUJITSU LIMITED 2017-2018
|
||||
CC=@CC@
|
||||
AR=ar
|
||||
BINDIR=@BINDIR@
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user