GLib: implement GMutex natively on Linux
[platform/upstream/glib.git] / glib / gmain-internal.h
index 648aff3..a9cd70d 100644 (file)
  * 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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 
+#ifndef __G_MAIN_INTERNAL_H__
+#define __G_MAIN_INTERNAL_H__
+
 #if !defined (GLIB_COMPILATION)
 #error "This is a private header"
 #endif
 
-#ifndef __G_MAIN_INTERNAL_H__
-#define __G_MAIN_INTERNAL_H__
-
 #include "gmain.h"
 
 G_BEGIN_DECLS