From 44464c94777aab0032699792a8074cdc7cd46fd1 Mon Sep 17 00:00:00 2001 From: Gitea Date: Wed, 27 Dec 2023 02:46:20 +0000 Subject: [PATCH] added GPL license --- README.md | 14 ++++++++++++++ content.go | 20 ++++++++++++++++++++ data.go | 20 ++++++++++++++++++++ issues.go | 20 ++++++++++++++++++++ list.tmpl | 3 ++- main.go | 20 ++++++++++++++++++++ projects.go | 20 ++++++++++++++++++++ table.tmpl | 3 ++- 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 +. 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 + + + @author Özgür Kesim +*/ + 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 + + + @author Özgür Kesim +*/ + 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 + + + @author Özgür Kesim +*/ + 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 { {{ end }} {{ end }} - end of dashboard +

+ end of dashboard - https://git.kesim.org/taler/taler-dashboard 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 + + + @author Özgür Kesim +*/ + 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 + + + @author Özgür Kesim +*/ diff --git a/table.tmpl b/table.tmpl index cc715fb..1d7a959 100644 --- a/table.tmpl +++ b/table.tmpl @@ -92,6 +92,7 @@ details { {{ end }} - end of dashboard +

+ end of dashboard - https://git.kesim.org/taler/taler-dashboard