From patchwork Fri Dec 6 11:32:14 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Kirsher, Jeffrey T" X-Patchwork-Id: 3295171 Return-Path: X-Original-To: patchwork-linux-wireless@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id F33FA9F373 for ; Fri, 6 Dec 2013 11:33:05 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 66C35204AF for ; Fri, 6 Dec 2013 11:33:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 35CDA20461 for ; Fri, 6 Dec 2013 11:33:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757761Ab3LFLch (ORCPT ); Fri, 6 Dec 2013 06:32:37 -0500 Received: from mga09.intel.com ([134.134.136.24]:49959 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757528Ab3LFLc1 (ORCPT ); Fri, 6 Dec 2013 06:32:27 -0500 Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 06 Dec 2013 03:28:42 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.93,840,1378882800"; d="scan'208";a="420415999" Received: from unknown (HELO jtkirshe-mobl.amr.corp.intel.com) ([10.255.15.205]) by orsmga001.jf.intel.com with ESMTP; 06 Dec 2013 03:32:24 -0800 From: Jeff Kirsher To: "John W. Linville" Cc: Jeff Kirsher , linux-wireless@vger.kernel.org Subject: [net 5/5] rfkill: Fix FSF address in file headers Date: Fri, 6 Dec 2013 03:32:14 -0800 Message-Id: <1386329534-21739-5-git-send-email-jeffrey.t.kirsher@intel.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1386329534-21739-1-git-send-email-jeffrey.t.kirsher@intel.com> References: <1386329534-21739-1-git-send-email-jeffrey.t.kirsher@intel.com> Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org X-Spam-Status: No, score=-7.1 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Several files refer to an old address for the Free Software Foundation in the file header comment. Resolve by replacing the address with the URL so that we do not have to keep updating the header comments anytime the address changes. CC: linux-wireless@vger.kernel.org Signed-off-by: Jeff Kirsher --- net/rfkill/core.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/net/rfkill/core.c b/net/rfkill/core.c index 1bacc10..ed7e0b4 100644 --- a/net/rfkill/core.c +++ b/net/rfkill/core.c @@ -14,9 +14,7 @@ * 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. + * along with this program; if not, see . */ #include