Skip to content

Commit d97e766

Browse files
committed
Copyright info updated.
1 parent 94d9ddb commit d97e766

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

linenoise.c

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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.
1+
/* linenoise.c -- guerrilla line editing library against the idea that a
2+
* line editing lib needs to be 20,000 lines of C code.
53
*
64
* You can find the latest source code at:
75
*
@@ -12,7 +10,7 @@
1210
*
1311
* ------------------------------------------------------------------------
1412
*
15-
* Copyright (c) 2010-2014, Salvatore Sanfilippo <antirez at gmail dot com>
13+
* Copyright (c) 2010-2016, Salvatore Sanfilippo <antirez at gmail dot com>
1614
* Copyright (c) 2010-2013, Pieter Noordhuis <pcnoordhuis at gmail dot com>
1715
*
1816
* All rights reserved.

0 commit comments

Comments
 (0)