From d304edd302390aa9f449f6cde3692b45ada51082 Mon Sep 17 00:00:00 2001 From: David Crossley Date: Wed, 24 Aug 2022 12:45:22 +1000 Subject: [PATCH 1/2] Use initial year of creation FOLIO-360 In subsequent years, use range of years FOLIO-1021. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f803943..812a51f2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # mod-entities-links -Copyright (C) 2020-2022 The Open Library Foundation +Copyright (C) 2022 The Open Library Foundation This software is distributed under the terms of the Apache License, Version 2.0. See the file "[LICENSE](LICENSE)" for more information. From ad7105bbb0288d2ed97ec859d70184274b0a05ad Mon Sep 17 00:00:00 2001 From: David Crossley Date: Wed, 24 Aug 2022 12:46:15 +1000 Subject: [PATCH 2/2] Add .editorconfig FOLIO-351 --- .editorconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..ad6c3f72 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +# http://editorconfig.org/ + +root = true + +[*] +charset = utf-8 +end_of_line = lf +indent_size = 2 +continuation_indent_size = 4 +indent_style = space +insert_final_newline = true +trim_trailing_whitespace = true