فهرست منبع

netfilter: 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: netfilter@vger.kernel.org
CC: Pablo Neira Ayuso <pablo@netfilter.org>
CC: Patrick McHardy <kaber@trash.net>
CC: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Jeff Kirsher 11 سال پیش
والد
کامیت
e664eabd18
5فایلهای تغییر یافته به همراه5 افزوده شده و 10 حذف شده
  1. 1 2
      include/uapi/linux/netfilter/xt_osf.h
  2. 1 2
      net/bridge/netfilter/ebt_vlan.c
  3. 1 2
      net/netfilter/ipvs/ip_vs_nfct.c
  4. 1 2
      net/netfilter/xt_connmark.c
  5. 1 2
      net/netfilter/xt_osf.c

+ 1 - 2
include/uapi/linux/netfilter/xt_osf.h

@@ -13,8 +13,7 @@
  * GNU General Public License for more details.
  * GNU General Public License for more details.
  *
  *
  * You should have received a copy of the GNU General Public License
  * 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/>.
  */
  */
 
 
 #ifndef _XT_OSF_H
 #ifndef _XT_OSF_H

+ 1 - 2
net/bridge/netfilter/ebt_vlan.c

@@ -14,8 +14,7 @@
  * GNU General Public License for more details.
  * GNU General Public License for more details.
  *
  *
  * You should have received a copy of the GNU General Public License
  * 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/if_ether.h>
 #include <linux/if_ether.h>

+ 1 - 2
net/netfilter/ipvs/ip_vs_nfct.c

@@ -19,8 +19,7 @@
  * GNU General Public License for more details.
  * GNU General Public License for more details.
  *
  *
  * You should have received a copy of the GNU General Public License
  * 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/>.
  *
  *
  *
  *
  * Authors:
  * Authors:

+ 1 - 2
net/netfilter/xt_connmark.c

@@ -17,8 +17,7 @@
  * GNU General Public License for more details.
  * GNU General Public License for more details.
  *
  *
  * You should have received a copy of the GNU General Public License
  * 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/module.h>
 #include <linux/module.h>

+ 1 - 2
net/netfilter/xt_osf.c

@@ -13,8 +13,7 @@
  * GNU General Public License for more details.
  * GNU General Public License for more details.
  *
  *
  * You should have received a copy of the GNU General Public License
  * 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/>.
  */
  */
 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
 #include <linux/module.h>
 #include <linux/module.h>