From 77322aa896895f4f68501a071086e432e575dcc2 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Tue, 31 Jul 2012 09:51:20 +0200 Subject: Treewide: remove address of the Free Software Foundation The FSF address has changed in the past. Instead of updating it each time the address changes, just drop it completely treewide. Signed-off-by: Sascha Hauer --- lib/ctype.c | 4 ---- lib/decompress_unlzo.c | 5 ----- lib/display_options.c | 4 ---- lib/getopt.c | 3 --- lib/kfifo.c | 5 ----- lib/libgen.c | 3 --- lib/misc.c | 3 --- lib/parameter.c | 3 --- lib/process_escape_sequence.c | 3 --- lib/rbtree.c | 3 --- lib/readkey.c | 3 --- lib/show_progress.c | 3 --- lib/uncompress.c | 3 --- lib/xfuncs.c | 3 --- 14 files changed, 48 deletions(-) (limited to 'lib') diff --git a/lib/ctype.c b/lib/ctype.c index 6ed0468a2..6d20da543 100644 --- a/lib/ctype.c +++ b/lib/ctype.c @@ -15,10 +15,6 @@ * 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., 59 Temple Place, Suite 330, Boston, - * MA 02111-1307 USA */ /* diff --git a/lib/decompress_unlzo.c b/lib/decompress_unlzo.c index 56abfc6e6..776719c27 100644 --- a/lib/decompress_unlzo.c +++ b/lib/decompress_unlzo.c @@ -20,11 +20,6 @@ * 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; see the file COPYING. - * If not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - * * Markus F.X.J. Oberhumer * * http://www.oberhumer.com/opensource/lzop/ diff --git a/lib/display_options.c b/lib/display_options.c index 03f4f22d8..a6050cbf4 100644 --- a/lib/display_options.c +++ b/lib/display_options.c @@ -15,10 +15,6 @@ * 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., 59 Temple Place, Suite 330, Boston, - * MA 02111-1307 USA */ #include diff --git a/lib/getopt.c b/lib/getopt.c index 043ba054a..ead915099 100644 --- a/lib/getopt.c +++ b/lib/getopt.c @@ -12,9 +12,6 @@ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #include diff --git a/lib/kfifo.c b/lib/kfifo.c index a2f3727db..afd389409 100644 --- a/lib/kfifo.c +++ b/lib/kfifo.c @@ -12,11 +12,6 @@ * 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., 675 Mass Ave, Cambridge, MA 02139, USA. - * */ #include diff --git a/lib/libgen.c b/lib/libgen.c index e1093f16d..1e43cf3f2 100644 --- a/lib/libgen.c +++ b/lib/libgen.c @@ -13,9 +13,6 @@ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #include diff --git a/lib/misc.c b/lib/misc.c index 8a95396ed..1a08502eb 100644 --- a/lib/misc.c +++ b/lib/misc.c @@ -15,9 +15,6 @@ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #include diff --git a/lib/parameter.c b/lib/parameter.c index b2b8d945a..3ecb48096 100644 --- a/lib/parameter.c +++ b/lib/parameter.c @@ -15,9 +15,6 @@ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ /** diff --git a/lib/process_escape_sequence.c b/lib/process_escape_sequence.c index e3431d4b9..7cc3898d5 100644 --- a/lib/process_escape_sequence.c +++ b/lib/process_escape_sequence.c @@ -15,9 +15,6 @@ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #include #include diff --git a/lib/rbtree.c b/lib/rbtree.c index 99e69bb74..084b8ba3a 100644 --- a/lib/rbtree.c +++ b/lib/rbtree.c @@ -13,9 +13,6 @@ 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA linux/lib/rbtree.c */ diff --git a/lib/readkey.c b/lib/readkey.c index 1117c30ac..89cc1546d 100644 --- a/lib/readkey.c +++ b/lib/readkey.c @@ -17,9 +17,6 @@ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #include diff --git a/lib/show_progress.c b/lib/show_progress.c index 39808d2bb..d958a4468 100644 --- a/lib/show_progress.c +++ b/lib/show_progress.c @@ -15,9 +15,6 @@ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #include diff --git a/lib/uncompress.c b/lib/uncompress.c index 3cf98dd92..8e4d3a1d9 100644 --- a/lib/uncompress.c +++ b/lib/uncompress.c @@ -15,9 +15,6 @@ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #include #include diff --git a/lib/xfuncs.c b/lib/xfuncs.c index 71394fff2..464928032 100644 --- a/lib/xfuncs.c +++ b/lib/xfuncs.c @@ -17,9 +17,6 @@ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #include -- cgit v1.2.3