aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md14
-rw-r--r--content.go20
-rw-r--r--data.go20
-rw-r--r--issues.go20
-rw-r--r--list.tmpl3
-rw-r--r--main.go20
-rw-r--r--projects.go20
-rw-r--r--table.tmpl3
8 files changed, 118 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0d92ec2..8b74d70 100644
--- a/README.md
+++ b/README.md
@@ -45,3 +45,17 @@ Usage of ./taler-dashboard:
**Note**: We assume that this service runs behind a reverse-proxy which deals
and terminates TLS.
+
+## License
+
+taler-dashboard is free software: you can redistribute it and/or modify it under
+the terms of the GNU General Public License as published by the Free Software
+Foundation, either version 3 of the License, or (at your option) any later
+version.
+
+taler-dashboard is distributed in the hope that it will be useful, but WITHOUT
+ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+
+You can receive a copy of the GNU General Public License from
+<https://www.gnu.org/licenses/>.
diff --git a/content.go b/content.go
index 89d576a..aa4533b 100644
--- a/content.go
+++ b/content.go
@@ -1,5 +1,25 @@
package main
+/*
+ This file is part of taler-dashboard
+ Copyright (C) 2023 Özgür Kesim
+
+ taler-dashboard is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Affero General Public License as published by the
+ Free Software Foundation; either version 3, or (at your option) any later
+ version.
+
+ taler-dashboard is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
+ License for more details.
+
+ You can receive a copy of the GNU Affero General Public License from
+ <http://www.gnu.org/licenses/>
+
+ @author Özgür Kesim <oec-taler@kesim.org>
+*/
+
import "embed"
//go:embed *.tmpl
diff --git a/data.go b/data.go
index 30bf4f6..7d78b69 100644
--- a/data.go
+++ b/data.go
@@ -1,5 +1,25 @@
package main
+/*
+ This file is part of taler-dashboard
+ Copyright (C) 2023 Özgür Kesim
+
+ taler-dashboard is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Affero General Public License as published by the
+ Free Software Foundation; either version 3, or (at your option) any later
+ version.
+
+ taler-dashboard is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
+ License for more details.
+
+ You can receive a copy of the GNU Affero General Public License from
+ <http://www.gnu.org/licenses/>
+
+ @author Özgür Kesim <oec-taler@kesim.org>
+*/
+
import (
"context"
"encoding/json"
diff --git a/issues.go b/issues.go
index c6e8148..ce0f0c4 100644
--- a/issues.go
+++ b/issues.go
@@ -1,5 +1,25 @@
package main
+/*
+ This file is part of taler-dashboard
+ Copyright (C) 2023 Özgür Kesim
+
+ taler-dashboard is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Affero General Public License as published by the
+ Free Software Foundation; either version 3, or (at your option) any later
+ version.
+
+ taler-dashboard is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
+ License for more details.
+
+ You can receive a copy of the GNU Affero General Public License from
+ <http://www.gnu.org/licenses/>
+
+ @author Özgür Kesim <oec-taler@kesim.org>
+*/
+
import (
"sort"
"strings"
diff --git a/list.tmpl b/list.tmpl
index 1a529bb..ee62dff 100644
--- a/list.tmpl
+++ b/list.tmpl
@@ -40,6 +40,7 @@ pre {
</details>
{{ end }}
{{ end }}
- <i>end of dashboard</i>
+ <p>
+ <i>end of dashboard - <a href="https://git.kesim.org/taler/taler-dashboard">https://git.kesim.org/taler/taler-dashboard</a> </i>
</body>
</html>
diff --git a/main.go b/main.go
index 9c4030f..4b88eb7 100644
--- a/main.go
+++ b/main.go
@@ -1,5 +1,25 @@
package main
+/*
+ This file is part of taler-dashboard
+ Copyright (C) 2023 Özgür Kesim
+
+ taler-dashboard is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Affero General Public License as published by the
+ Free Software Foundation; either version 3, or (at your option) any later
+ version.
+
+ taler-dashboard is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
+ License for more details.
+
+ You can receive a copy of the GNU Affero General Public License from
+ <http://www.gnu.org/licenses/>
+
+ @author Özgür Kesim <oec-taler@kesim.org>
+*/
+
import (
"context"
"flag"
diff --git a/projects.go b/projects.go
index 06ab7d0..ab889f1 100644
--- a/projects.go
+++ b/projects.go
@@ -1 +1,21 @@
package main
+
+/*
+ This file is part of taler-dashboard
+ Copyright (C) 2023 Özgür Kesim
+
+ taler-dashboard is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Affero General Public License as published by the
+ Free Software Foundation; either version 3, or (at your option) any later
+ version.
+
+ taler-dashboard is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
+ License for more details.
+
+ You can receive a copy of the GNU Affero General Public License from
+ <http://www.gnu.org/licenses/>
+
+ @author Özgür Kesim <oec-taler@kesim.org>
+*/
diff --git a/table.tmpl b/table.tmpl
index cc715fb..1d7a959 100644
--- a/table.tmpl
+++ b/table.tmpl
@@ -92,6 +92,7 @@ details {
{{ end }}
</table>
- <i>end of dashboard</i>
+ <p>
+ <i>end of dashboard - <a href="https://git.kesim.org/taler/taler-dashboard">https://git.kesim.org/taler/taler-dashboard</a> </i>
</body>
</html>