Adding Samsung License to files modified by Samsung engineers 13/38313/1
authorPawel Sikorski <p.sikorski@samsung.com>
Wed, 15 Apr 2015 16:15:39 +0000 (18:15 +0200)
committerPawel Sikorski <p.sikorski@samsung.com>
Thu, 16 Apr 2015 09:52:25 +0000 (11:52 +0200)
Adding Samsung engineers to AUTHORS files

Change-Id: I58001e73e7d9605cf92ae6a50e161bb18a8616f4

19 files changed:
AUTHORS
src/common/app_installer.cc
src/common/app_installer.h
src/common/context_installer.cc
src/common/context_installer.h
src/common/step/step.h
src/common/step/step_copy.cc
src/common/step/step_copy.h
src/common/step/step_generate_xml.cc
src/common/step/step_generate_xml.h
src/common/step/step_parse.cc
src/common/step/step_parse.h
src/common/step/step_unzip.cc
src/common/step/step_unzip.h
src/wgt/step/step_create_symbolic_link.cc
src/wgt/step/step_create_symbolic_link.h
src/wgt/step/step_parse.cc
src/wgt/step/step_parse.h
src/wgt/wgt_backend.cc

diff --git a/AUTHORS b/AUTHORS
index 33292c7..3feeeb8 100644 (file)
--- 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
index e5f20c3..472a28e 100644 (file)
@@ -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 <cstdio>
 
index 1a28150..fe6f0bf 100644 (file)
@@ -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_
index e48fab7..6767991 100644 (file)
@@ -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 <boost/filesystem.hpp>
index 29a85a2..9872e54 100644 (file)
@@ -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_
index cff8ce4..7071ebc 100644 (file)
@@ -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)
index 27db6e8..a7cc97c 100644 (file)
@@ -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"
 
index 7c77a9a..a848512 100644 (file)
@@ -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_
index 86cd8a8..7c7c7bb 100644 (file)
@@ -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"
 
index 480f0e8..6db4131 100644 (file)
@@ -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_
index 84c7ebb..3adb7d4 100644 (file)
@@ -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"
 
index 029483d..de418a0 100644 (file)
@@ -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_
index 0b76859..544422e 100644 (file)
@@ -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"
 
index 6e90fe1..5a920a9 100644 (file)
@@ -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_
index bb7bf12..61254fa 100644 (file)
@@ -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"
 
index 7cff643..329cbe8 100644 (file)
@@ -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_
index de11929..a33e03c 100644 (file)
@@ -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"
 
index 22383cc..1e6f9a7 100644 (file)
@@ -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_
index b69ff51..cc8d193 100644 (file)
@@ -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 <cerrno>