summaryrefslogtreecommitdiff
path: root/internal/trans/model
diff options
context:
space:
mode:
Diffstat (limited to 'internal/trans/model')
-rw-r--r--internal/trans/model/account.go2
-rw-r--r--internal/trans/model/block.go2
-rw-r--r--internal/trans/model/domainblock.go2
-rw-r--r--internal/trans/model/follow.go2
-rw-r--r--internal/trans/model/followrequest.go2
-rw-r--r--internal/trans/model/instance.go2
-rw-r--r--internal/trans/model/type.go2
-rw-r--r--internal/trans/model/user.go2
8 files changed, 8 insertions, 8 deletions
diff --git a/internal/trans/model/account.go b/internal/trans/model/account.go
index 2350048d7..12d54a06f 100644
--- a/internal/trans/model/account.go
+++ b/internal/trans/model/account.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) 2021-2022 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/trans/model/block.go b/internal/trans/model/block.go
index 313e6a7cd..f8777ee6c 100644
--- a/internal/trans/model/block.go
+++ b/internal/trans/model/block.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) 2021-2022 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/trans/model/domainblock.go b/internal/trans/model/domainblock.go
index de2bcd00a..48cebb4aa 100644
--- a/internal/trans/model/domainblock.go
+++ b/internal/trans/model/domainblock.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) 2021-2022 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/trans/model/follow.go b/internal/trans/model/follow.go
index b94f2600d..3cfafd540 100644
--- a/internal/trans/model/follow.go
+++ b/internal/trans/model/follow.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) 2021-2022 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/trans/model/followrequest.go b/internal/trans/model/followrequest.go
index 844bcb7af..98a1ed1bc 100644
--- a/internal/trans/model/followrequest.go
+++ b/internal/trans/model/followrequest.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) 2021-2022 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/trans/model/instance.go b/internal/trans/model/instance.go
index a75aa65bf..d93e1b3e8 100644
--- a/internal/trans/model/instance.go
+++ b/internal/trans/model/instance.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) 2021-2022 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/trans/model/type.go b/internal/trans/model/type.go
index 76f57c843..f4f302614 100644
--- a/internal/trans/model/type.go
+++ b/internal/trans/model/type.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) 2021-2022 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/trans/model/user.go b/internal/trans/model/user.go
index 293b124a2..317b4debf 100644
--- a/internal/trans/model/user.go
+++ b/internal/trans/model/user.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) 2021-2022 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