| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * NET3: Support for 802.2 demultiplexing off Ethernet |
|---|
| 3 | | - * This program 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 | 4 | * |
|---|
| 8 | 5 | * Demultiplex 802.2 encoded protocols. We match the entry by the |
|---|
| 9 | 6 | * SSAP/DSAP pair and then deliver to the registered datalink that |
|---|