Update Copyright year to 2016 17/91917/1
authorsangwan.kwon <sangwan.kwon@samsung.com>
Wed, 12 Oct 2016 07:22:17 +0000 (16:22 +0900)
committersangwan.kwon <sangwan.kwon@samsung.com>
Wed, 12 Oct 2016 07:22:17 +0000 (16:22 +0900)
Change-Id: I92b5aa70dc43343be518d77dc5ae9a74e3d4dcbb
Signed-off-by: sangwan.kwon <sangwan.kwon@samsung.com>
139 files changed:
LICENSE
etc/db/cert_svc_create_clean_store_db.sh
src/cert-svc/cerror.h
src/dpl/core/include/dpl/assert.h
src/dpl/core/include/dpl/colors.h
src/dpl/core/include/dpl/exception.h
src/dpl/core/include/dpl/singleton.h
src/dpl/core/include/dpl/singleton_impl.h
src/dpl/core/src/assert.cpp
src/dpl/core/src/colors.cpp
src/dpl/core/src/exception.cpp
src/dpl/core/src/singleton.cpp
src/dpl/log/include/dpl/log/abstract_log_provider.h
src/dpl/log/include/dpl/log/dlog_log_provider.h
src/dpl/log/include/dpl/log/journal_log_provider.h
src/dpl/log/include/dpl/log/log.h
src/dpl/log/include/dpl/log/old_style_log_provider.h
src/dpl/log/src/abstract_log_provider.cpp
src/dpl/log/src/dlog_log_provider.cpp
src/dpl/log/src/journal_log_provider.cpp
src/dpl/log/src/log.cpp
src/dpl/log/src/old_style_log_provider.cpp
src/server/include/cert-server-db.h
src/server/include/cert-server-debug.h
src/server/include/cert-server-logic.h
src/server/src/cert-server-db.c
src/server/src/cert-server-logic.c
src/server/src/cert-server-main.c
src/vcore/Base64.cpp
src/vcore/Base64.h
src/vcore/CertStoreType.cpp
src/vcore/CertStoreType.h
src/vcore/Certificate.cpp
src/vcore/Certificate.h
src/vcore/CertificateCollection.cpp
src/vcore/CertificateCollection.h
src/vcore/CertificateConfigReader.cpp
src/vcore/CertificateConfigReader.h
src/vcore/CertificateIdentifier.h
src/vcore/CertificateLoader.cpp
src/vcore/CertificateLoader.h
src/vcore/Client.cpp
src/vcore/Client.h
src/vcore/CryptoInit.cpp
src/vcore/CryptoInit.h
src/vcore/Error.h
src/vcore/Ocsp.cpp
src/vcore/Ocsp.h
src/vcore/ParserSchema.h
src/vcore/PluginHandler.cpp
src/vcore/PluginHandler.h
src/vcore/ReferenceValidator.cpp
src/vcore/ReferenceValidator.h
src/vcore/SaxReader.cpp
src/vcore/SaxReader.h
src/vcore/SignatureData.cpp
src/vcore/SignatureData.h
src/vcore/SignatureFinder.cpp
src/vcore/SignatureFinder.h
src/vcore/SignatureReader.cpp
src/vcore/SignatureReader.h
src/vcore/SignatureValidator.cpp
src/vcore/SignatureValidator.h
src/vcore/TimeConversion.cpp
src/vcore/TimeConversion.h
src/vcore/ValidatorFactories.cpp
src/vcore/ValidatorFactories.h
src/vcore/ValidatorPluginApi.h
src/vcore/XmlsecAdapter.cpp
src/vcore/XmlsecAdapter.h
src/vcore/api.cpp
src/vcore/exception.cpp
src/vcore/exception.h
src/vcore/pkcs12.cpp
src/vcore/pkcs12.h
tests/CMakeLists.txt
tests/capi/CMakeLists.txt
tests/capi/common-res.cpp
tests/capi/common-res.h
tests/capi/main.cpp
tests/capi/test-certificate.cpp
tests/capi/test-primitive.cpp
tests/dpl/include/dpl/abstract_input.h
tests/dpl/include/dpl/abstract_input_output.h
tests/dpl/include/dpl/abstract_output.h
tests/dpl/include/dpl/assert.h
tests/dpl/include/dpl/availability.h
tests/dpl/include/dpl/binary_queue.h
tests/dpl/include/dpl/colors.h
tests/dpl/include/dpl/errno_string.h
tests/dpl/include/dpl/exception.h
tests/dpl/include/dpl/foreach.h
tests/dpl/include/dpl/free_deleter.h
tests/dpl/include/dpl/lexical_cast.h
tests/dpl/include/dpl/preprocessor.h
tests/dpl/include/dpl/scoped_fclose.h
tests/dpl/include/dpl/scoped_free.h
tests/dpl/include/dpl/scoped_resource.h
tests/dpl/include/dpl/singleton.h
tests/dpl/include/dpl/singleton_impl.h
tests/dpl/include/dpl/test/abstract_input_parser.h
tests/dpl/include/dpl/test/abstract_input_reader.h
tests/dpl/include/dpl/test/abstract_input_tokenizer.h
tests/dpl/include/dpl/test/test_results_collector.h
tests/dpl/include/dpl/test/test_runner.h
tests/dpl/include/dpl/test/test_runner_child.h
tests/dpl/include/dpl/test/test_runner_multiprocess.h
tests/dpl/include/dpl/test/value_separated_parser.h
tests/dpl/include/dpl/test/value_separated_policies.h
tests/dpl/include/dpl/test/value_separated_reader.h
tests/dpl/include/dpl/test/value_separated_tokenizer.h
tests/dpl/include/dpl/test/value_separated_tokens.h
tests/dpl/src/assert.cpp
tests/dpl/src/binary_queue.cpp
tests/dpl/src/colors.cpp
tests/dpl/src/errno_string.cpp
tests/dpl/src/exception.cpp
tests/dpl/src/singleton.cpp
tests/dpl/src/test_results_collector.cpp
tests/dpl/src/test_runner.cpp
tests/dpl/src/test_runner_child.cpp
tests/dpl/src/test_runner_multiprocess.cpp
tests/dpl/src/value_separated_policies.cpp
tests/dpl/src/value_separated_tokens.cpp
tests/pkcs12/CMakeLists.txt
tests/pkcs12/new_test_cases.cpp
tests/pkcs12/pkcs12_test.cpp
tests/pkcs12/test-common.cpp
tests/pkcs12/test-common.h
tests/plugin/CMakeLists.txt
tests/plugin/plugin-sample.cpp
tests/vcore/CMakeLists.txt
tests/vcore/main.cpp
tests/vcore/test-certificate.cpp
tests/vcore/test-common.cpp
tests/vcore/test-common.h
tests/vcore/test-ocsp-check.cpp
tests/vcore/test-signature-validator.cpp
tests/vcore/test-time-conversion.cpp

diff --git a/LICENSE b/LICENSE
index a795f06e6ee0db11972676d4bb2e123212ad8da3..6d915ce60b0986aea09c4b66c552fd8400ae7ccd 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
+Copyright (c) 2000 - 2016 Samsung Electronics Co., Ltd. All rights reserved.
 
                                  Apache License
                            Version 2.0, January 2004
@@ -188,7 +188,7 @@ Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
       same "printed page" as the copyright notice for easier
       identification within third-party archives.
 
-   Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved 
+   Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved 
 
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
index fa4523449f24a579381c550d4ad6be5024962b51..8e4052fdbbd4ef8fc3106e6bfe1c542c4ee49d85 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-# Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+# Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
 #
 #    Licensed under the Apache License, Version 2.0 (the "License");
 #    you may not use this file except in compliance with the License.
index 54c74f501f0827485d985b504887f72979e58c17..42cbfcdfff81c3aa27e4a011dfcfcff71c358a4e 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 14ef0b75d04a3271cfcb4b5491fec726ace223d2..a45e4cce2bbb42acceb8c5e117b6ed9a8c0355b1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 5d8e91c8aece0abe6ff8165a91ad8cd162cb0138..9054ee91ebe9a2901ffa5c4c80c5f76ed33cf2d2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index fba822a7db960b016721022fa9756e527d763d78..68742b61dca975f3316c558ba2ed7aea6bd41156 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index bec534aa6ceb00b00da4d862ef91f6283684b956..6d195affa8e6ed9c35dbebc059582456967391a2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 502d92607ce4c0d8697f0d622dfdb5df9fe920da..f960a309d8661b539aac4e339bf82b0f4b098dee 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 6e021928bbb64b26884f70528d1fa3d25b806bc0..16251d57b290f53a6cbebf502728da6d59a95922 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 2ec2749dc6b3660b1eed219fedab1ba3f71ce7cb..872af016635502c8d98dbdb11a6389ab7c6e9844 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 7e9faa28ca762f831ca349b8b3c180714e614638..a8369de5d05950a60100de91582bf285d449ac39 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 54abd526cf43a272988e651bc245b3eb4e947c44..7f5b91f82cd153c6acd235a0a284ad5d20f1a6a9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index b2bf97017148cf2c35b599cb770f94da49983081..e10060526642770399cd59f3f161a9c461763712 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index e1e5be2739608276b4b37de7cf956ce31070a8ce..9fb683bdd8895567aa0fc80df6d7b3ff0d8cee97 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 3c2cc5a17cc77e75803012906b39b9e5e12a616e..b04219b7fbf85e927b9b78f7272cd805871699df 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  Copyright (c) 2000 - 2014 Samsung Electronics Co., Ltd All Rights Reserved
+ *  Copyright (c) 2000 - 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *  Licensed under the Apache License, Version 2.0 (the "License");
  *  you may not use this file except in compliance with the License.
index 07cac3d3502ee732a0bac186c4579e24e61959af..6af6dc0876dd290b760d2a26317e83de0ea863c3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index e26da289229549d5d3dcd9dc2b4cf7995834af7a..2af69e218c4ce9eed3ea134ba73a24861c519c6f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 21fd2f1d63827c6add1aaaab38c2589883913cd3..f2f226fe5170ab100ffdda75a5390c3573bc4b37 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 4f514b21d63d59a545c0196e3d4be46194883792..369b9540b318299a98f714f5b3367dcbf7a63a86 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 0abf8d81778dc0d700013e88140442d0c27f15b1..af2d712673a2b690f52310ae0707bac081ded997 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  Copyright (c) 2000 - 2014 Samsung Electronics Co., Ltd All Rights Reserved
+ *  Copyright (c) 2000 - 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *  Licensed under the Apache License, Version 2.0 (the "License");
  *  you may not use this file except in compliance with the License.
index 5bd61edfc47c6bde7f528a7e5c7c93516ce182c2..132d3bd9d6bd217f1f40b0cc458963acd23e6c31 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index f1dd0d079605c73be08a8098227e15e7f153e86b..e76675cff870c120edf15d6c68360b0daeee043d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 5aea4473d3513172a5d6489e9f9873fc7505668c..3a5425808a1b7f6233f530a930c132a33719b95b 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *  Licensed under the Apache License, Version 2.0 (the "License");
  *  you may not use this file except in compliance with the License.
index 1d91b418fd6456b60b4ae66db1c0faff4b544281..3e37f2b5b831a69ff7cf68edf47e7ad48191b524 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *
- * Copyright (c) 2000 - 2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2000 - 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  * Contact: Kidong Kim <kd0228.kim@samsung.com>
  *
index e0a01a5d9ac24ba8da7498952b5bfaf8301b1f17..456023990cf0c950430e5135938b0ac418b7eee2 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *  Licensed under the Apache License, Version 2.0 (the "License");
  *  you may not use this file except in compliance with the License.
index 77a3246dd1bdfdce28f79213668d089b8ae9d9f1..60544885e8e9a2e79ecea10857ad99108e640389 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *  Licensed under the Apache License, Version 2.0 (the "License");
  *  you may not use this file except in compliance with the License.
index adb07f8b6801b60fe5d767d9dc76766fa90746f6..9cd56da6e777b4df409cd1b9e9cd99342933099c 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *  Licensed under the Apache License, Version 2.0 (the "License");
  *  you may not use this file except in compliance with the License.
index 80dc700a77f0416ff18266dba330789aa64ba7ce..ab08494d8536718030f548d9ec99ce9975a141b7 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *  Licensed under the Apache License, Version 2.0 (the "License");
  *  you may not use this file except in compliance with the License.
index e3b85ef35d529935d19d3a81ef649013e9e995b8..cf017a96f91da204d0a0f8628d687367e438b86c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index d8f3817a4cdc0867c0f5eb0e58257e2d432157a5..403a64d910bc69cc24ea2ad6718758dbdf01bed5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index dbabf215a1fb53c7cb1732b22d7e7f11ba90052a..7e8cf0dce57726b22a5f3ddf6a0a9b82c91b764e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index ea01f7bd03074a9978e0f74effaa84c457c5fc1c..d2a7ee4a4b8f88680d35a11b943f1d4b8a1376ba 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 4b66f77e16fc6ba95d6c1358caf1f5aed6de6046..86b0d081879b352ca289ae35f5c48428ec591133 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index efaa6513e1989aed320be4407c9ffd91118a9eaf..3678a4a3e1f94d4bc0163be805aab14f8478bd42 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index f7734a34b255a3bc1a8e99731636b46ac3855314..dde4750a6318d1745813b3e5bb69197d621be92a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 7ec3186814d5367b826c05c44a4608d63bd8a494..aa10d73d266fba509f866c425da43467ef608a84 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 856641f67e78aa6ed71f48d5626f20b79e6b0ebe..1952aff17bb752f01a1c44d68ce1580556c72342 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 0d3193401aa27c6c056feb6fbffdaac2b4e4e314..8ade0a5205afda44eaee16362b068993df4eff5b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index adf05c7b88393b0c4bacf58cf6b901aca6625ffb..6e807d43de393da9c46e1d2b9885fbc4a71a2715 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 40c82b13c5a5ca615238ba703f8acce34d17b6de..f808ba12a2c1da6cbdabd16919b607f3b559dc29 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index d87ed7b5f8e6e86367ae603df9a8fc9a7c0c7fb6..81f0638cc79baa6c7b7cadb081522d595aacb09d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index d0f48ae7f376439542a1713e944bbdef793c65ba..5ea856165ea6636eed34a62281528758f4b35541 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *  Licensed under the Apache License, Version 2.0 (the "License");
  *  you may not use this file except in compliance with the License.
index 0e62cf2b3def0c7c1a568a2aa9e4cfaa9f713f25..301395d8ce8799826ffe2755129bfb9359c9a4c5 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index b1ad4cf02205d7c7af357afc582ec21ca60ed76f..a779e83e7cac704423923171b4a6093b0a779f19 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 05f8c620d767cd6057edb5e31c6288ad9d24fa83..c283ad575cbcbd101d6fdd078003d5013d9aa72c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 358f5c5a6b920fb77193e75a59f366963ff0aaa8..97891cb4b73df9e7cf872352d3946623696d02e4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index ae1dc8700c6aa2e8f07da0c055a53d40305d6ef6..4065a47e609f053015b5815a6d47217a19088e95 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  Copyright (c) 2015 Samsung Electronics Co.
+ *  Copyright (c) 2016 Samsung Electronics Co.
  *
  *  Licensed under the Apache License, Version 2.0 (the "License");
  *  you may not use this file except in compliance with the License.
index d335e67c99b43b8aee9aed995bb83a0928496ded..277747932e8cd3e74da5a9cec47fc1918fc10350 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  Copyright (c) 2015 Samsung Electronics Co.
+ *  Copyright (c) 2016 Samsung Electronics Co.
  *
  *  Licensed under the Apache License, Version 2.0 (the "License");
  *  you may not use this file except in compliance with the License.
index 02ff6edbf872110cc0523f3827819b418347882f..e1ff7e53b0565629379ab7f5ccc5f2f4b744aa47 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index e722bfc0facfc1c021f48cfc0821f732f309cc25..b59201684f81ceb764efb709dbab8a5df6c1bb3e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved
+ *  Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *  Licensed under the Apache License, Version 2.0 (the "License");
  *  you may not use this file except in compliance with the License.
index 1b83b0245cd0ae678ac8dfc2a36c7f5ef9b61fbc..dba780ce541bf020f8387838189d2b9db39c0062 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved
+ *  Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *  Licensed under the Apache License, Version 2.0 (the "License");
  *  you may not use this file except in compliance with the License.
index b4f47135e16a06b544edaf018b697dece0847ace..fc2f4f6169f589bcc5801568c3d512897a7c7845 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 450e22485e095b51a47945c2b41e494281c015a0..04d037a0adc7167b65bb72b54026b5ceb19d848a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 46dd690e43e4c18745919d86698b94f0c55e02c9..ac4670705f0174ee47bc4fd7d282471b2e57d1c5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index a1104ab08c623e2174ad3db3331d2f211dcedff0..9ed05c95324d7f974477307895359847dac61e0b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 8663414379dfdac174d6eb02371b2b0002b45988..cfbcc1e399307e66893e591c7fbe537067b7bb00 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 52e39fa7e9e9482db48707e48af2978850680f21..91b5b21c71483b2f9b2fae2dbe644debf808787d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 501056312e7c827690c75414e98b1e8d71883cae..48d3529b2d91cb9940defc6ee5d5aab29efe66b5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 40881b9c15e42f68f51c835496684233e8c28304..77925e949117c88f84bfc943fc38747d02d371b6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 3fd1b586b818954cc2c35e646e365ea6fa69f18a..395fb01cfda6e3afcee52778958cd4e60994253a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 846db22a05390037ecfe769c35b24e3e8d9e4797..f3145c022f60cd8821090fc7cdab187aa5ee8c3e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 1007f95b77127c3ea2e2f5063840d79477bd9cb2..9247924ef33d8f8ee7bef204fbf3c12e38d5f37e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 8dc469218e4267a9b49b29ed4aa13072bb5fec33..1c818a19f19e323a50e9fac1dcf764f8bc3e6a97 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 45a642b4b7d2eaf2a63c5a38abbaff338a20fe9a..d183deada7b4d2e5929c028d0a19c58186b029a2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 3cf2acd8db9401ebe52beb7c11b0b832f53bdf7a..7586f0607760a90f79470170af2212c6e48e2353 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 79c0e1cf191fa815d3246c2a0d3d1864b9cd7798..7cfe247a847ad6a50270c24d00ebefc883174a45 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index b5d87b40b4bbecd98ea57c3524ff6293a99f7ee3..0c752795d3b597f09dd87f44ca416e6a637979a5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index fb895b4ed37a25501a6db1135ca57a50a11ae146..4248fb5fdd519826552af11b1edb1f319d53fa2c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved
+ *  Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *  Licensed under the Apache License, Version 2.0 (the "License");
  *  you may not use this file except in compliance with the License.
index 7725e69ef7cb14cdb8134c0b6d1c9b79ece407f4..e870713805f0bc307a39809569a4384519d7dfe4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index a2170f043b55d96c624307e5b17678ef27331510..10573e7125bc69b93375b5d2cfa3266496a75194 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 4554e77d997f6020b7d617203008be5cb8a3b3bf..c2c8f1245a28f11c1d68a3db26065c125e6948a5 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index b52655e50fb87eb839c053a7cbed2d5403304987..2df9f9edacf9bf7c290796528e49403cfcbe397a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 0129e0a21917cec521e9c1eb987630c824780ed8..0c21094c77a9dcb3bc448f0a001b98865caaed88 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 59850055c1a868e604ff6b3eea08b63aed5cadc3..fc29f56b5e5fe6e4d89d71ff653c62b5d84a43d7 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index f98ebf815edb98bb622104c9a3da820a21f3d479..89c1809974b7143908b90cf3cb59f803ca2d1768 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 11bdab1346639feb9641f7b50875e87d486c63a4..5950646cc1b8eedf71535c50b779b29164bc2270 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+# Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
 #
 #    Licensed under the Apache License, Version 2.0 (the "License");
 #    you may not use this file except in compliance with the License.
index 64365876aebf01f3eeb930733820b699a1c138b0..a36408cefc229e5fc7a674ff7587fb381530338a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved
+# Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
 #
 #    Licensed under the Apache License, Version 2.0 (the "License");
 #    you may not use this file except in compliance with the License.
index 7e6fef82634b179408534f5f128483e333e0338e..7d3cb16d9cf1dd871e9cbdb2c803872f6456e7a9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 8c60d64353a7320912b55dab886450cb8a586e1d..117802f99c2e3793ade9bdc765eaba8cf4739dca 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
@@ -55,14 +55,14 @@ extern const std::string googleCA;
 /*
  *  Signed by googleCA
  *  Not Before: May 13 00:00:00 2004 GMT
- *  Not After : May 12 23:59:59 2014 GMT
+ *  Not After : May 12 23:59:59 2016 GMT
  */
 extern const std::string google2nd;
 
 /*
  *  Signed by google2nd
- *  Not Before: Oct 26 00:00:00 2011 GMT
- *  Not After : Sep 30 23:59:59 2013 GMT
+ *  Not Before: Oct 26 00:00:00 2016 GMT
+ *  Not After : Sep 30 23:59:59 2016 GMT
  */
 extern const std::string certEE;
 
@@ -73,13 +73,13 @@ extern const std::string certEE;
 extern const std::string certFullField;
 
 /*
- *  Not Before: Oct  5 12:11:33 2011 GMT
+ *  Not Before: Oct  5 12:11:33 2016 GMT
  *  Not After : Oct  2 12:11:33 2021 GMT
  */
 extern const SigComponents magda;
 
 /*
- *  Not Before: Oct  5 12:00:51 2011 GMT
+ *  Not Before: Oct  5 12:00:51 2016 GMT
  *  Not After : Oct  2 12:00:51 2021 GMT
  */
 extern const SigComponents filipSHA1;
@@ -87,27 +87,27 @@ extern const SigComponents filipSHA256;
 
 /*
  *  Signer
- *  Not Before: Jun 18 08:11:04 2014 GMT
- *  Not After : Jun 18 08:11:04 2015 GMT
+ *  Not Before: Jun 18 08:11:04 2016 GMT
+ *  Not After : Jun 18 08:11:04 2016 GMT
  *
  *  Second CA
- *  Not Before: Jun 18 08:10:59 2014 GMT
- *  Not After : Jun 18 08:10:59 2015 GMT
+ *  Not Before: Jun 18 08:10:59 2016 GMT
+ *  Not After : Jun 18 08:10:59 2016 GMT
  *
  *  Root CA
- *  Not Before: Jun 18 08:10:51 2014 GMT
- *  Not After : Jun 18 08:10:51 2015 GMT
+ *  Not Before: Jun 18 08:10:51 2016 GMT
+ *  Not After : Jun 18 08:10:51 2016 GMT
  */
 extern std::vector<std::string> certChain;
 
 /*
  *  Second CA
- *  Not Before: Jun 14 08:12:50 2014 GMT
- *  Not After : Jun 14 08:12:50 2015 GMT
+ *  Not Before: Jun 14 08:12:50 2016 GMT
+ *  Not After : Jun 14 08:12:50 2016 GMT
  *
  *  Root CA
- *  Not Before: Jun 14 08:12:35 2014 GMT
- *  Not After : Jun 14 08:12:35 2015 GMT
+ *  Not Before: Jun 14 08:12:35 2016 GMT
+ *  Not After : Jun 14 08:12:35 2016 GMT
  */
 extern std::vector<std::string> certChainSelfSigned;
 
index 11c553896964e563fb66e3735e02405092f40694..3518f15c1e7650095ac96be2736e257827f2a468 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 2c411315b20ee5f25f2e03b8e3dd4be4406ac1c9..0bc483a439faf4dbf6303a1a37364e12a0eabdaf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
@@ -116,7 +116,7 @@ RUNNER_TEST(T0104_not_before_not_after)
        RUNNER_ASSERT_MSG(before == 1084406400, "TODO");
        result = certsvc_certificate_get_not_after(cert, &after);
        RUNNER_ASSERT_MSG(CERTSVC_SUCCESS == result, "Error extracting NOT_AFTER");
-       //extracted: date --date="May 12 23:59:59 2014 GMT" +%s
+       //extracted: date --date="May 12 23:59:59 2016 GMT" +%s
        RUNNER_ASSERT_MSG(after == 1399939199, "TODO");
 }
 
index 2df4ebcf7802ab00a78bbe231847a7e5a2e64dd1..86aca1ff9be17433b97fe64080282eeec7bebaaa 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 57ee350e636943e6bce48dcfb655465ef9bcec83..493625ea4667da141db9dcc2e9ac316431cc4402 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index ab18c45878e2bd5f07f550f1f847389ee9c1d287..8ebd705fa5701cd0478402a9a886cf9a2e236c61 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 3c4f0f8b3ecd9849e3a7a1ea4100023ca4ae44e9..91f8836352fca30015d9ff3845924d60668e389d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 14ef0b75d04a3271cfcb4b5491fec726ace223d2..a45e4cce2bbb42acceb8c5e117b6ed9a8c0355b1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 0813892008199af348df20f8048eda517f4264f6..0c412011beeb0d3c8cda4864f9a0a57d00e0577f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 12019be76077e746fb0c7300e7a7a50e892df1bc..1aa34582818cb5dc0793f817eb05eaa2eb6cc8fc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 5d8e91c8aece0abe6ff8165a91ad8cd162cb0138..9054ee91ebe9a2901ffa5c4c80c5f76ed33cf2d2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 5ea55e577046568e2ebef598fdc7b1445dd48c11..3778f4e8372ccdd803a1bb6a4dacd4c0889eed54 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index fba822a7db960b016721022fa9756e527d763d78..68742b61dca975f3316c558ba2ed7aea6bd41156 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index b427aad06575e1878231c0205c73d0992e1e9d01..d1224c119fb4e6ac9cb7f5e5804effa32a3b68a5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 04dc828910f1650635b22ab25f2bde8509d551ca..40b968d6cf5a3186f61e24745629a25d1850bc83 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2014 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 9354a4e81fca08995cc0d0a101ddfc9f734e2a76..80d9530dac649b1ef34444cba0b1c2e8108698d5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 6fca34c0f11458dabf9a94dd4523a5b68f097fcd..85780c303eeed2cdd1a11976a2e710566ade2260 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 017fa8689731907b0697ee9caec74b5c6c6945d0..4c451c026bd3cc05d5b90b1d4a9058b2fcba4845 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 479cbb999025eb21dd08fe072f147ad4b9066f9b..e976301b64c45127144ae6e93543975448ddb701 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 882d415040011e36b300458f0e6707390ae32e5b..b6d281a5a5a28efd062c82354d4003f55a5ff13e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index bec534aa6ceb00b00da4d862ef91f6283684b956..6d195affa8e6ed9c35dbebc059582456967391a2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 502d92607ce4c0d8697f0d622dfdb5df9fe920da..f960a309d8661b539aac4e339bf82b0f4b098dee 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 69981366653742846e7496227017c6cf11ceb69d..7d858866680e3b417fb990e89ca90832a7087f1d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 5410e780c4d89ab80062a494964720da625f18a0..aee3ce7fba3eadebcdfb8ccd41dc260e8192668d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 46d1564414f9d899bec6503f90992ec90afe9688..7f167b3826acfa41cea2716728ffd2b4cab515ed 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 9656333278ffe3548da28551e7795b524f750381..b772e34a7fcde17c0d71c1a3b4b95cb3c8411451 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 6235c1d9455b41a295f7276997f9ec6f53486dff..6fbbe2a656c62c29d4c811cc6578dd3a36950b10 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 4627e96fd1cc90254f81e4b1bbc2f7f0ea82a70a..7f1385d89ca8a82cdcd7e322d8d529d28f98151a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index af31bbb4a5d7c7df74bc427226fe3bb4f420e2f6..37ae22694b7403e5f8b35dd8395af67304f9ddcd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 63c483b63c4d1178e24208b93b73760fd4352c21..724b8d3fb83760eb262145375362e409284693d6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 35e31a6a877852e757466f444b78cc1b8765d2d6..5b140c56ae5434d2fb0308be7003da9af340070b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 36e255f3797131f4ffede19b1c135efcf6aca02d..6506171e1073be4758a90ee1498bd78e769ee95d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 4141505a268caedc4778741d0f1b20dd3cfb849a..e67d28326bed204ed5b4a79f2a87f00f0ae11365 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 0772fe693030774a764565c6ee91c64eba865b61..4c427b7f691422d7e8b4d1ba0f2a0e8933a35a9b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 4aaec88002c8530c28a2c803fe5aaf915cda5fdc..4977df2bcbde0ad24e08fe4434136e4503be4ef3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 7c302073f1656b6af0bb873012be902559ceac0c..953f045d6da96ea06ddba810195a2ea5a6ecf948 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 2ec2749dc6b3660b1eed219fedab1ba3f71ce7cb..872af016635502c8d98dbdb11a6389ab7c6e9844 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index d248b344d9765b30ca1e53bb3499d7c705a69356..0b87ad1b63500a6085ab29dff5275a48d9ec060d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index acbdd7fece4809f792a77a7ad81fae904a5c25a7..0c5a117028b88742df58d16bdaec9bebfc058ac4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 54abd526cf43a272988e651bc245b3eb4e947c44..7f5b91f82cd153c6acd235a0a284ad5d20f1a6a9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index c332cbf28d6be395b7a94a8d8a9c639b6bca5519..a6d582a8370bd8714219be85c42d437d46dc561f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 7822fc0921cd80df1bfe2df4ba8cd69143c7b38a..b9a29dd6650799fc44791c85c108cb72f2b9a05b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 3b593471f94cafcb0ea98e79ba3bc13e0fa01ede..03eb5ec7c286fb8aa9e47336312cb32d39ea4c67 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 3ab4bd98d5c061354215da8a01ec1e5881d569ee..377ec97597511954e1b25a65281de78373757ef1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index da032f3466fab50bc78ed5384057b165e220f8b5..0ed2c13cb57cb55098a6d4bb5c1fdbc3bffd0ffc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 8a335489ff16a9e806a89a1d247e90a6e305cbda..8d1ea5a82ab0336974617ac77892c285286b6889 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index e9c55698570bcc49a05f351998a3a082047462b3..5eb8052c9fe0f2eae3f569fb426364e4beac322e 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+# Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
 #
 #    Licensed under the Apache License, Version 2.0 (the "License");
 #    you may not use this file except in compliance with the License.
index 30bb846607e5c20ab5a4b12b45f7fffa2241a662..b16fb037febb0a06064518fb54fbd70b59d67781 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index f9d80f58dcfcac7d54673ba3269987dbdd1650c4..022831a9d50ea553a9e7c8e77f77a08e8b999364 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 09a7a7eef9bd74f17e42697cf438ff627bcd6f61..4348395f722aadcc173360fadcef828d1a9b2dc4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 18058913d3c6e3ec80133f64d40cd47c6295ac66..d84662f8117b996cd92d7c94f596208d1445b465 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 7dae2fe47b3f014b74c0da8b4ac5320c95fd65fc..7dff24c9daba1a5d861b3e38028a0a2330dd0e23 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved
+# Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
 #
 #   Licensed under the Apache License, Version 2.0 (the "License");
 #   you may not use this file except in compliance with the License.
index cf4c3efd6fb3a0db14bbbd668423c5210138277b..61d3dd19740fc1ce963d3864d523aaa61cb48e20 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index cb3834a2039753e1506c87f57f800963108f349e..c02b3e4898ba3e052c4d210fdee8ed1459a7f1fc 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+# Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
 #
 #    Licensed under the Apache License, Version 2.0 (the "License");
 #    you may not use this file except in compliance with the License.
index 9a6be321c19dd65fc66cf66fb73ec2d1b6a7e1bf..d7ba787f0eff000b455a7d2383dcce4b3f37f963 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index c7deecac1640ffd4d75cb21820602995ff467a19..d3dacbedce2d33c7a6b02c42f87095574a008fff 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index cd045699c5f3c3845f377aeb8074ee51f017c453..989c8da0c4534349ea3bc9a1059a586c8077b024 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 247baad1657588fe215d26903cdab27b5607e2ba..43d62fc02a63bd15ed9cae23f84ffb9a28471501 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 7360e372d7acff486c211e94257fb22fdab4aab9..4b4a768a839e187c3463bd4a45a4d6fdb78c9d61 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index 95f5168f2b1bd5c239141770e57fde8eb70d8807..cf7c04dd529310a2e1feac8e609834d44465cde0 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *
- * Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index fb508bc242b6a94d0173a7b990eccf8d9cd847a8..29e0f5c29c2b33836b97ad0dcc588b57446ef21d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.