aboutsummaryrefslogtreecommitdiffstats
path: root/net/x25
diff options
context:
space:
mode:
Diffstat (limited to 'net/x25')
-rw-r--r--net/x25/Kconfig1
-rw-r--r--net/x25/af_x25.c7
-rw-r--r--net/x25/x25_dev.c7
-rw-r--r--net/x25/x25_facilities.c7
-rw-r--r--net/x25/x25_forward.c7
-rw-r--r--net/x25/x25_in.c7
-rw-r--r--net/x25/x25_link.c7
-rw-r--r--net/x25/x25_out.c7
-rw-r--r--net/x25/x25_proc.c7
-rw-r--r--net/x25/x25_route.c7
-rw-r--r--net/x25/x25_subr.c7
-rw-r--r--net/x25/x25_timer.c7
12 files changed, 12 insertions, 66 deletions
diff --git a/net/x25/Kconfig b/net/x25/Kconfig
index 59fcb41fc5e6..2ecb2e5e241e 100644
--- a/net/x25/Kconfig
+++ b/net/x25/Kconfig
@@ -1,3 +1,4 @@
1# SPDX-License-Identifier: GPL-2.0-only
1# 2#
2# CCITT X.25 Packet Layer 3# CCITT X.25 Packet Layer
3# 4#
diff --git a/net/x25/af_x25.c b/net/x25/af_x25.c
index 0ea48a52ce79..6aee9f5e8e71 100644
--- a/net/x25/af_x25.c
+++ b/net/x25/af_x25.c
@@ -1,3 +1,4 @@
1// SPDX-License-Identifier: GPL-2.0-or-later
1/* 2/*
2 * X.25 Packet Layer release 002 3 * X.25 Packet Layer release 002
3 * 4 *
@@ -7,12 +8,6 @@
7 * 8 *
8 * This code REQUIRES 2.1.15 or higher 9 * This code REQUIRES 2.1.15 or higher
9 * 10 *
10 * This module:
11 * This module is free software; you can redistribute it and/or
12 * modify it under the terms of the GNU General Public License
13 * as published by the Free Software Foundation; either version
14 * 2 of the License, or (at your option) any later version.
15 *
16 * History 11 * History
17 * X.25 001 Jonathan Naylor Started coding. 12 * X.25 001 Jonathan Naylor Started coding.
18 * X.25 002 Jonathan Naylor Centralised disconnect handling. 13 * X.25 002 Jonathan Naylor Centralised disconnect handling.
diff --git a/net/x25/x25_dev.c b/net/x25/x25_dev.c
index 39231237e1c3..5c111bc3c8ea 100644
--- a/net/x25/x25_dev.c
+++ b/net/x25/x25_dev.c
@@ -1,3 +1,4 @@
1// SPDX-License-Identifier: GPL-2.0-or-later
1/* 2/*
2 * X.25 Packet Layer release 002 3 * X.25 Packet Layer release 002
3 * 4 *
@@ -6,12 +7,6 @@
6 * 7 *
7 * This code REQUIRES 2.1.15 or higher 8 * This code REQUIRES 2.1.15 or higher
8 * 9 *
9 * This module:
10 * This module is free software; you can redistribute it and/or
11 * modify it under the terms of the GNU General Public License
12 * as published by the Free Software Foundation; either version
13 * 2 of the License, or (at your option) any later version.
14 *
15 * History 10 * History
16 * X.25 001 Jonathan Naylor Started coding. 11 * X.25 001 Jonathan Naylor Started coding.
17 * 2000-09-04 Henner Eisen Prevent freeing a dangling skb. 12 * 2000-09-04 Henner Eisen Prevent freeing a dangling skb.
diff --git a/net/x25/x25_facilities.c b/net/x25/x25_facilities.c
index ad1734d36ed7..7fb327632272 100644
--- a/net/x25/x25_facilities.c
+++ b/net/x25/x25_facilities.c
@@ -1,3 +1,4 @@
1// SPDX-License-Identifier: GPL-2.0-or-later
1/* 2/*
2 * X.25 Packet Layer release 002 3 * X.25 Packet Layer release 002
3 * 4 *
@@ -7,12 +8,6 @@
7 * 8 *
8 * This code REQUIRES 2.1.15 or higher 9 * This code REQUIRES 2.1.15 or higher
9 * 10 *
10 * This module:
11 * This module is free software; you can redistribute it and/or
12 * modify it under the terms of the GNU General Public License
13 * as published by the Free Software Foundation; either version
14 * 2 of the License, or (at your option) any later version.
15 *
16 * History 11 * History
17 * X.25 001 Split from x25_subr.c 12 * X.25 001 Split from x25_subr.c
18 * mar/20/00 Daniela Squassoni Disabling/enabling of facilities 13 * mar/20/00 Daniela Squassoni Disabling/enabling of facilities
diff --git a/net/x25/x25_forward.c b/net/x25/x25_forward.c
index cf561f1613e1..c82999941d3f 100644
--- a/net/x25/x25_forward.c
+++ b/net/x25/x25_forward.c
@@ -1,10 +1,5 @@
1// SPDX-License-Identifier: GPL-2.0-or-later
1/* 2/*
2 * This module:
3 * This module is free software; you can redistribute it and/or
4 * modify it under the terms of the GNU General Public License
5 * as published by the Free Software Foundation; either version
6 * 2 of the License, or (at your option) any later version.
7 *
8 * History 3 * History
9 * 03-01-2007 Added forwarding for x.25 Andrew Hendry 4 * 03-01-2007 Added forwarding for x.25 Andrew Hendry
10 */ 5 */
diff --git a/net/x25/x25_in.c b/net/x25/x25_in.c
index afb26221d8a8..f97c43344e95 100644
--- a/net/x25/x25_in.c
+++ b/net/x25/x25_in.c
@@ -1,3 +1,4 @@
1// SPDX-License-Identifier: GPL-2.0-or-later
1/* 2/*
2 * X.25 Packet Layer release 002 3 * X.25 Packet Layer release 002
3 * 4 *
@@ -7,12 +8,6 @@
7 * 8 *
8 * This code REQUIRES 2.1.15 or higher 9 * This code REQUIRES 2.1.15 or higher
9 * 10 *
10 * This module:
11 * This module is free software; you can redistribute it and/or
12 * modify it under the terms of the GNU General Public License
13 * as published by the Free Software Foundation; either version
14 * 2 of the License, or (at your option) any later version.
15 *
16 * History 11 * History
17 * X.25 001 Jonathan Naylor Started coding. 12 * X.25 001 Jonathan Naylor Started coding.
18 * X.25 002 Jonathan Naylor Centralised disconnection code. 13 * X.25 002 Jonathan Naylor Centralised disconnection code.
diff --git a/net/x25/x25_link.c b/net/x25/x25_link.c
index a6a8ab09b914..7d02532aad0d 100644
--- a/net/x25/x25_link.c
+++ b/net/x25/x25_link.c
@@ -1,3 +1,4 @@
1// SPDX-License-Identifier: GPL-2.0-or-later
1/* 2/*
2 * X.25 Packet Layer release 002 3 * X.25 Packet Layer release 002
3 * 4 *
@@ -7,12 +8,6 @@
7 * 8 *
8 * This code REQUIRES 2.1.15 or higher 9 * This code REQUIRES 2.1.15 or higher
9 * 10 *
10 * This module:
11 * This module is free software; you can redistribute it and/or
12 * modify it under the terms of the GNU General Public License
13 * as published by the Free Software Foundation; either version
14 * 2 of the License, or (at your option) any later version.
15 *
16 * History 11 * History
17 * X.25 001 Jonathan Naylor Started coding. 12 * X.25 001 Jonathan Naylor Started coding.
18 * X.25 002 Jonathan Naylor New timer architecture. 13 * X.25 002 Jonathan Naylor New timer architecture.
diff --git a/net/x25/x25_out.c b/net/x25/x25_out.c
index 0144271d2184..dbc0940bf35f 100644
--- a/net/x25/x25_out.c
+++ b/net/x25/x25_out.c
@@ -1,3 +1,4 @@
1// SPDX-License-Identifier: GPL-2.0-or-later
1/* 2/*
2 * X.25 Packet Layer release 002 3 * X.25 Packet Layer release 002
3 * 4 *
@@ -7,12 +8,6 @@
7 * 8 *
8 * This code REQUIRES 2.1.15 or higher 9 * This code REQUIRES 2.1.15 or higher
9 * 10 *
10 * This module:
11 * This module is free software; you can redistribute it and/or
12 * modify it under the terms of the GNU General Public License
13 * as published by the Free Software Foundation; either version
14 * 2 of the License, or (at your option) any later version.
15 *
16 * History 11 * History
17 * X.25 001 Jonathan Naylor Started coding. 12 * X.25 001 Jonathan Naylor Started coding.
18 * X.25 002 Jonathan Naylor New timer architecture. 13 * X.25 002 Jonathan Naylor New timer architecture.
diff --git a/net/x25/x25_proc.c b/net/x25/x25_proc.c
index da52c9dc256c..3bddcbdf2e40 100644
--- a/net/x25/x25_proc.c
+++ b/net/x25/x25_proc.c
@@ -1,3 +1,4 @@
1// SPDX-License-Identifier: GPL-2.0-or-later
1/* 2/*
2 * X.25 Packet Layer release 002 3 * X.25 Packet Layer release 002
3 * 4 *
@@ -7,12 +8,6 @@
7 * 8 *
8 * This code REQUIRES 2.4 with seq_file support 9 * This code REQUIRES 2.4 with seq_file support
9 * 10 *
10 * This module:
11 * This module is free software; you can redistribute it and/or
12 * modify it under the terms of the GNU General Public License
13 * as published by the Free Software Foundation; either version
14 * 2 of the License, or (at your option) any later version.
15 *
16 * History 11 * History
17 * 2002/10/06 Arnaldo Carvalho de Melo seq_file support 12 * 2002/10/06 Arnaldo Carvalho de Melo seq_file support
18 */ 13 */
diff --git a/net/x25/x25_route.c b/net/x25/x25_route.c
index b85b889596e5..b8e94d58d0f1 100644
--- a/net/x25/x25_route.c
+++ b/net/x25/x25_route.c
@@ -1,3 +1,4 @@
1// SPDX-License-Identifier: GPL-2.0-or-later
1/* 2/*
2 * X.25 Packet Layer release 002 3 * X.25 Packet Layer release 002
3 * 4 *
@@ -7,12 +8,6 @@
7 * 8 *
8 * This code REQUIRES 2.1.15 or higher 9 * This code REQUIRES 2.1.15 or higher
9 * 10 *
10 * This module:
11 * This module is free software; you can redistribute it and/or
12 * modify it under the terms of the GNU General Public License
13 * as published by the Free Software Foundation; either version
14 * 2 of the License, or (at your option) any later version.
15 *
16 * History 11 * History
17 * X.25 001 Jonathan Naylor Started coding. 12 * X.25 001 Jonathan Naylor Started coding.
18 */ 13 */
diff --git a/net/x25/x25_subr.c b/net/x25/x25_subr.c
index 743103786652..8aa415a38814 100644
--- a/net/x25/x25_subr.c
+++ b/net/x25/x25_subr.c
@@ -1,3 +1,4 @@
1// SPDX-License-Identifier: GPL-2.0-or-later
1/* 2/*
2 * X.25 Packet Layer release 002 3 * X.25 Packet Layer release 002
3 * 4 *
@@ -7,12 +8,6 @@
7 * 8 *
8 * This code REQUIRES 2.1.15 or higher 9 * This code REQUIRES 2.1.15 or higher
9 * 10 *
10 * This module:
11 * This module is free software; you can redistribute it and/or
12 * modify it under the terms of the GNU General Public License
13 * as published by the Free Software Foundation; either version
14 * 2 of the License, or (at your option) any later version.
15 *
16 * History 11 * History
17 * X.25 001 Jonathan Naylor Started coding. 12 * X.25 001 Jonathan Naylor Started coding.
18 * X.25 002 Jonathan Naylor Centralised disconnection processing. 13 * X.25 002 Jonathan Naylor Centralised disconnection processing.
diff --git a/net/x25/x25_timer.c b/net/x25/x25_timer.c
index fa3461002b3e..9376365cdcc9 100644
--- a/net/x25/x25_timer.c
+++ b/net/x25/x25_timer.c
@@ -1,3 +1,4 @@
1// SPDX-License-Identifier: GPL-2.0-or-later
1/* 2/*
2 * X.25 Packet Layer release 002 3 * X.25 Packet Layer release 002
3 * 4 *
@@ -7,12 +8,6 @@
7 * 8 *
8 * This code REQUIRES 2.1.15 or higher 9 * This code REQUIRES 2.1.15 or higher
9 * 10 *
10 * This module:
11 * This module is free software; you can redistribute it and/or
12 * modify it under the terms of the GNU General Public License
13 * as published by the Free Software Foundation; either version
14 * 2 of the License, or (at your option) any later version.
15 *
16 * History 11 * History
17 * X.25 001 Jonathan Naylor Started coding. 12 * X.25 001 Jonathan Naylor Started coding.
18 * X.25 002 Jonathan Naylor New timer architecture. 13 * X.25 002 Jonathan Naylor New timer architecture.