diff options
author | Dan Handley <dan.handley@arm.com> | 2013-12-02 19:25:12 +0000 |
---|---|---|
committer | Dan Handley <dan.handley@arm.com> | 2013-12-05 11:34:09 +0000 |
commit | ab2d31edbd9dea69bd1ca495e3fce0511c9d42ff (patch) | |
tree | f8b6e77c7c5a4636a292a353395f3c0ecc233dd5 /lib/non-semihosting/strtol.c | |
parent | cd29b0a60ca98dafe3904165ff33b06af350255a (diff) | |
download | platform_external_arm-trusted-firmware-ab2d31edbd9dea69bd1ca495e3fce0511c9d42ff.tar.gz platform_external_arm-trusted-firmware-ab2d31edbd9dea69bd1ca495e3fce0511c9d42ff.tar.bz2 platform_external_arm-trusted-firmware-ab2d31edbd9dea69bd1ca495e3fce0511c9d42ff.zip |
Enable third party contributions
- Add instructions for contributing to ARM Trusted Firmware.
- Update copyright text in all files to acknowledge contributors.
Change-Id: I9311aac81b00c6c167d2f8c889aea403b84450e5
Diffstat (limited to 'lib/non-semihosting/strtol.c')
-rw-r--r-- | lib/non-semihosting/strtol.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/non-semihosting/strtol.c b/lib/non-semihosting/strtol.c index 4a5a40477..f743c4165 100644 --- a/lib/non-semihosting/strtol.c +++ b/lib/non-semihosting/strtol.c @@ -33,9 +33,7 @@ */ /* - * Portions copyright (c) 2009-2013, ARM Ltd. All rights reserved. - * --------------------------------------------------------------- - * File: lib/strtol.c + * Portions copyright (c) 2009-2013, ARM Limited and Contributors. All rights reserved. */ #include "types.h" |