kdbus.h: strip down header
authorDaniel Mack <daniel@zonque.org>
Mon, 27 Oct 2014 15:41:30 +0000 (16:41 +0100)
committerDaniel Mack <daniel@zonque.org>
Mon, 27 Oct 2014 16:05:15 +0000 (17:05 +0100)
Copyright information in kdbus.h seems overkill, so remove it.

Signed-off-by: Daniel Mack <daniel@zonque.org>
kdbus.h

diff --git a/kdbus.h b/kdbus.h
index a887d81d75227448f4a522713dfdc481d596c38c..2ebf405d7dfabcd4c5e3d07e84b8d898697f0506 100644 (file)
--- a/kdbus.h
+++ b/kdbus.h
@@ -1,18 +1,8 @@
 /*
- * Copyright (C) 2013-2014 Kay Sievers
- * Copyright (C) 2013-2014 Greg Kroah-Hartman <gregkh@linuxfoundation.org>
- * Copyright (C) 2013-2014 Linux Foundation
- * Copyright (C) 2013-2014 Lennart Poettering
- * Copyright (C) 2013-2014 Daniel Mack <daniel@zonque.org>
- * Copyright (C) 2013-2014 David Herrmann <dh.herrmann@gmail.com>
- *
  * 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_