summaryrefslogtreecommitdiff
path: root/tests/aslts/src/runtime/collections/functional/control
diff options
context:
space:
mode:
Diffstat (limited to 'tests/aslts/src/runtime/collections/functional/control')
-rw-r--r--tests/aslts/src/runtime/collections/functional/control/DECL.asl2
-rw-r--r--tests/aslts/src/runtime/collections/functional/control/ImplicitReturn/DECL.asl2
-rw-r--r--tests/aslts/src/runtime/collections/functional/control/ImplicitReturn/MAIN.asl2
-rw-r--r--tests/aslts/src/runtime/collections/functional/control/ImplicitReturn/RUN.asl2
-rw-r--r--tests/aslts/src/runtime/collections/functional/control/ImplicitReturn/add.asl2
-rw-r--r--tests/aslts/src/runtime/collections/functional/control/ImplicitReturn/standaloneret.asl2
-rw-r--r--tests/aslts/src/runtime/collections/functional/control/ImplicitReturn/store.asl2
-rw-r--r--tests/aslts/src/runtime/collections/functional/control/MAIN.asl2
-rw-r--r--tests/aslts/src/runtime/collections/functional/control/RUN.asl2
-rw-r--r--tests/aslts/src/runtime/collections/functional/control/Recursion/recursion.asl2
-rw-r--r--tests/aslts/src/runtime/collections/functional/control/Recursion/stack_overflow.asl2
-rw-r--r--tests/aslts/src/runtime/collections/functional/control/Return/DECL.asl2
-rw-r--r--tests/aslts/src/runtime/collections/functional/control/Return/MAIN.asl2
-rw-r--r--tests/aslts/src/runtime/collections/functional/control/Return/RUN.asl2
-rw-r--r--tests/aslts/src/runtime/collections/functional/control/Return/return.asl2
-rw-r--r--tests/aslts/src/runtime/collections/functional/control/ctl0.asl2
-rw-r--r--tests/aslts/src/runtime/collections/functional/control/ctl1.asl2
-rw-r--r--tests/aslts/src/runtime/collections/functional/control/ctl2.asl2
-rw-r--r--tests/aslts/src/runtime/collections/functional/control/switch1.asl2
-rw-r--r--tests/aslts/src/runtime/collections/functional/control/switch2.asl2
-rw-r--r--tests/aslts/src/runtime/collections/functional/control/switch3.asl2
-rw-r--r--tests/aslts/src/runtime/collections/functional/control/switch4.asl2
-rw-r--r--tests/aslts/src/runtime/collections/functional/control/switch5.asl2
-rw-r--r--tests/aslts/src/runtime/collections/functional/control/switch6.asl2
-rw-r--r--tests/aslts/src/runtime/collections/functional/control/timing.asl2
-rw-r--r--tests/aslts/src/runtime/collections/functional/control/while.asl2
26 files changed, 26 insertions, 26 deletions
diff --git a/tests/aslts/src/runtime/collections/functional/control/DECL.asl b/tests/aslts/src/runtime/collections/functional/control/DECL.asl
index 0a670059c..8e6abf700 100644
--- a/tests/aslts/src/runtime/collections/functional/control/DECL.asl
+++ b/tests/aslts/src/runtime/collections/functional/control/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/functional/control/ImplicitReturn/DECL.asl b/tests/aslts/src/runtime/collections/functional/control/ImplicitReturn/DECL.asl
index 02af073aa..12e484fb7 100644
--- a/tests/aslts/src/runtime/collections/functional/control/ImplicitReturn/DECL.asl
+++ b/tests/aslts/src/runtime/collections/functional/control/ImplicitReturn/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/functional/control/ImplicitReturn/MAIN.asl b/tests/aslts/src/runtime/collections/functional/control/ImplicitReturn/MAIN.asl
index ffb0340da..bef1ce9a7 100644
--- a/tests/aslts/src/runtime/collections/functional/control/ImplicitReturn/MAIN.asl
+++ b/tests/aslts/src/runtime/collections/functional/control/ImplicitReturn/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/functional/control/ImplicitReturn/RUN.asl b/tests/aslts/src/runtime/collections/functional/control/ImplicitReturn/RUN.asl
index 17b9fcb50..6cb74a325 100644
--- a/tests/aslts/src/runtime/collections/functional/control/ImplicitReturn/RUN.asl
+++ b/tests/aslts/src/runtime/collections/functional/control/ImplicitReturn/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/functional/control/ImplicitReturn/add.asl b/tests/aslts/src/runtime/collections/functional/control/ImplicitReturn/add.asl
index 38ec5c562..2ed2e72a4 100644
--- a/tests/aslts/src/runtime/collections/functional/control/ImplicitReturn/add.asl
+++ b/tests/aslts/src/runtime/collections/functional/control/ImplicitReturn/add.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/functional/control/ImplicitReturn/standaloneret.asl b/tests/aslts/src/runtime/collections/functional/control/ImplicitReturn/standaloneret.asl
index 6b08d76fd..edd089f93 100644
--- a/tests/aslts/src/runtime/collections/functional/control/ImplicitReturn/standaloneret.asl
+++ b/tests/aslts/src/runtime/collections/functional/control/ImplicitReturn/standaloneret.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/functional/control/ImplicitReturn/store.asl b/tests/aslts/src/runtime/collections/functional/control/ImplicitReturn/store.asl
index 73ac89e4f..26c621eb3 100644
--- a/tests/aslts/src/runtime/collections/functional/control/ImplicitReturn/store.asl
+++ b/tests/aslts/src/runtime/collections/functional/control/ImplicitReturn/store.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/functional/control/MAIN.asl b/tests/aslts/src/runtime/collections/functional/control/MAIN.asl
index 1f1c29b97..05dca56ad 100644
--- a/tests/aslts/src/runtime/collections/functional/control/MAIN.asl
+++ b/tests/aslts/src/runtime/collections/functional/control/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/functional/control/RUN.asl b/tests/aslts/src/runtime/collections/functional/control/RUN.asl
index 0661e07d6..f5a4a24d1 100644
--- a/tests/aslts/src/runtime/collections/functional/control/RUN.asl
+++ b/tests/aslts/src/runtime/collections/functional/control/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/functional/control/Recursion/recursion.asl b/tests/aslts/src/runtime/collections/functional/control/Recursion/recursion.asl
index 31ffb8053..8700e4bef 100644
--- a/tests/aslts/src/runtime/collections/functional/control/Recursion/recursion.asl
+++ b/tests/aslts/src/runtime/collections/functional/control/Recursion/recursion.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/functional/control/Recursion/stack_overflow.asl b/tests/aslts/src/runtime/collections/functional/control/Recursion/stack_overflow.asl
index f95fc8688..f16906807 100644
--- a/tests/aslts/src/runtime/collections/functional/control/Recursion/stack_overflow.asl
+++ b/tests/aslts/src/runtime/collections/functional/control/Recursion/stack_overflow.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/functional/control/Return/DECL.asl b/tests/aslts/src/runtime/collections/functional/control/Return/DECL.asl
index 0994d7a40..47599608c 100644
--- a/tests/aslts/src/runtime/collections/functional/control/Return/DECL.asl
+++ b/tests/aslts/src/runtime/collections/functional/control/Return/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/functional/control/Return/MAIN.asl b/tests/aslts/src/runtime/collections/functional/control/Return/MAIN.asl
index f356e22c8..70d4f5f80 100644
--- a/tests/aslts/src/runtime/collections/functional/control/Return/MAIN.asl
+++ b/tests/aslts/src/runtime/collections/functional/control/Return/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/functional/control/Return/RUN.asl b/tests/aslts/src/runtime/collections/functional/control/Return/RUN.asl
index 8da397727..ee78b57f6 100644
--- a/tests/aslts/src/runtime/collections/functional/control/Return/RUN.asl
+++ b/tests/aslts/src/runtime/collections/functional/control/Return/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/functional/control/Return/return.asl b/tests/aslts/src/runtime/collections/functional/control/Return/return.asl
index e237bb59d..0f2eec5d3 100644
--- a/tests/aslts/src/runtime/collections/functional/control/Return/return.asl
+++ b/tests/aslts/src/runtime/collections/functional/control/Return/return.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/functional/control/ctl0.asl b/tests/aslts/src/runtime/collections/functional/control/ctl0.asl
index d15da2b66..147addbac 100644
--- a/tests/aslts/src/runtime/collections/functional/control/ctl0.asl
+++ b/tests/aslts/src/runtime/collections/functional/control/ctl0.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/functional/control/ctl1.asl b/tests/aslts/src/runtime/collections/functional/control/ctl1.asl
index 42d947e65..beceb472e 100644
--- a/tests/aslts/src/runtime/collections/functional/control/ctl1.asl
+++ b/tests/aslts/src/runtime/collections/functional/control/ctl1.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/functional/control/ctl2.asl b/tests/aslts/src/runtime/collections/functional/control/ctl2.asl
index c3f9ee817..863a8a1da 100644
--- a/tests/aslts/src/runtime/collections/functional/control/ctl2.asl
+++ b/tests/aslts/src/runtime/collections/functional/control/ctl2.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/functional/control/switch1.asl b/tests/aslts/src/runtime/collections/functional/control/switch1.asl
index 0076b95e0..e82a22290 100644
--- a/tests/aslts/src/runtime/collections/functional/control/switch1.asl
+++ b/tests/aslts/src/runtime/collections/functional/control/switch1.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/functional/control/switch2.asl b/tests/aslts/src/runtime/collections/functional/control/switch2.asl
index 474df36e3..a9af6d28e 100644
--- a/tests/aslts/src/runtime/collections/functional/control/switch2.asl
+++ b/tests/aslts/src/runtime/collections/functional/control/switch2.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/functional/control/switch3.asl b/tests/aslts/src/runtime/collections/functional/control/switch3.asl
index 28d4ac0dc..9cba42bcf 100644
--- a/tests/aslts/src/runtime/collections/functional/control/switch3.asl
+++ b/tests/aslts/src/runtime/collections/functional/control/switch3.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/functional/control/switch4.asl b/tests/aslts/src/runtime/collections/functional/control/switch4.asl
index 09508e93b..6684b743e 100644
--- a/tests/aslts/src/runtime/collections/functional/control/switch4.asl
+++ b/tests/aslts/src/runtime/collections/functional/control/switch4.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/functional/control/switch5.asl b/tests/aslts/src/runtime/collections/functional/control/switch5.asl
index 275fcce8b..15929ff66 100644
--- a/tests/aslts/src/runtime/collections/functional/control/switch5.asl
+++ b/tests/aslts/src/runtime/collections/functional/control/switch5.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/functional/control/switch6.asl b/tests/aslts/src/runtime/collections/functional/control/switch6.asl
index 3b8487e94..bb5ae492a 100644
--- a/tests/aslts/src/runtime/collections/functional/control/switch6.asl
+++ b/tests/aslts/src/runtime/collections/functional/control/switch6.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/functional/control/timing.asl b/tests/aslts/src/runtime/collections/functional/control/timing.asl
index af7193ee5..e5513f0dd 100644
--- a/tests/aslts/src/runtime/collections/functional/control/timing.asl
+++ b/tests/aslts/src/runtime/collections/functional/control/timing.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/functional/control/while.asl b/tests/aslts/src/runtime/collections/functional/control/while.asl
index 7e512745a..adddbd156 100644
--- a/tests/aslts/src/runtime/collections/functional/control/while.asl
+++ b/tests/aslts/src/runtime/collections/functional/control/while.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,