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 019e26542..c7c0cb386 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 - 2010, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2011, 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 54a7c68f9..e6108f18f 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 - 2010, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2011, 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 4812ecda1..941c6a632 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 - 2010, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2011, 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 76cbc15cc..f02d8f21f 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 - 2010, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2011, 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 b7da14800..5e1d1b8bf 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 - 2010, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2011, 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 0937954f8..4cb81a8c1 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 - 2010, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2011, 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 ee33ffdea..cc921192f 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 - 2010, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2011, 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 37cb53aad..9bf3a11eb 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 - 2010, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2011, 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 7867f941e..4158e6f96 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 - 2010, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2011, 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 8418d3451..af1534d40 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 - 2010, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2011, 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 c6cc404b4..615e71fbd 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 - 2010, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2011, 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 b6591b8f1..e047f91da 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 - 2010, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2011, 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 89362ee28..325eaac7e 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 - 2010, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2011, 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 8f7baf132..e42dd560c 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 - 2010, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2011, 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 d183e9876..4afb40d5d 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 - 2010, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2011, 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 04bfd14c3..77206cdb6 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 - 2010, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2011, 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 b198b91e0..2c8af6ec1 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 - 2010, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2011, 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 a9c38abf6..b4ef3b535 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 - 2010, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2011, 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 4fd1a6162..9524cc713 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 - 2010, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2011, 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 885c9a1b9..06c6744fe 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 - 2010, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2011, 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 6ee6d1200..9155483b8 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 - 2010, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2011, 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 40ac4abde..3ba9aebd0 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 - 2010, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2011, 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 7bd34cb95..2c1057b03 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 - 2010, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2011, 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 3fff511c7..8ada5ea5c 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 - 2010, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2011, 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 9c61ba785..3a68e649a 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 - 2010, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2011, 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 7b35e0a3a..b21678223 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 - 2010, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2011, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,