diff mbox

[net,5/5] rfkill: Fix FSF address in file headers

Message ID 1386329534-21739-5-git-send-email-jeffrey.t.kirsher@intel.com (mailing list archive)
State Not Applicable, archived
Headers show

Commit Message

Kirsher, Jeffrey T Dec. 6, 2013, 11:32 a.m. UTC
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 <http://www.gnu.org/licenses/> 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 <jeffrey.t.kirsher@intel.com>
---
 net/rfkill/core.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Comments

Johannes Berg Dec. 6, 2013, 11:50 a.m. UTC | #1
On Fri, 2013-12-06 at 03:32 -0800, Jeff Kirsher wrote:
> 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 <http://www.gnu.org/licenses/> so that we do not have to keep
> updating the header comments anytime the address changes.

Looks good to me, I guess you want me to pick it up?

Or John - do you just want to pick up the series?

johannes

--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
John W. Linville Dec. 6, 2013, 1:57 p.m. UTC | #2
On Fri, Dec 06, 2013 at 12:50:04PM +0100, Johannes Berg wrote:
> On Fri, 2013-12-06 at 03:32 -0800, Jeff Kirsher wrote:
> > 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 <http://www.gnu.org/licenses/> so that we do not have to keep
> > updating the header comments anytime the address changes.
> 
> Looks good to me, I guess you want me to pick it up?
> 
> Or John - do you just want to pick up the series?
> 
> johannes

I'll just take the series.

John
diff mbox

Patch

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 <http://www.gnu.org/licenses/>.
  */
 
 #include <linux/kernel.h>