Browse Source

added BWH Copyright to ctkDICOMObjectModel files

Alireza Mehrtash 11 years ago
parent
commit
cae53ad163
2 changed files with 4 additions and 2 deletions
  1. 2 1
      Libs/DICOM/Core/ctkDICOMObjectModel.cpp
  2. 2 1
      Libs/DICOM/Core/ctkDICOMObjectModel.h

+ 2 - 1
Libs/DICOM/Core/ctkDICOMObjectModel.cpp

@@ -2,6 +2,7 @@
 
   Library: CTK
 
+  Copyright (c) Brigham and Women's Hospital (BWH)
   Copyright (c) University of Sheffield
 
   Licensed under the Apache License, Version 2.0 (the "License");
@@ -276,4 +277,4 @@ void ctkDICOMObjectModel::setFile(const QString &fileName)
   DcmDataset *dataset = d->fileFormat.getDataset();
   d->rootItem = ctkDICOMObjectModel::invisibleRootItem();
   d->itemInsert( dataset, d->rootItem);
-}
+}

+ 2 - 1
Libs/DICOM/Core/ctkDICOMObjectModel.h

@@ -2,6 +2,7 @@
 
   Library: CTK
 
+  Copyright (c) Brigham and Women's Hospital (BWH) 
   Copyright (c) University of Sheffield
 
   Licensed under the Apache License, Version 2.0 (the "License");
@@ -57,4 +58,4 @@ private:
   Q_DECLARE_PRIVATE(ctkDICOMObjectModel);
 };
 
-#endif // ctkDICOMObjectModel_h
+#endif // ctkDICOMObjectModel_h