all: manually drop code comments with file description

This commit is contained in:
Thomas Haller
2019-09-25 13:13:40 +02:00
parent 9683521521
commit abff46cacf
451 changed files with 434 additions and 876 deletions

View File

@@ -1,7 +1,8 @@
#!/usr/bin/perl -n
# SPDX-License-Identifier: GPL-2.0+
#
# Copyright 2018 Red Hat, Inc.
#
# $ perldoc checkpatch.pl for eye-pleasing view of the manual:

View File

@@ -3,11 +3,10 @@
--
-- Copyright 2015 Red Hat, Inc.
--
--
-- Script for importing/converting OpenConnect VPN configuration files for NetworkManager
-- In general, the implementation follows the logic of import() from
-- https://git.gnome.org/browse/network-manager-openconnect/tree/properties/nm-openconnect.c
--
----------------------
-- Helper functions --

View File

@@ -3,11 +3,11 @@
--
-- Copyright 2015 Red Hat, Inc.
--
--
-- Script for importing/converting OpenVPN configuration files for NetworkManager
-- In general, the implementation follows the logic of import() from
-- https://git.gnome.org/browse/network-manager-openvpn/tree/properties/import-export.c
--
----------------------
-- Helper functions --

View File

@@ -3,11 +3,10 @@
--
-- Copyright 2015 Red Hat, Inc.
--
--
-- Script for importing/converting Cisco VPN configuration files (.pcf) to NetworkManager
-- In general, the implementation follows the logic of import() from
-- https://git.gnome.org/browse/network-manager-vpnc/tree/properties/nm-vpnc.c
--
----------------------
-- Helper functions --