Pieter Noordhuis copyright notice added, since this was a major contribution. README updated.
diff --git a/README.markdown b/README.markdown
index 9612da4..6c693ed 100644
--- a/README.markdown
+++ b/README.markdown
@@ -2,6 +2,8 @@
 
 A minimal, zero-config, BSD licensed, readline replacement.
 
+News: linenoise now includes minimal completion support, thanks to Pieter Noordhuis (@pnoordhuis).
+
 News: linenoise is now part of [Android](http://android.git.kernel.org/?p=platform/system/core.git;a=tree;f=liblinenoise;h=56450eaed7f783760e5e6a5993ef75cde2e29dea;hb=HEAD Android)!
 
 ## Can a line editing library be 20k lines of code?
diff --git a/linenoise.c b/linenoise.c
index b6f4d4f..d4d438b 100644
--- a/linenoise.c
+++ b/linenoise.c
@@ -9,6 +9,8 @@
  * the 2010 UNIX computers around.
  *
  * Copyright (c) 2010, Salvatore Sanfilippo <antirez at gmail dot com>
+ * Copyright (c) 2010, Pieter Noordhuis <pcnoordhuis at gmail dot com>
+ *
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/linenoise.h b/linenoise.h
index c44bc3a..f503854 100644
--- a/linenoise.h
+++ b/linenoise.h
@@ -4,6 +4,8 @@
  * See linenoise.c for more information.
  *
  * Copyright (c) 2010, Salvatore Sanfilippo <antirez at gmail dot com>
+ * Copyright (c) 2010, Pieter Noordhuis <pcnoordhuis at gmail dot com>
+ *
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without