From b36df0167d968e4dcfa4e9ee3d6f181ab1d9f048 Mon Sep 17 00:00:00 2001 From: Florian Streibelt Date: Wed, 12 Oct 2011 13:18:28 +0200 Subject: [PATCH] Now licensed under GPL... --- display-daemon/ser.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/display-daemon/ser.c b/display-daemon/ser.c index d640eeb..1e60400 100644 --- a/display-daemon/ser.c +++ b/display-daemon/ser.c @@ -1,3 +1,9 @@ +/* + * Copyright (C) 2011 Florian Streibelt + * Licensed under GPL v3 or later + * + */ + #include /* Standard input/output definitions */ #include /* String function definitions */ #include /* UNIX standard function definitions */