summaryrefslogtreecommitdiff
path: root/tests/aslts/src/runtime/collections/functional/table
diff options
context:
space:
mode:
Diffstat (limited to 'tests/aslts/src/runtime/collections/functional/table')
-rw-r--r--tests/aslts/src/runtime/collections/functional/table/DECL.asl2
-rw-r--r--tests/aslts/src/runtime/collections/functional/table/MAIN.asl2
-rw-r--r--tests/aslts/src/runtime/collections/functional/table/RUN.asl2
-rw-r--r--tests/aslts/src/runtime/collections/functional/table/load.asl2
-rw-r--r--tests/aslts/src/runtime/collections/functional/table/loadtable.asl8
-rw-r--r--tests/aslts/src/runtime/collections/functional/table/oem1.asl2
-rw-r--r--tests/aslts/src/runtime/collections/functional/table/ssdt0.asl2
-rw-r--r--tests/aslts/src/runtime/collections/functional/table/ssdt1.asl2
-rw-r--r--tests/aslts/src/runtime/collections/functional/table/ssdt2.asl2
-rw-r--r--tests/aslts/src/runtime/collections/functional/table/ssdt3.asl2
-rw-r--r--tests/aslts/src/runtime/collections/functional/table/ssdt4.asl2
-rw-r--r--tests/aslts/src/runtime/collections/functional/table/unload.asl2
12 files changed, 15 insertions, 15 deletions
diff --git a/tests/aslts/src/runtime/collections/functional/table/DECL.asl b/tests/aslts/src/runtime/collections/functional/table/DECL.asl
index c8796ffb2..edc97f46b 100644
--- a/tests/aslts/src/runtime/collections/functional/table/DECL.asl
+++ b/tests/aslts/src/runtime/collections/functional/table/DECL.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2012, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2013, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
diff --git a/tests/aslts/src/runtime/collections/functional/table/MAIN.asl b/tests/aslts/src/runtime/collections/functional/table/MAIN.asl
index df8668301..ec648869c 100644
--- a/tests/aslts/src/runtime/collections/functional/table/MAIN.asl
+++ b/tests/aslts/src/runtime/collections/functional/table/MAIN.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2012, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2013, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
diff --git a/tests/aslts/src/runtime/collections/functional/table/RUN.asl b/tests/aslts/src/runtime/collections/functional/table/RUN.asl
index 709669a10..0c5c195ed 100644
--- a/tests/aslts/src/runtime/collections/functional/table/RUN.asl
+++ b/tests/aslts/src/runtime/collections/functional/table/RUN.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2012, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2013, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
diff --git a/tests/aslts/src/runtime/collections/functional/table/load.asl b/tests/aslts/src/runtime/collections/functional/table/load.asl
index b7237ab8b..ddf0594a9 100644
--- a/tests/aslts/src/runtime/collections/functional/table/load.asl
+++ b/tests/aslts/src/runtime/collections/functional/table/load.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2012, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2013, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
diff --git a/tests/aslts/src/runtime/collections/functional/table/loadtable.asl b/tests/aslts/src/runtime/collections/functional/table/loadtable.asl
index 2bb0a43f8..743b4c557 100644
--- a/tests/aslts/src/runtime/collections/functional/table/loadtable.asl
+++ b/tests/aslts/src/runtime/collections/functional/table/loadtable.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2012, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2013, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
@@ -1564,10 +1564,10 @@ Device(DTM2) {
// LoadTable returns 0 if some SSDT matching the LoadTable
// parameters is originally not listed in XSDT
- /*
+ /*
* This test should never happen in real ASL code. So it is removed.
- *
- * The Load operation will add a table to global table list, which is
+ *
+ * The Load operation will add a table to global table list, which is
* the master list that can be find in XSDT.
*
* The Unload operation will just delete the namespace owned by the table,
diff --git a/tests/aslts/src/runtime/collections/functional/table/oem1.asl b/tests/aslts/src/runtime/collections/functional/table/oem1.asl
index 9e14ad908..79b6592f7 100644
--- a/tests/aslts/src/runtime/collections/functional/table/oem1.asl
+++ b/tests/aslts/src/runtime/collections/functional/table/oem1.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2012, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2013, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
diff --git a/tests/aslts/src/runtime/collections/functional/table/ssdt0.asl b/tests/aslts/src/runtime/collections/functional/table/ssdt0.asl
index 12b4847e0..9c3c7628f 100644
--- a/tests/aslts/src/runtime/collections/functional/table/ssdt0.asl
+++ b/tests/aslts/src/runtime/collections/functional/table/ssdt0.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2012, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2013, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
diff --git a/tests/aslts/src/runtime/collections/functional/table/ssdt1.asl b/tests/aslts/src/runtime/collections/functional/table/ssdt1.asl
index 3074431de..b83c93c9e 100644
--- a/tests/aslts/src/runtime/collections/functional/table/ssdt1.asl
+++ b/tests/aslts/src/runtime/collections/functional/table/ssdt1.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2012, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2013, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
diff --git a/tests/aslts/src/runtime/collections/functional/table/ssdt2.asl b/tests/aslts/src/runtime/collections/functional/table/ssdt2.asl
index 06a316d97..8bb990615 100644
--- a/tests/aslts/src/runtime/collections/functional/table/ssdt2.asl
+++ b/tests/aslts/src/runtime/collections/functional/table/ssdt2.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2012, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2013, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
diff --git a/tests/aslts/src/runtime/collections/functional/table/ssdt3.asl b/tests/aslts/src/runtime/collections/functional/table/ssdt3.asl
index b674e0c96..94615ec09 100644
--- a/tests/aslts/src/runtime/collections/functional/table/ssdt3.asl
+++ b/tests/aslts/src/runtime/collections/functional/table/ssdt3.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2012, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2013, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
diff --git a/tests/aslts/src/runtime/collections/functional/table/ssdt4.asl b/tests/aslts/src/runtime/collections/functional/table/ssdt4.asl
index f81c5529f..c8aba54f3 100644
--- a/tests/aslts/src/runtime/collections/functional/table/ssdt4.asl
+++ b/tests/aslts/src/runtime/collections/functional/table/ssdt4.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2012, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2013, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
diff --git a/tests/aslts/src/runtime/collections/functional/table/unload.asl b/tests/aslts/src/runtime/collections/functional/table/unload.asl
index 0012c22c4..6febb5a4c 100644
--- a/tests/aslts/src/runtime/collections/functional/table/unload.asl
+++ b/tests/aslts/src/runtime/collections/functional/table/unload.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2012, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2013, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,