From 853ebb4e2fdf7641a07540403b28ec9d31640e42 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Tue, 17 Mar 2020 17:48:02 +0900 Subject: [PATCH] Add boilerplate Change-Id: I9ef5ed62a4461b34cb38c5bc302a24d2d0bb58cf Signed-off-by: Jihoon Kim --- receiver/inc/log.h | 15 +++++++++++++++ receiver/inc/main.h | 15 +++++++++++++++ receiver/inc/sticker_info.h | 15 +++++++++++++++ receiver/src/main.cpp | 15 +++++++++++++++ receiver/src/sticker_info.cpp | 15 +++++++++++++++ 5 files changed, 75 insertions(+) diff --git a/receiver/inc/log.h b/receiver/inc/log.h index 3749cad..07ee738 100644 --- a/receiver/inc/log.h +++ b/receiver/inc/log.h @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2020 Samsung Electronics Co., Ltd. All rights reserved. + * + * 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 __debug_H__ #define __debug_H__ diff --git a/receiver/inc/main.h b/receiver/inc/main.h index b6fac02..e32a820 100644 --- a/receiver/inc/main.h +++ b/receiver/inc/main.h @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2020 Samsung Electronics Co., Ltd. All rights reserved. + * + * 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 #include #include diff --git a/receiver/inc/sticker_info.h b/receiver/inc/sticker_info.h index bda6616..86b6c88 100644 --- a/receiver/inc/sticker_info.h +++ b/receiver/inc/sticker_info.h @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2020 Samsung Electronics Co., Ltd. All rights reserved. + * + * 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 __STICKER_INFO_H__ #define __STICKER_INFO_H__ diff --git a/receiver/src/main.cpp b/receiver/src/main.cpp index 3799557..9968b91 100644 --- a/receiver/src/main.cpp +++ b/receiver/src/main.cpp @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2020 Samsung Electronics Co., Ltd. All rights reserved. + * + * 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 #include #include diff --git a/receiver/src/sticker_info.cpp b/receiver/src/sticker_info.cpp index 1ac2247..89aedfb 100644 --- a/receiver/src/sticker_info.cpp +++ b/receiver/src/sticker_info.cpp @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2020 Samsung Electronics Co., Ltd. All rights reserved. + * + * 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 "sticker_info.h" #include #include -- 2.7.4