Skip to content
This repository was archived by the owner on Apr 18, 2020. It is now read-only.

Commit 4d0c8a0

Browse files
committed
Updated copyright notice
1 parent 0e31476 commit 4d0c8a0

23 files changed

+24
-24
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2017 Martin Donath <martin.donath@squidfunk.com>
1+
# Copyright (c) 2017-2018 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

.githooks/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
# Copyright (c) 2017 Martin Donath <martin.donath@squidfunk.com>
3+
# Copyright (c) 2017-2018 Martin Donath <martin.donath@squidfunk.com>
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

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2017 Martin Donath <martin.donath@squidfunk.com>
1+
# Copyright (c) 2017-2018 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

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2017 Martin Donath <martin.donath@squidfunk.com>
1+
# Copyright (c) 2017-2018 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) 2017 Martin Donath <martin.donath@squidfunk.com>
1+
Copyright (c) 2017-2018 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

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2017 Martin Donath <martin.donath@squidfunk.com>
1+
# Copyright (c) 2017-2018 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ written to S3, most likely by [using a Lambda function][7].
204204

205205
**MIT License**
206206

207-
Copyright (c) 2017 Martin Donath
207+
Copyright (c) 2017-2018 Martin Donath
208208

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

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2017 Martin Donath <martin.donath@squidfunk.com>
1+
# Copyright (c) 2017-2018 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

modules/status/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2017 Martin Donath <martin.donath@squidfunk.com>
1+
# Copyright (c) 2017-2018 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

modules/status/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2017 Martin Donath <martin.donath@squidfunk.com>
1+
# Copyright (c) 2017-2018 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

0 commit comments

Comments
 (0)