From 852a8107ae390f46bf8bfc115be45d9c0b389900 Mon Sep 17 00:00:00 2001 From: ChaoticByte Date: Fri, 13 Oct 2023 20:02:51 +0200 Subject: [PATCH] Added author/copyright information to the source code files --- LICENSE | 2 +- datastore.go | 2 ++ filter.go | 2 ++ mail.go | 2 ++ main.go | 2 ++ notice.go | 2 ++ template.go | 2 ++ widapi.go | 2 ++ 8 files changed, 15 insertions(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 2225de2..001657d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Julian Müller +Copyright (c) 2023 Julian Müller (ChaoticByte) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/datastore.go b/datastore.go index 243b631..2609e68 100644 --- a/datastore.go +++ b/datastore.go @@ -1,3 +1,5 @@ +// Copyright (c) 2023 Julian Müller (ChaoticByte) + package main import ( diff --git a/filter.go b/filter.go index 2fa7398..b2d5510 100644 --- a/filter.go +++ b/filter.go @@ -1,3 +1,5 @@ +// Copyright (c) 2023 Julian Müller (ChaoticByte) + package main import ( diff --git a/mail.go b/mail.go index c26ec01..de3e841 100644 --- a/mail.go +++ b/mail.go @@ -1,3 +1,5 @@ +// Copyright (c) 2023 Julian Müller (ChaoticByte) + package main import ( diff --git a/main.go b/main.go index 2166d32..c8df8e0 100644 --- a/main.go +++ b/main.go @@ -1,3 +1,5 @@ +// Copyright (c) 2023 Julian Müller (ChaoticByte) + package main import ( diff --git a/notice.go b/notice.go index e07c6b8..8967d20 100644 --- a/notice.go +++ b/notice.go @@ -1,3 +1,5 @@ +// Copyright (c) 2023 Julian Müller (ChaoticByte) + package main import ( diff --git a/template.go b/template.go index 665eb07..ac75571 100644 --- a/template.go +++ b/template.go @@ -1,3 +1,5 @@ +// Copyright (c) 2023 Julian Müller (ChaoticByte) + package main import ( diff --git a/widapi.go b/widapi.go index f4c9830..307ff04 100644 --- a/widapi.go +++ b/widapi.go @@ -1,3 +1,5 @@ +// Copyright (c) 2023 Julian Müller (ChaoticByte) + package main import (