Fix AOSP file licenses 90/242890/1
authorMichal Bloch <m.bloch@samsung.com>
Tue, 1 Sep 2020 16:17:40 +0000 (18:17 +0200)
committerMichal Bloch <m.bloch@samsung.com>
Tue, 1 Sep 2020 16:38:50 +0000 (18:38 +0200)
commit10cc405e909164e1bcb80a8d1f41eaf69c4d82f2
treefc0286f9136f8bd8da2a5b5fca6d4aa18ffbb3dc
parente8fd01e7cfb730b72afedcae75171b2118c41fdf
Fix AOSP file licenses

 * logprint.h → contains no implementations (it doesn't contain any
   Samsung implementations either but that is not a problem).

 * libdlogutil/lib.c → never had any AOSP code, the license text
   was copy-pasted from some other file. Some of the getters may
   have existed earlier but returning a member from a struct is
   its own specification so not really copyrightable.

 * shared/logprint.c → we thought we had removed the only AOSP func
   in e7aa8a06f7d400a494f06cf51dbce6a69757b5c5, but it looks like
   'log_add_filter_rule' has enough original AOSP parts that we'd
   like to err on the side of caution and consider it AOSP, thus
   the copyright note is reinstated until the func is rewritten.

Change-Id: Ie3c49f80261fc390bf5f7eca173963f0e93e21c5
Signed-off-by: Michal Bloch <m.bloch@samsung.com>
include/logprint.h
src/libdlogutil/lib.c
src/shared/logprint.c