X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fephemeris%2Fephemeris.hxx;h=46029601a14de2532bc793bfaa1cf0babefa412a;hb=a0bdec284624820feb0a96a06c0c38e2f07d5e4e;hp=f6658edd2de7cb3bd6bec81e52ffd597af12f534;hpb=b8e2b0d0f9395dfda49eb45443b87ac0e358a1b3;p=simgear.git diff --git a/simgear/ephemeris/ephemeris.hxx b/simgear/ephemeris/ephemeris.hxx index f6658edd..46029601 100644 --- a/simgear/ephemeris/ephemeris.hxx +++ b/simgear/ephemeris/ephemeris.hxx @@ -1,23 +1,28 @@ -// ephemeris.hxx -- Top level class for calculating current positions of -// astronomical objects +/** \file ephemeris.hxx + * Top level class for calculating current positions of astronomical objects. + */ + +// Top level interface written by Curtis Olson, started March 2000. // -// Written by Curtis Olson, started March 2000. +// All the core code underneath this is written by Durk Talsma. See +// the headers of all the other individual files for details. // // Copyright (C) 2000 Curtis L. Olson - curt@flightgear.org // -// This program 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; either version 2 of the -// License, or (at your option) any later version. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Library General Public +// License as published by the Free Software Foundation; either +// version 2 of the License, or (at your option) any later version. // -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY; without even the implied warranty of +// This library 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. +// Library General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +// You should have received a copy of the GNU Library General Public +// License along with this library; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. // // $Id$ @@ -26,30 +31,46 @@ #define _EPHEMERIS_HXX -#ifdef HAVE_CONFIG_H -# include -#endif - #include -#include