From 9c18468fe235f1fe39e9b05313d4eef842f4a669 Mon Sep 17 00:00:00 2001 From: "Kyle Fernandes, ne Jacobs" Date: Sat, 19 Nov 2016 12:16:20 +0000 Subject: [PATCH] Add Copyright header to Fortran bindings source files --- fortran/src/cudafor.f90 | 7 +++++++ fortran/src/ncclfor.f90 | 7 +++++++ fortran/test/allgather_arr_out.f90 | 7 +++++++ fortran/test/allgather_ptr_out.f90 | 7 +++++++ fortran/test/allreduce_arr_out.f90 | 7 +++++++ fortran/test/allreduce_ptr_out.f90 | 7 +++++++ fortran/test/broadcast_arr.f90 | 7 +++++++ fortran/test/broadcast_ptr.f90 | 7 +++++++ fortran/test/reduce_arr_out.f90 | 7 +++++++ fortran/test/reduce_ptr_out.f90 | 7 +++++++ fortran/test/reducescatter_arr_out.f90 | 7 +++++++ fortran/test/reducescatter_ptr_out.f90 | 7 +++++++ 12 files changed, 84 insertions(+) diff --git a/fortran/src/cudafor.f90 b/fortran/src/cudafor.f90 index 8c6934d..4ecd0f4 100644 --- a/fortran/src/cudafor.f90 +++ b/fortran/src/cudafor.f90 @@ -1,3 +1,10 @@ +!************************************************************************* +!* Copyright (c) 2016 Research Computing Services (RCS), University of +!* Cambridge. All rights reserved. +!* +!* See LICENSE.txt for license information +!************************************************************************* + #ifndef _CUDA !Start cudaFor module diff --git a/fortran/src/ncclfor.f90 b/fortran/src/ncclfor.f90 index db98f3d..2ed4d3d 100644 --- a/fortran/src/ncclfor.f90 +++ b/fortran/src/ncclfor.f90 @@ -1,3 +1,10 @@ +!************************************************************************* +!* Copyright (c) 2016 Research Computing Services (RCS), University of +!* Cambridge. All rights reserved. +!* +!* See LICENSE.txt for license information +!************************************************************************* + !Start defines #define NCCL_UNIQUE_ID_BYTES 128 !End defines diff --git a/fortran/test/allgather_arr_out.f90 b/fortran/test/allgather_arr_out.f90 index 61fd35b..17fbf7a 100644 --- a/fortran/test/allgather_arr_out.f90 +++ b/fortran/test/allgather_arr_out.f90 @@ -1,3 +1,10 @@ +!************************************************************************* +!* Copyright (c) 2016 Research Computing Services (RCS), University of +!* Cambridge. All rights reserved. +!* +!* See LICENSE.txt for license information +!************************************************************************* + program test use iso_c_binding use iso_fortran_env diff --git a/fortran/test/allgather_ptr_out.f90 b/fortran/test/allgather_ptr_out.f90 index b407664..f7d1962 100644 --- a/fortran/test/allgather_ptr_out.f90 +++ b/fortran/test/allgather_ptr_out.f90 @@ -1,3 +1,10 @@ +!************************************************************************* +!* Copyright (c) 2016 Research Computing Services (RCS), University of +!* Cambridge. All rights reserved. +!* +!* See LICENSE.txt for license information +!************************************************************************* + program test use iso_c_binding use iso_fortran_env diff --git a/fortran/test/allreduce_arr_out.f90 b/fortran/test/allreduce_arr_out.f90 index 4804ceb..50c1b64 100644 --- a/fortran/test/allreduce_arr_out.f90 +++ b/fortran/test/allreduce_arr_out.f90 @@ -1,3 +1,10 @@ +!************************************************************************* +!* Copyright (c) 2016 Research Computing Services (RCS), University of +!* Cambridge. All rights reserved. +!* +!* See LICENSE.txt for license information +!************************************************************************* + program test use iso_c_binding use iso_fortran_env diff --git a/fortran/test/allreduce_ptr_out.f90 b/fortran/test/allreduce_ptr_out.f90 index 39b2f2b..2c1248f 100644 --- a/fortran/test/allreduce_ptr_out.f90 +++ b/fortran/test/allreduce_ptr_out.f90 @@ -1,3 +1,10 @@ +!************************************************************************* +!* Copyright (c) 2016 Research Computing Services (RCS), University of +!* Cambridge. All rights reserved. +!* +!* See LICENSE.txt for license information +!************************************************************************* + program test use iso_c_binding use iso_fortran_env diff --git a/fortran/test/broadcast_arr.f90 b/fortran/test/broadcast_arr.f90 index 137c679..867fa1a 100644 --- a/fortran/test/broadcast_arr.f90 +++ b/fortran/test/broadcast_arr.f90 @@ -1,3 +1,10 @@ +!************************************************************************* +!* Copyright (c) 2016 Research Computing Services (RCS), University of +!* Cambridge. All rights reserved. +!* +!* See LICENSE.txt for license information +!************************************************************************* + program test use iso_c_binding use iso_fortran_env diff --git a/fortran/test/broadcast_ptr.f90 b/fortran/test/broadcast_ptr.f90 index 0918519..963afee 100644 --- a/fortran/test/broadcast_ptr.f90 +++ b/fortran/test/broadcast_ptr.f90 @@ -1,3 +1,10 @@ +!************************************************************************* +!* Copyright (c) 2016 Research Computing Services (RCS), University of +!* Cambridge. All rights reserved. +!* +!* See LICENSE.txt for license information +!************************************************************************* + program test use iso_c_binding use iso_fortran_env diff --git a/fortran/test/reduce_arr_out.f90 b/fortran/test/reduce_arr_out.f90 index a332cf5..3db254b 100644 --- a/fortran/test/reduce_arr_out.f90 +++ b/fortran/test/reduce_arr_out.f90 @@ -1,3 +1,10 @@ +!************************************************************************* +!* Copyright (c) 2016 Research Computing Services (RCS), University of +!* Cambridge. All rights reserved. +!* +!* See LICENSE.txt for license information +!************************************************************************* + program test use iso_c_binding use iso_fortran_env diff --git a/fortran/test/reduce_ptr_out.f90 b/fortran/test/reduce_ptr_out.f90 index 46f3e12..bffc720 100644 --- a/fortran/test/reduce_ptr_out.f90 +++ b/fortran/test/reduce_ptr_out.f90 @@ -1,3 +1,10 @@ +!************************************************************************* +!* Copyright (c) 2016 Research Computing Services (RCS), University of +!* Cambridge. All rights reserved. +!* +!* See LICENSE.txt for license information +!************************************************************************* + program test use iso_c_binding use iso_fortran_env diff --git a/fortran/test/reducescatter_arr_out.f90 b/fortran/test/reducescatter_arr_out.f90 index cd14157..6a976da 100644 --- a/fortran/test/reducescatter_arr_out.f90 +++ b/fortran/test/reducescatter_arr_out.f90 @@ -1,3 +1,10 @@ +!************************************************************************* +!* Copyright (c) 2016 Research Computing Services (RCS), University of +!* Cambridge. All rights reserved. +!* +!* See LICENSE.txt for license information +!************************************************************************* + program test use iso_c_binding use iso_fortran_env diff --git a/fortran/test/reducescatter_ptr_out.f90 b/fortran/test/reducescatter_ptr_out.f90 index e35e85d..9df35bf 100644 --- a/fortran/test/reducescatter_ptr_out.f90 +++ b/fortran/test/reducescatter_ptr_out.f90 @@ -1,3 +1,10 @@ +!************************************************************************* +!* Copyright (c) 2016 Research Computing Services (RCS), University of +!* Cambridge. All rights reserved. +!* +!* See LICENSE.txt for license information +!************************************************************************* + program test use iso_c_binding use iso_fortran_env