aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib
diff options
context:
space:
mode:
Diffstat (limited to 'lib/stdlib')
-rw-r--r--lib/stdlib/abort.c2
-rw-r--r--lib/stdlib/assert.c2
-rw-r--r--lib/stdlib/mem.c2
-rw-r--r--lib/stdlib/printf.c2
-rw-r--r--lib/stdlib/putchar.c2
-rw-r--r--lib/stdlib/puts.c2
-rw-r--r--lib/stdlib/std.c2
-rw-r--r--lib/stdlib/strchr.c2
-rw-r--r--lib/stdlib/strlen.c2
-rw-r--r--lib/stdlib/subr_prf.c2
10 files changed, 10 insertions, 10 deletions
diff --git a/lib/stdlib/abort.c b/lib/stdlib/abort.c
index dd5c2db78..2ef3beeaf 100644
--- a/lib/stdlib/abort.c
+++ b/lib/stdlib/abort.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
diff --git a/lib/stdlib/assert.c b/lib/stdlib/assert.c
index 10753e505..8156a280c 100644
--- a/lib/stdlib/assert.c
+++ b/lib/stdlib/assert.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
diff --git a/lib/stdlib/mem.c b/lib/stdlib/mem.c
index e072710be..145d651ca 100644
--- a/lib/stdlib/mem.c
+++ b/lib/stdlib/mem.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
diff --git a/lib/stdlib/printf.c b/lib/stdlib/printf.c
index 61361b9cb..323ec0f89 100644
--- a/lib/stdlib/printf.c
+++ b/lib/stdlib/printf.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
diff --git a/lib/stdlib/putchar.c b/lib/stdlib/putchar.c
index f4b517aa3..85e4fbdfc 100644
--- a/lib/stdlib/putchar.c
+++ b/lib/stdlib/putchar.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
diff --git a/lib/stdlib/puts.c b/lib/stdlib/puts.c
index 7549eb887..ca88fc5c2 100644
--- a/lib/stdlib/puts.c
+++ b/lib/stdlib/puts.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
diff --git a/lib/stdlib/std.c b/lib/stdlib/std.c
index a9fc8edc4..ee308b0ea 100644
--- a/lib/stdlib/std.c
+++ b/lib/stdlib/std.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
diff --git a/lib/stdlib/strchr.c b/lib/stdlib/strchr.c
index 36d273b05..4247dcd36 100644
--- a/lib/stdlib/strchr.c
+++ b/lib/stdlib/strchr.c
@@ -28,7 +28,7 @@
*/
/*
- * Portions copyright (c) 2013, ARM Limited and Contributors.
+ * Portions copyright (c) 2013-2014, ARM Limited and Contributors.
* All rights reserved.
*/
diff --git a/lib/stdlib/strlen.c b/lib/stdlib/strlen.c
index a388fe437..23c3d3929 100644
--- a/lib/stdlib/strlen.c
+++ b/lib/stdlib/strlen.c
@@ -28,7 +28,7 @@
*/
/*
- * Portions copyright (c) 2009-2013, ARM Limited and Contributors. All rights reserved.
+ * Portions copyright (c) 2009-2014, ARM Limited and Contributors. All rights reserved.
*/
#include <stddef.h>
diff --git a/lib/stdlib/subr_prf.c b/lib/stdlib/subr_prf.c
index 6c11e2585..c1035624e 100644
--- a/lib/stdlib/subr_prf.c
+++ b/lib/stdlib/subr_prf.c
@@ -35,7 +35,7 @@
*/
/*
- * Portions copyright (c) 2009-2013, ARM Limited and Contributors.
+ * Portions copyright (c) 2009-2014, ARM Limited and Contributors.
* All rights reserved.
*/