aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFausto Núñez Alberro <fausto.nunez@mailbox.org>2021-02-06 01:59:38 +0100
committerGitHub <noreply@github.com>2021-02-06 01:59:38 +0100
commit8e4c5099ead6317cb30098a4996ab799c773de97 (patch)
treed6293c6e4ea8e6b835f5178551dff88ed41390fb
parente858f4081e6b207ec3de64174d65a0977a9981c8 (diff)
parenta50834b935e9d469a4202d3a41e051b9129db840 (diff)
Merge pull request #14 from fnune/license-mod
Add new author to the license, keeping previous authors too
-rw-r--r--.github/workflows/pr.yml2
-rw-r--r--LICENSE.md7
2 files changed, 5 insertions, 4 deletions
diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml
index b916f97..7d412ae 100644
--- a/.github/workflows/pr.yml
+++ b/.github/workflows/pr.yml
@@ -1,4 +1,4 @@
-name: Check that `make build` does not produce additional changes
+name: Check that running `make` does not produce additional changes
on:
pull_request:
branches:
diff --git a/LICENSE.md b/LICENSE.md
index e04b766..4fd2ecf 100644
--- a/LICENSE.md
+++ b/LICENSE.md
@@ -3,7 +3,8 @@
Base16 Vim is released under the MIT License:
> Copyright (C) 2012 [Chris Kempson](http://chriskempson.com)
->
+> Copyright (C) 2021 [Fausto Núñez Alberro](https://fnune.com/)
+>
> Permission is hereby granted, free of charge, to any person obtaining
> a copy of this software and associated documentation files (the
> "Software"), to deal in the Software without restriction, including
@@ -11,10 +12,10 @@ Base16 Vim is released under the MIT License:
> distribute, sublicense, and/or sell copies of the Software, and to
> permit persons to whom the Software is furnished to do so, subject to
> the following conditions:
->
+>
> The above copyright notice and this permission notice shall be
> included in all copies or substantial portions of the Software.
->
+>
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND