diff --git a/.editorconfig b/.editorconfig index 21d6671f0..01ca1eadc 100644 --- a/.editorconfig +++ b/.editorconfig @@ -162,4 +162,4 @@ end_of_line = lf end_of_line = crlf # Analyzers -dotnet_code_quality.ca1802.api_surface = private, internal \ No newline at end of file +dotnet_code_quality.ca1802.api_surface = private, internal diff --git a/.gitignore b/.gitignore index ccf83c767..793add7df 100644 --- a/.gitignore +++ b/.gitignore @@ -335,3 +335,4 @@ ASALocalRun/ # MFractors (Xamarin productivity tool) working folder .mfractor/ + diff --git a/LICENSE b/LICENSE index 0e4943c80..0d68200a0 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019, Grid Protection Alliance +Copyright (c) 2019-2020, Grid Protection Alliance Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -19,3 +19,4 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + diff --git a/NOTICE.txt b/NOTICE.txt index 6d24edecb..3c0ce0d90 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -9,3 +9,4 @@ These libraries include software developed at the Grid Protection Alliance, Inc. (http://www.gridprotectionalliance.org/) ========================================================================================================= + diff --git a/appveyor.yml b/appveyor.yml index 856df2482..fe714b5bd 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -15,4 +15,4 @@ before_build: nuget restore src\Gemstone.PQDIF.sln build: parallel: true - verbosity: minimal \ No newline at end of file + verbosity: minimal diff --git a/docs/_config.yml b/docs/_config.yml index c757e044b..2f72ed836 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -6,4 +6,5 @@ github: owner_url: https://www.gridprotectionalliance.org owner_name: Grid Protection Alliance plugins: - - jemoji \ No newline at end of file + - jemoji + diff --git a/docs/_includes/anchor_headings.html b/docs/_includes/anchor_headings.html index 21e2d0473..7a56b1640 100644 --- a/docs/_includes/anchor_headings.html +++ b/docs/_includes/anchor_headings.html @@ -102,4 +102,4 @@ {% endcapture %} {% capture edited_headings %}{{ edited_headings }}{{ new_heading }}{% endcapture %} {% endfor %} -{% endcapture %}{% assign headingsWorkspace = '' %}{{ edited_headings | strip }} \ No newline at end of file +{% endcapture %}{% assign headingsWorkspace = '' %}{{ edited_headings | strip }} diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 58bff9661..3785c9dc8 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -1,4 +1,4 @@ -{% comment %} +{% comment %} @@ -50,4 +50,4 @@