summaryrefslogtreecommitdiff
path: root/tests/aslts/src/runtime/collections/exceptions
diff options
context:
space:
mode:
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 7f8055ac3..ed1deb4bc 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 - 2009, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2010, 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 01f3a6d8f..18dcf9688 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 - 2009, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2010, 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 334711430..29ec1dde3 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 - 2009, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2010, 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 cc96b4427..0c08ea1a6 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 - 2009, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2010, 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 b29af6df5..85e67cbb3 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 - 2009, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2010, 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 7e00c6e18..5fde9c140 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 - 2009, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2010, 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 40ed7e7b7..59a0f816b 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 - 2009, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2010, 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 55e47bb6e..dc3988d57 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 - 2009, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2010, 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 4454073e3..aa436afd9 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 - 2009, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2010, 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 2746705b2..59066376b 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 - 2009, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2010, 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 a980fd13e..08cf470d1 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 - 2009, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2010, 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 79665c32f..fe413dcbb 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 - 2009, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2010, 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 f6f204b69..b0c4563c2 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 - 2009, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2010, 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 c14523588..4862958c2 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 - 2009, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2010, 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 2bf4b0e51..4b42d6d6b 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 - 2009, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2010, 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 c214f6031..a784c5ef8 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 - 2009, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2010, 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 e3ee1519e..90bb248dd 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 - 2009, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2010, 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 557b4cacb..052f876da 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 - 2009, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2010, 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 02470d0bb..6022830df 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 - 2009, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2010, 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 cbe536802..d9cb4ea9f 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 - 2009, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2010, 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 2696dcad1..9f8c2d10e 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 - 2009, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2010, 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 1f939e368..0cc8941da 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 - 2009, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2010, 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 f9f64b60f..288616818 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 - 2009, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2010, 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 a83e6f308..a64dbd2a0 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 - 2009, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2010, 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 d88710dae..ef570dd3a 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 - 2009, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2010, 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 11a4fea24..1c631d292 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 - 2009, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2010, 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 9e11a851e..4c2116275 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 - 2009, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2010, 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 190904afa..ec4518f45 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 - 2009, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2010, 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 30f4cd8f8..6beedcb7e 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 - 2009, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2010, 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 7477886d6..9128c89d8 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 - 2009, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2010, 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 5b45c776a..d5194c5d8 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 - 2009, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2010, 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 00a35ccb7..f45500796 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 - 2009, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2010, 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 af2333a5c..038319c2c 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 - 2009, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2010, 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 b45cd04e2..db965614b 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 - 2009, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2010, 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 230714f88..36837c86f 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 - 2009, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2010, 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 15bde463c..9f18f57cd 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 - 2009, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2010, 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 8ce16f274..272b1e166 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 - 2009, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2010, 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 78003a615..535c6f8da 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 - 2009, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2010, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,