From d9924bf2ecda62fb91a2bfc83386b33a07e5d931 Mon Sep 17 00:00:00 2001 From: Martin Dosch Date: Wed, 3 Apr 2024 07:48:47 +0200 Subject: [PATCH] Update license header and remove copyright year. --- getArticles.go | 2 +- main.go | 2 +- openConfig.go | 3 +++ processStanzas.go | 3 +++ removeTracking.go | 2 +- sendPings.go | 3 +++ 6 files changed, 12 insertions(+), 3 deletions(-) diff --git a/getArticles.go b/getArticles.go index a82800d..e919ef7 100644 --- a/getArticles.go +++ b/getArticles.go @@ -1,4 +1,4 @@ -/* Copyright 2018 Martin Dosch +/* Copyright Martin Dosch Licensed under the "MIT License" */ package main diff --git a/main.go b/main.go index 0a96952..fb83905 100644 --- a/main.go +++ b/main.go @@ -1,4 +1,4 @@ -/* Copyright 2018 Martin Dosch +/* Copyright Martin Dosch Licensed under the "MIT License" */ package main diff --git a/openConfig.go b/openConfig.go index bde01a2..9d513c6 100644 --- a/openConfig.go +++ b/openConfig.go @@ -1,3 +1,6 @@ +/* Copyright Martin Dosch +Licensed under the "MIT License" */ + package main import ( diff --git a/processStanzas.go b/processStanzas.go index 519dec9..77a295c 100644 --- a/processStanzas.go +++ b/processStanzas.go @@ -1,3 +1,6 @@ +/* Copyright Martin Dosch +Licensed under the "MIT License" */ + package main import ( diff --git a/removeTracking.go b/removeTracking.go index 1a07cc7..3c5bfc1 100644 --- a/removeTracking.go +++ b/removeTracking.go @@ -1,4 +1,4 @@ -/* Copyright 2018 Martin Dosch +/* Copyright Martin Dosch Licensed under the "MIT License" */ package main diff --git a/sendPings.go b/sendPings.go index c509a60..38fd016 100644 --- a/sendPings.go +++ b/sendPings.go @@ -1,3 +1,6 @@ +/* Copyright Martin Dosch +Licensed under the "MIT License" */ + package main import (