File: copyright

package info (click to toggle)
python-sidpy 0.12.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 21,988 kB
  • sloc: python: 11,456; makefile: 17
file content (111 lines) | stat: -rw-r--r-- 3,128 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: sidpy
Upstream-Contact: Suhas Somnath (https://github.com/ssomnath)
Source: https://github.com/pycroscopy/sidpy

Files: *
Copyright: 2020 pycroscopy
License: MIT

Files: sidpy/viz/plot_utils/cmap.py
Copyright:
 2016 Suhas Somnath, Chris R. Smith
 Jake VanderPlas
License: MIT
Comment:
 This file includes a very small extract (about 3 SLOC) of a Gist by
 Jake VanderPlas mentioning "License: BSD-style".

Files:
 sidpy/sid/dataset.py
 sidpy/viz/dataset_viz.py
 tests/io/test_interface_utils.py
 tests/sid/test_processing.py
 tests/viz/test_dataset_plot.py
Copyright: Gerd Duscher
License: MIT

Files:
 sidpy/sid/dimension.py
 tests/sid/test_dataset.py
Copyright: Gerd Duscher, Suhas Somnath
License: MIT

Files:
 sidpy/base/dict_utils.py
 sidpy/sid/reader.py
 sidpy/sid/translator.py
 tests/base/test_dict_utils.py
 tests/base/test_string_utils.py
 tests/hdf/test_dtype_utils.py
 tests/hdf/test_hdf_utils.py
 tests/hdf/test_prov_utils.py
 tests/hdf/test_reg_ref.py
 tests/sid/test_dimension.py
 tests/sid/test_reader.py
 tests/sid/test_translator.py
Copyright: Suhas Somnath
License: MIT

Files:
 tests/base/test_num_utils.py
Copyright: Suhas Somnath, Rama Vasudevan
License: MIT

Files:
 tests/viz/test_plot_utils.py
Copyright: Emily Costa
License: MIT

Files:
 sidpy/proc/fitter.py
Copyright: Rama Vasudevan, Mani Valleti
License: MIT

Files:
 sidpy/io/interface_utils.py
Copyright: Gerd Duscher, Suhas Somnath, Chris R. Smith
License: MIT

Files:
 sidpy/base/num_utils.py
 sidpy/base/string_utils.py
 sidpy/hdf/dtype_utils.py
 sidpy/hdf/hdf_utils.py
 sidpy/hdf/prov_utils.py
 sidpy/hdf/reg_ref.py
 sidpy/viz/jupyter_utils.py
 sidpy/viz/plot_utils/cmap.py
 sidpy/viz/plot_utils/curve.py
 sidpy/viz/plot_utils/image.py
 sidpy/viz/plot_utils/misc.py
Copyright: Suhas Somnath, Chris R. Smith
License: MIT

Files:
 sidpy/base/num_utils.py
Copyright: @juanchopanza and @luca from stackoverflow
License: MIT

Files: debian/*
Copyright: 2024 Roland Mas <lolando@debian.org>
License: MIT

License: MIT
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 in the Software without restriction, including without limitation the rights
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in all
 copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.