summaryrefslogtreecommitdiff
path: root/pango/pango-script.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-06-05 08:31:13 -0400
committerMatthias Clasen <mclasen@redhat.com>2022-06-22 13:54:01 -0400
commitdb2fd82845a1db8abc6d24e7ecf79c6e86c3dff7 (patch)
treefc0cc97cf8580446959a76aeee1091dc71ff1565 /pango/pango-script.h
parent58854bed61d500573e34a50ac08e211ffcbd45b3 (diff)
downloadpango-db2fd82845a1db8abc6d24e7ecf79c6e86c3dff7.tar.gz
Clean up headers
Diffstat (limited to 'pango/pango-script.h')
-rw-r--r--pango/pango-script.h23
1 files changed, 9 insertions, 14 deletions
diff --git a/pango/pango-script.h b/pango/pango-script.h
index 8895a0b0..cabcc902 100644
--- a/pango/pango-script.h
+++ b/pango/pango-script.h
@@ -1,26 +1,23 @@
-/* Pango
- * pango-script.h: Script tag handling
- *
+/*
* Copyright (C) 2002 Red Hat Software
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Library General Public
+ * 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 option) any later version.
+ * version 2.1 of the License, or (at your option) any later version.
*
* 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
- * Library General Public License for more details.
+ * Lesser 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 Lesser General Public
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef __PANGO_SCRIPT_H__
-#define __PANGO_SCRIPT_H__
+#pragma once
#include <glib-object.h>
@@ -58,5 +55,3 @@ PANGO_AVAILABLE_IN_ALL
PangoLanguage *pango_script_get_sample_language (GUnicodeScript script) G_GNUC_PURE;
G_END_DECLS
-
-#endif /* __PANGO_SCRIPT_H__ */