summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAran Clary Deltac <bluefeet@gmail.com>2021-03-09 12:05:24 -0800
committerAran Clary Deltac <bluefeet@gmail.com>2021-03-09 12:05:24 -0800
commit2cc51360db4f9442d4ec5c5ce342554ca23d0322 (patch)
treee91db7d210ddaf4f9a178d2266352f940bf08033
parent778b7b5f06a36a00a75bc94be916c07cdb025d31 (diff)
Correct indent_size and copyright year.
-rw-r--r--.editorconfig2
-rw-r--r--LICENSE2
2 files changed, 2 insertions, 2 deletions
diff --git a/.editorconfig b/.editorconfig
index 773c5dd..0e456db 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -6,4 +6,4 @@ insert_final_newline = true
[*.{pm,pl,t}]
indent_style = space
-indent_size = 2
+indent_size = 4
diff --git a/LICENSE b/LICENSE
index 03ce443..1179867 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-This software is copyright (c) 2019 by Aran Clary Deltac <bluefeet@gmail.com>.
+This software is copyright (c) 2014 by Aran Clary Deltac <bluefeet@gmail.com>.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.