Skip to content

Commit

Permalink
Licence updates
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
Cadair committed Dec 23, 2014
1 parent 54b6dc8 commit f467832
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
File renamed without changes.
File renamed without changes.
14 changes: 7 additions & 7 deletions licenses/SUNPY.txt → licenses/SUNPY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ SunPy is released under a BSD-style open source licence:
Copyright (c) 2013 The SunPy developers
All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:

Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
* Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.

Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
Expand Down
2 changes: 1 addition & 1 deletion sunpy/util/compat/_funcsigs.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright 2001-2013 Python Software Foundation; All Rights Reserved
# https://github.com/aliles/funcsigs - Licenced under the Apache 2.0
# Licence - see: licences/FUNCSIGS.txt
# Licence - see: licences/FUNCSIGS.rst
"""Function signature objects for callables
Back port of Python 3.3's function signature tools from the inspect module,
Expand Down
6 changes: 3 additions & 3 deletions sunpy/util/tests/test_quantity_decorator.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Lovingly borrowed from Astropy
# Licensed under a 3-clause BSD style license - see LICENSE.rst
# Lovingly borrowed from Astropy
# Licensed under a 3-clause BSD style license - see licences/ASTROPY.rst

from astropy import units as u
from sunpy.util import quantity_input
Expand Down Expand Up @@ -162,4 +162,4 @@ def myfunc_args(solarx):
with pytest.raises(TypeError) as e:
solarx, solary = myfunc_args(test_quantity())

assert str(e.value) == "Argument 'solarx' to function has 'myfunc_args' a 'unit' attribute without an 'is_equivalent' method. You may want to pass in an astropy Quantity instead."
assert str(e.value) == "Argument 'solarx' to function has 'myfunc_args' a 'unit' attribute without an 'is_equivalent' method. You may want to pass in an astropy Quantity instead."
2 changes: 1 addition & 1 deletion sunpy/util/unit_decorators.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Lovingly borrowed from Astropy
# Licensed under a 3-clause BSD style license - see licences/ASTROPY.txt
# Licensed under a 3-clause BSD style license - see licences/ASTROPY.rst

__all__ = ['quantity_input']

Expand Down

0 comments on commit f467832

Please sign in to comment.