cmd/proxy/main.go | 30 ++++++++++++++---------------- cmd/tlsc/main.go | 30 ++++++++++++++---------------- cmd/tlss/main.go | 30 ++++++++++++++---------------- conn.go | 30 ++++++++++++++---------------- x509.go | 30 ++++++++++++++---------------- diff --git a/cmd/proxy/main.go b/cmd/proxy/main.go index 0984df36cd9ba292f660a487303b544b0d31126c54d5c1812ae452cdb222ff00..6f9c47d72b8b827763d01c17f0627df7f9e694f790ffb3e615777e283b5d871f 100644 --- a/cmd/proxy/main.go +++ b/cmd/proxy/main.go @@ -1,19 +1,17 @@ -/* -ucspi/cmd/tlsc -- UCSPI TCP proxy client -Copyright (C) 2021-2023 Sergey Matveev - -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation, version 3 of the License. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . -*/ +// ucspi/cmd/proxy -- UCSPI TCP proxy +// Copyright (C) 2021-2024 Sergey Matveev +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, version 3 of the License. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . package main diff --git a/cmd/tlsc/main.go b/cmd/tlsc/main.go index 98bee7e9f76ea8068b91667a4083c0def31b626854626af83fb5d7107b08105d..275149ec27e774932581cb8f9a7421ccb7f51b07ae19c511fb7f65ee073e8929 100644 --- a/cmd/tlsc/main.go +++ b/cmd/tlsc/main.go @@ -1,19 +1,17 @@ -/* -ucspi/cmd/tlsc -- UCSPI TLS client -Copyright (C) 2021-2023 Sergey Matveev - -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation, version 3 of the License. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . -*/ +// ucspi/cmd/tlsc -- UCSPI TCP proxy client +// Copyright (C) 2021-2024 Sergey Matveev +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, version 3 of the License. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . package main diff --git a/cmd/tlss/main.go b/cmd/tlss/main.go index 177cf1a429c3a766ecb8694e43818f7a7f4b7190546dff4702250316a7f3b6e1..7c38b9901bea00121083efdaff85254cb5e8521807435f3fc4fcc15c7af78600 100644 --- a/cmd/tlss/main.go +++ b/cmd/tlss/main.go @@ -1,19 +1,17 @@ -/* -ucspi/cmd/tlsc -- UCSPI TLS server -Copyright (C) 2021-2023 Sergey Matveev - -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation, version 3 of the License. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . -*/ +// ucspi/cmd/tlss -- UCSPI TCP proxy server +// Copyright (C) 2021-2024 Sergey Matveev +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, version 3 of the License. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . package main diff --git a/conn.go b/conn.go index eb3cd97797377f0e236888796d9e95b7433a536f578b23c24d57125febd34e99..9a0927cfdc8b27cf9835f1d5926b950a51766c87a706700b29f1d37acde66dc4 100644 --- a/conn.go +++ b/conn.go @@ -1,19 +1,17 @@ -/* -ucspi -- UCSPI-related utilities -Copyright (C) 2021-2023 Sergey Matveev - -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation, version 3 of the License. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . -*/ +// ucspi -- UCSPI-related utilities +// Copyright (C) 2021-2024 Sergey Matveev +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, version 3 of the License. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . package ucspi diff --git a/x509.go b/x509.go index 53d41845fd69582f67497eec57830fffa208f21a6cd555394801f99b11759629..ceb4b7fd94b7d530c3eb84e40531b033864ae7653a683051de0d9a3797a853a9 100644 --- a/x509.go +++ b/x509.go @@ -1,19 +1,17 @@ -/* -ucspi -- UCSPI-related utilities -Copyright (C) 2021-2023 Sergey Matveev - -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation, version 3 of the License. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . -*/ +// ucspi -- UCSPI-related utilities +// Copyright (C) 2021-2024 Sergey Matveev +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, version 3 of the License. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . package ucspi