all: removed copyright text from go files

This commit is contained in:
2026-03-25 13:40:07 +02:00
parent bf7c2ca5b0
commit 80fdd79aff
175 changed files with 109 additions and 1097 deletions
-6
View File
@@ -1,11 +1,5 @@
/*
* Copyright 2026 Oleg Borodin <onborodin@gmail.com>
*
* This work is published and licensed under a Creative Commons
* Attribution-NonCommercial-NoDerivatives 4.0 International License.
*
* Distribution of this work is permitted, but commercial use and
* modifications are strictly prohibited.
*/
package main
-7
View File
@@ -1,11 +1,5 @@
/*
* Copyright 2026 Oleg Borodin <onborodin@gmail.com>
*
* This work is published and licensed under a Creative Commons
* Attribution-NonCommercial-NoDerivatives 4.0 International License.
*
* Distribution of this work is permitted, but commercial use and
* modifications are strictly prohibited.
*/
package starter
@@ -67,7 +61,6 @@ func (sta *Starter) run(cmd *cobra.Command, args []string) error {
if err != nil {
return err
}
srv.Rotator()
err = srv.Run()
if err != nil {
return err