diff options
author | sanghyeok.oh <sanghyeok.oh@samsung.com> | 2016-05-24 19:24:01 +0900 |
---|---|---|
committer | sanghyeok.oh <sanghyeok.oh@samsung.com> | 2016-05-24 19:24:17 +0900 |
commit | d6774e513d1a1473bd11913127a3640b6e82b099 (patch) | |
tree | 33632b5c497f9394038a503d3f157fb639ed39f3 | |
parent | fefa54f1cf9c97ad2ee9dee66e65e4d43fa564d9 (diff) | |
download | dbus-d6774e513d1a1473bd11913127a3640b6e82b099.tar.gz dbus-d6774e513d1a1473bd11913127a3640b6e82b099.tar.bz2 dbus-d6774e513d1a1473bd11913127a3640b6e82b099.zip |
add license file for MIT licensesubmit/tizen/20160524.103010accepted/tizen/common/20160526.145915
add MIT license for dbus/dbus/dbus-server-launchd.c
Change-Id: I006a3efc8e4fa112dcb3ca95e7e9c2faccf54940
Signed-off-by: sanghyeok.oh <sanghyeok.oh@samsung.com>
-rw-r--r-- | LICENSE.MIT | 9 | ||||
-rw-r--r-- | packaging/dbus.spec | 2 |
2 files changed, 10 insertions, 1 deletions
diff --git a/LICENSE.MIT b/LICENSE.MIT new file mode 100644 index 00000000..6e09dc86 --- /dev/null +++ b/LICENSE.MIT @@ -0,0 +1,9 @@ +The MIT License + +Copyright (c) <year> <copyright holders> + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/packaging/dbus.spec b/packaging/dbus.spec index bb657f43..2ff1dca4 100644 --- a/packaging/dbus.spec +++ b/packaging/dbus.spec @@ -6,7 +6,7 @@ Name: dbus Url: http://dbus.freedesktop.org/ Summary: D-Bus Message Bus System -License: GPL-2.0+ or AFL-2.1, BSD-2.0, LGPL-2.1+ +License: GPL-2.0+ or AFL-2.1, BSD-2.0, LGPL-2.1+, MIT Group: Base/IPC # COMMON1-BEGIN |