Skip to content

Commit

Permalink
Update year in license and adding missing mention of it [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz committed Mar 28, 2017
1 parent c2ac9a3 commit f561914
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions astroquery/atomic/core.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Licensed under a 3-clause BSD style license - see LICENSE.rst

from astropy.extern.six.moves.urllib import parse as urlparse
from astropy.extern.six.moves import map, zip
from astropy.extern.six import StringIO
Expand Down
2 changes: 2 additions & 0 deletions astroquery/cosmosim/core.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Licensed under a 3-clause BSD style license - see LICENSE.rst
from __future__ import print_function

import requests
import warnings
import numpy as np
Expand Down
2 changes: 1 addition & 1 deletion licenses/LICENSE.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2011-2016 Astroquery Developers
Copyright (c) 2011-2017 Astroquery Developers
All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
Expand Down

0 comments on commit f561914

Please sign in to comment.