diff --git a/CUDAStream.cu b/CUDAStream.cu index 956be7d..3c10e8d 100644 --- a/CUDAStream.cu +++ b/CUDAStream.cu @@ -1,4 +1,11 @@ +// Copyright (c) 2015-16 Tom Deakin, Simon McIntosh-Smith, +// University of Bristol HPC +// +// For full license terms please see the LICENSE file distributed with this +// source code + + #include "CUDAStream.h" void check_error(void) diff --git a/CUDAStream.h b/CUDAStream.h index 61e4882..9c436d6 100644 --- a/CUDAStream.h +++ b/CUDAStream.h @@ -1,4 +1,12 @@ +// Copyright (c) 2015-16 Tom Deakin, Simon McIntosh-Smith, +// University of Bristol HPC +// +// For full license terms please see the LICENSE file distributed with this +// source code + +#pragma once + #include #include diff --git a/LICENSE b/LICENSE index b812c0c..1bc1114 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ *============================================================================== *------------------------------------------------------------------------------ -* Copyright 2016: Tom Deakin, Simon McIntosh-Smith, University of Bristol HPC +* Copyright 2015-16: Tom Deakin, Simon McIntosh-Smith, University of Bristol HPC * Based on John D. McCalpin’s original STREAM benchmark for CPUs *------------------------------------------------------------------------------ * License: diff --git a/OCLStream.cpp b/OCLStream.cpp index 5a72b3c..f7c538e 100644 --- a/OCLStream.cpp +++ b/OCLStream.cpp @@ -1,4 +1,10 @@ +// Copyright (c) 2015-16 Tom Deakin, Simon McIntosh-Smith, +// University of Bristol HPC +// +// For full license terms please see the LICENSE file distributed with this +// source code + #include "OCLStream.h" // Cache list of devices diff --git a/OCLStream.h b/OCLStream.h index 79a213f..cb48da5 100644 --- a/OCLStream.h +++ b/OCLStream.h @@ -1,4 +1,10 @@ +// Copyright (c) 2015-16 Tom Deakin, Simon McIntosh-Smith, +// University of Bristol HPC +// +// For full license terms please see the LICENSE file distributed with this +// source code + #pragma once #include diff --git a/Stream.h b/Stream.h index e02c953..671289e 100644 --- a/Stream.h +++ b/Stream.h @@ -1,4 +1,10 @@ +// Copyright (c) 2015-16 Tom Deakin, Simon McIntosh-Smith, +// University of Bristol HPC +// +// For full license terms please see the LICENSE file distributed with this +// source code + #pragma once #include diff --git a/common.h.in b/common.h.in index fbf953c..1b0f38b 100644 --- a/common.h.in +++ b/common.h.in @@ -1,3 +1,9 @@ +// Copyright (c) 2015-16 Tom Deakin, Simon McIntosh-Smith, +// University of Bristol HPC +// +// For full license terms please see the LICENSE file distributed with this +// source code + #define VERSION_STRING "@gpu-stream_VERSION_MAJOR@.@gpu-stream_VERSION_MINOR@" diff --git a/main.cpp b/main.cpp index 457ca9a..96f4e5c 100644 --- a/main.cpp +++ b/main.cpp @@ -1,4 +1,10 @@ +// Copyright (c) 2015-16 Tom Deakin, Simon McIntosh-Smith, +// University of Bristol HPC +// +// For full license terms please see the LICENSE file distributed with this +// source code + #include #include #include