Skip to content

Commit

Permalink
Merge pull request #2929 from jlaehne/copyright-updates
Browse files Browse the repository at this point in the history
Fix copyright statements
  • Loading branch information
ericpre committed Apr 19, 2022
2 parents a895c4f + dd26fbf commit ec67c74
Show file tree
Hide file tree
Showing 385 changed files with 490 additions and 490 deletions.
6 changes: 3 additions & 3 deletions COPYING.txt
Original file line number Diff line number Diff line change
Expand Up @@ -641,11 +641,11 @@ the "copyright" line and a pointer to where the full notice is found.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
along with this program. If not, see <https://www.gnu.org/licenses/#GPL>.

Also add information on how to contact you by electronic and paper mail.

Expand All @@ -664,7 +664,7 @@ might be different; for a GUI interface, you would use an "about box".
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
<http://www.gnu.org/licenses/>.
<https://www.gnu.org/licenses/#GPL>.

The GNU General Public License does not permit incorporating your program
into proprietary programs. If your program is a subroutine library, you
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@

# -- Options for HTML output ---------------------------------------------

# The theme to use for HTML and HTML Help pages. See the documentation for
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
html_theme = 'sphinx_rtd_theme'

Expand Down
2 changes: 1 addition & 1 deletion hyperspy/Release.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with HyperSpy. If not, see <http://www.gnu.org/licenses/>.
# along with HyperSpy. If not, see <https://www.gnu.org/licenses/#GPL>.

name = 'hyperspy'

Expand Down
2 changes: 1 addition & 1 deletion hyperspy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with HyperSpy. If not, see <http://www.gnu.org/licenses/>.
# along with HyperSpy. If not, see <https://www.gnu.org/licenses/#GPL>.

import importlib
import logging
Expand Down
2 changes: 1 addition & 1 deletion hyperspy/_components/arctan.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with HyperSpy. If not, see <http://www.gnu.org/licenses/>.
# along with HyperSpy. If not, see <https://www.gnu.org/licenses/#GPL>.


from hyperspy._components.expression import Expression
Expand Down
2 changes: 1 addition & 1 deletion hyperspy/_components/bleasdale.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with HyperSpy. If not, see <http://www.gnu.org/licenses/>.
# along with HyperSpy. If not, see <https://www.gnu.org/licenses/#GPL>.

import numpy as np

Expand Down
2 changes: 1 addition & 1 deletion hyperspy/_components/doniach.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with HyperSpy. If not, see <http://www.gnu.org/licenses/>.
# along with HyperSpy. If not, see <https://www.gnu.org/licenses/#GPL>.

import math
import numpy as np
Expand Down
2 changes: 1 addition & 1 deletion hyperspy/_components/eels_arctan.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with HyperSpy. If not, see <http://www.gnu.org/licenses/>.
# along with HyperSpy. If not, see <https://www.gnu.org/licenses/#GPL>.

from hyperspy._components.expression import Expression

Expand Down
2 changes: 1 addition & 1 deletion hyperspy/_components/eels_cl_edge.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with HyperSpy. If not, see <http://www.gnu.org/licenses/>.
# along with HyperSpy. If not, see <https://www.gnu.org/licenses/#GPL>.


import math
Expand Down
2 changes: 1 addition & 1 deletion hyperspy/_components/eels_double_power_law.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with HyperSpy. If not, see <http://www.gnu.org/licenses/>.
# along with HyperSpy. If not, see <https://www.gnu.org/licenses/#GPL>.

import numpy as np

Expand Down
2 changes: 1 addition & 1 deletion hyperspy/_components/eels_vignetting.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with HyperSpy. If not, see <http://www.gnu.org/licenses/>.
# along with HyperSpy. If not, see <https://www.gnu.org/licenses/#GPL>.

import numpy as np
from hyperspy.component import Component
Expand Down
2 changes: 1 addition & 1 deletion hyperspy/_components/error_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with HyperSpy. If not, see <http://www.gnu.org/licenses/>.
# along with HyperSpy. If not, see <https://www.gnu.org/licenses/#GPL>.

from hyperspy._components.expression import Expression
from packaging.version import Version
Expand Down
2 changes: 1 addition & 1 deletion hyperspy/_components/exponential.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with HyperSpy. If not, see <http://www.gnu.org/licenses/>.
# along with HyperSpy. If not, see <https://www.gnu.org/licenses/#GPL>.

import numpy as np
import logging
Expand Down
2 changes: 1 addition & 1 deletion hyperspy/_components/expression.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with HyperSpy. If not, see <http://www.gnu.org/licenses/>.
# along with HyperSpy. If not, see <https://www.gnu.org/licenses/#GPL>.

from functools import wraps
import numpy as np
Expand Down
2 changes: 1 addition & 1 deletion hyperspy/_components/gaussian.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with HyperSpy. If not, see <http://www.gnu.org/licenses/>.
# along with HyperSpy. If not, see <https://www.gnu.org/licenses/#GPL>.

import math

Expand Down
2 changes: 1 addition & 1 deletion hyperspy/_components/gaussian2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with HyperSpy. If not, see <http://www.gnu.org/licenses/>.
# along with HyperSpy. If not, see <https://www.gnu.org/licenses/#GPL>.

import math
import numpy as np
Expand Down
2 changes: 1 addition & 1 deletion hyperspy/_components/gaussianhf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with HyperSpy. If not, see <http://www.gnu.org/licenses/>.
# along with HyperSpy. If not, see <https://www.gnu.org/licenses/#GPL>.

import math

Expand Down
2 changes: 1 addition & 1 deletion hyperspy/_components/heaviside.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with HyperSpy. If not, see <http://www.gnu.org/licenses/>.
# along with HyperSpy. If not, see <https://www.gnu.org/licenses/#GPL>.


from hyperspy._components.expression import Expression
Expand Down
2 changes: 1 addition & 1 deletion hyperspy/_components/logistic.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with HyperSpy. If not, see <http://www.gnu.org/licenses/>.
# along with HyperSpy. If not, see <https://www.gnu.org/licenses/#GPL>.

from hyperspy._components.expression import Expression

Expand Down
2 changes: 1 addition & 1 deletion hyperspy/_components/lorentzian.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with HyperSpy. If not, see <http://www.gnu.org/licenses/>.
# along with HyperSpy. If not, see <https://www.gnu.org/licenses/#GPL>.

import numpy as np
import dask.array as da
Expand Down
2 changes: 1 addition & 1 deletion hyperspy/_components/offset.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with HyperSpy. If not, see <http://www.gnu.org/licenses/>.
# along with HyperSpy. If not, see <https://www.gnu.org/licenses/#GPL>.


import numpy as np
Expand Down
2 changes: 1 addition & 1 deletion hyperspy/_components/pes_core_line_shape.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with HyperSpy. If not, see <http://www.gnu.org/licenses/>.
# along with HyperSpy. If not, see <https://www.gnu.org/licenses/#GPL>.

import numpy as np
import math
Expand Down
2 changes: 1 addition & 1 deletion hyperspy/_components/pes_see.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with HyperSpy. If not, see <http://www.gnu.org/licenses/>.
# along with HyperSpy. If not, see <https://www.gnu.org/licenses/#GPL>.


import numpy as np
Expand Down
2 changes: 1 addition & 1 deletion hyperspy/_components/pes_voigt.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with HyperSpy. If not, see <http://www.gnu.org/licenses/>.
# along with HyperSpy. If not, see <https://www.gnu.org/licenses/#GPL>.

import numpy as np
import math
Expand Down
2 changes: 1 addition & 1 deletion hyperspy/_components/polynomial.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with HyperSpy. If not, see <http://www.gnu.org/licenses/>.
# along with HyperSpy. If not, see <https://www.gnu.org/licenses/#GPL>.

import numpy as np
import logging
Expand Down
2 changes: 1 addition & 1 deletion hyperspy/_components/polynomial_deprecated.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with HyperSpy. If not, see <http://www.gnu.org/licenses/>.
# along with HyperSpy. If not, see <https://www.gnu.org/licenses/#GPL>.

import numpy as np
import logging
Expand Down
2 changes: 1 addition & 1 deletion hyperspy/_components/power_law.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with HyperSpy. If not, see <http://www.gnu.org/licenses/>.
# along with HyperSpy. If not, see <https://www.gnu.org/licenses/#GPL>.

import logging

Expand Down
2 changes: 1 addition & 1 deletion hyperspy/_components/rc.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with HyperSpy. If not, see <http://www.gnu.org/licenses/>.
# along with HyperSpy. If not, see <https://www.gnu.org/licenses/#GPL>.

from hyperspy._components.expression import Expression

Expand Down
2 changes: 1 addition & 1 deletion hyperspy/_components/scalable_fixed_pattern.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with HyperSpy. If not, see <http://www.gnu.org/licenses/>.
# along with HyperSpy. If not, see <https://www.gnu.org/licenses/#GPL>.

import numpy as np
from scipy.interpolate import interp1d
Expand Down
2 changes: 1 addition & 1 deletion hyperspy/_components/skew_normal.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with HyperSpy. If not, see <http://www.gnu.org/licenses/>.
# along with HyperSpy. If not, see <https://www.gnu.org/licenses/#GPL>.

import dask.array as da
import numpy as np
Expand Down
2 changes: 1 addition & 1 deletion hyperspy/_components/split_voigt.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with HyperSpy. If not, see <http://www.gnu.org/licenses/>.
# along with HyperSpy. If not, see <https://www.gnu.org/licenses/#GPL>.

import numpy as np

Expand Down
2 changes: 1 addition & 1 deletion hyperspy/_components/voigt.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with HyperSpy. If not, see <http://www.gnu.org/licenses/>.
# along with HyperSpy. If not, see <https://www.gnu.org/licenses/#GPL>.

import math
from packaging.version import Version
Expand Down
2 changes: 1 addition & 1 deletion hyperspy/_components/volume_plasmon_drude.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with HyperSpy. If not, see <http://www.gnu.org/licenses/>.
# along with HyperSpy. If not, see <https://www.gnu.org/licenses/#GPL>.

import numpy as np

Expand Down
2 changes: 1 addition & 1 deletion hyperspy/_lazy_signals.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with HyperSpy. If not, see <http://www.gnu.org/licenses/>.
# along with HyperSpy. If not, see <https://www.gnu.org/licenses/#GPL>.

from hyperspy._signals.lazy import LazySignal
from hyperspy._signals.signal1d import LazySignal1D
Expand Down
2 changes: 1 addition & 1 deletion hyperspy/_signals/common_signal1d.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with HyperSpy. If not, see <http://www.gnu.org/licenses/>.
# along with HyperSpy. If not, see <https://www.gnu.org/licenses/#GPL>.


from hyperspy.exceptions import DataDimensionError
Expand Down
2 changes: 1 addition & 1 deletion hyperspy/_signals/common_signal2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with HyperSpy. If not, see <http://www.gnu.org/licenses/>.
# along with HyperSpy. If not, see <https://www.gnu.org/licenses/#GPL>.


from hyperspy.docstrings.signal import OPTIMIZE_ARG
Expand Down
2 changes: 1 addition & 1 deletion hyperspy/_signals/complex_signal.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with HyperSpy. If not, see <http://www.gnu.org/licenses/>.
# along with HyperSpy. If not, see <https://www.gnu.org/licenses/#GPL>.

from functools import wraps

Expand Down
2 changes: 1 addition & 1 deletion hyperspy/_signals/complex_signal1d.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with HyperSpy. If not, see <http://www.gnu.org/licenses/>.
# along with HyperSpy. If not, see <https://www.gnu.org/licenses/#GPL>.


from hyperspy._signals.common_signal1d import CommonSignal1D
Expand Down
2 changes: 1 addition & 1 deletion hyperspy/_signals/complex_signal2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with HyperSpy. If not, see <http://www.gnu.org/licenses/>.
# along with HyperSpy. If not, see <https://www.gnu.org/licenses/#GPL>.


from hyperspy._signals.common_signal2d import CommonSignal2D
Expand Down
2 changes: 1 addition & 1 deletion hyperspy/_signals/dielectric_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with HyperSpy. If not, see <http://www.gnu.org/licenses/>.
# along with HyperSpy. If not, see <https://www.gnu.org/licenses/#GPL>.

import numpy as np
from scipy import constants
Expand Down
2 changes: 1 addition & 1 deletion hyperspy/_signals/eds.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with HyperSpy. If not, see <http://www.gnu.org/licenses/>.
# along with HyperSpy. If not, see <https://www.gnu.org/licenses/#GPL>.
import itertools
import logging

Expand Down
2 changes: 1 addition & 1 deletion hyperspy/_signals/eds_sem.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with HyperSpy. If not, see <http://www.gnu.org/licenses/>.
# along with HyperSpy. If not, see <https://www.gnu.org/licenses/#GPL>.

import logging

Expand Down

0 comments on commit ec67c74

Please sign in to comment.