Skip to content

Commit

Permalink
replace HyperSpy developers
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaehne committed Jan 16, 2024
1 parent 46d8625 commit db32a34
Show file tree
Hide file tree
Showing 10 changed files with 46 additions and 46 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Minimum working example of code
A clear and concise description of what you expected to happen.

#### Python environement:
- exSpy version: 0.x.x
- eXSpy version: 0.x.x
- HyperSpy version: 1.x.x
- Python version: 3.x

Expand Down
10 changes: 5 additions & 5 deletions exspy/components/pes_core_line_shape.py
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# -*- coding: utf-8 -*-
# Copyright 2007-2024 The HyperSpy developers
# Copyright 2007-2024 The eXSpy developers
#
# This file is part of HyperSpy.
# This file is part of eXSpy.
#
# HyperSpy is free software: you can redistribute it and/or modify
# eXSpy is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# HyperSpy is distributed in the hope that it will be useful,
# eXSpy 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
# 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 <https://www.gnu.org/licenses/#GPL>.
# along with eXSpy. If not, see <https://www.gnu.org/licenses/#GPL>.

import numpy as np
import math
Expand Down
10 changes: 5 additions & 5 deletions exspy/components/pes_see.py
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# -*- coding: utf-8 -*-
# Copyright 2007-2024 The HyperSpy developers
# Copyright 2007-2024 The eXSpy developers
#
# This file is part of HyperSpy.
# This file is part of eXSpy.
#
# HyperSpy is free software: you can redistribute it and/or modify
# eXSpy is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# HyperSpy is distributed in the hope that it will be useful,
# eXSpy 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
# 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 <https://www.gnu.org/licenses/#GPL>.
# along with eXSpy. If not, see <https://www.gnu.org/licenses/#GPL>.


import numpy as np
Expand Down
10 changes: 5 additions & 5 deletions exspy/components/pes_voigt.py
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# -*- coding: utf-8 -*-
# Copyright 2007-2024 The HyperSpy developers
# Copyright 2007-2024 The eXSpy developers
#
# This file is part of HyperSpy.
# This file is part of eXSpy.
#
# HyperSpy is free software: you can redistribute it and/or modify
# eXSpy is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# HyperSpy is distributed in the hope that it will be useful,
# eXSpy 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
# 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 <https://www.gnu.org/licenses/#GPL>.
# along with eXSpy. If not, see <https://www.gnu.org/licenses/#GPL>.

import numpy as np
import math
Expand Down
10 changes: 5 additions & 5 deletions exspy/components/volume_plasmon_drude.py
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# -*- coding: utf-8 -*-
# Copyright 2007-2024 The HyperSpy developers
# Copyright 2007-2024 The eXSpy developers
#
# This file is part of HyperSpy.
# This file is part of eXSpy.
#
# HyperSpy is free software: you can redistribute it and/or modify
# eXSpy is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# HyperSpy is distributed in the hope that it will be useful,
# eXSpy 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
# 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 <https://www.gnu.org/licenses/#GPL>.
# along with eXSpy. If not, see <https://www.gnu.org/licenses/#GPL>.

import numpy as np

Expand Down
10 changes: 5 additions & 5 deletions exspy/tests/components/test_pes_core_line_shape.py
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# -*- coding: utf-8 -*-
# Copyright 2007-2024 The HyperSpy developers
# Copyright 2007-2024 The eXSpy developers
#
# This file is part of HyperSpy.
# This file is part of eXSpy.
#
# HyperSpy is free software: you can redistribute it and/or modify
# eXSpy is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# HyperSpy is distributed in the hope that it will be useful,
# eXSpy 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
# 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 <https://www.gnu.org/licenses/#GPL>.
# along with eXSpy. If not, see <https://www.gnu.org/licenses/#GPL>.

import numpy as np
import pytest
Expand Down
10 changes: 5 additions & 5 deletions exspy/tests/components/test_pes_see.py
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# -*- coding: utf-8 -*-
# Copyright 2007-2024 The HyperSpy developers
# Copyright 2007-2024 The eXSpy developers
#
# This file is part of HyperSpy.
# This file is part of eXSpy.
#
# HyperSpy is free software: you can redistribute it and/or modify
# eXSpy is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# HyperSpy is distributed in the hope that it will be useful,
# eXSpy 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
# 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 <https://www.gnu.org/licenses/#GPL>.
# along with eXSpy. If not, see <https://www.gnu.org/licenses/#GPL>.

import numpy as np

Expand Down
10 changes: 5 additions & 5 deletions exspy/tests/components/test_pes_voigt.py
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# -*- coding: utf-8 -*-
# Copyright 2007-2024 The HyperSpy developers
# Copyright 2007-2024 The eXSpy developers
#
# This file is part of HyperSpy.
# This file is part of eXSpy.
#
# HyperSpy is free software: you can redistribute it and/or modify
# eXSpy is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# HyperSpy is distributed in the hope that it will be useful,
# eXSpy 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
# 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 <https://www.gnu.org/licenses/#GPL>.
# along with eXSpy. If not, see <https://www.gnu.org/licenses/#GPL>.

import itertools

Expand Down
10 changes: 5 additions & 5 deletions exspy/tests/components/test_volume_plasmon_drude.py
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# -*- coding: utf-8 -*-
# Copyright 2007-2024 The HyperSpy developers
# Copyright 2007-2024 The eXSpy developers
#
# This file is part of HyperSpy.
# This file is part of eXSpy.
#
# HyperSpy is free software: you can redistribute it and/or modify
# eXSpy is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# HyperSpy is distributed in the hope that it will be useful,
# eXSpy 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
# 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 <https://www.gnu.org/licenses/#GPL>.
# along with eXSpy. If not, see <https://www.gnu.org/licenses/#GPL>.

import numpy as np

Expand Down
10 changes: 5 additions & 5 deletions exspy/tests/drawing/test_plot_model.py
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# -*- coding: utf-8 -*-
# Copyright 2007-2024 The HyperSpy developers
# Copyright 2007-2024 The eXSpy developers
#
# This file is part of HyperSpy.
# This file is part of eXSpy.
#
# HyperSpy is free software: you can redistribute it and/or modify
# eXSpy is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# HyperSpy is distributed in the hope that it will be useful,
# eXSpy 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
# 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 <https://www.gnu.org/licenses/#GPL>.
# along with eXSpy. If not, see <https://www.gnu.org/licenses/#GPL>.

import numpy as np
import pytest
Expand Down

0 comments on commit db32a34

Please sign in to comment.