Added license clause to some files 93/88593/1 accepted/tizen/common/20160921.162559 accepted/tizen/ivi/20160922.041851 accepted/tizen/mobile/20160922.045936 accepted/tizen/tv/20160922.041754 accepted/tizen/wearable/20160922.041828 submit/tizen/20160921.025733 submit/tizen/20160921.055232
authorchleun.moon <chleun.moon@samsung.com>
Tue, 20 Sep 2016 02:17:25 +0000 (11:17 +0900)
committerchleun.moon <chleun.moon@samsung.com>
Tue, 20 Sep 2016 02:17:45 +0000 (11:17 +0900)
Change-Id: Ifa32bcb067e82dd33c85049c31dc8ddc65e6c09e
Signed-off-by: cheoleun <chleun.moon@samsung.com>
include/dns-sd-internal.h
include/dns-sd.h
test/dns-sd-test.c
test/ssdp-browse-test.c
test/ssdp-register-test.c
test/ssdp-test.c

index 19d952e6e5ba75cc79357011770872b7a0fc9551..51c158ae856ff8824d3a53fe6e39c3fa119a7e98 100644 (file)
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2012, 2013 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 #ifndef __TIZEN_NET_DNSSD__INTERNAL_H__
 #define __TIZEN_NET_DNSSD_INTERNAL_H__
 
index f5784f8d6287e147f8af75b4fa53b501ad150934..dc5b148cc081e83d5202c9e2eb3a8aa6300bbb47 100644 (file)
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2012, 2013 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 #ifndef __TIZEN_NET_DNSSD_H__
 #define __TIZEN_NET_DNSSD_H__
 
index 18c1f2afd338fa0829ced08e8ed63e5bd2515e61..366360dd7c6460dd9ee1490d13be1d5af8ea05a4 100644 (file)
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2012, 2013 Samsung Electronics Co., Ltd.
+*
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+* http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
+
 #include <string.h>
 #include <stdio.h>
 #include <unistd.h>
index f333bfce145a478020d956c792f05a49f9f55d59..2541b4f305bbbf275096a67416f363be987db418 100644 (file)
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2012, 2013 Samsung Electronics Co., Ltd.
+*
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+* http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
index c83caacbd57d8d1f9915de53ccaed40179732c76..0c89349f53b614d000f824c3746d9d4f95e828a5 100644 (file)
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2012, 2013 Samsung Electronics Co., Ltd.
+*
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+* http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
index 0022801b2308f12cbc6410a54cabe6890d52d51a..19051a69ec929cbbfdff785ba9f1646cf2dce9c1 100644 (file)
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2012, 2013 Samsung Electronics Co., Ltd.
+*
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+* http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>