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 3bf0e82e6..cbe704855 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 - 2020, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2021, 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 66b13eeda..28decadec 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 - 2020, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2021, 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 718914b6a..90a7543a2 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 - 2020, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2021, 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 883207423..aaefcdb61 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 - 2020, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2021, 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 a36547e38..6e5acd5df 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 - 2020, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2021, 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 06f9e9773..bd0f2a99c 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 - 2020, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2021, 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 8d5c05619..4704679d1 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 - 2020, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2021, 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 b83259ce8..f99cbafc3 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 - 2020, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2021, 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 9c0e37242..9aaf440d8 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 - 2020, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2021, 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 309ab7955..07c11c423 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 - 2020, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2021, 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 270f0c5e4..4f6051ba3 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 - 2020, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2021, 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 8379e9a98..4d4446bc7 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 - 2020, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2021, 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 e55d70706..0d103409d 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 - 2020, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2021, 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 6fb035309..d2835542a 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 - 2020, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2021, 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 525c692b7..5020e2ed9 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 - 2020, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2021, 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 3a7226c04..5b7272e3f 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 - 2020, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2021, 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 75f1a6583..ead2f60f2 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 - 2020, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2021, 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 ffac5dbbd..d9856b3bc 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 - 2020, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2021, 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 6ead72b8f..8069a3f71 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 - 2020, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2021, 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 39511c804..58d0f7933 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 - 2020, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2021, 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 c3716ffcc..b56577d0f 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 - 2020, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2021, 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 99de9d6f6..f2b7a5679 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 - 2020, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2021, 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 49059523c..545f1be28 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 - 2020, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2021, 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 4fe591b0d..cdd7a8342 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 - 2020, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2021, 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 2dc0cf0d3..f578f5271 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 - 2020, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2021, 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 6648588bf..eabcf728c 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 - 2020, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2021, 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 1cacc9421..f32993cb1 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 - 2020, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2021, 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 cbd99d31c..d292d0298 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 - 2020, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2021, 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 0863a1d64..b59a898a9 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 - 2020, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2021, 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 b363e447a..6da5dbf76 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 - 2020, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2021, 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 e5fcf4327..44d6624f4 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 - 2020, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2021, 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 40f18c929..63c37e0e8 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 - 2020, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2021, 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 0215ba9ed..187fb3052 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 - 2020, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2021, 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 3dc13a350..fd928dba6 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 - 2020, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2021, 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 8ca3f3ceb..4b700410e 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 - 2020, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2021, 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 fde4c132d..dc8d3be72 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 - 2020, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2021, 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 68ee4c60d..383b8d91c 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 - 2020, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2021, 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 2cd106f95..d665dba27 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 - 2020, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2021, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,