From f8c731a6a45be403c93ee665290132ca54c1065e Mon Sep 17 00:00:00 2001 From: Maksym Shevchenko Date: Thu, 13 Jun 2013 15:36:44 +0300 Subject: [PATCH] Assign Copyright to LG Electronics, Inc. [GF-5644] Convert HP Copyright to LG Open-webOS-DCO-1.0-Signed-off-by: Maksym Shevchenko Change-Id: I1a8f1f39d79f7b245e710bff7b6929db9f71d0bb Reviewed-on: https://g2g.palm.com/2599 Reviewed-by: Build Verification Reviewed-by: Alan Levi Tested-by: Alan Levi --- .gitignore | 2 +- README.md | 2 +- Src/base/JSONUtils.cpp | 2 +- Src/base/Localization.cpp | 2 +- Src/base/Logging.cpp | 2 +- Src/base/Utils.cpp | 2 +- Src/base/WindowProperties.cpp | 2 +- .../application/ApplicationDescription.cpp | 2 +- .../ApplicationDescriptionBase.cpp | 2 +- Src/base/gesture/FlickGestureRecognizer.cpp | 2 +- Src/base/gesture/FlickGestureRecognizer.h | 2 +- Src/base/hosts/HostArm.cpp | 2 +- Src/base/hosts/HostArm.h | 2 +- Src/base/hosts/HostArmBroadway.cpp | 2 +- Src/base/hosts/HostArmMantaray.cpp | 2 +- Src/base/hosts/HostArmOpal.cpp | 2 +- Src/base/hosts/HostArmQemu.cpp | 2 +- Src/base/hosts/HostArmTopaz.cpp | 2 +- Src/base/hosts/HostArmUnknown.cpp | 2 +- Src/base/hosts/HostArmWindsorNot.cpp | 2 +- Src/base/hosts/HostBase.cpp | 2 +- Src/base/hosts/HostQtDesktop.cpp | 2 +- Src/base/hosts/HostQtDesktop.h | 2 +- Src/base/settings/LocalePreferences.cpp | 3 +-- Src/base/settings/Settings.cpp | 2 +- Src/core/AsyncCaller.cpp | 2 +- Src/core/KeywordMap.cpp | 2 +- Src/core/Mutex.cpp | 2 +- Src/core/SingletonTimer.cpp | 2 +- Src/core/SyncTask.cpp | 2 +- Src/core/TaskBase.cpp | 2 +- Src/core/Timer.cpp | 2 +- Src/nyx/NyxInputControl.cpp | 2 +- Src/nyx/NyxInputControl.h | 2 +- Src/nyx/NyxLedControl.cpp | 2 +- Src/nyx/NyxLedControl.h | 2 +- Src/nyx/NyxSensorCommonTypes.h | 2 +- Src/nyx/NyxSensorConnector.cpp | 2 +- Src/nyx/nyx.pri | 2 +- desktop.pri | 2 +- device-known.pri | 2 +- device.pri | 2 +- emulator.pri | 3 +-- include/ApplicationDescription.h | 2 +- include/ApplicationDescriptionBase.h | 2 +- include/AsyncCaller.h | 2 +- include/Common.h | 2 +- include/CustomEvents.h | 2 +- include/Event.h | 2 +- include/FlickGesture.h | 2 +- include/HostBase.h | 2 +- include/InputControl.h | 2 +- include/JSONUtils.h | 2 +- include/KeywordMap.h | 2 +- include/LedControl.h | 2 +- include/LocalePreferences.h | 3 +-- include/Localization.h | 2 +- include/Logging.h | 2 +- include/Mutex.h | 2 +- include/MutexLocker.h | 2 +- include/NyxSensorConnector.h | 2 +- include/ProcessKiller.h | 2 +- include/QtUtils.h | 2 +- include/Settings.h | 2 +- include/SignalSlot.h | 2 +- include/SingletonTimer.h | 2 +- include/SyncTask.h | 2 +- include/TaskBase.h | 2 +- include/Time.h | 2 +- include/Timer.h | 2 +- include/Utils.h | 2 +- include/WindowProperties.h | 2 +- include/WindowTypes.h | 2 +- include/sptr.h | 2 +- sysmgr-common.pro | 19 +------------------ 75 files changed, 75 insertions(+), 95 deletions(-) diff --git a/.gitignore b/.gitignore index f4fa1f0..6ba5f8c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ # @@@LICENSE # -# Copyright (c) 2012 Hewlett-Packard Development Company, L.P. +# Copyright (c) 2012-2013 LG Electronics, Inc. # # 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/README.md b/README.md index 7e8a78b..6e89560 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ To build your local clone of luna-sysmgr-common instead of the "stable" version All content, including all source code files and documentation files in this repository except otherwise noted are: - Copyright (c) 2008-2013 Hewlett-Packard Development Company, L.P. + Copyright (c) 2008-2013 LG Electronics, Inc. All content, including all source code files and documentation files in this repository except otherwise noted are: Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Src/base/JSONUtils.cpp b/Src/base/JSONUtils.cpp index aa038c3..39ccf9d 100644 --- a/Src/base/JSONUtils.cpp +++ b/Src/base/JSONUtils.cpp @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2010-2012 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2010-2013 LG Electronics, Inc. * * 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/base/Localization.cpp b/Src/base/Localization.cpp index c96843f..bd8e26d 100644 --- a/Src/base/Localization.cpp +++ b/Src/base/Localization.cpp @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2009-2012 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2009-2013 LG Electronics, Inc. * * 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/base/Logging.cpp b/Src/base/Logging.cpp index b529da3..9619dbd 100644 --- a/Src/base/Logging.cpp +++ b/Src/base/Logging.cpp @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2008-2012 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2008-2013 LG Electronics, Inc. * * 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/base/Utils.cpp b/Src/base/Utils.cpp index 1412f70..2ff839e 100644 --- a/Src/base/Utils.cpp +++ b/Src/base/Utils.cpp @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2008-2012 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2008-2013 LG Electronics, Inc. * * 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/base/WindowProperties.cpp b/Src/base/WindowProperties.cpp index 8d40929..676c5c3 100644 --- a/Src/base/WindowProperties.cpp +++ b/Src/base/WindowProperties.cpp @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2008-2012 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2008-2013 LG Electronics, Inc. * * 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/base/application/ApplicationDescription.cpp b/Src/base/application/ApplicationDescription.cpp index 81ed2dd..62636ec 100644 --- a/Src/base/application/ApplicationDescription.cpp +++ b/Src/base/application/ApplicationDescription.cpp @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2008-2012 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2008-2013 LG Electronics, Inc. * * 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/base/application/ApplicationDescriptionBase.cpp b/Src/base/application/ApplicationDescriptionBase.cpp index fa6d6e6..cfa5808 100644 --- a/Src/base/application/ApplicationDescriptionBase.cpp +++ b/Src/base/application/ApplicationDescriptionBase.cpp @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2008-2012 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2008-2013 LG Electronics, Inc. * * 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/base/gesture/FlickGestureRecognizer.cpp b/Src/base/gesture/FlickGestureRecognizer.cpp index 5f37df5..470ec53 100644 --- a/Src/base/gesture/FlickGestureRecognizer.cpp +++ b/Src/base/gesture/FlickGestureRecognizer.cpp @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2010-2012 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2010-2013 LG Electronics, Inc. * * 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/base/gesture/FlickGestureRecognizer.h b/Src/base/gesture/FlickGestureRecognizer.h index 6b6a00b..aa23cc8 100644 --- a/Src/base/gesture/FlickGestureRecognizer.h +++ b/Src/base/gesture/FlickGestureRecognizer.h @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2010-2012 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2010-2013 LG Electronics, Inc. * * 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/base/hosts/HostArm.cpp b/Src/base/hosts/HostArm.cpp index e7d6849..fdba3fc 100644 --- a/Src/base/hosts/HostArm.cpp +++ b/Src/base/hosts/HostArm.cpp @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2008-2012 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2008-2013 LG Electronics, Inc. * * 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/base/hosts/HostArm.h b/Src/base/hosts/HostArm.h index 75879da..ada9e99 100644 --- a/Src/base/hosts/HostArm.h +++ b/Src/base/hosts/HostArm.h @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2008-2012 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2008-2013 LG Electronics, Inc. * * 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/base/hosts/HostArmBroadway.cpp b/Src/base/hosts/HostArmBroadway.cpp index 68f5900..a8f475a 100644 --- a/Src/base/hosts/HostArmBroadway.cpp +++ b/Src/base/hosts/HostArmBroadway.cpp @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2010-2012 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2010-2013 LG Electronics, Inc. * * 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/base/hosts/HostArmMantaray.cpp b/Src/base/hosts/HostArmMantaray.cpp index 2c9e13b..e85f27f 100644 --- a/Src/base/hosts/HostArmMantaray.cpp +++ b/Src/base/hosts/HostArmMantaray.cpp @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2008-2012 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2008-2013 LG Electronics, Inc. * * 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/base/hosts/HostArmOpal.cpp b/Src/base/hosts/HostArmOpal.cpp index 8180d23..4ac6281 100644 --- a/Src/base/hosts/HostArmOpal.cpp +++ b/Src/base/hosts/HostArmOpal.cpp @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2010-2012 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2010-2013 LG Electronics, Inc. * * 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/base/hosts/HostArmQemu.cpp b/Src/base/hosts/HostArmQemu.cpp index 2cf58c4..e965128 100644 --- a/Src/base/hosts/HostArmQemu.cpp +++ b/Src/base/hosts/HostArmQemu.cpp @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2008-2012 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2008-2013 LG Electronics, Inc. * * 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/base/hosts/HostArmTopaz.cpp b/Src/base/hosts/HostArmTopaz.cpp index a3f8ac7..650a918 100644 --- a/Src/base/hosts/HostArmTopaz.cpp +++ b/Src/base/hosts/HostArmTopaz.cpp @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2010-2012 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2010-2013 LG Electronics, Inc. * * 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/base/hosts/HostArmUnknown.cpp b/Src/base/hosts/HostArmUnknown.cpp index fa07712..0984fa7 100644 --- a/Src/base/hosts/HostArmUnknown.cpp +++ b/Src/base/hosts/HostArmUnknown.cpp @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2010-2012 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2010-2013 LG Electronics, Inc. * * 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/base/hosts/HostArmWindsorNot.cpp b/Src/base/hosts/HostArmWindsorNot.cpp index d9fb11e..7491f9b 100644 --- a/Src/base/hosts/HostArmWindsorNot.cpp +++ b/Src/base/hosts/HostArmWindsorNot.cpp @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2010-2012 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2010-2013 LG Electronics, Inc. * * 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/base/hosts/HostBase.cpp b/Src/base/hosts/HostBase.cpp index 8770670..5b2b146 100644 --- a/Src/base/hosts/HostBase.cpp +++ b/Src/base/hosts/HostBase.cpp @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2008-2012 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2008-2013 LG Electronics, Inc. * * 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/base/hosts/HostQtDesktop.cpp b/Src/base/hosts/HostQtDesktop.cpp index d9f279f..b2a3dda 100644 --- a/Src/base/hosts/HostQtDesktop.cpp +++ b/Src/base/hosts/HostQtDesktop.cpp @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2010-2012 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2010-2013 LG Electronics, Inc. * * 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/base/hosts/HostQtDesktop.h b/Src/base/hosts/HostQtDesktop.h index 06ee295..f3f1f8f 100644 --- a/Src/base/hosts/HostQtDesktop.h +++ b/Src/base/hosts/HostQtDesktop.h @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2010-2012 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2010-2013 LG Electronics, Inc. * * 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/base/settings/LocalePreferences.cpp b/Src/base/settings/LocalePreferences.cpp index 0e7675c..89ae202 100644 --- a/Src/base/settings/LocalePreferences.cpp +++ b/Src/base/settings/LocalePreferences.cpp @@ -1,7 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2008-2012 Hewlett-Packard Development Company, L.P. -* Copyright (c) 2013 LG Electronics +* Copyright (c) 2008-2013 LG Electronics, Inc. * * 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/base/settings/Settings.cpp b/Src/base/settings/Settings.cpp index 82ef1d6..9abec63 100644 --- a/Src/base/settings/Settings.cpp +++ b/Src/base/settings/Settings.cpp @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2008-2012 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2008-2013 LG Electronics, Inc. * * 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/core/AsyncCaller.cpp b/Src/core/AsyncCaller.cpp index 0087eb8..d7423dd 100644 --- a/Src/core/AsyncCaller.cpp +++ b/Src/core/AsyncCaller.cpp @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2008-2012 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2008-2013 LG Electronics, Inc. * * 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/core/KeywordMap.cpp b/Src/core/KeywordMap.cpp index 0dba542..8ed3eb0 100644 --- a/Src/core/KeywordMap.cpp +++ b/Src/core/KeywordMap.cpp @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2009-2012 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2009-2013 LG Electronics, Inc. * * 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/core/Mutex.cpp b/Src/core/Mutex.cpp index ade4593..9e10349 100644 --- a/Src/core/Mutex.cpp +++ b/Src/core/Mutex.cpp @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2008-2012 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2008-2013 LG Electronics, Inc. * * 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/core/SingletonTimer.cpp b/Src/core/SingletonTimer.cpp index e9caea3..3b7602d 100644 --- a/Src/core/SingletonTimer.cpp +++ b/Src/core/SingletonTimer.cpp @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2008-2012 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2008-2013 LG Electronics, Inc. * * 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/core/SyncTask.cpp b/Src/core/SyncTask.cpp index 06f12ea..1741b5f 100644 --- a/Src/core/SyncTask.cpp +++ b/Src/core/SyncTask.cpp @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2008-2012 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2008-2013 LG Electronics, Inc. * * 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/core/TaskBase.cpp b/Src/core/TaskBase.cpp index 52c5440..3373190 100644 --- a/Src/core/TaskBase.cpp +++ b/Src/core/TaskBase.cpp @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2008-2012 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2008-2013 LG Electronics, Inc. * * 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/core/Timer.cpp b/Src/core/Timer.cpp index b7f1dc7..54fea5f 100644 --- a/Src/core/Timer.cpp +++ b/Src/core/Timer.cpp @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2008-2012 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2008-2013 LG Electronics, Inc. * * 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/nyx/NyxInputControl.cpp b/Src/nyx/NyxInputControl.cpp index 298cf7d..efc8d0c 100644 --- a/Src/nyx/NyxInputControl.cpp +++ b/Src/nyx/NyxInputControl.cpp @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2011-2012 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2011-2013 LG Electronics, Inc. * * 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/nyx/NyxInputControl.h b/Src/nyx/NyxInputControl.h index 2176f0c..ce8fca1 100644 --- a/Src/nyx/NyxInputControl.h +++ b/Src/nyx/NyxInputControl.h @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2011-2012 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2011-2013 LG Electronics, Inc. * * 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/nyx/NyxLedControl.cpp b/Src/nyx/NyxLedControl.cpp index 8168d67..67c143b 100644 --- a/Src/nyx/NyxLedControl.cpp +++ b/Src/nyx/NyxLedControl.cpp @@ -2,7 +2,7 @@ ******************************************************************************* * @file NyxLedControl.cpp * - * Copyright (c) 2010 Hewlett-Packard Development Company, L.P. + * Copyright (c) 2010-2013 LG Electronics, Inc. * All rights reserved. * * diff --git a/Src/nyx/NyxLedControl.h b/Src/nyx/NyxLedControl.h index ce947b6..e016dfa 100644 --- a/Src/nyx/NyxLedControl.h +++ b/Src/nyx/NyxLedControl.h @@ -2,7 +2,7 @@ ******************************************************************************* * @file NyxLedControl.h * - * Copyright (c) 2010 Hewlett-Packard Development Company, L.P. + * Copyright (c) 2010-2013 LG Electronics, Inc. * All rights reserved. * * @brief diff --git a/Src/nyx/NyxSensorCommonTypes.h b/Src/nyx/NyxSensorCommonTypes.h index 362c591..c7058db 100644 --- a/Src/nyx/NyxSensorCommonTypes.h +++ b/Src/nyx/NyxSensorCommonTypes.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2012 Hewlett-Packard Development Company, L.P. + * Copyright (c) 2012-2013 LG Electronics, Inc. * * 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/nyx/NyxSensorConnector.cpp b/Src/nyx/NyxSensorConnector.cpp index e0f7ffd..4a6d17c 100644 --- a/Src/nyx/NyxSensorConnector.cpp +++ b/Src/nyx/NyxSensorConnector.cpp @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2011-2012 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2011-2013 LG Electronics, Inc. * * 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/nyx/nyx.pri b/Src/nyx/nyx.pri index e8e54c3..43e4ea5 100644 --- a/Src/nyx/nyx.pri +++ b/Src/nyx/nyx.pri @@ -1,6 +1,6 @@ # @@@LICENSE # -# Copyright (c) 2010-2012 Hewlett-Packard Development Company, L.P. +# Copyright (c) 2010-2013 LG Electronics, Inc. # # 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/desktop.pri b/desktop.pri index d0a491e..691f32f 100644 --- a/desktop.pri +++ b/desktop.pri @@ -1,6 +1,6 @@ # @@@LICENSE # -# Copyright (c) 2010-2012 Hewlett-Packard Development Company, L.P. +# Copyright (c) 2010-2013 LG Electronics, Inc. # # 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/device-known.pri b/device-known.pri index 3f98c6d..7dfa312 100644 --- a/device-known.pri +++ b/device-known.pri @@ -1,6 +1,6 @@ # @@@LICENSE # -# Copyright (c) 2010-2012 Hewlett-Packard Development Company, L.P. +# Copyright (c) 2010-2013 LG Electronics, Inc. # # 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/device.pri b/device.pri index 6a148b1..2efb21f 100644 --- a/device.pri +++ b/device.pri @@ -1,6 +1,6 @@ # @@@LICENSE # -# Copyright (c) 2010-2012 Hewlett-Packard Development Company, L.P. +# Copyright (c) 2010-2013 LG Electronics, Inc. # # 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/emulator.pri b/emulator.pri index d01cd11..575c762 100644 --- a/emulator.pri +++ b/emulator.pri @@ -1,7 +1,6 @@ # @@@LICENSE # -# Copyright (c) 2010-2012 Hewlett-Packard Development Company, L.P. -# Copyright (c) 2013 LG Electronics +# Copyright (c) 2010-2013 LG Electronics, Inc. # # 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/include/ApplicationDescription.h b/include/ApplicationDescription.h index f6714c4..158a7ef 100644 --- a/include/ApplicationDescription.h +++ b/include/ApplicationDescription.h @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2008-2012 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2008-2013 LG Electronics, Inc. * * 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/include/ApplicationDescriptionBase.h b/include/ApplicationDescriptionBase.h index aaf0221..6ab8980 100644 --- a/include/ApplicationDescriptionBase.h +++ b/include/ApplicationDescriptionBase.h @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2008-2012 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2008-2013 LG Electronics, Inc. * * 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/include/AsyncCaller.h b/include/AsyncCaller.h index e836631..eb8ea51 100644 --- a/include/AsyncCaller.h +++ b/include/AsyncCaller.h @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2008-2012 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2008-2013 LG Electronics, Inc. * * 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/include/Common.h b/include/Common.h index 60fef08..eb775e4 100644 --- a/include/Common.h +++ b/include/Common.h @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2010-2012 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2010-2013 LG Electronics, Inc. * * 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/include/CustomEvents.h b/include/CustomEvents.h index 93830a0..0638db7 100644 --- a/include/CustomEvents.h +++ b/include/CustomEvents.h @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2010-2012 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2010-2013 LG Electronics, Inc. * * 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/include/Event.h b/include/Event.h index 31f1bf1..908dbb9 100644 --- a/include/Event.h +++ b/include/Event.h @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2008-2012 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2008-2013 LG Electronics, Inc. * * 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/include/FlickGesture.h b/include/FlickGesture.h index e3aa073..2350667 100644 --- a/include/FlickGesture.h +++ b/include/FlickGesture.h @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2010-2012 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2010-2013 LG Electronics, Inc. * * 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/include/HostBase.h b/include/HostBase.h index 60edd4f..9c0dbcd 100644 --- a/include/HostBase.h +++ b/include/HostBase.h @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2008-2012 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2008-2013 LG Electronics, Inc. * * 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/include/InputControl.h b/include/InputControl.h index 578d234..74aa5a2 100644 --- a/include/InputControl.h +++ b/include/InputControl.h @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2011-2012 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2011-2013 LG Electronics, Inc. * * 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/include/JSONUtils.h b/include/JSONUtils.h index a8b48e2..55b1414 100644 --- a/include/JSONUtils.h +++ b/include/JSONUtils.h @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2010-2012 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2010-2013 LG Electronics, Inc. * * 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/include/KeywordMap.h b/include/KeywordMap.h index 5c71dc7..3565d8a 100644 --- a/include/KeywordMap.h +++ b/include/KeywordMap.h @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2009-2012 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2009-2013 LG Electronics, Inc. * * 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/include/LedControl.h b/include/LedControl.h index 33d785a..821bde5 100644 --- a/include/LedControl.h +++ b/include/LedControl.h @@ -2,7 +2,7 @@ ******************************************************************************* * @file LedControl.h * - * Copyright (c) 2010 Hewlett-Packard Development Company, L.P. + * Copyright (c) 2010-2013 LG Electronics, Inc. * All rights reserved. * * @brief diff --git a/include/LocalePreferences.h b/include/LocalePreferences.h index 9bf726f..bc9b145 100644 --- a/include/LocalePreferences.h +++ b/include/LocalePreferences.h @@ -1,7 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2008-2012 Hewlett-Packard Development Company, L.P. -* Copyright (c) 2013 LG Electronics +* Copyright (c) 2008-2013 LG Electronics, Inc. * * 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/include/Localization.h b/include/Localization.h index d20ae61..95bf088 100644 --- a/include/Localization.h +++ b/include/Localization.h @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2009-2012 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2009-2013 LG Electronics, Inc. * * 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/include/Logging.h b/include/Logging.h index bb2f4d8..20c7f60 100644 --- a/include/Logging.h +++ b/include/Logging.h @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2008-2012 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2008-2013 LG Electronics, Inc. * * 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/include/Mutex.h b/include/Mutex.h index 2693eb6..1550f02 100644 --- a/include/Mutex.h +++ b/include/Mutex.h @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2008-2012 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2008-2013 LG Electronics, Inc. * * 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/include/MutexLocker.h b/include/MutexLocker.h index 7e99dff..0cf6ce4 100644 --- a/include/MutexLocker.h +++ b/include/MutexLocker.h @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2008-2012 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2008-2013 LG Electronics, Inc. * * 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/include/NyxSensorConnector.h b/include/NyxSensorConnector.h index 3a8faf7..c33f51e 100644 --- a/include/NyxSensorConnector.h +++ b/include/NyxSensorConnector.h @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2011-2012 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2011-2013 LG Electronics, Inc. * * 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/include/ProcessKiller.h b/include/ProcessKiller.h index 5162c03..ace410c 100644 --- a/include/ProcessKiller.h +++ b/include/ProcessKiller.h @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2010-2012 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2010-2013 LG Electronics, Inc. * * 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/include/QtUtils.h b/include/QtUtils.h index 540cd47..b51470a 100644 --- a/include/QtUtils.h +++ b/include/QtUtils.h @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2010-2012 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2010-2013 LG Electronics, Inc. * * 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/include/Settings.h b/include/Settings.h index a8d9da2..4bfb36c 100644 --- a/include/Settings.h +++ b/include/Settings.h @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2008-2012 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2008-2013 LG Electronics, Inc. * * 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/include/SignalSlot.h b/include/SignalSlot.h index 86dae33..e3b74ea 100644 --- a/include/SignalSlot.h +++ b/include/SignalSlot.h @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2008-2012 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2008-2013 LG Electronics, Inc. * * 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/include/SingletonTimer.h b/include/SingletonTimer.h index cc4a3d7..d65766e 100644 --- a/include/SingletonTimer.h +++ b/include/SingletonTimer.h @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2008-2012 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2008-2013 LG Electronics, Inc. * * 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/include/SyncTask.h b/include/SyncTask.h index 6b9ca7f..2107d53 100644 --- a/include/SyncTask.h +++ b/include/SyncTask.h @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2008-2012 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2008-2013 LG Electronics, Inc. * * 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/include/TaskBase.h b/include/TaskBase.h index 501ba1d..6a966c8 100644 --- a/include/TaskBase.h +++ b/include/TaskBase.h @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2008-2012 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2008-2013 LG Electronics, Inc. * * 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/include/Time.h b/include/Time.h index 7c29df8..ccb4529 100644 --- a/include/Time.h +++ b/include/Time.h @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2008-2012 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2008-2013 LG Electronics, Inc. * * 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/include/Timer.h b/include/Timer.h index fec3298..cc0aa78 100644 --- a/include/Timer.h +++ b/include/Timer.h @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2008-2012 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2008-2013 LG Electronics, Inc. * * 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/include/Utils.h b/include/Utils.h index d586371..6f6fcc9 100644 --- a/include/Utils.h +++ b/include/Utils.h @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2008-2012 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2008-2013 LG Electronics, Inc. * * 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/include/WindowProperties.h b/include/WindowProperties.h index f76aacf..ee11b2e 100644 --- a/include/WindowProperties.h +++ b/include/WindowProperties.h @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2008-2012 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2008-2013 LG Electronics, Inc. * * 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/include/WindowTypes.h b/include/WindowTypes.h index 01c2ffc..450c37d 100644 --- a/include/WindowTypes.h +++ b/include/WindowTypes.h @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2008-2012 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2008-2013 LG Electronics, Inc. * * 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/include/sptr.h b/include/sptr.h index cda5777..c94418f 100644 --- a/include/sptr.h +++ b/include/sptr.h @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2008-2012 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2008-2013 LG Electronics, Inc. * * 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/sysmgr-common.pro b/sysmgr-common.pro index 7b19ef3..584a7fc 100644 --- a/sysmgr-common.pro +++ b/sysmgr-common.pro @@ -1,23 +1,6 @@ # @@@LICENSE # -# Copyright (c) 2010-2012 Hewlett-Packard Development Company, L.P. -# -# 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. -# -# LICENSE@@@ -# @@@LICENSE -# -# Copyright (c) 2010 Hewlett-Packard Development Company, L.P. +# Copyright (c) 2010-2013 LG Electronics, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.