Add Copyright to all files

This commit is contained in:
2024-05-15 13:49:50 -05:00
parent 5836e0062f
commit f58088bfb2
3 changed files with 7 additions and 2 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
/*
Copyright © 2024 NAME HERE <EMAIL ADDRESS>
Copyright © 2024 Brian Buller <brian@bullercodeworks.com>
*/
package main
+3
View File
@@ -1,3 +1,6 @@
/*
Copyright © 2024 Brian Buller <brian@bullercodeworks.com>
*/
package models
import (
+3
View File
@@ -1,3 +1,6 @@
/*
Copyright © 2024 Brian Buller <brian@bullercodeworks.com>
*/
package util
import "io/ioutil"