summaryrefslogtreecommitdiff
path: root/tests/aslts/src/runtime/collections/complex/misc
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2009-03-25 08:45:10 -0700
committerRobert Moore <Robert.Moore@intel.com>2009-03-25 08:45:10 -0700
commite103504655c7ad5403623f9a0458ffd2fbe31254 (patch)
treec6846694c2502b95131fe667172df92fb102898b /tests/aslts/src/runtime/collections/complex/misc
parent0dc5d933311094a9da7fdfa3960606a806aa3da6 (diff)
downloadacpica-e103504655c7ad5403623f9a0458ffd2fbe31254.tar.gz
Tests: Update copyright to 2009.
Also removed obsolete developer names and email addresses. Automated tool removed some extraneous space characters.
Diffstat (limited to 'tests/aslts/src/runtime/collections/complex/misc')
-rw-r--r--tests/aslts/src/runtime/collections/complex/misc/MAIN.asl4
-rw-r--r--tests/aslts/src/runtime/collections/complex/misc/RUN.asl4
-rw-r--r--tests/aslts/src/runtime/collections/complex/misc/misc.asl10
3 files changed, 6 insertions, 12 deletions
diff --git a/tests/aslts/src/runtime/collections/complex/misc/MAIN.asl b/tests/aslts/src/runtime/collections/complex/misc/MAIN.asl
index 1ad101a6d..0c6851358 100644
--- a/tests/aslts/src/runtime/collections/complex/misc/MAIN.asl
+++ b/tests/aslts/src/runtime/collections/complex/misc/MAIN.asl
@@ -1,7 +1,5 @@
/*
- * Copyright (c) 2006, Intel Corp.
- * Copyright (C) 2006, Valery Podrezov <valery.a.podrezov@intel.com>
- * Copyright (C) 2006, Fiodor Suietov <fiodor.f.suietov@intel.com>
+ * Some or all of this work - Copyright (c) 2006 - 2009, 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/complex/misc/RUN.asl b/tests/aslts/src/runtime/collections/complex/misc/RUN.asl
index 2abd6b667..e43cef196 100644
--- a/tests/aslts/src/runtime/collections/complex/misc/RUN.asl
+++ b/tests/aslts/src/runtime/collections/complex/misc/RUN.asl
@@ -1,7 +1,5 @@
/*
- * Copyright (c) 2006, Intel Corp.
- * Copyright (C) 2006, Valery Podrezov <valery.a.podrezov@intel.com>
- * Copyright (C) 2006, Fiodor Suietov <fiodor.f.suietov@intel.com>
+ * Some or all of this work - Copyright (c) 2006 - 2009, 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/complex/misc/misc.asl b/tests/aslts/src/runtime/collections/complex/misc/misc.asl
index 3bd2857de..f3a1a033d 100644
--- a/tests/aslts/src/runtime/collections/complex/misc/misc.asl
+++ b/tests/aslts/src/runtime/collections/complex/misc/misc.asl
@@ -1,7 +1,5 @@
/*
- * Copyright (c) 2006, Intel Corp.
- * Copyright (C) 2006, Valery Podrezov <valery.a.podrezov@intel.com>
- * Copyright (C) 2006, Fiodor Suietov <fiodor.f.suietov@intel.com>
+ * Some or all of this work - Copyright (c) 2006 - 2009, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
@@ -607,7 +605,7 @@ Method(m121, 1) {
return (bf04)
} elseif (LEqual(arg0, 5)) {
return (bf05)
- }
+ }
return ("qw")
}
@@ -680,7 +678,7 @@ Method(m122, 1) {
return (f004)
} elseif (LEqual(arg0, 5)) {
return (f005)
- }
+ }
return ("qw")
}
@@ -815,7 +813,7 @@ Method(m124, 1)
}
/*
- * Bug 117. Modification of the duplicated String
+ * Bug 117. Modification of the duplicated String
* modifies the initial String Object also.
*
* This test should be a part of another complex test.