aboutsummaryrefslogtreecommitdiff
path: root/src/clint.py
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-07-19 21:32:04 +0200
committerGitHub <noreply@github.com>2019-07-19 21:32:04 +0200
commitafef973262bea3fe1563dc0571bb4168ac0914aa (patch)
tree3fda5cd682a39ee34a8d1b4a2f8dbcb2b13c19c0 /src/clint.py
parentd5f7099be23e217a1fe1f5443257f1b5d1eacfea (diff)
downloadrneovim-afef973262bea3fe1563dc0571bb4168ac0914aa.tar.gz
rneovim-afef973262bea3fe1563dc0571bb4168ac0914aa.tar.bz2
rneovim-afef973262bea3fe1563dc0571bb4168ac0914aa.zip
doc [ci skip] #10383
- test/README.md: document luassert `TableFormatLevel` - CONTRIBUTING.md: absorb parts of the old "Development tips" wiki page
Diffstat (limited to 'src/clint.py')
-rwxr-xr-xsrc/clint.py17
1 files changed, 8 insertions, 9 deletions
diff --git a/src/clint.py b/src/clint.py
index 862fdbc06b..719142d523 100755
--- a/src/clint.py
+++ b/src/clint.py
@@ -7,15 +7,14 @@
# modification, are permitted provided that the following conditions are
# met:
#
-# * Redistributions of source code must retain the above copyright
-# notice, this list of conditions and the following disclaimer.
-# * Redistributions in binary form must reproduce the above
-# copyright notice, this list of conditions and the following disclaimer
-# in the documentation and/or other materials provided with the
-# distribution.
-# * Neither the name of Google Inc. nor the names of its
-# contributors may be used to endorse or promote products derived from
-# this software without specific prior written permission.
+# * Redistributions of source code must retain the above copyright notice,
+# this list of conditions and the following disclaimer.
+# * Redistributions in binary form must reproduce the above copyright
+# notice, this list of conditions and the following disclaimer in the
+# documentation and/or other materials provided with the distribution.
+# * Neither the name of Google Inc. nor the names of its contributors may be
+# used to endorse or promote products derived from this software without
+# specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT