Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net/irda: Fix FSF address in file headers

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: Samuel Ortiz <samuel@sortiz.org>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Jeff Kirsher and committed by
David S. Miller
d3770509 e664eabd

+14 -42
+1 -3
net/irda/af_irda.c
··· 25 25 * GNU General Public License for more details. 26 26 * 27 27 * You should have received a copy of the GNU General Public License 28 - * along with this program; if not, write to the Free Software 29 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, 30 - * MA 02111-1307 USA 28 + * along with this program; if not, see <http://www.gnu.org/licenses/>. 31 29 * 32 30 * Linux-IrDA now supports four different types of IrDA sockets: 33 31 *
+1 -3
net/irda/discovery.c
··· 24 24 * GNU General Public License for more details. 25 25 * 26 26 * You should have received a copy of the GNU General Public License 27 - * along with this program; if not, write to the Free Software 28 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, 29 - * MA 02111-1307 USA 27 + * along with this program; if not, see <http://www.gnu.org/licenses/>. 30 28 * 31 29 ********************************************************************/ 32 30
+1 -3
net/irda/ircomm/ircomm_core.c
··· 23 23 * GNU General Public License for more details. 24 24 * 25 25 * You should have received a copy of the GNU General Public License 26 - * along with this program; if not, write to the Free Software 27 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, 28 - * MA 02111-1307 USA 26 + * along with this program; if not, see <http://www.gnu.org/licenses/>. 29 27 * 30 28 ********************************************************************/ 31 29
+1 -3
net/irda/ircomm/ircomm_event.c
··· 22 22 * GNU General Public License for more details. 23 23 * 24 24 * You should have received a copy of the GNU General Public License 25 - * along with this program; if not, write to the Free Software 26 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, 27 - * MA 02111-1307 USA 25 + * along with this program; if not, see <http://www.gnu.org/licenses/>. 28 26 * 29 27 ********************************************************************/ 30 28
+1 -3
net/irda/ircomm/ircomm_lmp.c
··· 24 24 * GNU General Public License for more details. 25 25 * 26 26 * You should have received a copy of the GNU General Public License 27 - * along with this program; if not, write to the Free Software 28 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, 29 - * MA 02111-1307 USA 27 + * along with this program; if not, see <http://www.gnu.org/licenses/>. 30 28 * 31 29 ********************************************************************/ 32 30
+1 -3
net/irda/ircomm/ircomm_param.c
··· 22 22 * GNU General Public License for more details. 23 23 * 24 24 * You should have received a copy of the GNU General Public License 25 - * along with this program; if not, write to the Free Software 26 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, 27 - * MA 02111-1307 USA 25 + * along with this program; if not, see <http://www.gnu.org/licenses/>. 28 26 * 29 27 ********************************************************************/ 30 28
+1 -3
net/irda/ircomm/ircomm_ttp.c
··· 23 23 * GNU General Public License for more details. 24 24 * 25 25 * You should have received a copy of the GNU General Public License 26 - * along with this program; if not, write to the Free Software 27 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, 28 - * MA 02111-1307 USA 26 + * along with this program; if not, see <http://www.gnu.org/licenses/>. 29 27 * 30 28 ********************************************************************/ 31 29
+1 -3
net/irda/ircomm/ircomm_tty.c
··· 24 24 * GNU General Public License for more details. 25 25 * 26 26 * You should have received a copy of the GNU General Public License 27 - * along with this program; if not, write to the Free Software 28 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, 29 - * MA 02111-1307 USA 27 + * along with this program; if not, see <http://www.gnu.org/licenses/>. 30 28 * 31 29 ********************************************************************/ 32 30
+1 -3
net/irda/ircomm/ircomm_tty_attach.c
··· 23 23 * GNU General Public License for more details. 24 24 * 25 25 * You should have received a copy of the GNU General Public License 26 - * along with this program; if not, write to the Free Software 27 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, 28 - * MA 02111-1307 USA 26 + * along with this program; if not, see <http://www.gnu.org/licenses/>. 29 27 * 30 28 ********************************************************************/ 31 29
+1 -3
net/irda/ircomm/ircomm_tty_ioctl.c
··· 22 22 * GNU General Public License for more details. 23 23 * 24 24 * You should have received a copy of the GNU General Public License 25 - * along with this program; if not, write to the Free Software 26 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, 27 - * MA 02111-1307 USA 25 + * along with this program; if not, see <http://www.gnu.org/licenses/>. 28 26 * 29 27 ********************************************************************/ 30 28
+1 -3
net/irda/irda_device.c
··· 23 23 * GNU General Public License for more details. 24 24 * 25 25 * You should have received a copy of the GNU General Public License 26 - * along with this program; if not, write to the Free Software 27 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, 28 - * MA 02111-1307 USA 26 + * along with this program; if not, see <http://www.gnu.org/licenses/>. 29 27 * 30 28 ********************************************************************/ 31 29
+1 -3
net/irda/irlap.c
··· 23 23 * GNU General Public License for more details. 24 24 * 25 25 * You should have received a copy of the GNU General Public License 26 - * along with this program; if not, write to the Free Software 27 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, 28 - * MA 02111-1307 USA 26 + * along with this program; if not, see <http://www.gnu.org/licenses/>. 29 27 * 30 28 ********************************************************************/ 31 29
+1 -3
net/irda/parameters.c
··· 22 22 * GNU General Public License for more details. 23 23 * 24 24 * You should have received a copy of the GNU General Public License 25 - * along with this program; if not, write to the Free Software 26 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, 27 - * MA 02111-1307 USA 25 + * along with this program; if not, see <http://www.gnu.org/licenses/>. 28 26 * 29 27 ********************************************************************/ 30 28
+1 -3
net/irda/qos.c
··· 24 24 * GNU General Public License for more details. 25 25 * 26 26 * You should have received a copy of the GNU General Public License 27 - * along with this program; if not, write to the Free Software 28 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, 29 - * MA 02111-1307 USA 27 + * along with this program; if not, see <http://www.gnu.org/licenses/>. 30 28 * 31 29 ********************************************************************/ 32 30