Commit e664eabd18c4581b21ea6f62e2e599df5a719a5b
Committed by
David S. Miller
1 parent
d484ff154c
Exists in
smarc-imx_3.14.28_1.0.0_ga
and in
1 other branch
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>
Showing 5 changed files with 5 additions and 10 deletions Side-by-side Diff
include/uapi/linux/netfilter/xt_osf.h
... | ... | @@ -13,8 +13,7 @@ |
13 | 13 | * GNU General Public License for more details. |
14 | 14 | * |
15 | 15 | * You should have received a copy of the GNU General Public License |
16 | - * along with this program; if not, write to the Free Software | |
17 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
16 | + * along with this program; if not, see <http://www.gnu.org/licenses/>. | |
18 | 17 | */ |
19 | 18 | |
20 | 19 | #ifndef _XT_OSF_H |
net/bridge/netfilter/ebt_vlan.c
... | ... | @@ -14,8 +14,7 @@ |
14 | 14 | * GNU General Public License for more details. |
15 | 15 | * |
16 | 16 | * You should have received a copy of the GNU General Public License |
17 | - * along with this program; if not, write to the Free Software | |
18 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
17 | + * along with this program; if not, see <http://www.gnu.org/licenses/>. | |
19 | 18 | */ |
20 | 19 | |
21 | 20 | #include <linux/if_ether.h> |
net/netfilter/ipvs/ip_vs_nfct.c
... | ... | @@ -19,8 +19,7 @@ |
19 | 19 | * GNU General Public License for more details. |
20 | 20 | * |
21 | 21 | * You should have received a copy of the GNU General Public License |
22 | - * along with this program; if not, write to the Free Software | |
23 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
22 | + * along with this program; if not, see <http://www.gnu.org/licenses/>. | |
24 | 23 | * |
25 | 24 | * |
26 | 25 | * Authors: |
net/netfilter/xt_connmark.c
... | ... | @@ -17,8 +17,7 @@ |
17 | 17 | * GNU General Public License for more details. |
18 | 18 | * |
19 | 19 | * You should have received a copy of the GNU General Public License |
20 | - * along with this program; if not, write to the Free Software | |
21 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
20 | + * along with this program; if not, see <http://www.gnu.org/licenses/>. | |
22 | 21 | */ |
23 | 22 | |
24 | 23 | #include <linux/module.h> |
net/netfilter/xt_osf.c
... | ... | @@ -13,8 +13,7 @@ |
13 | 13 | * GNU General Public License for more details. |
14 | 14 | * |
15 | 15 | * You should have received a copy of the GNU General Public License |
16 | - * along with this program; if not, write to the Free Software | |
17 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
16 | + * along with this program; if not, see <http://www.gnu.org/licenses/>. | |
18 | 17 | */ |
19 | 18 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
20 | 19 | #include <linux/module.h> |