浏览代码

added BWH Copyright to ctkDICOMObjectModel files

Alireza Mehrtash 11 年之前
父节点
当前提交
cae53ad163
共有 2 个文件被更改,包括 4 次插入2 次删除
  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
   Library: CTK
 
 
+  Copyright (c) Brigham and Women's Hospital (BWH)
   Copyright (c) University of Sheffield
   Copyright (c) University of Sheffield
 
 
   Licensed under the Apache License, Version 2.0 (the "License");
   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();
   DcmDataset *dataset = d->fileFormat.getDataset();
   d->rootItem = ctkDICOMObjectModel::invisibleRootItem();
   d->rootItem = ctkDICOMObjectModel::invisibleRootItem();
   d->itemInsert( dataset, d->rootItem);
   d->itemInsert( dataset, d->rootItem);
-}
+}

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

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