summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShih-wei Liao <sliao@google.com>2012-03-24 19:10:51 -0700
committerShih-wei Liao <sliao@google.com>2012-03-24 19:10:51 -0700
commitaaf2b9cdd3b76565d5f194ce52032d38849e0a17 (patch)
tree59c282001aeda8f8497b9a1d123f11dba8d08e73
parent6cf155a77c693c51ab9d4b1cf29f0fa898afd1c9 (diff)
downloadlinkloader-aaf2b9cdd3b76565d5f194ce52032d38849e0a17.tar.gz
Minor fixes: Addressed the comments.
Change-Id: I77272e75addffb27e6c6c5ef914a681d79847dae
-rw-r--r--include/impl/ELFObject.hxx2
-rwxr-xr-xtests/images/gen-testcases.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/impl/ELFObject.hxx b/include/impl/ELFObject.hxx
index 9ff2f3e..a133a00 100644
--- a/include/impl/ELFObject.hxx
+++ b/include/impl/ELFObject.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright 2011, The Android Open Source Project
+ * Copyright 2011-2012, The Android Open Source Project
*
* 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/tests/images/gen-testcases.sh b/tests/images/gen-testcases.sh
index c47e038..26c7cdf 100755
--- a/tests/images/gen-testcases.sh
+++ b/tests/images/gen-testcases.sh
@@ -1,7 +1,7 @@
#!/bin/bash -e
-# Copyright (C) 2011 The Android Open Source Project
+# Copyright (C) 2011-2012 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.