diff options
author | Ondrej Holecek <aaannz@gmail.com> | 2014-11-26 14:14:51 +0100 |
---|---|---|
committer | Tanu Kaskinen <tanu.kaskinen@linux.intel.com> | 2015-01-14 22:20:40 +0200 |
commit | 5effc834790786c456952beb7aaea7df75053889 (patch) | |
tree | 316ab80af7e988386154ad05cfac42dca5797414 /src/utils | |
parent | 1738e1ab6091df0cf5f9dc77f37fabad90cc28e0 (diff) |
update FSF addresses to FSF web page
FSF addresses used in PA sources are no longer valid and rpmlint
generates numerous warnings during packaging because of this.
This patch changes all FSF addresses to FSF web page according to
the GPL how-to: https://www.gnu.org/licenses/gpl-howto.en.html
Done automatically by sed-ing through sources.
Diffstat (limited to 'src/utils')
-rw-r--r-- | src/utils/pacat.c | 4 | ||||
-rw-r--r-- | src/utils/pacmd.c | 4 | ||||
-rw-r--r-- | src/utils/pactl.c | 4 | ||||
-rw-r--r-- | src/utils/padsp.c | 4 | ||||
-rw-r--r-- | src/utils/padsp.in | 4 | ||||
-rw-r--r-- | src/utils/pasuspender.c | 4 | ||||
-rw-r--r-- | src/utils/pax11publish.c | 4 |
7 files changed, 7 insertions, 21 deletions
diff --git a/src/utils/pacat.c b/src/utils/pacat.c index e60dfcac9..1db88fb2f 100644 --- a/src/utils/pacat.c +++ b/src/utils/pacat.c @@ -15,9 +15,7 @@ General Public License for more details. You should have received a copy of the GNU Lesser General Public License - along with PulseAudio; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - USA. + along with PulseAudio; if not, see <http://www.gnu.org/licenses/>. ***/ #ifdef HAVE_CONFIG_H diff --git a/src/utils/pacmd.c b/src/utils/pacmd.c index 7e49296d7..ef3b84b52 100644 --- a/src/utils/pacmd.c +++ b/src/utils/pacmd.c @@ -14,9 +14,7 @@ General Public License for more details. You should have received a copy of the GNU Lesser General Public License - along with PulseAudio; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - USA. + along with PulseAudio; if not, see <http://www.gnu.org/licenses/>. ***/ #ifdef HAVE_CONFIG_H diff --git a/src/utils/pactl.c b/src/utils/pactl.c index 35dd04ee0..1dc8c3f8d 100644 --- a/src/utils/pactl.c +++ b/src/utils/pactl.c @@ -14,9 +14,7 @@ General Public License for more details. You should have received a copy of the GNU Lesser General Public License - along with PulseAudio; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - USA. + along with PulseAudio; if not, see <http://www.gnu.org/licenses/>. ***/ #ifdef HAVE_CONFIG_H diff --git a/src/utils/padsp.c b/src/utils/padsp.c index b5250b3cb..e61373cfb 100644 --- a/src/utils/padsp.c +++ b/src/utils/padsp.c @@ -15,9 +15,7 @@ General Public License for more details. You should have received a copy of the GNU Lesser General Public License - along with PulseAudio; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - USA. + along with PulseAudio; if not, see <http://www.gnu.org/licenses/>. ***/ #ifdef HAVE_CONFIG_H diff --git a/src/utils/padsp.in b/src/utils/padsp.in index 4ecce8cfd..3430a6575 100644 --- a/src/utils/padsp.in +++ b/src/utils/padsp.in @@ -16,9 +16,7 @@ # General Public License for more details. # # You should have received a copy of the GNU Lesser General Public License -# along with PulseAudio; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 -# USA. +# along with PulseAudio; if not, see <http://www.gnu.org/licenses/>. while getopts 'hs:n:m:MSDd' param ; do case $param in diff --git a/src/utils/pasuspender.c b/src/utils/pasuspender.c index 5ede7f4c1..f1f39b2f5 100644 --- a/src/utils/pasuspender.c +++ b/src/utils/pasuspender.c @@ -14,9 +14,7 @@ General Public License for more details. You should have received a copy of the GNU Lesser General Public License - along with PulseAudio; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - USA. + along with PulseAudio; if not, see <http://www.gnu.org/licenses/>. ***/ #ifdef HAVE_CONFIG_H diff --git a/src/utils/pax11publish.c b/src/utils/pax11publish.c index 86336d042..a91dbf7df 100644 --- a/src/utils/pax11publish.c +++ b/src/utils/pax11publish.c @@ -14,9 +14,7 @@ General Public License for more details. You should have received a copy of the GNU Lesser General Public License - along with PulseAudio; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - USA. + along with PulseAudio; if not, see <http://www.gnu.org/licenses/>. ***/ #ifdef HAVE_CONFIG_H |