Skip to content
This repository has been archived by the owner on Aug 27, 2022. It is now read-only.

Commit

Permalink
rfkill: Fix FSF address in file headers
Browse files Browse the repository at this point in the history
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>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Jeff Kirsher authored and linvjw committed Dec 11, 2013
1 parent 3676915 commit 8232f1f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions net/rfkill/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 8232f1f

Please sign in to comment.