Skip to content

Commit

Permalink
Merge pull request #65 from dstndstn/radix
Browse files Browse the repository at this point in the history
relicensing
  • Loading branch information
dstndstn committed Sep 13, 2015
2 parents c3ce036 + ade509b commit 15c0399
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 67 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ Latest release: http://astrometry.net/downloads/astrometry.net-latest.tar.gz
Copyright 2006-2015 Michael Blanton, David W. Hogg, Dustin Lang, Keir
Mierle and Sam Roweis (the Astrometry.net Team).

Contributions from Sjoert van Velzen, Themos Tsikas (wcs-match.c),
Andrew Hood, Thomas Stibor, Denis Vida, Ole Streicher, David
Warde-Farley, Jon Barron, and others.
Contributions from Sjoert van Velzen, Themos Tsikas, Andrew Hood,
Thomas Stibor, Denis Vida, Ole Streicher, David Warde-Farley, Jon
Barron, Christopher Stumm, Michal Kočer (Klet Observatory) and others.

Parts of the code written by the Astrometry.net Team are licensed
under a 3-clause BSD-style license. See the file LICENSE for the full
Expand Down
17 changes: 2 additions & 15 deletions blind/spike_join.c
Original file line number Diff line number Diff line change
@@ -1,19 +1,6 @@
/*
This file is part of the Astrometry.net suite.
Copyright 2007, Christopher Stumm.
The Astrometry.net suite 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, version 2.
The Astrometry.net suite 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 the Astrometry.net suite ; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# This file is part of the Astrometry.net suite.
# Licensed under a 3-clause BSD style license - see LICENSE
*/

/*-------------------------------------------------------------
Expand Down
18 changes: 2 additions & 16 deletions catalogs/ucac4.c
Original file line number Diff line number Diff line change
@@ -1,20 +1,6 @@
/*
This file is part of the Astrometry.net suite.
Copyright 2011 Dustin Lang.
Copyright 2013 Michal Kočer, Klet Observatory.
The Astrometry.net suite 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, version 2.
The Astrometry.net suite 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 the Astrometry.net suite ; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# This file is part of the Astrometry.net suite.
# Licensed under a 3-clause BSD style license - see LICENSE
*/

#include <stdint.h>
Expand Down
18 changes: 2 additions & 16 deletions catalogs/ucac4tofits.c
Original file line number Diff line number Diff line change
@@ -1,20 +1,6 @@
/*
This file is part of the Astrometry.net suite.
Copyright 2011 Dustin Lang.
Copyright 2013 Michal Kočer, Klet Observatory.
The Astrometry.net suite 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, version 2.
The Astrometry.net suite 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 the Astrometry.net suite ; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# This file is part of the Astrometry.net suite.
# Licensed under a 3-clause BSD style license - see LICENSE
*/

#include <stdio.h>
Expand Down
2 changes: 1 addition & 1 deletion include/astrometry/permutedsort.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#ifndef PERMUTED_SORT_H
#define PERMUTED_SORT_H

// for QSORT_COMPARISON_FUNCTIOn
// for QSORT_COMPARISON_FUNCTION
#include "os-features.h"

/*
Expand Down
18 changes: 2 additions & 16 deletions include/astrometry/ucac4.h
Original file line number Diff line number Diff line change
@@ -1,20 +1,6 @@
/*
This file is part of the Astrometry.net suite.
Copyright 2011 Dustin Lang.
Copyright 2013 Michal Kočer, Klet Observatory.
The Astrometry.net suite 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, version 2.
The Astrometry.net suite 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 the Astrometry.net suite ; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# This file is part of the Astrometry.net suite.
# Licensed under a 3-clause BSD style license - see LICENSE
*/

#ifndef UCAC4_H
Expand Down

0 comments on commit 15c0399

Please sign in to comment.