diff --git a/src/Makefile.am b/src/Makefile.am index d99c442..733abbb 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,3 +1,4 @@ +## Process this file with automake to produce Makefile.in AM_CPPFLAGS = -DG_LOG_DOMAIN=\"SWE-GLib\" -DLOCALEDIR=\"$(localedir)\" -D__SWE_GLIB_BUILDING__ -DPKGDATADIR=\"$(pkgdatadir)\" lib_LTLIBRARIES = libswe-glib-1.0.la diff --git a/src/gswe-enumtypes.c.template b/src/gswe-enumtypes.c.template index 1858cd1..d60f0f4 100644 --- a/src/gswe-enumtypes.c.template +++ b/src/gswe-enumtypes.c.template @@ -1,4 +1,22 @@ /*** BEGIN file-header ***/ +/* gswe-enumtypes.c - Enumeration types for SWE-GLib + * + * Copyright (C) 2013 Gergely Polonkai + * + * SWE-GLib is free software; you can redistribute it and/or modify it under + * the terms of the GNU Lesser General Public License as published by the Free + * Software Foundation; either version 2 of the License, or (at your opinion) + * any later version. + * + * SWE-GLib 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 Lesser General Public License for more + * details. + * + * You should have received a copy of the GNU Lesser 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. + */ #include "gswe-enumtypes.h" #include "@filename@" diff --git a/src/gswe-enumtypes.h.template b/src/gswe-enumtypes.h.template index f12fea3..05490a4 100644 --- a/src/gswe-enumtypes.h.template +++ b/src/gswe-enumtypes.h.template @@ -1,4 +1,22 @@ /*** BEGIN file-header ***/ +/* gswe-enumtypes.h - Enumeration types for SWE-GLib + * + * Copyright (C) 2013 Gergely Polonkai + * + * SWE-GLib is free software; you can redistribute it and/or modify it under + * the terms of the GNU Lesser General Public License as published by the Free + * Software Foundation; either version 2 of the License, or (at your opinion) + * any later version. + * + * SWE-GLib 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 Lesser General Public License for more + * details. + * + * You should have received a copy of the GNU Lesser 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. + */ #ifndef __GSWE_ENUM_TYPES_H__ #define __GSWE_ENUM_TYPES_H__ diff --git a/src/gswe-moment.c b/src/gswe-moment.c index a545dab..7d410fe 100644 --- a/src/gswe-moment.c +++ b/src/gswe-moment.c @@ -1,3 +1,21 @@ +/* gswe-moment.c - Planetary moment object for SWE-GLib + * + * Copyright (C) 2013 Gergely Polonkai + * + * SWE-GLib is free software; you can redistribute it and/or modify it under + * the terms of the GNU Lesser General Public License as published by the Free + * Software Foundation; either version 2 of the License, or (at your opinion) + * any later version. + * + * SWE-GLib 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 Lesser General Public License for more + * details. + * + * You should have received a copy of the GNU Lesser 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. + */ #include "swe-glib.h" #include "gswe-types.h" #include "gswe-moment.h" diff --git a/src/gswe-moment.h b/src/gswe-moment.h index d7309db..0471887 100644 --- a/src/gswe-moment.h +++ b/src/gswe-moment.h @@ -1,3 +1,21 @@ +/* gswe-moment.h - Planetary moment object for SWE-GLib + * + * Copyright (C) 2013 Gergely Polonkai + * + * SWE-GLib is free software; you can redistribute it and/or modify it under + * the terms of the GNU Lesser General Public License as published by the Free + * Software Foundation; either version 2 of the License, or (at your opinion) + * any later version. + * + * SWE-GLib 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 Lesser General Public License for more + * details. + * + * You should have received a copy of the GNU Lesser 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. + */ #ifndef __GSWE_MOMENT_H__ #define __GSWE_MOMENT_H__ diff --git a/src/gswe-timestamp.c b/src/gswe-timestamp.c index c623549..6ccdf45 100644 --- a/src/gswe-timestamp.c +++ b/src/gswe-timestamp.c @@ -1,3 +1,22 @@ +/* gswe-timestamp.c - Converter GObject between Gregorian calendar date and + * Julian day + * + * Copyright (C) 2013 Gergely Polonkai + * + * SWE-GLib is free software; you can redistribute it and/or modify it under + * the terms of the GNU Lesser General Public License as published by the Free + * Software Foundation; either version 2 of the License, or (at your opinion) + * any later version. + * + * SWE-GLib 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 Lesser General Public License for more + * details. + * + * You should have received a copy of the GNU Lesser 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. + */ #include #include diff --git a/src/gswe-timestamp.h b/src/gswe-timestamp.h index 6d6ab8d..71488c1 100644 --- a/src/gswe-timestamp.h +++ b/src/gswe-timestamp.h @@ -1,3 +1,22 @@ +/* gswe-timestamp.h - Converter GObject between Gregorian calendar date and + * Julian day + * + * Copyright (C) 2013 Gergely Polonkai + * + * SWE-GLib is free software; you can redistribute it and/or modify it under + * the terms of the GNU Lesser General Public License as published by the Free + * Software Foundation; either version 2 of the License, or (at your opinion) + * any later version. + * + * SWE-GLib 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 Lesser General Public License for more + * details. + * + * You should have received a copy of the GNU Lesser 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. + */ #ifndef __SWE_GLIB_GSWE_TIMESTAMP_H__ #define __SWE_GLIB_GSWE_TIMESTAMP_H__ diff --git a/src/gswe-types.h b/src/gswe-types.h index 91f3749..90fb408 100644 --- a/src/gswe-types.h +++ b/src/gswe-types.h @@ -1,3 +1,21 @@ +/* gswe-types.h - Basic types of SWE-GLib + * + * Copyright (C) 2013 Gergely Polonkai + * + * SWE-GLib is free software; you can redistribute it and/or modify it under + * the terms of the GNU Lesser General Public License as published by the Free + * Software Foundation; either version 2 of the License, or (at your opinion) + * any later version. + * + * SWE-GLib 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 Lesser General Public License for more + * details. + * + * You should have received a copy of the GNU Lesser 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. + */ #ifndef __SWE_GLIB_GSWE_PLANETS_H__ #define __SWE_GLIB_GSWE_PLANETS_H__ diff --git a/src/swe-glib-private.h b/src/swe-glib-private.h index e794918..1102d19 100644 --- a/src/swe-glib-private.h +++ b/src/swe-glib-private.h @@ -1,3 +1,20 @@ +/* + * Copyright (C) 2013 Gergely Polonkai + * + * SWE-GLib is free software; you can redistribute it and/or modify it under + * the terms of the GNU Lesser General Public License as published by the Free + * Software Foundation; either version 2 of the License, or (at your opinion) + * any later version. + * + * SWE-GLib 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 Lesser General Public License for more + * details. + * + * You should have received a copy of the GNU Lesser 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. + */ #ifdef __SWE_GLIB_BUILDING__ #ifndef __SWE_GLIB_PRIVATE_H__ diff --git a/src/swe-glib.c b/src/swe-glib.c index 139efcb..7731a3b 100644 --- a/src/swe-glib.c +++ b/src/swe-glib.c @@ -1,3 +1,21 @@ +/* SWE-GLib - GLib style wrapper library around Astrodienst's Swiss Ephemeris + * + * Copyright (C) 2013 Gergely Polonkai + * + * SWE-GLib is free software; you can redistribute it and/or modify it under + * the terms of the GNU Lesser General Public License as published by the Free + * Software Foundation; either version 2 of the License, or (at your opinion) + * any later version. + * + * SWE-GLib 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 Lesser General Public License for more + * details. + * + * You should have received a copy of the GNU Lesser 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. + */ #include #define GETTEXT_PACKAGE "swe-glib" #include diff --git a/src/swe-glib.h b/src/swe-glib.h index 13476ca..5aaf373 100644 --- a/src/swe-glib.h +++ b/src/swe-glib.h @@ -1,3 +1,21 @@ +/* SWE-GLib - GLib style wrapper library around Astrodienst's Swiss Ephemeris + * + * Copyright (C) 2013 Gergely Polonkai + * + * SWE-GLib is free software; you can redistribute it and/or modify it under + * the terms of the GNU Lesser General Public License as published by the Free + * Software Foundation; either version 2 of the License, or (at your opinion) + * any later version. + * + * SWE-GLib 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 Lesser General Public License for more + * details. + * + * You should have received a copy of the GNU Lesser 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. + */ #ifndef __SWE_GLIB_H__ #define __SWE_GLIB_H__