summaryrefslogtreecommitdiff
path: root/internal/ap
diff options
context:
space:
mode:
Diffstat (limited to 'internal/ap')
-rw-r--r--internal/ap/activitystreams.go2
-rw-r--r--internal/ap/contextkey.go2
-rw-r--r--internal/ap/extract.go2
-rw-r--r--internal/ap/extract_test.go2
-rw-r--r--internal/ap/extractattachments_test.go2
-rw-r--r--internal/ap/extractmentions_test.go2
-rw-r--r--internal/ap/extractsensitive_test.go2
-rw-r--r--internal/ap/extractvisibility_test.go2
-rw-r--r--internal/ap/interfaces.go2
9 files changed, 9 insertions, 9 deletions
diff --git a/internal/ap/activitystreams.go b/internal/ap/activitystreams.go
index 79465eb26..ebc261a15 100644
--- a/internal/ap/activitystreams.go
+++ b/internal/ap/activitystreams.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/ap/contextkey.go b/internal/ap/contextkey.go
index 6be65f1db..e432a9199 100644
--- a/internal/ap/contextkey.go
+++ b/internal/ap/contextkey.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/ap/extract.go b/internal/ap/extract.go
index b96079dec..ed61faf1e 100644
--- a/internal/ap/extract.go
+++ b/internal/ap/extract.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/ap/extract_test.go b/internal/ap/extract_test.go
index 5a3907ef7..0d4e57337 100644
--- a/internal/ap/extract_test.go
+++ b/internal/ap/extract_test.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/ap/extractattachments_test.go b/internal/ap/extractattachments_test.go
index e6262b5aa..3cee98faa 100644
--- a/internal/ap/extractattachments_test.go
+++ b/internal/ap/extractattachments_test.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/ap/extractmentions_test.go b/internal/ap/extractmentions_test.go
index 03478465f..68771b3dc 100644
--- a/internal/ap/extractmentions_test.go
+++ b/internal/ap/extractmentions_test.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/ap/extractsensitive_test.go b/internal/ap/extractsensitive_test.go
index 00b96d736..a6bc3e8a0 100644
--- a/internal/ap/extractsensitive_test.go
+++ b/internal/ap/extractsensitive_test.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/ap/extractvisibility_test.go b/internal/ap/extractvisibility_test.go
index 96e0d4c70..eea4a3580 100644
--- a/internal/ap/extractvisibility_test.go
+++ b/internal/ap/extractvisibility_test.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/ap/interfaces.go b/internal/ap/interfaces.go
index 7c8c1c943..582465ec3 100644
--- a/internal/ap/interfaces.go
+++ b/internal/ap/interfaces.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