diff --git a/examples/hello_world/hello_world.c b/examples/hello_world/hello_world.c
index d985ce135162cac75b51d624a2f257fdb10c70a2..393ce918f335a8b41c42aee2313c7364af8e4f5d 100644
--- a/examples/hello_world/hello_world.c
+++ b/examples/hello_world/hello_world.c
@@ -1,3 +1,9 @@
+// Copyright (c) 2014 Cesanta Software
+// All rights reserved
+//
+// This example demostrates basic use of Mongoose embedded web server.
+// $Data$
+
 #include <stdio.h>
 #include <string.h>
 #include "mongoose.h"