projects
/
mudpy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
002c2e4
)
Add copyright to .yamllint
author
Jeremy Stanley
<fungi@yuggoth.org>
Wed, 2 May 2018 01:03:32 +0000
(
01:03
+0000)
committer
Jeremy Stanley
<fungi@yuggoth.org>
Wed, 2 May 2018 01:03:32 +0000
(
01:03
+0000)
The .yamllint file was originally added without a copyright notice,
so include one now.
.yamllint
patch
|
blob
|
history
diff --git
a/.yamllint
b/.yamllint
index
f25fdf7
..
c842d72
100644
(file)
--- a/
.yamllint
+++ b/
.yamllint
@@
-1,3
+1,7
@@
+# Copyright (c) 2018 Jeremy Stanley <fungi@yuggoth.org>. Permission
+# to use, copy, modify, and distribute this software is granted under
+# terms provided in the LICENSE file distributed with this software.
+
extends: default
rules:
line-length: