From a0d072f271043ff28a545b061abd6ff576f81d03 Mon Sep 17 00:00:00 2001 From: Serge Vakulenko Date: Mon, 5 May 2014 12:00:20 -0700 Subject: [PATCH] Skeleton: copyright updated. --- share/example/skeleton.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/share/example/skeleton.c b/share/example/skeleton.c index b373e06..6c74b3f 100644 --- a/share/example/skeleton.c +++ b/share/example/skeleton.c @@ -1,5 +1,9 @@ /* - * Sample program. + * Generic skeleton for a C program. + * When you create your own program based on this skeleton, + * you can replace the author's name and copyright with + * whatever your want. When you redistribute this skeleton or + * enhance it, please leave my name and copyright on it. * * Copyright (C) 1993-2014 Serge Vakulenko, *