Skip to content

Commit

Permalink
fix: Update copyright notice
Browse files Browse the repository at this point in the history
  • Loading branch information
heubeck committed Sep 24, 2024
1 parent a95fdfe commit 46a562e
Show file tree
Hide file tree
Showing 14 changed files with 19 additions and 15 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/setup-go@v5
with:
go-version: '1.23'

- name: Test
run: |
sudo apt-get install -y uuid-dev uuid-runtime
Expand Down
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.

<one line to give the program's name and a brief idea of what it does.>
Copyright (C) 2023 Florian Heubeck
Copyright (C) 2024 Florian Heubeck

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
Expand All @@ -652,7 +652,7 @@ Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:

<program> Copyright (C) 2023 Florian Heubeck
<program> Copyright (C) 2024 Florian Heubeck
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SaMLer - Smart Meter data colletor at the edge
# Copyright (C) 2023 Florian Heubeck
# Copyright (C) 2024 Florian Heubeck
#
# 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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ SaMLer is configured using environment variables, just run it, to let it print i

```shell
> ./samler.amd64
SaMLer v0.5.0 Copyright (C) 2023 Florian Heubeck
SaMLer v0.5.0 Copyright (C) 2024 Florian Heubeck
This program comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it under certain conditions.

Expand Down
2 changes: 1 addition & 1 deletion influx.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
SaMLer - Smart Meter data colletor at the edge
Copyright (C) 2023 Florian Heubeck
Copyright (C) 2024 Florian Heubeck
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
Expand Down
2 changes: 1 addition & 1 deletion influx_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
SaMLer - Smart Meter data colletor at the edge
Copyright (C) 2023 Florian Heubeck
Copyright (C) 2024 Florian Heubeck
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
Expand Down
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
SaMLer - Smart Meter data colletor at the edge
Copyright (C) 2023 Florian Heubeck
Copyright (C) 2024 Florian Heubeck
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
Expand Down Expand Up @@ -37,7 +37,7 @@ import (
)

var Version string
var notice = fmt.Sprintf(`SaMLer v%s Copyright (C) 2023 Florian Heubeck
var notice = fmt.Sprintf(`SaMLer v%s Copyright (C) 2024 Florian Heubeck
This program comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it under certain conditions.
`, Version)
Expand Down
2 changes: 1 addition & 1 deletion main_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
SaMLer - Smart Meter data colletor at the edge
Copyright (C) 2023 Florian Heubeck
Copyright (C) 2024 Florian Heubeck
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
Expand Down
2 changes: 1 addition & 1 deletion mysql.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
SaMLer - Smart Meter data colletor at the edge
Copyright (C) 2023 Florian Heubeck
Copyright (C) 2024 Florian Heubeck
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
Expand Down
2 changes: 1 addition & 1 deletion mysql_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
SaMLer - Smart Meter data colletor at the edge
Copyright (C) 2023 Florian Heubeck
Copyright (C) 2024 Florian Heubeck
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
Expand Down
2 changes: 1 addition & 1 deletion samler.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
SaMLer - Smart Meter data colletor at the edge
Copyright (C) 2023 Florian Heubeck
Copyright (C) 2024 Florian Heubeck
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
Expand Down
2 changes: 1 addition & 1 deletion samler.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
SaMLer - Smart Meter data colletor at the edge
Copyright (C) 2023 Florian Heubeck
Copyright (C) 2024 Florian Heubeck
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
Expand Down
2 changes: 1 addition & 1 deletion samler.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
SaMLer - Smart Meter data colletor at the edge
Copyright (C) 2023 Florian Heubeck
Copyright (C) 2024 Florian Heubeck
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
Expand Down
2 changes: 1 addition & 1 deletion samler_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
SaMLer - Smart Meter data colletor at the edge
Copyright (C) 2023 Florian Heubeck
Copyright (C) 2024 Florian Heubeck
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
Expand Down

0 comments on commit 46a562e

Please sign in to comment.