From 76425ae971bce6e4f86d2bf6dae6adef04af2d6a Mon Sep 17 00:00:00 2001 From: Maksym Shevchenko Date: Thu, 13 Jun 2013 15:37:25 +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: Iff5f9df83fd49665f7782293f4bb572f5d922dc3 Reviewed-on: https://g2g.palm.com/2607 Reviewed-by: Build Verification Reviewed-by: Keith Derrick Tested-by: Keith Derrick --- .gitignore | 2 +- CMakeLists.txt | 2 +- README.md | 2 +- doc/events.txt | 2 +- files/conf/90-storaged.rules.in | 2 +- files/sysbus/com.palm.storage.service.prv.in | 2 +- files/sysbus/com.palm.storage.service.pub.in | 2 +- scripts/public/storage.sh.in | 2 +- src/diskmode.c | 2 +- src/diskmode.h | 2 +- src/erase.c | 2 +- src/erase.h | 2 +- src/log.c | 2 +- src/log.h | 2 +- src/main.c | 2 +- src/main.h | 2 +- src/signals.c | 2 +- src/signals.h | 2 +- src/util.c | 2 +- src/util.h | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) diff --git a/.gitignore b/.gitignore index d3d866c..1df56b1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ # @@@LICENSE # -# Copyright (c) 2002-2012 Hewlett-Packard Development Company, L.P. +# Copyright (c) 2002-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/CMakeLists.txt b/CMakeLists.txt index 670189f..b73ee99 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ # @@@LICENSE # -# Copyright (c) 2002-2013 Hewlett-Packard Development Company, L.P. +# Copyright (c) 2002-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 af403af..e3d8ba3 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ You will need to use `sudo` if you did not specify `WEBOS_INSTALL_ROOT`. Unless otherwise specified, all content, including all source code files and documentation files in this repository are: -Copyright (c) 2002-2013 Hewlett-Packard Development Company, L.P. +Copyright (c) 2002-2013 LG Electronics, Inc. Unless otherwise specified or set forth in the NOTICE file, all content, including all source code files and documentation files in this repository are: diff --git a/doc/events.txt b/doc/events.txt index 5bea2e2..0bc533c 100644 --- a/doc/events.txt +++ b/doc/events.txt @@ -1,6 +1,6 @@ # @@@LICENSE # -# Copyright (c) 2002-2012 Hewlett-Packard Development Company, L.P. +# Copyright (c) 2002-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/files/conf/90-storaged.rules.in b/files/conf/90-storaged.rules.in index 784b233..1df98b6 100644 --- a/files/conf/90-storaged.rules.in +++ b/files/conf/90-storaged.rules.in @@ -1,6 +1,6 @@ # @@@LICENSE # -# Copyright (c) 2002-2012 Hewlett-Packard Development Company, L.P. +# Copyright (c) 2002-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/files/sysbus/com.palm.storage.service.prv.in b/files/sysbus/com.palm.storage.service.prv.in index bfbda87..f79f518 100644 --- a/files/sysbus/com.palm.storage.service.prv.in +++ b/files/sysbus/com.palm.storage.service.prv.in @@ -1,6 +1,6 @@ # @@@LICENSE # -# Copyright (c) 2002-2012 Hewlett-Packard Development Company, L.P. +# Copyright (c) 2002-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/files/sysbus/com.palm.storage.service.pub.in b/files/sysbus/com.palm.storage.service.pub.in index bfbda87..f79f518 100644 --- a/files/sysbus/com.palm.storage.service.pub.in +++ b/files/sysbus/com.palm.storage.service.pub.in @@ -1,6 +1,6 @@ # @@@LICENSE # -# Copyright (c) 2002-2012 Hewlett-Packard Development Company, L.P. +# Copyright (c) 2002-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/scripts/public/storage.sh.in b/scripts/public/storage.sh.in index 5327bf3..5d64d9d 100644 --- a/scripts/public/storage.sh.in +++ b/scripts/public/storage.sh.in @@ -2,7 +2,7 @@ # @@@LICENSE # -# Copyright (c) 2002-2012 Hewlett-Packard Development Company, L.P. +# Copyright (c) 2002-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/diskmode.c b/src/diskmode.c index e11b3e5..4cc0efe 100644 --- a/src/diskmode.c +++ b/src/diskmode.c @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2002-2013 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2002-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/diskmode.h b/src/diskmode.h index 2dcb77a..1dd4153 100644 --- a/src/diskmode.h +++ b/src/diskmode.h @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2002-2012 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2002-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/erase.c b/src/erase.c index d9cbabd..358d8c6 100644 --- a/src/erase.c +++ b/src/erase.c @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2002-2012 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2002-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/erase.h b/src/erase.h index 09d5562..7ee8cd2 100644 --- a/src/erase.h +++ b/src/erase.h @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2002-2012 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2002-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/log.c b/src/log.c index 031ea08..cd1dca8 100644 --- a/src/log.c +++ b/src/log.c @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2002-2012 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2002-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/log.h b/src/log.h index beb2044..926077f 100644 --- a/src/log.h +++ b/src/log.h @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2002-2012 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2002-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/main.c b/src/main.c index da192e7..ccc0a2b 100644 --- a/src/main.c +++ b/src/main.c @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2002-2013 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2002-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/main.h b/src/main.h index ff8cfc7..2164c3b 100644 --- a/src/main.h +++ b/src/main.h @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2002-2013 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2002-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/signals.c b/src/signals.c index c63b387..e199bb4 100644 --- a/src/signals.c +++ b/src/signals.c @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2002-2012 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2002-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/signals.h b/src/signals.h index f8085c5..634993e 100644 --- a/src/signals.h +++ b/src/signals.h @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2002-2012 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2002-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/util.c b/src/util.c index 45bc50b..af00fa5 100644 --- a/src/util.c +++ b/src/util.c @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2002-2012 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2002-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/util.h b/src/util.h index 6fc6c2d..6946586 100644 --- a/src/util.h +++ b/src/util.h @@ -1,6 +1,6 @@ /* @@@LICENSE * -* Copyright (c) 2002-2012 Hewlett-Packard Development Company, L.P. +* Copyright (c) 2002-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.