From 847a7a01adac2ef209660a52ecfab6bcf2356845 Mon Sep 17 00:00:00 2001 From: Daniel Mack Date: Mon, 27 Oct 2014 16:41:30 +0100 Subject: [PATCH] kdbus.h: strip down header Copyright information in kdbus.h seems overkill, so remove it. Signed-off-by: Daniel Mack --- kdbus.h | 10 ---------- 1 file changed, 10 deletions(-) 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_ -- 2.34.1