Skip to content

Commit

Permalink
SPDX fixups and Copyright date fixes
Browse files Browse the repository at this point in the history
Ensure the (C) who and years are correct, based on git history.

Also a few SPDX fixups

Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
  • Loading branch information
stewartsmith authored and oohal committed Aug 2, 2019
1 parent 73ded8c commit 0e1db80
Show file tree
Hide file tree
Showing 30 changed files with 52 additions and 21 deletions.
5 changes: 5 additions & 0 deletions Makefile
@@ -1,5 +1,10 @@
# SPDX-License-Identifier: Apache-2.0
# Copyright 2012-2019 IBM Corp

#
# If you want to build in another directory copy this file there and
# fill in the following values
#

#
# Prefix of cross toolchain, if anything
Expand Down
2 changes: 2 additions & 0 deletions Makefile.rules
@@ -1,6 +1,8 @@
# SPDX-License-Identifier: Apache-2.0
#
# These allow for the build to be less verbose
#
# Copyright 2012-2019 IBM Corp

ifdef V
VERBOSE:= $(V)
Expand Down
2 changes: 2 additions & 0 deletions core/Makefile.inc
@@ -1,3 +1,5 @@
# SPDX-License-Identifier: Apache-2.0
# Copyright 2012-2019 IBM Corp
# -*-Makefile-*-

SUBDIRS += core
Expand Down
2 changes: 2 additions & 0 deletions core/test/run-api-test.c
Expand Up @@ -4,6 +4,8 @@
*
* For now it just validates that addresses passed are sane and test the
* wrapper that validates addresses
*
* Copyright 2016 IBM Corp.
*/

#include <config.h>
Expand Down
1 change: 1 addition & 0 deletions core/test/run-buddy.c
Expand Up @@ -2,6 +2,7 @@
/*
* Copyright 2016-2017 IBM Corp.
*/

#include <buddy.h>
#include <assert.h>
#include <stdlib.h>
Expand Down
2 changes: 1 addition & 1 deletion core/test/run-console-log-buf-overrun.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: Apache-2.0
/*
* Copyright 2014-2015 IBM Corp.
* Copyright 2015-2016 IBM Corp.
*/

#include <config.h>
Expand Down
2 changes: 1 addition & 1 deletion core/test/run-console-log-pr_fmt.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: Apache-2.0
/*
* Copyright 2013-2014 IBM Corp.
* Copyright 2015-2016 IBM Corp.
*/

#include <config.h>
Expand Down
2 changes: 1 addition & 1 deletion core/test/run-console-log.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: Apache-2.0
/*
* Copyright 2013-2014 IBM Corp.
* Copyright 2014-2016 IBM Corp.
*/

#include <config.h>
Expand Down
2 changes: 1 addition & 1 deletion core/test/run-device.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: Apache-2.0
/*
* Copyright 2013-2014 IBM Corp.
* Copyright 2012-2018 IBM Corp.
*/

#include <skiboot.h>
Expand Down
2 changes: 1 addition & 1 deletion core/test/run-flash-firmware-versions.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: Apache-2.0
/*
* Copyright 2018 IBM Corp.
* Copyright 2018-2019 IBM Corp.
*/

#include <stdlib.h>
Expand Down
2 changes: 1 addition & 1 deletion core/test/run-malloc-speed.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: Apache-2.0
/*
* Copyright 2013-2015 IBM Corp.
* Copyright 2013-2018 IBM Corp.
*/

#include <config.h>
Expand Down
2 changes: 1 addition & 1 deletion core/test/run-malloc.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: Apache-2.0
/*
* Copyright 2013-2014 IBM Corp.
* Copyright 2013-2018 IBM Corp.
*/

#include <config.h>
Expand Down
2 changes: 1 addition & 1 deletion core/test/run-mem_range_is_reserved.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: Apache-2.0
/*
* Copyright 2015 IBM Corp.
* Copyright 2015-2019 IBM Corp.
*/

#include <config.h>
Expand Down
2 changes: 1 addition & 1 deletion core/test/run-mem_region.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: Apache-2.0
/*
* Copyright 2013-2014 IBM Corp.
* Copyright 2013-2019 IBM Corp.
*/

#include <config.h>
Expand Down
2 changes: 1 addition & 1 deletion core/test/run-mem_region_init.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: Apache-2.0
/*
* Copyright 2013-2014 IBM Corp.
* Copyright 2013-2018 IBM Corp.
*/

#include <config.h>
Expand Down
2 changes: 1 addition & 1 deletion core/test/run-mem_region_next.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: Apache-2.0
/*
* Copyright 2013-2015 IBM Corp.
* Copyright 2015-2018 IBM Corp.
*/

#include <config.h>
Expand Down
2 changes: 1 addition & 1 deletion core/test/run-mem_region_release_unused.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: Apache-2.0
/*
* Copyright 2013-2014 IBM Corp.
* Copyright 2013-2018 IBM Corp.
*/

#include <config.h>
Expand Down
2 changes: 1 addition & 1 deletion core/test/run-mem_region_release_unused_noalloc.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: Apache-2.0
/*
* Copyright 2013-2014 IBM Corp.
* Copyright 2013-2018 IBM Corp.
*/

#include <config.h>
Expand Down
2 changes: 1 addition & 1 deletion core/test/run-mem_region_reservations.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: Apache-2.0
/*
* Copyright 2013-2015 IBM Corp.
* Copyright 2013-2018 IBM Corp.
*/

#include <config.h>
Expand Down
1 change: 1 addition & 0 deletions core/test/run-msg.c
Expand Up @@ -2,6 +2,7 @@
/*
* Copyright 2013-2019 IBM Corp.
*/

#include <inttypes.h>
#include <stdbool.h>
#include <stddef.h>
Expand Down
2 changes: 1 addition & 1 deletion core/test/run-nvram-format.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: Apache-2.0
/*
* Copyright 2013-2014 IBM Corp.
* Copyright 2013-2019 IBM Corp.
*/

#include <stdlib.h>
Expand Down
5 changes: 5 additions & 0 deletions core/test/run-pci-quirk.c
@@ -1,3 +1,8 @@
// SPDX-License-Identifier: Apache-2.0
/*
* Copyright 2018 IBM Corp
*/

#include <assert.h>
#include <stdint.h>
#include <compiler.h>
Expand Down
4 changes: 2 additions & 2 deletions core/test/run-pel.c
@@ -1,11 +1,11 @@
// SPDX-License-Identifier: Apache-2.0
/*
* Copyright 2013-2014 IBM Corp.
*
* Test for our PEL record generation. Currently this doesn't actually
* test that the records we generate are correct, but it at least lets
* us run valgrind over the generation routines to check for buffer
* overflows, etc.
*
* Copyright 2013-2016 IBM Corp.
*/

#include <skiboot.h>
Expand Down
5 changes: 5 additions & 0 deletions core/test/run-pool.c
@@ -1,3 +1,8 @@
// SPDX-License-Identifier: Apache-2.0
/*
* Copyright 2014 IBM Corp
*/

#include <pool.h>

#include "../pool.c"
Expand Down
2 changes: 1 addition & 1 deletion core/test/run-time-utils.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: Apache-2.0
/*
* Copyright 2013-2015 IBM Corp.
* Copyright 2015-2017 IBM Corp.
*/

#include <config.h>
Expand Down
2 changes: 1 addition & 1 deletion core/test/run-timebase.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: Apache-2.0
/*
* Copyright 2013-2015 IBM Corp.
* Copyright 2015-2016 IBM Corp.
*/

#include <stdint.h>
Expand Down
5 changes: 5 additions & 0 deletions core/test/run-timer.c
@@ -1,3 +1,8 @@
// SPDX-License-Identifier: Apache-2.0
/*
* Copyright 2014-2018 IBM Corp
*/

#include <stdint.h>
#include <stdlib.h>
#include <stdio.h>
Expand Down
2 changes: 1 addition & 1 deletion core/test/run-trace.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: Apache-2.0
/*
* Copyright 2013-2014 IBM Corp.
* Copyright 2013-2019 IBM Corp.
*/

#include <config.h>
Expand Down
3 changes: 2 additions & 1 deletion core/test/stubs.c
@@ -1,7 +1,8 @@
// SPDX-License-Identifier: Apache-2.0
/*
* Copyright 2013-2014 IBM Corp.
* Copyright 2013-2019 IBM Corp
*/

#include <stdlib.h>
#include <stdio.h>
#include <stdarg.h>
Expand Down
2 changes: 2 additions & 0 deletions make_offsets.sh
@@ -1,4 +1,6 @@
#!/bin/sh
# SPDX-License-Identifier: Apache-2.0
# Copyright 2012-2019 IBM Corp

cat <<EOF
#ifndef ASM_OFFSETS_H
Expand Down

0 comments on commit 0e1db80

Please sign in to comment.