From 7f98eab89fcad7fd102778cc593f40e04abf8761 Mon Sep 17 00:00:00 2001
From: Matthew Webster <mwebster@fmrib.ox.ac.uk>
Date: Thu, 30 Aug 2012 13:45:31 +0000
Subject: [PATCH] added copyrights

---
 bedpostx_datacheck       | 3 +++
 bedpostx_postproc.sh     | 4 +++-
 bedpostx_preproc.sh      | 4 +++-
 bedpostx_single_slice.sh | 3 +++
 facalc                   | 3 +++
 indexer.cc               | 5 +++++
 post_xfibres             | 3 +++
 streamlines.cc           | 4 ++++
 streamlines.h            | 3 +++
 vecreg.h                 | 3 +++
 10 files changed, 33 insertions(+), 2 deletions(-)

diff --git a/bedpostx_datacheck b/bedpostx_datacheck
index 49d2842..11ab048 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 14c79cc..91a1f14 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 652c250..1754f4c 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 b4f6dff..fa9ab87 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 9410904..ba377c0 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 60823cf..67f9065 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 af845ed..2e255be 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 5e773eb..9d7d510 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 d094a75..ccdc891 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 262ab3f..3017181 100755
--- a/vecreg.h
+++ b/vecreg.h
@@ -1,3 +1,6 @@
+/*    Copyright (C) 2012 University of Oxford  */
+
+/*  CCOPYRIGHT  */
 #include <cmath>
 #include <stdlib.h>
 
-- 
GitLab