diff --git a/bedpostx_datacheck b/bedpostx_datacheck index 49d2842ba56d7c48200fd13a9f38c8f5d43c639f..11ab0487baeed88c535e4e0894e18e5d976c728a 100755 --- a/bedpostx_datacheck +++ b/bedpostx_datacheck @@ -1,5 +1,8 @@ #!/bin/sh +# Copyright (C) 2012 University of Oxford +# +# SHCOPYRIGHT if [ $# -lt 1 ]; then echo "Usage: $0 data_dir" diff --git a/bedpostx_postproc.sh b/bedpostx_postproc.sh index 14c79cc9c83422db89570fc19e7cb716e660e7c3..91a1f14f7cba0f885a64e1a7e8c8c4bdf8e4bc2f 100755 --- a/bedpostx_postproc.sh +++ b/bedpostx_postproc.sh @@ -1,5 +1,7 @@ #!/bin/sh - +# Copyright (C) 2012 University of Oxford +# +# SHCOPYRIGHT subjdir=$1 numfib=`${FSLDIR}/bin/imglob ${subjdir}.bedpostX/diff_slices/data_slice_0000/f*samples* | wc -w | awk '{print $1}'` diff --git a/bedpostx_preproc.sh b/bedpostx_preproc.sh index 652c2503f4aa07d12baff8511248b73072a71b0b..1754f4c3aaa9a0c3ae1da9a12d40fba0b0fc0786 100755 --- a/bedpostx_preproc.sh +++ b/bedpostx_preproc.sh @@ -1,5 +1,7 @@ #!/bin/sh - +# Copyright (C) 2012 University of Oxford +# +# SHCOPYRIGHT subjdir=$1 gflag=$2 diff --git a/bedpostx_single_slice.sh b/bedpostx_single_slice.sh index b4f6dffcc3341e126ed74cba5d4f3e14cba03baf..fa9ab87a153dc4f2c864210ee3543dea0f758849 100755 --- a/bedpostx_single_slice.sh +++ b/bedpostx_single_slice.sh @@ -1,4 +1,7 @@ #!/bin/sh +# Copyright (C) 2012 University of Oxford +# +# SHCOPYRIGHT subjdir=$1 slice=$2 diff --git a/facalc b/facalc index 94109045da850c1379d86882f32a911cfc824a7b..ba377c0ddfb79835599c06a6b7455bcac0bbcf12 100755 --- a/facalc +++ b/facalc @@ -1,4 +1,7 @@ #!/bin/sh +# Copyright (C) 2012 University of Oxford +# +# SHCOPYRIGHT if [ $# -lt 1 ]; then echo "Usage: facalc <basename> [-mode]" diff --git a/indexer.cc b/indexer.cc index 60823cf40c2ae4aa430339132f5a82a8d311529f..67f9065f5b1687c03daa17fe9555090a8262dc3a 100644 --- a/indexer.cc +++ b/indexer.cc @@ -1,3 +1,8 @@ +/* Copyright (C) 2012 University of Oxford */ + +/* CCOPYRIGHT */ + + #include <iostream> #include <fstream> #include <iomanip> diff --git a/post_xfibres b/post_xfibres index af845ed0b2a027f30d28093a7719c51f1369cb60..2e255bedd498468ebeaaa208b6759a398c9e605f 100755 --- a/post_xfibres +++ b/post_xfibres @@ -1,4 +1,7 @@ #!/bin/sh +# Copyright (C) 2012 University of Oxford +# +# SHCOPYRIGHT if [ $# -lt 1 ];then echo "Usage: post_xfibres <directory> [thresh]" diff --git a/streamlines.cc b/streamlines.cc index 5e773ebe6a6f0662bf2a5cf0e4a86e9717eb0f5b..9d7d510fb0d50d02cac4b53c50ff6fae62ebc399 100644 --- a/streamlines.cc +++ b/streamlines.cc @@ -1,3 +1,7 @@ +/* Copyright (C) 2012 University of Oxford */ + +/* CCOPYRIGHT */ + #include "streamlines.h" #include "warpfns/fnirt_file_reader.h" #include "warpfns/warpfns.h" diff --git a/streamlines.h b/streamlines.h index d094a754391bdfee98f330a54428cf1ce0c680b8..ccdc891b4a3d25373bf4d3e601d2660e322f980c 100644 --- a/streamlines.h +++ b/streamlines.h @@ -1,3 +1,6 @@ +/* Copyright (C) 2012 University of Oxford */ + +/* CCOPYRIGHT */ #include <fstream> #ifndef EXPOSE_TREACHEROUS #define EXPOSE_TREACHEROUS diff --git a/vecreg.h b/vecreg.h index 262ab3fdcbd2f4a33e0ce2c64f38e63f1347abdf..3017181c349f8748ee409e27975a1d1f7ef96e26 100755 --- a/vecreg.h +++ b/vecreg.h @@ -1,3 +1,6 @@ +/* Copyright (C) 2012 University of Oxford */ + +/* CCOPYRIGHT */ #include <cmath> #include <stdlib.h>