freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2] master 56c610b: builds/meson/*: Add copyright boilerplate.


From: Werner LEMBERG
Subject: [freetype2] master 56c610b: builds/meson/*: Add copyright boilerplate.
Date: Fri, 27 Nov 2020 09:39:04 -0500 (EST)

branch: master
commit 56c610b145212b7acfb24a17e86fc0ba15aa3052
Author: Werner Lemberg <wl@gnu.org>
Commit: Werner Lemberg <wl@gnu.org>

    builds/meson/*: Add copyright boilerplate.
---
 builds/meson/extract_freetype_version.py | 10 ++++++++++
 builds/meson/extract_libtool_version.py  | 10 ++++++++++
 builds/meson/generate_reference_docs.py  | 10 ++++++++++
 builds/meson/parse_modules_cfg.py        | 10 ++++++++++
 builds/meson/process_ftoption_h.py       | 12 +++++++++++-
 5 files changed, 51 insertions(+), 1 deletion(-)

diff --git a/builds/meson/extract_freetype_version.py 
b/builds/meson/extract_freetype_version.py
index 15e87db..82af495 100644
--- a/builds/meson/extract_freetype_version.py
+++ b/builds/meson/extract_freetype_version.py
@@ -1,4 +1,14 @@
 #!/usr/bin/env python
+#
+# Copyright (C) 2020 by
+# David Turner, Robert Wilhelm, and Werner Lemberg.
+#
+# This file is part of the FreeType project, and may only be used, modified,
+# and distributed under the terms of the FreeType project license,
+# LICENSE.TXT.  By continuing to use, modify, or distribute this file you
+# indicate that you have read the license and understand and accept it
+# fully.
+
 """Extract the FreeType version numbers from `<freetype/freetype.h>`.
 
 This script parses the header to extract the version number defined there.
diff --git a/builds/meson/extract_libtool_version.py 
b/builds/meson/extract_libtool_version.py
index 0569481..58d9915 100644
--- a/builds/meson/extract_libtool_version.py
+++ b/builds/meson/extract_libtool_version.py
@@ -1,4 +1,14 @@
 #!/usr/bin/env python
+#
+# Copyright (C) 2020 by
+# David Turner, Robert Wilhelm, and Werner Lemberg.
+#
+# This file is part of the FreeType project, and may only be used, modified,
+# and distributed under the terms of the FreeType project license,
+# LICENSE.TXT.  By continuing to use, modify, or distribute this file you
+# indicate that you have read the license and understand and accept it
+# fully.
+
 """Extract the libtool version from `configure.raw`.
 
 This script parses the `configure.raw` file to extract the libtool version
diff --git a/builds/meson/generate_reference_docs.py 
b/builds/meson/generate_reference_docs.py
index 219017c..f59bc03 100644
--- a/builds/meson/generate_reference_docs.py
+++ b/builds/meson/generate_reference_docs.py
@@ -1,4 +1,14 @@
 #!/usr/bin/env python
+#
+# Copyright (C) 2020 by
+# David Turner, Robert Wilhelm, and Werner Lemberg.
+#
+# This file is part of the FreeType project, and may only be used, modified,
+# and distributed under the terms of the FreeType project license,
+# LICENSE.TXT.  By continuing to use, modify, or distribute this file you
+# indicate that you have read the license and understand and accept it
+# fully.
+
 """Generate FreeType reference documentation."""
 
 from __future__ import print_function
diff --git a/builds/meson/parse_modules_cfg.py 
b/builds/meson/parse_modules_cfg.py
index e0f7605..a93903a 100644
--- a/builds/meson/parse_modules_cfg.py
+++ b/builds/meson/parse_modules_cfg.py
@@ -1,4 +1,14 @@
 #!/usr/bin/env python
+#
+# Copyright (C) 2020 by
+# David Turner, Robert Wilhelm, and Werner Lemberg.
+#
+# This file is part of the FreeType project, and may only be used, modified,
+# and distributed under the terms of the FreeType project license,
+# LICENSE.TXT.  By continuing to use, modify, or distribute this file you
+# indicate that you have read the license and understand and accept it
+# fully.
+
 """Parse modules.cfg and dump its output either as ftmodule.h or a list of
 base extensions.
 """
diff --git a/builds/meson/process_ftoption_h.py 
b/builds/meson/process_ftoption_h.py
index b5f80c3..6b65cb5 100644
--- a/builds/meson/process_ftoption_h.py
+++ b/builds/meson/process_ftoption_h.py
@@ -1,4 +1,14 @@
-#!/usr/bin/python
+#!/usr/bin/env python
+#
+# Copyright (C) 2020 by
+# David Turner, Robert Wilhelm, and Werner Lemberg.
+#
+# This file is part of the FreeType project, and may only be used, modified,
+# and distributed under the terms of the FreeType project license,
+# LICENSE.TXT.  By continuing to use, modify, or distribute this file you
+# indicate that you have read the license and understand and accept it
+# fully.
+
 """Toggle settings in `ftoption.h` file based on command-line arguments.
 
 This script takes an `ftoption.h` file as input and rewrites



reply via email to

[Prev in Thread] Current Thread [Next in Thread]