summaryrefslogtreecommitdiff
path: root/bootwrapper
diff options
context:
space:
mode:
authorDietmar Eggemann <dietmar.eggemann@arm.com>2012-02-10 15:18:52 +0000
committerDietmar Eggemann <dietmar.eggemann@arm.com>2012-02-10 15:18:52 +0000
commit3946c474d63a8b5a78f84cb03b3a9a8db94324bc (patch)
tree0fe0af225a9f9d3837abb2471a70182876aed821 /bootwrapper
parentf75e1ae6bba93ce80284f0651e09d98508ffe362 (diff)
Update Copyright information.
Signed-off-by: Dietmar Eggemann <dietmar.eggemann@arm.com>
Diffstat (limited to 'bootwrapper')
-rwxr-xr-xbootwrapper/Makefile2
-rwxr-xr-xbootwrapper/boot.S2
-rwxr-xr-xbootwrapper/boot.map.template2
-rw-r--r--bootwrapper/bootargs.S2
-rw-r--r--bootwrapper/bootwrapper.h2
-rw-r--r--bootwrapper/c_start.c2
-rw-r--r--bootwrapper/emubuild.s2
-rw-r--r--bootwrapper/filesystem.S2
-rwxr-xr-xbootwrapper/helpers.S2
-rw-r--r--bootwrapper/helpers.h2
-rw-r--r--bootwrapper/kernel.S2
-rwxr-xr-xbootwrapper/makemap2
-rw-r--r--bootwrapper/uart.c2
-rw-r--r--bootwrapper/vectors.S2
-rw-r--r--bootwrapper/vgic.h2
15 files changed, 15 insertions, 15 deletions
diff --git a/bootwrapper/Makefile b/bootwrapper/Makefile
index addcdae..44434ea 100755
--- a/bootwrapper/Makefile
+++ b/bootwrapper/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2011, ARM Limited. All rights reserved.
+# Copyright (c) 2012, ARM Limited. All rights reserved.
#
# Redistribution and use in source and binary forms, with
# or without modification, are permitted provided that the
diff --git a/bootwrapper/boot.S b/bootwrapper/boot.S
index 6afbf34..88cb036 100755
--- a/bootwrapper/boot.S
+++ b/bootwrapper/boot.S
@@ -1,5 +1,5 @@
;
- ; Copyright (c) 2011, ARM Limited. All rights reserved.
+ ; Copyright (c) 2012, ARM Limited. All rights reserved.
;
; Redistribution and use in source and binary forms, with
; or without modification, are permitted provided that the
diff --git a/bootwrapper/boot.map.template b/bootwrapper/boot.map.template
index 7267c4b..d3feb5c 100755
--- a/bootwrapper/boot.map.template
+++ b/bootwrapper/boot.map.template
@@ -1,5 +1,5 @@
;
- ; Copyright (c) 2011, ARM Limited. All rights reserved.
+ ; Copyright (c) 2012, ARM Limited. All rights reserved.
;
; Redistribution and use in source and binary forms, with
; or without modification, are permitted provided that the
diff --git a/bootwrapper/bootargs.S b/bootwrapper/bootargs.S
index 3c57492..373ff7d 100644
--- a/bootwrapper/bootargs.S
+++ b/bootwrapper/bootargs.S
@@ -1,5 +1,5 @@
;
- ; Copyright (c) 2011, ARM Limited. All rights reserved.
+ ; Copyright (c) 2012, ARM Limited. All rights reserved.
;
; Redistribution and use in source and binary forms, with
; or without modification, are permitted provided that the
diff --git a/bootwrapper/bootwrapper.h b/bootwrapper/bootwrapper.h
index 7d44493..f4e9987 100644
--- a/bootwrapper/bootwrapper.h
+++ b/bootwrapper/bootwrapper.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011, ARM Limited. All rights reserved.
+ * Copyright (c) 2012, ARM Limited. All rights reserved.
*
* Redistribution and use in source and binary forms, with
* or without modification, are permitted provided that the
diff --git a/bootwrapper/c_start.c b/bootwrapper/c_start.c
index 12442ff..148c0a3 100644
--- a/bootwrapper/c_start.c
+++ b/bootwrapper/c_start.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011, ARM Limited. All rights reserved.
+ * Copyright (c) 2012, ARM Limited. All rights reserved.
*
* Redistribution and use in source and binary forms, with
* or without modification, are permitted provided that the
diff --git a/bootwrapper/emubuild.s b/bootwrapper/emubuild.s
index b487015..87b01fb 100644
--- a/bootwrapper/emubuild.s
+++ b/bootwrapper/emubuild.s
@@ -1,5 +1,5 @@
;
- ; Copyright (c) 2011, ARM Limited. All rights reserved.
+ ; Copyright (c) 2012, ARM Limited. All rights reserved.
;
; Redistribution and use in source and binary forms, with
; or without modification, are permitted provided that the
diff --git a/bootwrapper/filesystem.S b/bootwrapper/filesystem.S
index 4b8cb31..05e2f35 100644
--- a/bootwrapper/filesystem.S
+++ b/bootwrapper/filesystem.S
@@ -1,5 +1,5 @@
;
- ; Copyright (c) 2011, ARM Limited. All rights reserved.
+ ; Copyright (c) 2012, ARM Limited. All rights reserved.
;
; Redistribution and use in source and binary forms, with
; or without modification, are permitted provided that the
diff --git a/bootwrapper/helpers.S b/bootwrapper/helpers.S
index 811b263..bf08be0 100755
--- a/bootwrapper/helpers.S
+++ b/bootwrapper/helpers.S
@@ -1,5 +1,5 @@
;
- ; Copyright (c) 2011, ARM Limited. All rights reserved.
+ ; Copyright (c) 2012, ARM Limited. All rights reserved.
;
; Redistribution and use in source and binary forms, with
; or without modification, are permitted provided that the
diff --git a/bootwrapper/helpers.h b/bootwrapper/helpers.h
index 1142627..862e1da 100644
--- a/bootwrapper/helpers.h
+++ b/bootwrapper/helpers.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011, ARM Limited. All rights reserved.
+ * Copyright (c) 2012, ARM Limited. All rights reserved.
*
* Redistribution and use in source and binary forms, with
* or without modification, are permitted provided that the
diff --git a/bootwrapper/kernel.S b/bootwrapper/kernel.S
index 1586abb..064075d 100644
--- a/bootwrapper/kernel.S
+++ b/bootwrapper/kernel.S
@@ -1,5 +1,5 @@
;
- ; Copyright (c) 2011, ARM Limited. All rights reserved.
+ ; Copyright (c) 2012, ARM Limited. All rights reserved.
;
; Redistribution and use in source and binary forms, with
; or without modification, are permitted provided that the
diff --git a/bootwrapper/makemap b/bootwrapper/makemap
index 47213c9..0983e2f 100755
--- a/bootwrapper/makemap
+++ b/bootwrapper/makemap
@@ -1,6 +1,6 @@
#! /bin/env perl
#
-# Copyright (c) 2011, ARM Limited. All rights reserved.
+# Copyright (c) 2012, ARM Limited. All rights reserved.
#
# Redistribution and use in source and binary forms, with
# or without modification, are permitted provided that the
diff --git a/bootwrapper/uart.c b/bootwrapper/uart.c
index 138b0d5..5c858f6 100644
--- a/bootwrapper/uart.c
+++ b/bootwrapper/uart.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011, ARM Limited. All rights reserved.
+ * Copyright (c) 2012, ARM Limited. All rights reserved.
*
* Redistribution and use in source and binary forms, with
* or without modification, are permitted provided that the
diff --git a/bootwrapper/vectors.S b/bootwrapper/vectors.S
index 1474ff1..00af8cc 100644
--- a/bootwrapper/vectors.S
+++ b/bootwrapper/vectors.S
@@ -1,5 +1,5 @@
;
- ; Copyright (c) 2011, ARM Limited. All rights reserved.
+ ; Copyright (c) 2012, ARM Limited. All rights reserved.
;
; Redistribution and use in source and binary forms, with
; or without modification, are permitted provided that the
diff --git a/bootwrapper/vgic.h b/bootwrapper/vgic.h
index 56b5389..1c79a6a 100644
--- a/bootwrapper/vgic.h
+++ b/bootwrapper/vgic.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011, ARM Limited. All rights reserved.
+ * Copyright (c) 2012, ARM Limited. All rights reserved.
*
* Redistribution and use in source and binary forms, with
* or without modification, are permitted provided that the