Skip to content

Commit

Permalink
added copyright header
Browse files Browse the repository at this point in the history
  • Loading branch information
jules-vanaret committed Sep 26, 2024
1 parent 40ab3bc commit 5356607
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/napari_spatial_correlation_plotter/_nice_colormap.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
"""
Copyright (c) 2022, DFG Cluster of Excellence "Physics of Life" TU Dresden: Robert Haase, Laura Zigutyte, Marcello Zoccoler, Ryan Savill, Johannes Müller and Max Planck Institute of Molecular Physiology Dortmund: Thorsten Wagner
"""

def get_nice_colormap():
colours_w_old_colors = [
"#ff7f0e",
Expand Down
3 changes: 3 additions & 0 deletions src/napari_spatial_correlation_plotter/_widget.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
"""
Copyright (c) 2022, DFG Cluster of Excellence "Physics of Life" TU Dresden: Robert Haase, Laura Zigutyte, Marcello Zoccoler, Ryan Savill, Johannes Müller and Max Planck Institute of Molecular Physiology Dortmund: Thorsten Wagner
"""
import os
from pathlib import Path as PathL
from time import time
Expand Down

0 comments on commit 5356607

Please sign in to comment.