Skip to content

Commit 4fc8ef8

Browse files
committed
2019
1 parent 3290856 commit 4fc8ef8

File tree

551 files changed

+759
-543
lines changed

Some content is hidden

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

551 files changed

+759
-543
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2012-2018 by the GalSim developers team on GitHub
1+
Copyright (c) 2012-2019 by the GalSim developers team on GitHub
22
https://github.com/GalSim-developers
33

44
Redistribution and use in source and binary forms, with or without

SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from __future__ import print_function
22
# vim: set filetype=python et ts=4 sw=4:
33

4-
# Copyright (c) 2012-2018 by the GalSim developers team on GitHub
4+
# Copyright (c) 2012-2019 by the GalSim developers team on GitHub
55
# https://github.com/GalSim-developers
66
#
77
# This file is part of GalSim: The modular galaxy image simulation toolkit.

bin/galsim.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2012-2018 by the GalSim developers team on GitHub
1+
# Copyright (c) 2012-2019 by the GalSim developers team on GitHub
22
# https://github.com/GalSim-developers
33
#
44
# This file is part of GalSim: The modular galaxy image simulation toolkit.

bin/galsim_download_cosmos.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2012-2018 by the GalSim developers team on GitHub
1+
# Copyright (c) 2012-2019 by the GalSim developers team on GitHub
22
# https://github.com/GalSim-developers
33
#
44
# This file is part of GalSim: The modular galaxy image simulation toolkit.

bin/installed_python.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2012-2018 by the GalSim developers team on GitHub
1+
# Copyright (c) 2012-2019 by the GalSim developers team on GitHub
22
# https://github.com/GalSim-developers
33
#
44
# This file is part of GalSim: The modular galaxy image simulation toolkit.

devel/GalSim_License_statement.txt

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

44

5-
Copyright (c) 2012-2018 by the GalSim developers team on GitHub
5+
Copyright (c) 2012-2019 by the GalSim developers team on GitHub
66
https://github.com/GalSim-developers
77

88
This file is part of GalSim: The modular galaxy image simulation toolkit.
@@ -20,7 +20,7 @@ conditions are met:
2020
and/or other materials provided with the distribution.
2121

2222

23-
# Copyright (c) 2012-2018 by the GalSim developers team on GitHub
23+
# Copyright (c) 2012-2019 by the GalSim developers team on GitHub
2424
# https://github.com/GalSim-developers
2525
#
2626
# This file is part of GalSim: The modular galaxy image simulation toolkit.
@@ -39,7 +39,7 @@ conditions are met:
3939

4040

4141
/* -*- c++ -*-
42-
* Copyright (c) 2012-2018 by the GalSim developers team on GitHub
42+
* Copyright (c) 2012-2019 by the GalSim developers team on GitHub
4343
* https://github.com/GalSim-developers
4444
*
4545
* This file is part of GalSim: The modular galaxy image simulation toolkit.

devel/brighter-fatter/bf_plots_07aug18.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2012-2018 by the GalSim developers team on GitHub
1+
# Copyright (c) 2012-2019 by the GalSim developers team on GitHub
22
# https://github.com/GalSim-developers
33
#
44
# This file is part of GalSim: The modular galaxy image simulation toolkit.

devel/brighter-fatter/bf_plots_20Oct17.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2012-2018 by the GalSim developers team on GitHub
1+
# Copyright (c) 2012-2019 by the GalSim developers team on GitHub
22
# https://github.com/GalSim-developers
33
#
44
# This file is part of GalSim: The modular galaxy image simulation toolkit.

devel/brighter-fatter/forward_model_varying_i/forward.cpp

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
/* -*- c++ -*-
2+
* Copyright (c) 2012-2019 by the GalSim developers team on GitHub
3+
* https://github.com/GalSim-developers
4+
*
5+
* This file is part of GalSim: The modular galaxy image simulation toolkit.
6+
* https://github.com/GalSim-developers/GalSim
7+
*
8+
* GalSim is free software: redistribution and use in source and binary forms,
9+
* with or without modification, are permitted provided that the following
10+
* conditions are met:
11+
*
12+
* 1. Redistributions of source code must retain the above copyright notice, this
13+
* list of conditions, and the disclaimer given in the accompanying LICENSE
14+
* file.
15+
* 2. Redistributions in binary form must reproduce the above copyright notice,
16+
* this list of conditions, and the disclaimer given in the documentation
17+
* and/or other materials provided with the distribution.
18+
*/
119
/*
220
Craig Lage - 15-Jul-15
321

devel/brighter-fatter/forward_model_varying_i/forward.h

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
/* -*- c++ -*-
2+
* Copyright (c) 2012-2019 by the GalSim developers team on GitHub
3+
* https://github.com/GalSim-developers
4+
*
5+
* This file is part of GalSim: The modular galaxy image simulation toolkit.
6+
* https://github.com/GalSim-developers/GalSim
7+
*
8+
* GalSim is free software: redistribution and use in source and binary forms,
9+
* with or without modification, are permitted provided that the following
10+
* conditions are met:
11+
*
12+
* 1. Redistributions of source code must retain the above copyright notice, this
13+
* list of conditions, and the disclaimer given in the accompanying LICENSE
14+
* file.
15+
* 2. Redistributions in binary form must reproduce the above copyright notice,
16+
* this list of conditions, and the disclaimer given in the documentation
17+
* and/or other materials provided with the distribution.
18+
*/
119
/*
220
Craig Lage - 15-Jul-15
321

0 commit comments

Comments
 (0)