summaryrefslogtreecommitdiff
path: root/internal/api/auth
diff options
context:
space:
mode:
Diffstat (limited to 'internal/api/auth')
-rw-r--r--internal/api/auth/auth.go2
-rw-r--r--internal/api/auth/auth_test.go2
-rw-r--r--internal/api/auth/authorize.go2
-rw-r--r--internal/api/auth/callback.go2
-rw-r--r--internal/api/auth/oob.go2
-rw-r--r--internal/api/auth/signin.go2
-rw-r--r--internal/api/auth/token.go2
-rw-r--r--internal/api/auth/token_test.go2
8 files changed, 8 insertions, 8 deletions
diff --git a/internal/api/auth/auth.go b/internal/api/auth/auth.go
index 7ce992466..4d025ed62 100644
--- a/internal/api/auth/auth.go
+++ b/internal/api/auth/auth.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org
+ 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
diff --git a/internal/api/auth/auth_test.go b/internal/api/auth/auth_test.go
index cb92850d0..337d29a3c 100644
--- a/internal/api/auth/auth_test.go
+++ b/internal/api/auth/auth_test.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org
+ 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
diff --git a/internal/api/auth/authorize.go b/internal/api/auth/authorize.go
index e504f6be2..22386831f 100644
--- a/internal/api/auth/authorize.go
+++ b/internal/api/auth/authorize.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org
+ 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
diff --git a/internal/api/auth/callback.go b/internal/api/auth/callback.go
index d344b5d5f..fa24e8824 100644
--- a/internal/api/auth/callback.go
+++ b/internal/api/auth/callback.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org
+ 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
diff --git a/internal/api/auth/oob.go b/internal/api/auth/oob.go
index 97f9c0f8c..f8154545b 100644
--- a/internal/api/auth/oob.go
+++ b/internal/api/auth/oob.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org
+ 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
diff --git a/internal/api/auth/signin.go b/internal/api/auth/signin.go
index bae33a43b..cf5bd4c84 100644
--- a/internal/api/auth/signin.go
+++ b/internal/api/auth/signin.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org
+ 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
diff --git a/internal/api/auth/token.go b/internal/api/auth/token.go
index 17c4d8d8b..03cfa6341 100644
--- a/internal/api/auth/token.go
+++ b/internal/api/auth/token.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org
+ 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
diff --git a/internal/api/auth/token_test.go b/internal/api/auth/token_test.go
index 50bbd6918..4044771e9 100644
--- a/internal/api/auth/token_test.go
+++ b/internal/api/auth/token_test.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org
+ 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