]> git.mxchange.org Git - simgear.git/blobdiff - simgear/misc/interpolator.cxx
Update doxgen config and some comments.
[simgear.git] / simgear / misc / interpolator.cxx
index 285ec773300c84dc3a94e8cb2d228b0e8a55646f..e558cf52e7ef4450950c0181430d17018495d5f6 100644 (file)
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 // Library General Public License for more details.
 //
-// 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.
+// 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., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
 
 #include "interpolator.hxx"