From: Daniel Mack Date: Mon, 27 Oct 2014 15:41:30 +0000 (+0100) Subject: kdbus.h: strip down header X-Git-Tag: upstream/0.20141102.012929utc~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=847a7a01adac2ef209660a52ecfab6bcf2356845;p=platform%2Fcore%2Fsystem%2Fkdbus-bus.git kdbus.h: strip down header Copyright information in kdbus.h seems overkill, so remove it. Signed-off-by: Daniel Mack --- diff --git a/kdbus.h b/kdbus.h index a887d81..2ebf405 100644 --- a/kdbus.h +++ b/kdbus.h @@ -1,18 +1,8 @@ /* - * Copyright (C) 2013-2014 Kay Sievers - * Copyright (C) 2013-2014 Greg Kroah-Hartman - * Copyright (C) 2013-2014 Linux Foundation - * Copyright (C) 2013-2014 Lennart Poettering - * Copyright (C) 2013-2014 Daniel Mack - * Copyright (C) 2013-2014 David Herrmann - * * kdbus is free software; you can redistribute it and/or modify it under * the terms of the GNU Lesser General Public License as published by the * Free Software Foundation; either version 2.1 of the License, or (at * your option) any later version. - * - * "Everything should be made as simple as possible, but not simpler." - * -- Albert Einstein */ #ifndef _KDBUS_UAPI_H_