summaryrefslogtreecommitdiff
path: root/tests/aslts/src/runtime/collections/exceptions
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2013-01-08 09:25:38 -0800
committerRobert Moore <Robert.Moore@intel.com>2013-01-08 09:25:38 -0800
commitc0a9146fa9d8ae65a8901cbab69fb883c021d2f6 (patch)
tree2b6229e93166210d8a8d2b8ca3337c146ebff3ee /tests/aslts/src/runtime/collections/exceptions
parent5b6ee00b56d7dc4d7b5edee0d712a5637e86ac54 (diff)
downloadacpica-c0a9146fa9d8ae65a8901cbab69fb883c021d2f6.tar.gz
Tests: Update all copyrights to 2013.
Test suites only. Includes headers in all ASL test code.
Diffstat (limited to 'tests/aslts/src/runtime/collections/exceptions')
-rw-r--r--tests/aslts/src/runtime/collections/exceptions/FULL/DECL.asl2
-rw-r--r--tests/aslts/src/runtime/collections/exceptions/FULL/MAIN.asl2
-rw-r--r--tests/aslts/src/runtime/collections/exceptions/FULL/RUN.asl2
-rw-r--r--tests/aslts/src/runtime/collections/exceptions/exc/MAIN.asl2
-rw-r--r--tests/aslts/src/runtime/collections/exceptions/exc/RUN.asl2
-rw-r--r--tests/aslts/src/runtime/collections/exceptions/exc/exc.asl2
-rw-r--r--tests/aslts/src/runtime/collections/exceptions/exc_operand/FULL/MAIN.asl2
-rw-r--r--tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand1/MAIN.asl2
-rw-r--r--tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand1/RUN.asl2
-rw-r--r--tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand1/exc_operand1.asl2
-rw-r--r--tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/MAIN.asl2
-rw-r--r--tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/RUN.asl2
-rw-r--r--tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_00_undef.asl2
-rw-r--r--tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_01_int.asl2
-rw-r--r--tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_02_str.asl2
-rw-r--r--tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_03_buf.asl2
-rw-r--r--tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_04_pckg.asl2
-rw-r--r--tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_05_funit.asl2
-rw-r--r--tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_06_dev.asl2
-rw-r--r--tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_07_event.asl2
-rw-r--r--tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_08_method.asl2
-rw-r--r--tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_09_mux.asl2
-rw-r--r--tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_10_oreg.asl2
-rw-r--r--tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_11_pwr.asl2
-rw-r--r--tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_12_proc.asl2
-rw-r--r--tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_13_tzone.asl2
-rw-r--r--tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_14_bfield.asl2
-rw-r--r--tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_operand2.asl2
-rw-r--r--tests/aslts/src/runtime/collections/exceptions/exc_ref/MAIN.asl2
-rw-r--r--tests/aslts/src/runtime/collections/exceptions/exc_ref/RUN.asl2
-rw-r--r--tests/aslts/src/runtime/collections/exceptions/exc_result/exc_result1/MAIN.asl2
-rw-r--r--tests/aslts/src/runtime/collections/exceptions/exc_result/exc_result1/RUN.asl2
-rw-r--r--tests/aslts/src/runtime/collections/exceptions/exc_result/exc_result1/exc_result1.asl2
-rw-r--r--tests/aslts/src/runtime/collections/exceptions/exc_result/exc_result2/MAIN.asl2
-rw-r--r--tests/aslts/src/runtime/collections/exceptions/exc_result/exc_result2/RUN.asl2
-rw-r--r--tests/aslts/src/runtime/collections/exceptions/exc_result/exc_result2/exc_result2.asl2
-rw-r--r--tests/aslts/src/runtime/collections/exceptions/exc_tbl/MAIN.asl2
-rw-r--r--tests/aslts/src/runtime/collections/exceptions/exc_tbl/RUN.asl2
38 files changed, 38 insertions, 38 deletions
diff --git a/tests/aslts/src/runtime/collections/exceptions/FULL/DECL.asl b/tests/aslts/src/runtime/collections/exceptions/FULL/DECL.asl
index 736e0afad..8da527a69 100644
--- a/tests/aslts/src/runtime/collections/exceptions/FULL/DECL.asl
+++ b/tests/aslts/src/runtime/collections/exceptions/FULL/DECL.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2012, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2013, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
diff --git a/tests/aslts/src/runtime/collections/exceptions/FULL/MAIN.asl b/tests/aslts/src/runtime/collections/exceptions/FULL/MAIN.asl
index 71368c3b6..ef9969824 100644
--- a/tests/aslts/src/runtime/collections/exceptions/FULL/MAIN.asl
+++ b/tests/aslts/src/runtime/collections/exceptions/FULL/MAIN.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2012, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2013, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
diff --git a/tests/aslts/src/runtime/collections/exceptions/FULL/RUN.asl b/tests/aslts/src/runtime/collections/exceptions/FULL/RUN.asl
index b7bbb2804..de6fb471e 100644
--- a/tests/aslts/src/runtime/collections/exceptions/FULL/RUN.asl
+++ b/tests/aslts/src/runtime/collections/exceptions/FULL/RUN.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2012, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2013, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
diff --git a/tests/aslts/src/runtime/collections/exceptions/exc/MAIN.asl b/tests/aslts/src/runtime/collections/exceptions/exc/MAIN.asl
index 048fadf2d..a9bc60654 100644
--- a/tests/aslts/src/runtime/collections/exceptions/exc/MAIN.asl
+++ b/tests/aslts/src/runtime/collections/exceptions/exc/MAIN.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2012, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2013, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
diff --git a/tests/aslts/src/runtime/collections/exceptions/exc/RUN.asl b/tests/aslts/src/runtime/collections/exceptions/exc/RUN.asl
index 92e37a21b..381162ce9 100644
--- a/tests/aslts/src/runtime/collections/exceptions/exc/RUN.asl
+++ b/tests/aslts/src/runtime/collections/exceptions/exc/RUN.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2012, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2013, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
diff --git a/tests/aslts/src/runtime/collections/exceptions/exc/exc.asl b/tests/aslts/src/runtime/collections/exceptions/exc/exc.asl
index 6b4297f8d..aecee7c11 100644
--- a/tests/aslts/src/runtime/collections/exceptions/exc/exc.asl
+++ b/tests/aslts/src/runtime/collections/exceptions/exc/exc.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2012, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2013, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
diff --git a/tests/aslts/src/runtime/collections/exceptions/exc_operand/FULL/MAIN.asl b/tests/aslts/src/runtime/collections/exceptions/exc_operand/FULL/MAIN.asl
index d9667edeb..a40ef9f2c 100644
--- a/tests/aslts/src/runtime/collections/exceptions/exc_operand/FULL/MAIN.asl
+++ b/tests/aslts/src/runtime/collections/exceptions/exc_operand/FULL/MAIN.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2012, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2013, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
diff --git a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand1/MAIN.asl b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand1/MAIN.asl
index 08a0433c1..31dde33a4 100644
--- a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand1/MAIN.asl
+++ b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand1/MAIN.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2012, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2013, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
diff --git a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand1/RUN.asl b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand1/RUN.asl
index 1216325e8..f1c590c41 100644
--- a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand1/RUN.asl
+++ b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand1/RUN.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2012, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2013, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
diff --git a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand1/exc_operand1.asl b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand1/exc_operand1.asl
index d5487c777..381527f44 100644
--- a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand1/exc_operand1.asl
+++ b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand1/exc_operand1.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2012, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2013, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
diff --git a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/MAIN.asl b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/MAIN.asl
index 0eafd86f3..1da08ad3a 100644
--- a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/MAIN.asl
+++ b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/MAIN.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2012, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2013, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
diff --git a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/RUN.asl b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/RUN.asl
index 6ecc6ceb0..7b19b3d20 100644
--- a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/RUN.asl
+++ b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/RUN.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2012, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2013, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
diff --git a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_00_undef.asl b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_00_undef.asl
index f037acda0..08ef80ebc 100644
--- a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_00_undef.asl
+++ b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_00_undef.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2012, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2013, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
diff --git a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_01_int.asl b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_01_int.asl
index 60fa029be..e89177911 100644
--- a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_01_int.asl
+++ b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_01_int.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2012, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2013, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
diff --git a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_02_str.asl b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_02_str.asl
index 9377f3181..dc1014b8e 100644
--- a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_02_str.asl
+++ b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_02_str.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2012, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2013, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
diff --git a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_03_buf.asl b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_03_buf.asl
index c0baacde1..569b3fa93 100644
--- a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_03_buf.asl
+++ b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_03_buf.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2012, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2013, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
diff --git a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_04_pckg.asl b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_04_pckg.asl
index 2b12205b2..4edcdad55 100644
--- a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_04_pckg.asl
+++ b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_04_pckg.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2012, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2013, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
diff --git a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_05_funit.asl b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_05_funit.asl
index 77a8b10e7..5ef50e208 100644
--- a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_05_funit.asl
+++ b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_05_funit.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2012, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2013, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
diff --git a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_06_dev.asl b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_06_dev.asl
index 758033979..09195fd93 100644
--- a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_06_dev.asl
+++ b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_06_dev.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2012, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2013, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
diff --git a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_07_event.asl b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_07_event.asl
index d01c4ddc1..66d1afc38 100644
--- a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_07_event.asl
+++ b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_07_event.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2012, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2013, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
diff --git a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_08_method.asl b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_08_method.asl
index bb42dc1c4..14bdcbdc7 100644
--- a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_08_method.asl
+++ b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_08_method.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2012, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2013, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
diff --git a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_09_mux.asl b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_09_mux.asl
index 6478a2069..7b63aa0f5 100644
--- a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_09_mux.asl
+++ b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_09_mux.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2012, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2013, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
diff --git a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_10_oreg.asl b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_10_oreg.asl
index 051673175..49cbda77b 100644
--- a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_10_oreg.asl
+++ b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_10_oreg.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2012, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2013, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
diff --git a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_11_pwr.asl b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_11_pwr.asl
index 21c6fa008..cc1000125 100644
--- a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_11_pwr.asl
+++ b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_11_pwr.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2012, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2013, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
diff --git a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_12_proc.asl b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_12_proc.asl
index 1819fcd09..4de19258d 100644
--- a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_12_proc.asl
+++ b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_12_proc.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2012, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2013, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
diff --git a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_13_tzone.asl b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_13_tzone.asl
index 904c4531b..9045f404b 100644
--- a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_13_tzone.asl
+++ b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_13_tzone.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2012, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2013, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
diff --git a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_14_bfield.asl b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_14_bfield.asl
index f1b26b791..de263a8f8 100644
--- a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_14_bfield.asl
+++ b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_14_bfield.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2012, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2013, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
diff --git a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_operand2.asl b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_operand2.asl
index 1c36b3229..23bb0f04d 100644
--- a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_operand2.asl
+++ b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_operand2.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2012, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2013, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
diff --git a/tests/aslts/src/runtime/collections/exceptions/exc_ref/MAIN.asl b/tests/aslts/src/runtime/collections/exceptions/exc_ref/MAIN.asl
index ff24a487d..111d2e99a 100644
--- a/tests/aslts/src/runtime/collections/exceptions/exc_ref/MAIN.asl
+++ b/tests/aslts/src/runtime/collections/exceptions/exc_ref/MAIN.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2012, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2013, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
diff --git a/tests/aslts/src/runtime/collections/exceptions/exc_ref/RUN.asl b/tests/aslts/src/runtime/collections/exceptions/exc_ref/RUN.asl
index c88827b2e..95dc77aab 100644
--- a/tests/aslts/src/runtime/collections/exceptions/exc_ref/RUN.asl
+++ b/tests/aslts/src/runtime/collections/exceptions/exc_ref/RUN.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2012, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2013, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
diff --git a/tests/aslts/src/runtime/collections/exceptions/exc_result/exc_result1/MAIN.asl b/tests/aslts/src/runtime/collections/exceptions/exc_result/exc_result1/MAIN.asl
index abefa1344..1485a3583 100644
--- a/tests/aslts/src/runtime/collections/exceptions/exc_result/exc_result1/MAIN.asl
+++ b/tests/aslts/src/runtime/collections/exceptions/exc_result/exc_result1/MAIN.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2012, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2013, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
diff --git a/tests/aslts/src/runtime/collections/exceptions/exc_result/exc_result1/RUN.asl b/tests/aslts/src/runtime/collections/exceptions/exc_result/exc_result1/RUN.asl
index 949e232c9..3348ff203 100644
--- a/tests/aslts/src/runtime/collections/exceptions/exc_result/exc_result1/RUN.asl
+++ b/tests/aslts/src/runtime/collections/exceptions/exc_result/exc_result1/RUN.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2012, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2013, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
diff --git a/tests/aslts/src/runtime/collections/exceptions/exc_result/exc_result1/exc_result1.asl b/tests/aslts/src/runtime/collections/exceptions/exc_result/exc_result1/exc_result1.asl
index 1df13c145..5ce88de60 100644
--- a/tests/aslts/src/runtime/collections/exceptions/exc_result/exc_result1/exc_result1.asl
+++ b/tests/aslts/src/runtime/collections/exceptions/exc_result/exc_result1/exc_result1.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2012, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2013, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
diff --git a/tests/aslts/src/runtime/collections/exceptions/exc_result/exc_result2/MAIN.asl b/tests/aslts/src/runtime/collections/exceptions/exc_result/exc_result2/MAIN.asl
index b03338cfa..e1fbe04b7 100644
--- a/tests/aslts/src/runtime/collections/exceptions/exc_result/exc_result2/MAIN.asl
+++ b/tests/aslts/src/runtime/collections/exceptions/exc_result/exc_result2/MAIN.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2012, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2013, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
diff --git a/tests/aslts/src/runtime/collections/exceptions/exc_result/exc_result2/RUN.asl b/tests/aslts/src/runtime/collections/exceptions/exc_result/exc_result2/RUN.asl
index 373311a90..cb86d1588 100644
--- a/tests/aslts/src/runtime/collections/exceptions/exc_result/exc_result2/RUN.asl
+++ b/tests/aslts/src/runtime/collections/exceptions/exc_result/exc_result2/RUN.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2012, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2013, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
diff --git a/tests/aslts/src/runtime/collections/exceptions/exc_result/exc_result2/exc_result2.asl b/tests/aslts/src/runtime/collections/exceptions/exc_result/exc_result2/exc_result2.asl
index 1996908a3..842065197 100644
--- a/tests/aslts/src/runtime/collections/exceptions/exc_result/exc_result2/exc_result2.asl
+++ b/tests/aslts/src/runtime/collections/exceptions/exc_result/exc_result2/exc_result2.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2012, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2013, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
diff --git a/tests/aslts/src/runtime/collections/exceptions/exc_tbl/MAIN.asl b/tests/aslts/src/runtime/collections/exceptions/exc_tbl/MAIN.asl
index 5170a7332..47c042fb8 100644
--- a/tests/aslts/src/runtime/collections/exceptions/exc_tbl/MAIN.asl
+++ b/tests/aslts/src/runtime/collections/exceptions/exc_tbl/MAIN.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2012, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2013, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
diff --git a/tests/aslts/src/runtime/collections/exceptions/exc_tbl/RUN.asl b/tests/aslts/src/runtime/collections/exceptions/exc_tbl/RUN.asl
index fb34d972c..84876d137 100644
--- a/tests/aslts/src/runtime/collections/exceptions/exc_tbl/RUN.asl
+++ b/tests/aslts/src/runtime/collections/exceptions/exc_tbl/RUN.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2012, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2013, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,