Skip to content
This repository was archived by the owner on Nov 6, 2025. It is now read-only.

Commit f6ba93d

Browse files
authored
Merge pull request #21 from niclasheinz/fix-year
docs(examples): Update copyright year
2 parents 686cdc8 + 21a5f39 commit f6ba93d

File tree

36 files changed

+38
-38
lines changed

36 files changed

+38
-38
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2016-2023 Martin Donath <martin.donath@squidfunk.com>
1+
# Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com>
22

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

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2016-2023 Martin Donath <martin.donath@squidfunk.com>
1+
# Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com>
22

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

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2016-2023 Martin Donath <martin.donath@squidfunk.com>
1+
# Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com>
22

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

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2016-2023 Martin Donath <martin.donath@squidfunk.com>
1+
# Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com>
22

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

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2016-2023 Martin Donath <martin.donath@squidfunk.com>
1+
Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com>
22

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

examples/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2016-2023 Martin Donath <martin.donath@squidfunk.com>
1+
# Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com>
22

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

examples/blog-basic/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2016-2023 Martin Donath <martin.donath@squidfunk.com>
1+
# Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com>
22
# Alex Voss <alex@corealisation.com>
33

44
# Permission is hereby granted, free of charge, to any person obtaining a copy

examples/blog-basic/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2016-2023 Martin Donath <martin.donath@squidfunk.com>
1+
# Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com>
22

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

examples/blog-rss/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2016-2023 Martin Donath <martin.donath@squidfunk.com>
1+
# Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com>
22
# Alex Voss <alex@corealisation.com>
33

44
# Permission is hereby granted, free of charge, to any person obtaining a copy

examples/blog-rss/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2016-2023 Martin Donath <martin.donath@squidfunk.com>
1+
# Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com>
22
# Alex Voss <alex@corealisation.com>
33

44
# Permission is hereby granted, free of charge, to any person obtaining a copy

0 commit comments

Comments
 (0)