aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2016-08-05 11:20:37 -0700
committerGuy Harris <guy@alum.mit.edu>2016-08-05 18:21:47 +0000
commitfd00a4a38d94c16974337fe6cbdadad3cb06ae8c (patch)
tree758f2d0302cb29907ba8c02cfae0563c2efa87e4
parent73c7cc67b6f4e533eae71a1d0a41f2d9bcde1990 (diff)
Add copyright notices.
Change-Id: I481968f154008d62c124ca6f71d6cc0114c293c1 Reviewed-on: https://code.wireshark.org/review/16907 Reviewed-by: Guy Harris <guy@alum.mit.edu>
-rwxr-xr-xmacosx-support-lib-patches/qt-fix-pc-file20
-rwxr-xr-xmacosx-support-lib-patches/qt-fix-pc-files18
2 files changed, 38 insertions, 0 deletions
diff --git a/macosx-support-lib-patches/qt-fix-pc-file b/macosx-support-lib-patches/qt-fix-pc-file
index e7cbec7ae3..2567ead713 100755
--- a/macosx-support-lib-patches/qt-fix-pc-file
+++ b/macosx-support-lib-patches/qt-fix-pc-file
@@ -1,5 +1,25 @@
#! /bin/sh
#
+# Fix a Qt .pc file's flags.
+#
+# Wireshark - Network traffic analyzer
+# By Gerald Combs <gerald@wireshark.org>
+# Copyright 2014 Gerald Combs
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation; either version 2
+# of the License, or (at your option) any later version.
+#
+# This program 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 General Public License for more details.
+#
+# 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.
+#
# Fix a single Qt .pc file to provide the right flags; a -F flag is
# needed to point to the directory under which the frameworks are
# placed, and a -I flag needs to point to the directory where
diff --git a/macosx-support-lib-patches/qt-fix-pc-files b/macosx-support-lib-patches/qt-fix-pc-files
index 43e4c438a3..9bb6fc9722 100755
--- a/macosx-support-lib-patches/qt-fix-pc-files
+++ b/macosx-support-lib-patches/qt-fix-pc-files
@@ -2,6 +2,24 @@
#
# Fix the .pc files for versions of Qt installed from binary packages.
#
+# Wireshark - Network traffic analyzer
+# By Gerald Combs <gerald@wireshark.org>
+# Copyright 2014 Gerald Combs
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation; either version 2
+# of the License, or (at your option) any later version.
+#
+# This program 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 General Public License for more details.
+#
+# 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.
+#
# See bug QTBUG-35256 for the full painful story. Shorter version:
# the OS X Qt packages provide the Qt components as frameworks, but
# the .pc files don't generate the right CFLAGS/CXXFLAGS to make