We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94d9ddb commit d97e766Copy full SHA for d97e766
linenoise.c
@@ -1,7 +1,5 @@
1
-/* linenoise.c -- VERSION 1.0
2
- *
3
- * Guerrilla line editing library against the idea that a line editing lib
4
- * needs to be 20,000 lines of C code.
+/* linenoise.c -- guerrilla line editing library against the idea that a
+ * line editing lib needs to be 20,000 lines of C code.
5
*
6
* You can find the latest source code at:
7
@@ -12,7 +10,7 @@
12
10
13
11
* ------------------------------------------------------------------------
14
15
- * Copyright (c) 2010-2014, Salvatore Sanfilippo <antirez at gmail dot com>
+ * Copyright (c) 2010-2016, Salvatore Sanfilippo <antirez at gmail dot com>
16
* Copyright (c) 2010-2013, Pieter Noordhuis <pcnoordhuis at gmail dot com>
17
18
* All rights reserved.
0 commit comments