From 0dbe6c514fb742b727694a6c8152fbd2a9caf035 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Thu, 5 Jan 2023 12:43:00 +0100 Subject: [chore] Update/add license headers for 2023 (#1304) --- web/template/404.tmpl | 18 ++++++++++++++++++ web/template/authorize.tmpl | 18 ++++++++++++++++++ web/template/confirmed.tmpl | 18 ++++++++++++++++++ web/template/email_confirm_html.tmpl | 18 ++++++++++++++++++ web/template/email_confirm_text.tmpl | 18 ++++++++++++++++++ web/template/email_reset_html.tmpl | 18 ++++++++++++++++++ web/template/email_reset_text.tmpl | 18 ++++++++++++++++++ web/template/error.tmpl | 18 ++++++++++++++++++ web/template/finalize.tmpl | 18 ++++++++++++++++++ web/template/footer.tmpl | 18 ++++++++++++++++++ web/template/frontend.tmpl | 18 ++++++++++++++++++ web/template/header.tmpl | 18 ++++++++++++++++++ web/template/index.tmpl | 18 ++++++++++++++++++ web/template/oob.tmpl | 18 ++++++++++++++++++ web/template/profile.tmpl | 18 ++++++++++++++++++ web/template/sign-in.tmpl | 18 ++++++++++++++++++ web/template/status.tmpl | 18 ++++++++++++++++++ web/template/thread.tmpl | 18 ++++++++++++++++++ 18 files changed, 324 insertions(+) (limited to 'web/template') diff --git a/web/template/404.tmpl b/web/template/404.tmpl index 7153bfd40..3c1769210 100644 --- a/web/template/404.tmpl +++ b/web/template/404.tmpl @@ -1,3 +1,21 @@ +{{- /* + GoToSocial + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org + + This program 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 of the License, or + (at your option) any later version. + + This program 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 should have received a copy of the GNU Affero General Public License + along with this program. If not, see . +*/ -}} + {{ template "header.tmpl" .}}
diff --git a/web/template/authorize.tmpl b/web/template/authorize.tmpl index 68a6a2f29..5e3bb1204 100644 --- a/web/template/authorize.tmpl +++ b/web/template/authorize.tmpl @@ -1,3 +1,21 @@ +{{- /* + GoToSocial + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org + + This program 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 of the License, or + (at your option) any later version. + + This program 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 should have received a copy of the GNU Affero General Public License + along with this program. If not, see . +*/ -}} + {{ template "header.tmpl" .}}
diff --git a/web/template/confirmed.tmpl b/web/template/confirmed.tmpl index 920f7d3b2..4c8832c6a 100644 --- a/web/template/confirmed.tmpl +++ b/web/template/confirmed.tmpl @@ -1,3 +1,21 @@ +{{- /* + GoToSocial + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org + + This program 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 of the License, or + (at your option) any later version. + + This program 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 should have received a copy of the GNU Affero General Public License + along with this program. If not, see . +*/ -}} + {{ template "header.tmpl" .}}
diff --git a/web/template/email_confirm_html.tmpl b/web/template/email_confirm_html.tmpl index 0a9907921..3fb9b234b 100644 --- a/web/template/email_confirm_html.tmpl +++ b/web/template/email_confirm_html.tmpl @@ -1,3 +1,21 @@ +{{- /* + GoToSocial + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org + + This program 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 of the License, or + (at your option) any later version. + + This program 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 should have received a copy of the GNU Affero General Public License + along with this program. If not, see . +*/ -}} + diff --git a/web/template/email_confirm_text.tmpl b/web/template/email_confirm_text.tmpl index 8682cc49c..738f6fd37 100644 --- a/web/template/email_confirm_text.tmpl +++ b/web/template/email_confirm_text.tmpl @@ -1,3 +1,21 @@ +{{- /* + GoToSocial + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org + + This program 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 of the License, or + (at your option) any later version. + + This program 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 should have received a copy of the GNU Affero General Public License + along with this program. If not, see . +*/ -}} + Hello {{.Username}}! You are receiving this mail because you've requested an account on {{.InstanceURL}}. diff --git a/web/template/email_reset_html.tmpl b/web/template/email_reset_html.tmpl index 7318c6a45..4da26de15 100644 --- a/web/template/email_reset_html.tmpl +++ b/web/template/email_reset_html.tmpl @@ -1,3 +1,21 @@ +{{- /* + GoToSocial + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org + + This program 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 of the License, or + (at your option) any later version. + + This program 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 should have received a copy of the GNU Affero General Public License + along with this program. If not, see . +*/ -}} + diff --git a/web/template/email_reset_text.tmpl b/web/template/email_reset_text.tmpl index ccac3bf75..378bf3f7e 100644 --- a/web/template/email_reset_text.tmpl +++ b/web/template/email_reset_text.tmpl @@ -1,3 +1,21 @@ +{{- /* + GoToSocial + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org + + This program 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 of the License, or + (at your option) any later version. + + This program 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 should have received a copy of the GNU Affero General Public License + along with this program. If not, see . +*/ -}} + Hello {{.Username}}! You are receiving this mail because a password reset has been requested for your account on {{.InstanceURL}}. diff --git a/web/template/error.tmpl b/web/template/error.tmpl index c7df695dd..eb5645c2a 100644 --- a/web/template/error.tmpl +++ b/web/template/error.tmpl @@ -1,3 +1,21 @@ +{{- /* + GoToSocial + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org + + This program 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 of the License, or + (at your option) any later version. + + This program 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 should have received a copy of the GNU Affero General Public License + along with this program. If not, see . +*/ -}} + {{ template "header.tmpl" .}}
diff --git a/web/template/finalize.tmpl b/web/template/finalize.tmpl index 5ab4f97dc..5b6b5f474 100644 --- a/web/template/finalize.tmpl +++ b/web/template/finalize.tmpl @@ -1,3 +1,21 @@ +{{- /* + GoToSocial + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org + + This program 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 of the License, or + (at your option) any later version. + + This program 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 should have received a copy of the GNU Affero General Public License + along with this program. If not, see . +*/ -}} + {{ template "header.tmpl" .}}
diff --git a/web/template/footer.tmpl b/web/template/footer.tmpl index 11e14ba4d..b4627b5ea 100644 --- a/web/template/footer.tmpl +++ b/web/template/footer.tmpl @@ -1,3 +1,21 @@ +{{- /* + GoToSocial + Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org + + This program 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 of the License, or + (at your option) any later version. + + This program 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 should have received a copy of the GNU Affero General Public License + along with this program. If not, see . +*/ -}} +