Skip to content

Commit 9e927cd

Browse files
committed
Update copyright to 2012-2014
1 parent bac2b25 commit 9e927cd

File tree

299 files changed

+1512
-2510
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

299 files changed

+1512
-2510
lines changed

bin/galsim.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2012, 2013 The GalSim developers:
1+
# Copyright 2012-2014 The GalSim developers:
22
# https://github.com/GalSim-developers
33
#
44
# This file is part of GalSim: The modular galaxy image simulation toolkit.

bin/galsim_json.py

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# Copyright 2012-2014 The GalSim developers:
2+
# https://github.com/GalSim-developers
3+
#
4+
# This file is part of GalSim: The modular galaxy image simulation toolkit.
5+
#
6+
# GalSim is free software: you can redistribute it and/or modify
7+
# it under the terms of the GNU General Public License as published by
8+
# the Free Software Foundation, either version 3 of the License, or
9+
# (at your option) any later version.
10+
#
11+
# GalSim is distributed in the hope that it will be useful,
12+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
# GNU General Public License for more details.
15+
#
16+
# You should have received a copy of the GNU General Public License
17+
# along with GalSim. If not, see <http://www.gnu.org/licenses/>
18+
#
119

220
# For backwards compatibility.
321
# `galsim_json` is equivalent to `galsim -f json`, although if the config

bin/galsim_yaml.py

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# Copyright 2012-2014 The GalSim developers:
2+
# https://github.com/GalSim-developers
3+
#
4+
# This file is part of GalSim: The modular galaxy image simulation toolkit.
5+
#
6+
# GalSim is free software: you can redistribute it and/or modify
7+
# it under the terms of the GNU General Public License as published by
8+
# the Free Software Foundation, either version 3 of the License, or
9+
# (at your option) any later version.
10+
#
11+
# GalSim is distributed in the hope that it will be useful,
12+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
# GNU General Public License for more details.
15+
#
16+
# You should have received a copy of the GNU General Public License
17+
# along with GalSim. If not, see <http://www.gnu.org/licenses/>
18+
#
19+
120

221
# For backwards compatibility.
322
# `galsim_yaml` is equivalent to `galsim -f yaml`, although in most cases,

bin/installed_python.py

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# Copyright 2012-2014 The GalSim developers:
2+
# https://github.com/GalSim-developers
3+
#
4+
# This file is part of GalSim: The modular galaxy image simulation toolkit.
5+
#
6+
# GalSim is free software: you can redistribute it and/or modify
7+
# it under the terms of the GNU General Public License as published by
8+
# the Free Software Foundation, either version 3 of the License, or
9+
# (at your option) any later version.
10+
#
11+
# GalSim is distributed in the hope that it will be useful,
12+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
# GNU General Public License for more details.
15+
#
16+
# You should have received a copy of the GNU General Public License
17+
# along with GalSim. If not, see <http://www.gnu.org/licenses/>
18+
#
19+
120

221
# Just a quick little script that runs the version of python that the user
322
# chose with the SCons commands. SCons will add the appropriate shebang

devel/GalSim_GPL_statement.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ All GalSim source files should contain the following GPL copyright statement (Py
22
commented versions follow below):
33

44

5-
Copyright 2012, 2013 The GalSim developers: https://github.com/GalSim-developers
5+
Copyright 2012-2014 The GalSim developers: https://github.com/GalSim-developers
66

77
This file is part of GalSim: The modular galaxy image simulation toolkit.
88

@@ -19,7 +19,7 @@ GNU General Public License for more details.
1919
You should have received a copy of the GNU General Public License
2020
along with GalSim. If not, see <http://www.gnu.org/licenses/>
2121

22-
# Copyright 2012, 2013 The GalSim developers:
22+
# Copyright 2012-2014 The GalSim developers:
2323
# https://github.com/GalSim-developers
2424
#
2525
# This file is part of GalSim: The modular galaxy image simulation toolkit.
@@ -38,8 +38,8 @@ along with GalSim. If not, see <http://www.gnu.org/licenses/>
3838
# along with GalSim. If not, see <http://www.gnu.org/licenses/>
3939
#
4040

41-
/*
42-
* Copyright 2012, 2013 The GalSim developers:
41+
/* -*- c++ -*-
42+
* Copyright 2012-2014 The GalSim developers:
4343
* https://github.com/GalSim-developers
4444
*
4545
* This file is part of GalSim: The modular galaxy image simulation toolkit.

devel/credo.txt

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -230,22 +230,3 @@ making the wrappers for the C++ RNG class very NumPy-friendly anyway).
230230
There remains the risk that future Boost releases will break our "frozen" Boost.Random. We'll need
231231
to record that possibility for posterity.
232232

233-
234-
# Copyright 2012, 2013 The GalSim developers:
235-
# https://github.com/GalSim-developers
236-
#
237-
# This file is part of GalSim: The modular galaxy image simulation toolkit.
238-
#
239-
# GalSim is free software: you can redistribute it and/or modify
240-
# it under the terms of the GNU General Public License as published by
241-
# the Free Software Foundation, either version 3 of the License, or
242-
# (at your option) any later version.
243-
#
244-
# GalSim is distributed in the hope that it will be useful,
245-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
246-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
247-
# GNU General Public License for more details.
248-
#
249-
# You should have received a copy of the GNU General Public License
250-
# along with GalSim. If not, see <http://www.gnu.org/licenses/>
251-
#

devel/doxygen_readme.txt

Lines changed: 21 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -129,23 +129,23 @@ what type of objects you typically expect it to be called with. As in C++, the
129129
keywords indicate a description of parameters and return values.
130130

131131
class Astronomer(object):
132-
"""A single Astronomer.
133-
134-
An astronomer has any number of paper and exactly one name.
135-
It has a specialism, height, and age, and lifespan which is determined
136-
primarily by its height. Astronomers use Telescope object to observe.
137-
"""
138-
def __init__(self, name, papers=None):
139-
"""
140-
Construct an astronomer.
141-
142-
Make up an astronomer object by specifying its components. All the normal
143-
properties of astronomers are assumed.
144-
145-
@param name (String) Mandatory - the astronomer's surname
146-
@param papers (List of strings) Optional - a list of papers by the astronomer
147-
@return (Astronomer) A new astronomer instance
148-
"""
132+
"""A single Astronomer.
133+
134+
An astronomer has any number of paper and exactly one name.
135+
It has a specialism, height, and age, and lifespan which is determined
136+
primarily by its height. Astronomers use Telescope object to observe.
137+
"""
138+
def __init__(self, name, papers=None):
139+
"""
140+
Construct an astronomer.
141+
142+
Make up an astronomer object by specifying its components. All the normal
143+
properties of astronomers are assumed.
144+
145+
@param name (String) Mandatory - the astronomer's surname
146+
@param papers (List of strings) Optional - a list of papers by the astronomer
147+
@return (Astronomer) A new astronomer instance
148+
"""
149149

150150

151151
DOCUMENTING FILES
@@ -191,10 +191,10 @@ def __init__(self, name, ...):
191191
...
192192
...
193193
...
194-
##(String) The astronomer surname
195-
#
196-
## The astronomer surname including any hyphenation.
197-
self.name=name
194+
##(String) The astronomer surname
195+
#
196+
## The astronomer surname including any hyphenation.
197+
self.name=name
198198

199199

200200

@@ -232,21 +232,3 @@ nicely document both C++ and Python at once.
232232
[1] This is an option in the Doxyfile that I have set.
233233
[2] But please don't put many variables at global scope. That's usually a bad sign.
234234

235-
# Copyright 2012, 2013 The GalSim developers:
236-
# https://github.com/GalSim-developers
237-
#
238-
# This file is part of GalSim: The modular galaxy image simulation toolkit.
239-
#
240-
# GalSim is free software: you can redistribute it and/or modify
241-
# it under the terms of the GNU General Public License as published by
242-
# the Free Software Foundation, either version 3 of the License, or
243-
# (at your option) any later version.
244-
#
245-
# GalSim is distributed in the hope that it will be useful,
246-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
247-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
248-
# GNU General Public License for more details.
249-
#
250-
# You should have received a copy of the GNU General Public License
251-
# along with GalSim. If not, see <http://www.gnu.org/licenses/>
252-
#

0 commit comments

Comments
 (0)