From a73d78258110f957563b50880ea20a3445eb8a22 Mon Sep 17 00:00:00 2001 From: Pawel Sikorski Date: Wed, 15 Apr 2015 18:15:39 +0200 Subject: [PATCH] Adding Samsung License to files modified by Samsung engineers Adding Samsung engineers to AUTHORS files Change-Id: I58001e73e7d9605cf92ae6a50e161bb18a8616f4 --- AUTHORS | 4 ++++ src/common/app_installer.cc | 3 +++ src/common/app_installer.h | 3 +++ src/common/context_installer.cc | 3 +++ src/common/context_installer.h | 3 +++ src/common/step/step.h | 3 +++ src/common/step/step_copy.cc | 3 +++ src/common/step/step_copy.h | 3 +++ src/common/step/step_generate_xml.cc | 3 +++ src/common/step/step_generate_xml.h | 3 +++ src/common/step/step_parse.cc | 3 +++ src/common/step/step_parse.h | 3 +++ src/common/step/step_unzip.cc | 3 +++ src/common/step/step_unzip.h | 3 +++ src/wgt/step/step_create_symbolic_link.cc | 3 +++ src/wgt/step/step_create_symbolic_link.h | 4 +++- src/wgt/step/step_parse.cc | 3 +++ src/wgt/step/step_parse.h | 4 +++- src/wgt/wgt_backend.cc | 3 +++ 19 files changed, 58 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index 33292c7..3feeeb8 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,3 +1,7 @@ baptiste.durand@open.eurogiciel.org sabera.djelti@open.eurogiciel.org jose.bollo@open.eurogiciel.org +p.sikorski@samsung.com +t.iwanek@samsung.com +j.izydorczyk@samsung.com +w.kosowicz@samsung.com diff --git a/src/common/app_installer.cc b/src/common/app_installer.cc index e5f20c3..472a28e 100644 --- a/src/common/app_installer.cc +++ b/src/common/app_installer.cc @@ -1,4 +1,7 @@ /* 2014, Copyright © Intel Coporation, license APACHE-2.0, see LICENSE file */ +// Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved +// Use of this source code is governed by a apache 2.0 license that can be +// found in the LICENSE file. #include diff --git a/src/common/app_installer.h b/src/common/app_installer.h index 1a28150..fe6f0bf 100644 --- a/src/common/app_installer.h +++ b/src/common/app_installer.h @@ -1,4 +1,7 @@ /* 2014, Copyright © Intel Coporation, license APACHE-2.0, see LICENSE file */ +// Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved +// Use of this source code is governed by a apache 2.0 license that can be +// found in the LICENSE file. #ifndef COMMON_APP_INSTALLER_H_ #define COMMON_APP_INSTALLER_H_ diff --git a/src/common/context_installer.cc b/src/common/context_installer.cc index e48fab7..6767991 100644 --- a/src/common/context_installer.cc +++ b/src/common/context_installer.cc @@ -1,4 +1,7 @@ /* 2014, Copyright © Intel Coporation, license APACHE-2.0, see LICENSE file */ +// Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved +// Use of this source code is governed by a apache 2.0 license that can be +// found in the LICENSE file. #include "common/context_installer.h" #include diff --git a/src/common/context_installer.h b/src/common/context_installer.h index 29a85a2..9872e54 100644 --- a/src/common/context_installer.h +++ b/src/common/context_installer.h @@ -1,4 +1,7 @@ /* 2014, Copyright © Intel Coporation, license APACHE-2.0, see LICENSE file */ +// Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved +// Use of this source code is governed by a apache 2.0 license that can be +// found in the LICENSE file. #ifndef COMMON_CONTEXT_INSTALLER_H_ #define COMMON_CONTEXT_INSTALLER_H_ diff --git a/src/common/step/step.h b/src/common/step/step.h index cff8ce4..7071ebc 100644 --- a/src/common/step/step.h +++ b/src/common/step/step.h @@ -1,4 +1,7 @@ /* 2014, Copyright © Intel Coporation, license APACHE-2.0, see LICENSE file */ +// Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved +// Use of this source code is governed by a apache 2.0 license that can be +// found in the LICENSE file. /* A step is made of 3 functions (that can be defined or NULL) diff --git a/src/common/step/step_copy.cc b/src/common/step/step_copy.cc index 27db6e8..a7cc97c 100644 --- a/src/common/step/step_copy.cc +++ b/src/common/step/step_copy.cc @@ -1,4 +1,7 @@ /* 2014, Copyright © Intel Coporation, license APACHE-2.0, see LICENSE file */ +// Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved +// Use of this source code is governed by a apache 2.0 license that can be +// found in the LICENSE file. #include "common/step/step_copy.h" diff --git a/src/common/step/step_copy.h b/src/common/step/step_copy.h index 7c77a9a..a848512 100644 --- a/src/common/step/step_copy.h +++ b/src/common/step/step_copy.h @@ -1,4 +1,7 @@ /* 2014, Copyright © Intel Coporation, license APACHE-2.0, see LICENSE file */ +// Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved +// Use of this source code is governed by a apache 2.0 license that can be +// found in the LICENSE file. #ifndef COMMON_STEP_STEP_COPY_H_ #define COMMON_STEP_STEP_COPY_H_ diff --git a/src/common/step/step_generate_xml.cc b/src/common/step/step_generate_xml.cc index 86cd8a8..7c7c7bb 100644 --- a/src/common/step/step_generate_xml.cc +++ b/src/common/step/step_generate_xml.cc @@ -1,4 +1,7 @@ /* 2014, Copyright © Intel Coporation, license APACHE-2.0, see LICENSE file */ +// Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved +// Use of this source code is governed by a apache 2.0 license that can be +// found in the LICENSE file. #include "common/step/step_generate_xml.h" diff --git a/src/common/step/step_generate_xml.h b/src/common/step/step_generate_xml.h index 480f0e8..6db4131 100644 --- a/src/common/step/step_generate_xml.h +++ b/src/common/step/step_generate_xml.h @@ -1,4 +1,7 @@ /* 2014, Copyright © Intel Coporation, license APACHE-2.0, see LICENSE file */ +// Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved +// Use of this source code is governed by a apache 2.0 license that can be +// found in the LICENSE file. #ifndef COMMON_STEP_STEP_GENERATE_XML_H_ #define COMMON_STEP_STEP_GENERATE_XML_H_ diff --git a/src/common/step/step_parse.cc b/src/common/step/step_parse.cc index 84c7ebb..3adb7d4 100644 --- a/src/common/step/step_parse.cc +++ b/src/common/step/step_parse.cc @@ -1,4 +1,7 @@ /* 2014, Copyright © Eurogiciel Coporation, APACHE-2.0, see LICENSE file */ +// Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved +// Use of this source code is governed by a apache 2.0 license that can be +// found in the LICENSE file. #include "common/step/step_parse.h" diff --git a/src/common/step/step_parse.h b/src/common/step/step_parse.h index 029483d..de418a0 100644 --- a/src/common/step/step_parse.h +++ b/src/common/step/step_parse.h @@ -1,4 +1,7 @@ /* 2014, Copyright © Eurogiciel Coporation, APACHE-2.0, see LICENSE file */ +// Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved +// Use of this source code is governed by a apache 2.0 license that can be +// found in the LICENSE file. #ifndef COMMON_STEP_STEP_PARSE_H_ #define COMMON_STEP_STEP_PARSE_H_ diff --git a/src/common/step/step_unzip.cc b/src/common/step/step_unzip.cc index 0b76859..544422e 100644 --- a/src/common/step/step_unzip.cc +++ b/src/common/step/step_unzip.cc @@ -1,4 +1,7 @@ /* 2014, Copyright © Intel Coporation, APACHE-2.0, see LICENSE file */ +// Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved +// Use of this source code is governed by a apache 2.0 license that can be +// found in the LICENSE file. #include "common/step/step_unzip.h" diff --git a/src/common/step/step_unzip.h b/src/common/step/step_unzip.h index 6e90fe1..5a920a9 100644 --- a/src/common/step/step_unzip.h +++ b/src/common/step/step_unzip.h @@ -1,4 +1,7 @@ /* 2014, Copyright © Intel Coporation, license APACHE-2.0, see LICENSE file */ +// Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved +// Use of this source code is governed by a apache 2.0 license that can be +// found in the LICENSE file. #ifndef COMMON_STEP_STEP_UNZIP_H_ #define COMMON_STEP_STEP_UNZIP_H_ diff --git a/src/wgt/step/step_create_symbolic_link.cc b/src/wgt/step/step_create_symbolic_link.cc index bb7bf12..61254fa 100644 --- a/src/wgt/step/step_create_symbolic_link.cc +++ b/src/wgt/step/step_create_symbolic_link.cc @@ -1,4 +1,7 @@ /* 2014, Copyright © Eurogiciel Coporation, APACHE-2.0, see LICENSE file */ +// Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved +// Use of this source code is governed by a apache 2.0 license that can be +// found in the LICENSE file. #include "wgt/step/step_create_symbolic_link.h" diff --git a/src/wgt/step/step_create_symbolic_link.h b/src/wgt/step/step_create_symbolic_link.h index 7cff643..329cbe8 100644 --- a/src/wgt/step/step_create_symbolic_link.h +++ b/src/wgt/step/step_create_symbolic_link.h @@ -1,4 +1,6 @@ -/* 2014, Copyright © Samsung, license APACHE-2.0, see LICENSE file */ +// Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved +// Use of this source code is governed by a apache 2.0 license that can be +// found in the LICENSE file. #ifndef WGT_STEP_STEP_CREATE_SYMBOLIC_LINK_H_ #define WGT_STEP_STEP_CREATE_SYMBOLIC_LINK_H_ diff --git a/src/wgt/step/step_parse.cc b/src/wgt/step/step_parse.cc index de11929..a33e03c 100644 --- a/src/wgt/step/step_parse.cc +++ b/src/wgt/step/step_parse.cc @@ -1,4 +1,7 @@ /* 2014, Copyright © Intel Coporation, license APACHE-2.0, see LICENSE file */ +// Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved +// Use of this source code is governed by a apache 2.0 license that can be +// found in the LICENSE file. #include "wgt/step/step_parse.h" diff --git a/src/wgt/step/step_parse.h b/src/wgt/step/step_parse.h index 22383cc..1e6f9a7 100644 --- a/src/wgt/step/step_parse.h +++ b/src/wgt/step/step_parse.h @@ -1,4 +1,6 @@ -/* 2014, Copyright © Samsung, license APACHE-2.0, see LICENSE file */ +// Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved +// Use of this source code is governed by a apache 2.0 license that can be +// found in the LICENSE file. #ifndef WGT_STEP_STEP_PARSE_H_ #define WGT_STEP_STEP_PARSE_H_ diff --git a/src/wgt/wgt_backend.cc b/src/wgt/wgt_backend.cc index b69ff51..cc8d193 100644 --- a/src/wgt/wgt_backend.cc +++ b/src/wgt/wgt_backend.cc @@ -1,4 +1,7 @@ /* 2014, Copyright © Intel Coporation, license APACHE-2.0, see LICENSE file */ +// Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved +// Use of this source code is governed by a apache 2.0 license that can be +// found in the LICENSE file. #include -- 2.7.4