From fd00a4a38d94c16974337fe6cbdadad3cb06ae8c Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 5 Aug 2016 11:20:37 -0700 Subject: Add copyright notices. Change-Id: I481968f154008d62c124ca6f71d6cc0114c293c1 Reviewed-on: https://code.wireshark.org/review/16907 Reviewed-by: Guy Harris --- macosx-support-lib-patches/qt-fix-pc-file | 20 ++++++++++++++++++++ macosx-support-lib-patches/qt-fix-pc-files | 18 ++++++++++++++++++ 2 files changed, 38 insertions(+) (limited to 'macosx-support-lib-patches') 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 +# 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 +# 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 -- cgit v1.2.1