meta-phosphor: obmc-phosphor-c-daemon.bbclass: drop inherit license

Updated the only recipe using this to set the LICENSE field explicitly.
Therefore, this class which does not provide any source can stop
inheriting it.

(From meta-phosphor rev: e7ddbd3643c9f6d417f495a0f6d98f1b9d7a9fa9)

Change-Id: I1e6413af85774fdef003769188f073fbc22ff658
Signed-off-by: Patrick Venture <venture@google.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-phosphor/classes/obmc-phosphor-c-daemon.bbclass b/meta-phosphor/classes/obmc-phosphor-c-daemon.bbclass
index 0ceed96..ded11d8 100644
--- a/meta-phosphor/classes/obmc-phosphor-c-daemon.bbclass
+++ b/meta-phosphor/classes/obmc-phosphor-c-daemon.bbclass
@@ -1,7 +1,5 @@
 # Common code for dbus applications using c.
-
 inherit obmc-phosphor-systemd
-inherit obmc-phosphor-license
 
 DEPENDS += "glib-2.0"