From da3870dc148ae8764b9f03dcedc60f8e4c8e5652 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 10 Mar 2023 09:57:58 +0200 Subject: [PATCH] LICENSE & .editorconfig: attempt to fix GitHub license detection again This time powered by explicitly treating it as markdown and a trailing space --- .editorconfig | 2 +- LICENSE | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index a8a6e792..8effb159 100644 --- a/.editorconfig +++ b/.editorconfig @@ -32,7 +32,7 @@ indent_size = 2 # Markdown apparently allows linebreaks by two trailing spaces, while I # never seem to do that, maybe I should accept it -[*.{markdown,md}] +[{LICENSE,*.{markdown,md}}] trim_trailing_whitespace = false # Prettier seems to believe spaces are the only way to markdown indent_style = space diff --git a/LICENSE b/LICENSE index 086d3992..ea890afb 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) . +Copyright (c) . Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: