From 2cfce4d8b252c4ad24cb486184968e7957972cf4 Mon Sep 17 00:00:00 2001 From: Sergey Lyubka <valenok@gmail.com> Date: Tue, 9 Sep 2014 22:46:24 +0100 Subject: [PATCH] Added copyright --- examples/hello_world/hello_world.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/examples/hello_world/hello_world.c b/examples/hello_world/hello_world.c index d985ce135..393ce918f 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" -- GitLab