Skip to content

Commit 47a12da

Browse files
committed
2022
1 parent 49fcff1 commit 47a12da

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

packages/config-url-helpers/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2013-2021 Ghost Foundation
3+
Copyright (c) 2013-2022 Ghost Foundation
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

packages/config-url-helpers/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ Follow the instructions for the top-level repo.
3636

3737
# Copyright & License
3838

39-
Copyright (c) 2013-2021 Ghost Foundation - Released under the [MIT license](LICENSE).
39+
Copyright (c) 2013-2022 Ghost Foundation - Released under the [MIT license](LICENSE).

packages/image-transform/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2013-2021 Ghost Foundation
3+
Copyright (c) 2013-2022 Ghost Foundation
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

packages/image-transform/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ Follow the instructions for the top-level repo.
3636

3737
# Copyright & License
3838

39-
Copyright (c) 2013-2021 Ghost Foundation - Released under the [MIT license](LICENSE).
39+
Copyright (c) 2013-2022 Ghost Foundation - Released under the [MIT license](LICENSE).

packages/limit-service/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2013-2021 Ghost Foundation
3+
Copyright (c) 2013-2022 Ghost Foundation
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

packages/limit-service/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const limits = {
7373
// The startDate has to be in ISO 8601 format (https://en.wikipedia.org/wiki/ISO_8601)
7474
const subscription = {
7575
interval: 'month',
76-
startDate: '2021-09-18T19:00:52Z'
76+
startDate: '2022-09-18T19:00:52Z'
7777
};
7878

7979
// initialize the URL linking to help documentation etc.
@@ -200,4 +200,4 @@ Follow the instructions for the top-level repo.
200200

201201
# Copyright & License
202202

203-
Copyright (c) 2013-2021 Ghost Foundation - Released under the [MIT license](LICENSE).
203+
Copyright (c) 2013-2022 Ghost Foundation - Released under the [MIT license](LICENSE).

0 commit comments

Comments
 (0)