Skip to content

Commit 5d1fbaa

Browse files
committed
add copyrights
1 parent 3c96f4a commit 5d1fbaa

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Copyright (C) 2021 ISIS Rutherford Appleton Laboratory UKRI
2+
# SPDX - License - Identifier: GPL-3.0-or-later
3+
from __future__ import annotations

mantidimaging/gui/windows/viewer_3d/view.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Copyright (C) 2021 ISIS Rutherford Appleton Laboratory UKRI
2+
# SPDX - License - Identifier: GPL-3.0-or-later
3+
from __future__ import annotations
4+
15
from PyQt5.QtWidgets import QMainWindow, QVBoxLayout, QWidget
26
from vtkmodules.qt.QVTKRenderWindowInteractor import QVTKRenderWindowInteractor
37
from ccpi.viewer.CILViewer import CILViewer

0 commit comments

Comments
 (0)