diff --git a/analytics/algs/lms.go b/analytics/algs/lms.go index 6f4ceaba..cc7b227d 100644 --- a/analytics/algs/lms.go +++ b/analytics/algs/lms.go @@ -1,5 +1,3 @@ -// Copyright Safing ICS Technologies GmbH. Use of this source code is governed by the AGPL license that can be found in the LICENSE file. - package algs import ( diff --git a/analytics/algs/lms_test.go b/analytics/algs/lms_test.go index a73db9d9..c465f654 100644 --- a/analytics/algs/lms_test.go +++ b/analytics/algs/lms_test.go @@ -1,5 +1,3 @@ -// Copyright Safing ICS Technologies GmbH. Use of this source code is governed by the AGPL license that can be found in the LICENSE file. - package algs import "testing" diff --git a/firewall/inspection/inspection.go b/firewall/inspection/inspection.go index a3a536fa..3ecd23cc 100644 --- a/firewall/inspection/inspection.go +++ b/firewall/inspection/inspection.go @@ -1,5 +1,3 @@ -// Copyright Safing ICS Technologies GmbH. Use of this source code is governed by the AGPL license that can be found in the LICENSE file. - package inspection import ( diff --git a/firewall/inspection/tls/tls_test.go b/firewall/inspection/tls/tls_test.go index e000f026..79ec4be4 100644 --- a/firewall/inspection/tls/tls_test.go +++ b/firewall/inspection/tls/tls_test.go @@ -1,5 +1,3 @@ -// Copyright Safing ICS Technologies GmbH. Use of this source code is governed by the AGPL license that can be found in the LICENSE file. - package tls import ( diff --git a/firewall/interception/interception_linux.go b/firewall/interception/interception_linux.go index bf453449..0021d9e3 100644 --- a/firewall/interception/interception_linux.go +++ b/firewall/interception/interception_linux.go @@ -1,5 +1,3 @@ -// Copyright Safing ICS Technologies GmbH. Use of this source code is governed by the AGPL license that can be found in the LICENSE file. - package interception import "github.com/safing/portmaster/network/packet" diff --git a/firewall/interception/nfqueue/multiqueue.go b/firewall/interception/nfqueue/multiqueue.go index 2c5aaa41..884947bd 100644 --- a/firewall/interception/nfqueue/multiqueue.go +++ b/firewall/interception/nfqueue/multiqueue.go @@ -1,5 +1,3 @@ -// Copyright Safing ICS Technologies GmbH. Use of this source code is governed by the AGPL license that can be found in the LICENSE file. - package nfqueue // suspended for now diff --git a/firewall/interception/nfqueue/nfqueue.go b/firewall/interception/nfqueue/nfqueue.go index 1c2d5d08..27665240 100644 --- a/firewall/interception/nfqueue/nfqueue.go +++ b/firewall/interception/nfqueue/nfqueue.go @@ -1,5 +1,3 @@ -// Copyright Safing ICS Technologies GmbH. Use of this source code is governed by the AGPL license that can be found in the LICENSE file. - package nfqueue /* diff --git a/firewall/interception/nfqueue/packet.go b/firewall/interception/nfqueue/packet.go index cbbfc27a..ea873ddc 100644 --- a/firewall/interception/nfqueue/packet.go +++ b/firewall/interception/nfqueue/packet.go @@ -1,5 +1,3 @@ -// Copyright Safing ICS Technologies GmbH. Use of this source code is governed by the AGPL license that can be found in the LICENSE file. - package nfqueue import ( diff --git a/intel/doc.go b/intel/doc.go index 70edfcf7..ffa1f767 100644 --- a/intel/doc.go +++ b/intel/doc.go @@ -1,5 +1,3 @@ -// Copyright Safing ICS Technologies GmbH. Use of this source code is governed by the AGPL license that can be found in the LICENSE file. - /* Package intel is responsible for fetching intelligence data, including DNS, on remote entities. diff --git a/intel/intel.go b/intel/intel.go index ce7822ca..66125213 100644 --- a/intel/intel.go +++ b/intel/intel.go @@ -1,5 +1,3 @@ -// Copyright Safing ICS Technologies GmbH. Use of this source code is governed by the AGPL license that can be found in the LICENSE file. - package intel import ( diff --git a/intel/mdns.go b/intel/mdns.go index a03436a5..c9aa675c 100644 --- a/intel/mdns.go +++ b/intel/mdns.go @@ -1,5 +1,3 @@ -// Copyright Safing ICS Technologies GmbH. Use of this source code is governed by the AGPL license that can be found in the LICENSE file. - package intel import ( diff --git a/intel/resolve.go b/intel/resolve.go index 2ccc8e5e..fa0ec343 100644 --- a/intel/resolve.go +++ b/intel/resolve.go @@ -1,5 +1,3 @@ -// Copyright Safing ICS Technologies GmbH. Use of this source code is governed by the AGPL license that can be found in the LICENSE file. - package intel import ( diff --git a/intel/resolve_test.go b/intel/resolve_test.go index b206bdcf..4a57d114 100644 --- a/intel/resolve_test.go +++ b/intel/resolve_test.go @@ -1,5 +1,3 @@ -// Copyright Safing ICS Technologies GmbH. Use of this source code is governed by the AGPL license that can be found in the LICENSE file. - package intel // DISABLE TESTING FOR NOW: find a way to have tests with the module system diff --git a/intel/rrcache.go b/intel/rrcache.go index f33abbf0..c99f8b4b 100644 --- a/intel/rrcache.go +++ b/intel/rrcache.go @@ -1,5 +1,3 @@ -// Copyright Safing ICS Technologies GmbH. Use of this source code is governed by the AGPL license that can be found in the LICENSE file. - package intel import ( diff --git a/intel/special.go b/intel/special.go index c979599b..e2301df3 100644 --- a/intel/special.go +++ b/intel/special.go @@ -1,5 +1,3 @@ -// Copyright Safing ICS Technologies GmbH. Use of this source code is governed by the AGPL license that can be found in the LICENSE file. - package intel import "strings" diff --git a/nameserver/nameserver.go b/nameserver/nameserver.go index ed0b9831..bb2ad6c1 100644 --- a/nameserver/nameserver.go +++ b/nameserver/nameserver.go @@ -1,5 +1,3 @@ -// Copyright Safing ICS Technologies GmbH. Use of this source code is governed by the AGPL license that can be found in the LICENSE file. - package nameserver import ( diff --git a/network/clean.go b/network/clean.go index 92313576..b4e5560c 100644 --- a/network/clean.go +++ b/network/clean.go @@ -1,5 +1,3 @@ -// Copyright Safing ICS Technologies GmbH. Use of this source code is governed by the AGPL license that can be found in the LICENSE file. - package network import ( diff --git a/network/communication.go b/network/communication.go index 369904fa..cedd26f6 100644 --- a/network/communication.go +++ b/network/communication.go @@ -1,5 +1,3 @@ -// Copyright Safing ICS Technologies GmbH. Use of this source code is governed by the AGPL license that can be found in the LICENSE file. - package network import ( diff --git a/network/environment/dbus_linux.go b/network/environment/dbus_linux.go index 8e6751c3..8260d343 100644 --- a/network/environment/dbus_linux.go +++ b/network/environment/dbus_linux.go @@ -1,5 +1,3 @@ -// Copyright Safing ICS Technologies GmbH. Use of this source code is governed by the AGPL license that can be found in the LICENSE file. - // +build !server package environment diff --git a/network/environment/dbus_linux_mock.go b/network/environment/dbus_linux_mock.go index 1e4e6e01..d03f8248 100644 --- a/network/environment/dbus_linux_mock.go +++ b/network/environment/dbus_linux_mock.go @@ -1,5 +1,3 @@ -// Copyright Safing ICS Technologies GmbH. Use of this source code is governed by the AGPL license that can be found in the LICENSE file. - // +build !linux package environment diff --git a/network/environment/dbus_linux_test.go b/network/environment/dbus_linux_test.go index 2c0fd729..a274297c 100644 --- a/network/environment/dbus_linux_test.go +++ b/network/environment/dbus_linux_test.go @@ -1,5 +1,3 @@ -// Copyright Safing ICS Technologies GmbH. Use of this source code is governed by the AGPL license that can be found in the LICENSE file. - package environment import "testing" diff --git a/network/environment/environment.go b/network/environment/environment.go index 03d92bf9..701ee8c0 100644 --- a/network/environment/environment.go +++ b/network/environment/environment.go @@ -1,5 +1,3 @@ -// Copyright Safing ICS Technologies GmbH. Use of this source code is governed by the AGPL license that can be found in the LICENSE file. - package environment import ( diff --git a/network/environment/environment_linux.go b/network/environment/environment_linux.go index 49d48314..3c2d3d14 100644 --- a/network/environment/environment_linux.go +++ b/network/environment/environment_linux.go @@ -1,5 +1,3 @@ -// Copyright Safing ICS Technologies GmbH. Use of this source code is governed by the AGPL license that can be found in the LICENSE file. - package environment import ( diff --git a/network/environment/interface.go b/network/environment/interface.go index 8ae6390f..338eee87 100644 --- a/network/environment/interface.go +++ b/network/environment/interface.go @@ -1,5 +1,3 @@ -// Copyright Safing ICS Technologies GmbH. Use of this source code is governed by the AGPL license that can be found in the LICENSE file. - package environment import ( diff --git a/network/environment/location.go b/network/environment/location.go index db765021..806009f3 100644 --- a/network/environment/location.go +++ b/network/environment/location.go @@ -1,5 +1,3 @@ -// Copyright Safing ICS Technologies GmbH. Use of this source code is governed by the AGPL license that can be found in the LICENSE file. - package environment import ( diff --git a/network/environment/location_test.go b/network/environment/location_test.go index 9004ed4f..44f9f51f 100644 --- a/network/environment/location_test.go +++ b/network/environment/location_test.go @@ -1,5 +1,3 @@ -// Copyright Safing ICS Technologies GmbH. Use of this source code is governed by the AGPL license that can be found in the LICENSE file. - // +build root package environment diff --git a/network/link.go b/network/link.go index 4dbd07fa..a1cbd04f 100644 --- a/network/link.go +++ b/network/link.go @@ -1,5 +1,3 @@ -// Copyright Safing ICS Technologies GmbH. Use of this source code is governed by the AGPL license that can be found in the LICENSE file. - package network import ( diff --git a/network/netutils/cleandns.go b/network/netutils/cleandns.go index 66bcb24a..33cec6cc 100644 --- a/network/netutils/cleandns.go +++ b/network/netutils/cleandns.go @@ -1,5 +1,3 @@ -// Copyright Safing ICS Technologies GmbH. Use of this source code is governed by the AGPL license that can be found in the LICENSE file. - package netutils import ( diff --git a/network/netutils/ip.go b/network/netutils/ip.go index 780c6901..651a5d95 100644 --- a/network/netutils/ip.go +++ b/network/netutils/ip.go @@ -1,5 +1,3 @@ -// Copyright Safing ICS Technologies GmbH. Use of this source code is governed by the AGPL license that can be found in the LICENSE file. - package netutils import "net" diff --git a/network/netutils/tcpassembly.go b/network/netutils/tcpassembly.go index 51f0c1bc..0d5d8762 100644 --- a/network/netutils/tcpassembly.go +++ b/network/netutils/tcpassembly.go @@ -1,5 +1,3 @@ -// Copyright Safing ICS Technologies GmbH. Use of this source code is governed by the AGPL license that can be found in the LICENSE file. - package netutils import ( diff --git a/network/packet/packet.go b/network/packet/packet.go index f150476e..69bf590c 100644 --- a/network/packet/packet.go +++ b/network/packet/packet.go @@ -1,5 +1,3 @@ -// Copyright Safing ICS Technologies GmbH. Use of this source code is governed by the AGPL license that can be found in the LICENSE file. - package packet import ( diff --git a/network/packet/packetinfo.go b/network/packet/packetinfo.go index d1dc1ce0..74698156 100644 --- a/network/packet/packetinfo.go +++ b/network/packet/packetinfo.go @@ -1,5 +1,3 @@ -// Copyright Safing ICS Technologies GmbH. Use of this source code is governed by the AGPL license that can be found in the LICENSE file. - package packet import ( diff --git a/network/status.go b/network/status.go index 6e2ab7b8..16534025 100644 --- a/network/status.go +++ b/network/status.go @@ -1,5 +1,3 @@ -// Copyright Safing ICS Technologies GmbH. Use of this source code is governed by the AGPL license that can be found in the LICENSE file. - package network // Verdict describes the decision made about a connection or link. diff --git a/process/executable.go b/process/executable.go index 3bb6c00d..a6f4fdce 100644 --- a/process/executable.go +++ b/process/executable.go @@ -1,5 +1,3 @@ -// Copyright Safing ICS Technologies GmbH. Use of this source code is governed by the AGPL license that can be found in the LICENSE file. - package process import ( diff --git a/process/proc/gather.go b/process/proc/gather.go index 98a83be4..30f3c053 100644 --- a/process/proc/gather.go +++ b/process/proc/gather.go @@ -1,5 +1,3 @@ -// Copyright Safing ICS Technologies GmbH. Use of this source code is governed by the AGPL license that can be found in the LICENSE file. - package proc import ( diff --git a/process/proc/processfinder.go b/process/proc/processfinder.go index a6391c2c..4a3647ee 100644 --- a/process/proc/processfinder.go +++ b/process/proc/processfinder.go @@ -1,5 +1,3 @@ -// Copyright Safing ICS Technologies GmbH. Use of this source code is governed by the AGPL license that can be found in the LICENSE file. - package proc import ( diff --git a/process/proc/processfinder_test.go b/process/proc/processfinder_test.go index ada7d02b..30df4483 100644 --- a/process/proc/processfinder_test.go +++ b/process/proc/processfinder_test.go @@ -1,5 +1,3 @@ -// Copyright Safing ICS Technologies GmbH. Use of this source code is governed by the AGPL license that can be found in the LICENSE file. - package proc import ( diff --git a/process/proc/sockets.go b/process/proc/sockets.go index b9c773ea..036f5c4d 100644 --- a/process/proc/sockets.go +++ b/process/proc/sockets.go @@ -1,5 +1,3 @@ -// Copyright Safing ICS Technologies GmbH. Use of this source code is governed by the AGPL license that can be found in the LICENSE file. - package proc import ( diff --git a/process/proc/sockets_test.go b/process/proc/sockets_test.go index 6bc77bfc..71574ffe 100644 --- a/process/proc/sockets_test.go +++ b/process/proc/sockets_test.go @@ -1,5 +1,3 @@ -// Copyright Safing ICS Technologies GmbH. Use of this source code is governed by the AGPL license that can be found in the LICENSE file. - package proc import ( diff --git a/process/process.go b/process/process.go index 791c82c3..6d18474f 100644 --- a/process/process.go +++ b/process/process.go @@ -1,5 +1,3 @@ -// Copyright Safing ICS Technologies GmbH. Use of this source code is governed by the AGPL license that can be found in the LICENSE file. - package process import ( diff --git a/process/xdgicons/humanInfo.go b/process/xdgicons/humanInfo.go index bbab8f75..f02c271e 100644 --- a/process/xdgicons/humanInfo.go +++ b/process/xdgicons/humanInfo.go @@ -1,5 +1,3 @@ -// Copyright Safing ICS Technologies GmbH. Use of this source code is governed by the AGPL license that can be found in the LICENSE file. - package process import ( diff --git a/process/xdgicons/humanInfo_test.go b/process/xdgicons/humanInfo_test.go index ed7501e8..4af29226 100644 --- a/process/xdgicons/humanInfo_test.go +++ b/process/xdgicons/humanInfo_test.go @@ -1,5 +1,3 @@ -// Copyright Safing ICS Technologies GmbH. Use of this source code is governed by the AGPL license that can be found in the LICENSE file. - package process import ( diff --git a/process/xdgicons/locations.go b/process/xdgicons/locations.go index bd258827..d3956199 100644 --- a/process/xdgicons/locations.go +++ b/process/xdgicons/locations.go @@ -1,5 +1,3 @@ -// Copyright Safing ICS Technologies GmbH. Use of this source code is governed by the AGPL license that can be found in the LICENSE file. - package process // spec: https://specifications.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html