From be325dcee9160cf4591d2229c3053527e427dcad Mon Sep 17 00:00:00 2001 From: Tomasz Swierczek Date: Mon, 11 Mar 2019 11:40:35 +0100 Subject: [PATCH] Change contact information to Mr Dongsun Lee bj.im@samsung.com is no longer a valid email address. Change-Id: I81103542e0d23e80a71d5f1e86cc263f92ab78b0 --- AUTHORS | 4 +++- src/manager/client/client-control.cpp | 4 ++-- src/manager/common/connection-info.h | 4 ++-- src/manager/common/message-buffer.cpp | 4 ++-- src/manager/common/message-buffer.h | 4 ++-- src/manager/dpl/core/include/dpl/fstream_accessors.h | 4 ++-- src/manager/main/generic-event.h | 4 ++-- src/manager/main/generic-socket-manager.cpp | 4 ++-- src/manager/main/generic-socket-manager.h | 4 ++-- src/manager/main/service-thread.h | 4 ++-- src/manager/main/smack-check.h | 4 ++-- src/manager/main/socket-manager.h | 4 ++-- 12 files changed, 25 insertions(+), 23 deletions(-) diff --git a/AUTHORS b/AUTHORS index a62936f..0d541c3 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1 +1,3 @@ -Bumjin Im +Dongsun Lee +Bartlomiej Grzelewski +Krzysztof Jackiewicz diff --git a/src/manager/client/client-control.cpp b/src/manager/client/client-control.cpp index e92c4d4..6ccd9e9 100644 --- a/src/manager/client/client-control.cpp +++ b/src/manager/client/client-control.cpp @@ -1,7 +1,7 @@ /* - * Copyright (c) 2000 - 2014 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2000-2019 Samsung Electronics Co., Ltd. All rights reserved * - * Contact: Bumjin Im + * Contact: Dongsun Lee * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/manager/common/connection-info.h b/src/manager/common/connection-info.h index 044c6cb..f84e172 100644 --- a/src/manager/common/connection-info.h +++ b/src/manager/common/connection-info.h @@ -1,7 +1,7 @@ /* - * Copyright (c) 2000 - 2015 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2000-2019 Samsung Electronics Co., Ltd. All rights reserved * - * Contact: Bumjin Im + * Contact: Dongsun Lee * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/manager/common/message-buffer.cpp b/src/manager/common/message-buffer.cpp index 97e2d47..0aa2d11 100644 --- a/src/manager/common/message-buffer.cpp +++ b/src/manager/common/message-buffer.cpp @@ -1,7 +1,7 @@ /* - * Copyright (c) 2000 - 2014 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2000-2019 Samsung Electronics Co., Ltd. All rights reserved * - * Contact: Bumjin Im + * Contact: Dongsun Lee * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/manager/common/message-buffer.h b/src/manager/common/message-buffer.h index e32ed85..7266d12 100644 --- a/src/manager/common/message-buffer.h +++ b/src/manager/common/message-buffer.h @@ -1,7 +1,7 @@ /* - * Copyright (c) 2000 - 2013 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2000-2019 Samsung Electronics Co., Ltd. All rights reserved * - * Contact: Bumjin Im + * Contact: Dongsun Lee * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/manager/dpl/core/include/dpl/fstream_accessors.h b/src/manager/dpl/core/include/dpl/fstream_accessors.h index 6dea52e..3a0e25f 100644 --- a/src/manager/dpl/core/include/dpl/fstream_accessors.h +++ b/src/manager/dpl/core/include/dpl/fstream_accessors.h @@ -1,7 +1,7 @@ /* - * Copyright (c) 2000 - 2013 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2000-2019 Samsung Electronics Co., Ltd. All rights reserved * - * Contact: Bumjin Im + * Contact: Dongsun Lee * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/manager/main/generic-event.h b/src/manager/main/generic-event.h index b50a960..6de4288 100644 --- a/src/manager/main/generic-event.h +++ b/src/manager/main/generic-event.h @@ -1,7 +1,7 @@ /* - * Copyright (c) 2000 - 2014 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2000-2019 Samsung Electronics Co., Ltd. All rights reserved * - * Contact: Bumjin Im + * Contact: Dongsun Lee * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/manager/main/generic-socket-manager.cpp b/src/manager/main/generic-socket-manager.cpp index 68e501e..e04f6fd 100644 --- a/src/manager/main/generic-socket-manager.cpp +++ b/src/manager/main/generic-socket-manager.cpp @@ -1,7 +1,7 @@ /* - * Copyright (c) 2000 - 2014 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2000-2019 Samsung Electronics Co., Ltd. All rights reserved * - * Contact: Bumjin Im + * Contact: Dongsun Lee * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/manager/main/generic-socket-manager.h b/src/manager/main/generic-socket-manager.h index 90c9156..243e192 100644 --- a/src/manager/main/generic-socket-manager.h +++ b/src/manager/main/generic-socket-manager.h @@ -1,7 +1,7 @@ /* - * Copyright (c) 2000 - 2015 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2000-2019 Samsung Electronics Co., Ltd. All rights reserved * - * Contact: Bumjin Im + * Contact: Dongsun Lee * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/manager/main/service-thread.h b/src/manager/main/service-thread.h index a1b9d0c..dd11452 100644 --- a/src/manager/main/service-thread.h +++ b/src/manager/main/service-thread.h @@ -1,7 +1,7 @@ /* - * Copyright (c) 2000 - 2014 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2000-2019 Samsung Electronics Co., Ltd. All rights reserved * - * Contact: Bumjin Im + * Contact: Dongsun Lee * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/manager/main/smack-check.h b/src/manager/main/smack-check.h index 942578b..41fffa1 100644 --- a/src/manager/main/smack-check.h +++ b/src/manager/main/smack-check.h @@ -1,9 +1,9 @@ /* * ckm-manager * - * Copyright (c) 2000 - 2013 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2000-2019 Samsung Electronics Co., Ltd. All rights reserved * - * Contact: Bumjin Im + * Contact: Dongsun Lee * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/manager/main/socket-manager.h b/src/manager/main/socket-manager.h index 412d9f0..b7c8f14 100644 --- a/src/manager/main/socket-manager.h +++ b/src/manager/main/socket-manager.h @@ -1,7 +1,7 @@ /* - * Copyright (c) 2000 - 2015 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2000-2019 Samsung Electronics Co., Ltd. All rights reserved * - * Contact: Bumjin Im + * Contact: Dongsun Lee * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. -- 2.7.4