diff --git a/include/hepnos/DataSet.hpp b/include/hepnos/DataSet.hpp index 009b5123f2cfbae4e2bf2a588279fe074d7c4405..2133e271b82ef4c6398f7d49ce00d8268e610bf9 100644 --- a/include/hepnos/DataSet.hpp +++ b/include/hepnos/DataSet.hpp @@ -1,3 +1,8 @@ +/* + * (C) 2018 The University of Chicago + * + * See COPYRIGHT in top-level directory. + */ #ifndef __HEPNOS_DATA_SET_H #define __HEPNOS_DATA_SET_H diff --git a/include/hepnos/DataStore.hpp b/include/hepnos/DataStore.hpp index 7fe5d0d69c7062497f3162b69cdee7d0f0710201..0b190c9da7f7f75abc26c47f3bfe9782693d6b5b 100644 --- a/include/hepnos/DataStore.hpp +++ b/include/hepnos/DataStore.hpp @@ -1,3 +1,8 @@ +/* + * (C) 2018 The University of Chicago + * + * See COPYRIGHT in top-level directory. + */ #ifndef __HEPNOS_DATA_STORE_H #define __HEPNOS_DATA_STORE_H diff --git a/include/hepnos/Demangle.hpp b/include/hepnos/Demangle.hpp index b4a3eb8cff8f95cb92da50da56f122155c424ffd..fb19fb7d1844109039481e6a7efc356bdedac9b9 100644 --- a/include/hepnos/Demangle.hpp +++ b/include/hepnos/Demangle.hpp @@ -1,3 +1,8 @@ +/* + * (C) 2018 The University of Chicago + * + * See COPYRIGHT in top-level directory. + */ #ifndef __HEPNOS_DEMANGLE_H #define __HEPNOS_DEMANGLE_H diff --git a/include/hepnos/Event.hpp b/include/hepnos/Event.hpp index 4700bb4228608e6aed3be0e805d5db6e7bcc2ca3..2e4d51e79035ec8a4e99cb85bb76cf93aef236ed 100644 --- a/include/hepnos/Event.hpp +++ b/include/hepnos/Event.hpp @@ -1,3 +1,8 @@ +/* + * (C) 2018 The University of Chicago + * + * See COPYRIGHT in top-level directory. + */ #ifndef __HEPNOS_EVENT_H #define __HEPNOS_EVENT_H diff --git a/include/hepnos/EventNumber.hpp b/include/hepnos/EventNumber.hpp index e07ee92160f7079dbe0811c81c6af594b1ad806b..8e13b2c7622b7f580431e71a3671dafb1a532375 100644 --- a/include/hepnos/EventNumber.hpp +++ b/include/hepnos/EventNumber.hpp @@ -1,3 +1,8 @@ +/* + * (C) 2018 The University of Chicago + * + * See COPYRIGHT in top-level directory. + */ #ifndef __HEPNOS_EVENT_NUMBER_H #define __HEPNOS_EVENT_NUMBER_H diff --git a/include/hepnos/Exception.hpp b/include/hepnos/Exception.hpp index ea0fdecd0bfcf49272cf05809595359d99167552..cfa4a8fdf621f5236a3bc21dbb8270fa74f925a1 100644 --- a/include/hepnos/Exception.hpp +++ b/include/hepnos/Exception.hpp @@ -1,3 +1,8 @@ +/* + * (C) 2018 The University of Chicago + * + * See COPYRIGHT in top-level directory. + */ #ifndef __HEPNOS_EXCEPTION_H #define __HEPNOS_EXCEPTION_H diff --git a/include/hepnos/KeyValueContainer.hpp b/include/hepnos/KeyValueContainer.hpp index 2aa0c4343f7f802d68839294d9268ab75e24d1ba..c3719c569661c8d3b60a3245928f5457ca1be332 100644 --- a/include/hepnos/KeyValueContainer.hpp +++ b/include/hepnos/KeyValueContainer.hpp @@ -1,3 +1,8 @@ +/* + * (C) 2018 The University of Chicago + * + * See COPYRIGHT in top-level directory. + */ #ifndef __HEPNOS_KEYVAL_CONTAINER_H #define __HEPNOS_KEYVAL_CONTAINER_H diff --git a/include/hepnos/Run.hpp b/include/hepnos/Run.hpp index 38f6d0296b4f1c4962b9fa31b1feda2230c54d7c..52d37deb90cf255d0f619a519614df889b2f7600 100644 --- a/include/hepnos/Run.hpp +++ b/include/hepnos/Run.hpp @@ -1,3 +1,8 @@ +/* + * (C) 2018 The University of Chicago + * + * See COPYRIGHT in top-level directory. + */ #ifndef __HEPNOS_RUN_H #define __HEPNOS_RUN_H diff --git a/include/hepnos/RunNumber.hpp b/include/hepnos/RunNumber.hpp index 9773c5a65d8b6f58072ec7ce577e3f7e7392bcb0..5b60218051f7112491e981f53fb71f233eaa69fd 100644 --- a/include/hepnos/RunNumber.hpp +++ b/include/hepnos/RunNumber.hpp @@ -1,3 +1,8 @@ +/* + * (C) 2018 The University of Chicago + * + * See COPYRIGHT in top-level directory. + */ #ifndef __HEPNOS_RUN_NUMBER_H #define __HEPNOS_RUN_NUMBER_H diff --git a/include/hepnos/RunSet.hpp b/include/hepnos/RunSet.hpp index 3b5f188a3719be9275cbaae25651617839f7ffca..5e1d7f566bbe5814560e7effdbcc49be7b0e1697 100644 --- a/include/hepnos/RunSet.hpp +++ b/include/hepnos/RunSet.hpp @@ -1,3 +1,8 @@ +/* + * (C) 2018 The University of Chicago + * + * See COPYRIGHT in top-level directory. + */ #ifndef __HEPNOS_RUN_SET_H #define __HEPNOS_RUN_SET_H diff --git a/include/hepnos/SubRun.hpp b/include/hepnos/SubRun.hpp index 77ab3fb31d48f3815485847a006106311c59a374..8d8138f3750b2b3c0b45ddde4408c8f481bf5357 100644 --- a/include/hepnos/SubRun.hpp +++ b/include/hepnos/SubRun.hpp @@ -1,3 +1,8 @@ +/* + * (C) 2018 The University of Chicago + * + * See COPYRIGHT in top-level directory. + */ #ifndef __HEPNOS_SUBRUN_H #define __HEPNOS_SUBRUN_H diff --git a/include/hepnos/SubRunNumber.hpp b/include/hepnos/SubRunNumber.hpp index d695784cb0630cc3050f786c2f94b6484db040f4..005a0badfa9dfa2d71ab3de521f5799946b5f548 100644 --- a/include/hepnos/SubRunNumber.hpp +++ b/include/hepnos/SubRunNumber.hpp @@ -1,3 +1,8 @@ +/* + * (C) 2018 The University of Chicago + * + * See COPYRIGHT in top-level directory. + */ #ifndef __HEPNOS_SUB_RUN_NUMBER_H #define __HEPNOS_SUB_RUN_NUMBER_H diff --git a/src/DataSet.cpp b/src/DataSet.cpp index 1b15e07dcf72c91c70ff0308ff1740f48693b34d..ed8e0ee890e3d4888aee812ed0baaa349ea4bf77 100644 --- a/src/DataSet.cpp +++ b/src/DataSet.cpp @@ -1,3 +1,8 @@ +/* + * (C) 2018 The University of Chicago + * + * See COPYRIGHT in top-level directory. + */ #include "hepnos/DataSet.hpp" #include "hepnos/Run.hpp" #include "hepnos/RunSet.hpp" diff --git a/src/DataStore.cpp b/src/DataStore.cpp index af8b32a878475328357d13a4f9f90bb668884847..b387a12e9eb45d935c7b279d9632bf9911f2c1b5 100644 --- a/src/DataStore.cpp +++ b/src/DataStore.cpp @@ -1,3 +1,8 @@ +/* + * (C) 2018 The University of Chicago + * + * See COPYRIGHT in top-level directory. + */ #include #include #include diff --git a/src/Event.cpp b/src/Event.cpp index 2c3b4b1f4ddfef725259a213a2d68ace2f7c1d92..abc7d3a68a685e83909414549308f1e233e762e3 100644 --- a/src/Event.cpp +++ b/src/Event.cpp @@ -1,3 +1,8 @@ +/* + * (C) 2018 The University of Chicago + * + * See COPYRIGHT in top-level directory. + */ #include "hepnos/Event.hpp" #include "private/EventImpl.hpp" #include "private/DataStoreImpl.hpp" diff --git a/src/Run.cpp b/src/Run.cpp index 07628031dbc05c73d7316da9ba8f48625ba0067e..97a764443f59c8610abc9039b5699cdda24eca66 100644 --- a/src/Run.cpp +++ b/src/Run.cpp @@ -1,3 +1,8 @@ +/* + * (C) 2018 The University of Chicago + * + * See COPYRIGHT in top-level directory. + */ #include "hepnos/Run.hpp" #include "private/RunImpl.hpp" #include "private/SubRunImpl.hpp" diff --git a/src/RunSet.cpp b/src/RunSet.cpp index 79a0dda1a801791c3c0af4660418a2f60ab9cf2b..8ffa20d02aad01d01e80338b523d99407974c89f 100644 --- a/src/RunSet.cpp +++ b/src/RunSet.cpp @@ -1,3 +1,8 @@ +/* + * (C) 2018 The University of Chicago + * + * See COPYRIGHT in top-level directory. + */ #include #include #include diff --git a/src/SubRun.cpp b/src/SubRun.cpp index af2ca0334bbb8def7de1886c6344ee2adb8e9d21..00ad2dc5ef7e850bdeecfd878d806c396a9bf4a3 100644 --- a/src/SubRun.cpp +++ b/src/SubRun.cpp @@ -1,3 +1,9 @@ +/* + * (C) 2018 The University of Chicago + * + * See COPYRIGHT in top-level directory. + */ + #include "hepnos/SubRun.hpp" #include "private/SubRunImpl.hpp" #include "private/EventImpl.hpp" diff --git a/src/private/DataSetImpl.hpp b/src/private/DataSetImpl.hpp index cb7a4d16e1336aaa1b2fccffd17c3bb92d6e39c8..fa8ea2c08d0a491b9a0da2f4f3033d5400e25f50 100644 --- a/src/private/DataSetImpl.hpp +++ b/src/private/DataSetImpl.hpp @@ -1,3 +1,8 @@ +/* + * (C) 2018 The University of Chicago + * + * See COPYRIGHT in top-level directory. + */ #ifndef __HEPNOS_PRIVATE_DATASET_IMPL_H #define __HEPNOS_PRIVATE_DATASET_IMPL_H diff --git a/src/private/DataStoreImpl.hpp b/src/private/DataStoreImpl.hpp index e249c23f38b770335a790b8c17a2aa28f8a7b4fc..48e9384ea432bd69d73c923f64cd2b006939eb03 100644 --- a/src/private/DataStoreImpl.hpp +++ b/src/private/DataStoreImpl.hpp @@ -1,3 +1,8 @@ +/* + * (C) 2018 The University of Chicago + * + * See COPYRIGHT in top-level directory. + */ #ifndef __HEPNOS_PRIVATE_DATASTORE_IMPL #define __HEPNOS_PRIVATE_DATASTORE_IMPL diff --git a/src/private/EventImpl.hpp b/src/private/EventImpl.hpp index b61e292a21642b4b7f8226630b69c8afc32fa509..f0f038274e2bd1f95741c6a6db044bc947303c75 100644 --- a/src/private/EventImpl.hpp +++ b/src/private/EventImpl.hpp @@ -1,3 +1,8 @@ +/* + * (C) 2018 The University of Chicago + * + * See COPYRIGHT in top-level directory. + */ #ifndef __HEPNOS_PRIVATE_EVENT_IMPL_H #define __HEPNOS_PRIVATE_EVENT_IMPL_H diff --git a/src/private/KeyTypes.hpp b/src/private/KeyTypes.hpp index 6e27b28011e34b39e892a91175e77f199c2c75f6..594ae23d18773e6dfb25e9acddc6eca2c4003ec3 100644 --- a/src/private/KeyTypes.hpp +++ b/src/private/KeyTypes.hpp @@ -1,3 +1,8 @@ +/* + * (C) 2018 The University of Chicago + * + * See COPYRIGHT in top-level directory. + */ #ifndef __PRIVATE_KEY_TYPES_H #define __PRIVATE_KEY_TYPES_H diff --git a/src/private/RunImpl.hpp b/src/private/RunImpl.hpp index 7342a4dd872fc19e9fb490e2a2ea1d5d549dfbeb..f9773f7d6a0500b37c5017c7e4768db249e17936 100644 --- a/src/private/RunImpl.hpp +++ b/src/private/RunImpl.hpp @@ -1,3 +1,8 @@ +/* + * (C) 2018 The University of Chicago + * + * See COPYRIGHT in top-level directory. + */ #ifndef __HEPNOS_PRIVATE_RUN_IMPL_H #define __HEPNOS_PRIVATE_RUN_IMPL_H diff --git a/src/private/RunSetImpl.hpp b/src/private/RunSetImpl.hpp index 066dd5f430979effa40f0fe3cece136671573c98..16d1b1ee231cef78f2a370d792a483c588cdbe42 100644 --- a/src/private/RunSetImpl.hpp +++ b/src/private/RunSetImpl.hpp @@ -1,3 +1,8 @@ +/* + * (C) 2018 The University of Chicago + * + * See COPYRIGHT in top-level directory. + */ #ifndef __HEPNOS_PRIVATE_RUNSET_IMPL_H #define __HEPNOS_PRIVATE_RUNSET_IMPL_H diff --git a/src/private/SubRunImpl.hpp b/src/private/SubRunImpl.hpp index ee4ccbdb054f4b7bb33cab2c57ee818f802b250e..82a79b918da6db8a3900c84a43b1b7321daab8b6 100644 --- a/src/private/SubRunImpl.hpp +++ b/src/private/SubRunImpl.hpp @@ -1,3 +1,8 @@ +/* + * (C) 2018 The University of Chicago + * + * See COPYRIGHT in top-level directory. + */ #ifndef __HEPNOS_PRIVATE_SUBRUN_IMPL_H #define __HEPNOS_PRIVATE_SUBRUN_IMPL_H