summaryrefslogtreecommitdiff
path: root/tests/aslts/src/runtime/collections/complex/operand
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2016-01-06 08:58:19 -0800
committerRobert Moore <Robert.Moore@intel.com>2016-01-06 08:58:19 -0800
commita981371ef9c2d0c8f5db6c32602d7fc08b682c20 (patch)
tree2ce4d74c69f486fb93ad0c16562ea0108193971f /tests/aslts/src/runtime/collections/complex/operand
parent7264968d69cc1731985b3afed63cb6cb9d469029 (diff)
downloadacpica-a981371ef9c2d0c8f5db6c32602d7fc08b682c20.tar.gz
Tests: Update copyright notices to 2016
Affects all source files.
Diffstat (limited to 'tests/aslts/src/runtime/collections/complex/operand')
-rw-r--r--tests/aslts/src/runtime/collections/complex/operand/common/ocommon.asl2
-rw-r--r--tests/aslts/src/runtime/collections/complex/operand/tests/FULL/DECL.asl2
-rw-r--r--tests/aslts/src/runtime/collections/complex/operand/tests/FULL/MAIN.asl2
-rw-r--r--tests/aslts/src/runtime/collections/complex/operand/tests/FULL/RUN.asl2
-rw-r--r--tests/aslts/src/runtime/collections/complex/operand/tests/oarg/MAIN.asl2
-rw-r--r--tests/aslts/src/runtime/collections/complex/operand/tests/oarg/RUN.asl2
-rw-r--r--tests/aslts/src/runtime/collections/complex/operand/tests/oarg/oarg.asl2
-rw-r--r--tests/aslts/src/runtime/collections/complex/operand/tests/oconst/MAIN.asl2
-rw-r--r--tests/aslts/src/runtime/collections/complex/operand/tests/oconst/RUN.asl2
-rw-r--r--tests/aslts/src/runtime/collections/complex/operand/tests/oconst/oconst.asl2
-rw-r--r--tests/aslts/src/runtime/collections/complex/operand/tests/oconversion/MAIN.asl2
-rw-r--r--tests/aslts/src/runtime/collections/complex/operand/tests/oconversion/RUN.asl2
-rw-r--r--tests/aslts/src/runtime/collections/complex/operand/tests/oconversion/oconversion.asl2
-rw-r--r--tests/aslts/src/runtime/collections/complex/operand/tests/olocal/MAIN.asl2
-rw-r--r--tests/aslts/src/runtime/collections/complex/operand/tests/olocal/RUN.asl2
-rw-r--r--tests/aslts/src/runtime/collections/complex/operand/tests/olocal/olocal.asl2
-rw-r--r--tests/aslts/src/runtime/collections/complex/operand/tests/onamedglob/MAIN.asl2
-rw-r--r--tests/aslts/src/runtime/collections/complex/operand/tests/onamedglob/RUN.asl2
-rw-r--r--tests/aslts/src/runtime/collections/complex/operand/tests/onamedglob/onamedglob1.asl2
-rw-r--r--tests/aslts/src/runtime/collections/complex/operand/tests/onamedglob/onamedglob2.asl2
-rw-r--r--tests/aslts/src/runtime/collections/complex/operand/tests/onamedloc/MAIN.asl2
-rw-r--r--tests/aslts/src/runtime/collections/complex/operand/tests/onamedloc/RUN.asl2
-rw-r--r--tests/aslts/src/runtime/collections/complex/operand/tests/onamedloc/onamedloc1.asl2
-rw-r--r--tests/aslts/src/runtime/collections/complex/operand/tests/onamedloc/onamedloc2.asl2
-rw-r--r--tests/aslts/src/runtime/collections/complex/operand/tests/opackageel/MAIN.asl2
-rw-r--r--tests/aslts/src/runtime/collections/complex/operand/tests/opackageel/RUN.asl2
-rw-r--r--tests/aslts/src/runtime/collections/complex/operand/tests/opackageel/opackageel.asl2
-rw-r--r--tests/aslts/src/runtime/collections/complex/operand/tests/oreftonamed/MAIN.asl2
-rw-r--r--tests/aslts/src/runtime/collections/complex/operand/tests/oreftonamed/RUN.asl2
-rw-r--r--tests/aslts/src/runtime/collections/complex/operand/tests/oreftonamed/oreftonamed1.asl2
-rw-r--r--tests/aslts/src/runtime/collections/complex/operand/tests/oreftonamed/oreftonamed2.asl2
-rw-r--r--tests/aslts/src/runtime/collections/complex/operand/tests/oreftopackageel/MAIN.asl2
-rw-r--r--tests/aslts/src/runtime/collections/complex/operand/tests/oreftopackageel/RUN.asl2
-rw-r--r--tests/aslts/src/runtime/collections/complex/operand/tests/oreftopackageel/oreftopackageel.asl2
-rw-r--r--tests/aslts/src/runtime/collections/complex/operand/tests/oreturn/MAIN.asl2
-rw-r--r--tests/aslts/src/runtime/collections/complex/operand/tests/oreturn/RUN.asl2
-rw-r--r--tests/aslts/src/runtime/collections/complex/operand/tests/oreturn/oreturn.asl2
37 files changed, 37 insertions, 37 deletions
diff --git a/tests/aslts/src/runtime/collections/complex/operand/common/ocommon.asl b/tests/aslts/src/runtime/collections/complex/operand/common/ocommon.asl
index abd73f05b..f2ab48ec4 100644
--- a/tests/aslts/src/runtime/collections/complex/operand/common/ocommon.asl
+++ b/tests/aslts/src/runtime/collections/complex/operand/common/ocommon.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2015, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2016, 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/operand/tests/FULL/DECL.asl b/tests/aslts/src/runtime/collections/complex/operand/tests/FULL/DECL.asl
index 6b3a06ebc..973850345 100644
--- a/tests/aslts/src/runtime/collections/complex/operand/tests/FULL/DECL.asl
+++ b/tests/aslts/src/runtime/collections/complex/operand/tests/FULL/DECL.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2015, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2016, 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/operand/tests/FULL/MAIN.asl b/tests/aslts/src/runtime/collections/complex/operand/tests/FULL/MAIN.asl
index e271aeb72..589b83f22 100644
--- a/tests/aslts/src/runtime/collections/complex/operand/tests/FULL/MAIN.asl
+++ b/tests/aslts/src/runtime/collections/complex/operand/tests/FULL/MAIN.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2015, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2016, 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/operand/tests/FULL/RUN.asl b/tests/aslts/src/runtime/collections/complex/operand/tests/FULL/RUN.asl
index 7a6a46a1d..c19a1286f 100644
--- a/tests/aslts/src/runtime/collections/complex/operand/tests/FULL/RUN.asl
+++ b/tests/aslts/src/runtime/collections/complex/operand/tests/FULL/RUN.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2015, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2016, 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/operand/tests/oarg/MAIN.asl b/tests/aslts/src/runtime/collections/complex/operand/tests/oarg/MAIN.asl
index 2c5823e91..9554a17a9 100644
--- a/tests/aslts/src/runtime/collections/complex/operand/tests/oarg/MAIN.asl
+++ b/tests/aslts/src/runtime/collections/complex/operand/tests/oarg/MAIN.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2015, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2016, 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/operand/tests/oarg/RUN.asl b/tests/aslts/src/runtime/collections/complex/operand/tests/oarg/RUN.asl
index b05f3065c..aa4c2d0b5 100644
--- a/tests/aslts/src/runtime/collections/complex/operand/tests/oarg/RUN.asl
+++ b/tests/aslts/src/runtime/collections/complex/operand/tests/oarg/RUN.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2015, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2016, 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/operand/tests/oarg/oarg.asl b/tests/aslts/src/runtime/collections/complex/operand/tests/oarg/oarg.asl
index 88ef75521..78ae2fa0b 100644
--- a/tests/aslts/src/runtime/collections/complex/operand/tests/oarg/oarg.asl
+++ b/tests/aslts/src/runtime/collections/complex/operand/tests/oarg/oarg.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2015, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2016, 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/operand/tests/oconst/MAIN.asl b/tests/aslts/src/runtime/collections/complex/operand/tests/oconst/MAIN.asl
index 0e3084e70..e84b40c9d 100644
--- a/tests/aslts/src/runtime/collections/complex/operand/tests/oconst/MAIN.asl
+++ b/tests/aslts/src/runtime/collections/complex/operand/tests/oconst/MAIN.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2015, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2016, 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/operand/tests/oconst/RUN.asl b/tests/aslts/src/runtime/collections/complex/operand/tests/oconst/RUN.asl
index b6b5c33e3..2e045780a 100644
--- a/tests/aslts/src/runtime/collections/complex/operand/tests/oconst/RUN.asl
+++ b/tests/aslts/src/runtime/collections/complex/operand/tests/oconst/RUN.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2015, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2016, 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/operand/tests/oconst/oconst.asl b/tests/aslts/src/runtime/collections/complex/operand/tests/oconst/oconst.asl
index e1cc6ed77..c6ca045e0 100644
--- a/tests/aslts/src/runtime/collections/complex/operand/tests/oconst/oconst.asl
+++ b/tests/aslts/src/runtime/collections/complex/operand/tests/oconst/oconst.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2015, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2016, 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/operand/tests/oconversion/MAIN.asl b/tests/aslts/src/runtime/collections/complex/operand/tests/oconversion/MAIN.asl
index e9146b8d6..b0a413e68 100644
--- a/tests/aslts/src/runtime/collections/complex/operand/tests/oconversion/MAIN.asl
+++ b/tests/aslts/src/runtime/collections/complex/operand/tests/oconversion/MAIN.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2015, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2016, 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/operand/tests/oconversion/RUN.asl b/tests/aslts/src/runtime/collections/complex/operand/tests/oconversion/RUN.asl
index 353d9690e..b72736f07 100644
--- a/tests/aslts/src/runtime/collections/complex/operand/tests/oconversion/RUN.asl
+++ b/tests/aslts/src/runtime/collections/complex/operand/tests/oconversion/RUN.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2015, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2016, 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/operand/tests/oconversion/oconversion.asl b/tests/aslts/src/runtime/collections/complex/operand/tests/oconversion/oconversion.asl
index 1db4f6e0b..1364ffc16 100644
--- a/tests/aslts/src/runtime/collections/complex/operand/tests/oconversion/oconversion.asl
+++ b/tests/aslts/src/runtime/collections/complex/operand/tests/oconversion/oconversion.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2015, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2016, 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/operand/tests/olocal/MAIN.asl b/tests/aslts/src/runtime/collections/complex/operand/tests/olocal/MAIN.asl
index 2e4662915..130d8c8e2 100644
--- a/tests/aslts/src/runtime/collections/complex/operand/tests/olocal/MAIN.asl
+++ b/tests/aslts/src/runtime/collections/complex/operand/tests/olocal/MAIN.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2015, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2016, 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/operand/tests/olocal/RUN.asl b/tests/aslts/src/runtime/collections/complex/operand/tests/olocal/RUN.asl
index 68b62a232..501711999 100644
--- a/tests/aslts/src/runtime/collections/complex/operand/tests/olocal/RUN.asl
+++ b/tests/aslts/src/runtime/collections/complex/operand/tests/olocal/RUN.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2015, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2016, 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/operand/tests/olocal/olocal.asl b/tests/aslts/src/runtime/collections/complex/operand/tests/olocal/olocal.asl
index fd7dddc3f..8a37a9fd7 100644
--- a/tests/aslts/src/runtime/collections/complex/operand/tests/olocal/olocal.asl
+++ b/tests/aslts/src/runtime/collections/complex/operand/tests/olocal/olocal.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2015, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2016, 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/operand/tests/onamedglob/MAIN.asl b/tests/aslts/src/runtime/collections/complex/operand/tests/onamedglob/MAIN.asl
index 8b5bf7eab..fba6d6abc 100644
--- a/tests/aslts/src/runtime/collections/complex/operand/tests/onamedglob/MAIN.asl
+++ b/tests/aslts/src/runtime/collections/complex/operand/tests/onamedglob/MAIN.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2015, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2016, 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/operand/tests/onamedglob/RUN.asl b/tests/aslts/src/runtime/collections/complex/operand/tests/onamedglob/RUN.asl
index e11ad5ae7..007e85275 100644
--- a/tests/aslts/src/runtime/collections/complex/operand/tests/onamedglob/RUN.asl
+++ b/tests/aslts/src/runtime/collections/complex/operand/tests/onamedglob/RUN.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2015, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2016, 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/operand/tests/onamedglob/onamedglob1.asl b/tests/aslts/src/runtime/collections/complex/operand/tests/onamedglob/onamedglob1.asl
index 2c7b9324f..a245e013e 100644
--- a/tests/aslts/src/runtime/collections/complex/operand/tests/onamedglob/onamedglob1.asl
+++ b/tests/aslts/src/runtime/collections/complex/operand/tests/onamedglob/onamedglob1.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2015, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2016, 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/operand/tests/onamedglob/onamedglob2.asl b/tests/aslts/src/runtime/collections/complex/operand/tests/onamedglob/onamedglob2.asl
index ea5016200..2fa0af9b8 100644
--- a/tests/aslts/src/runtime/collections/complex/operand/tests/onamedglob/onamedglob2.asl
+++ b/tests/aslts/src/runtime/collections/complex/operand/tests/onamedglob/onamedglob2.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2015, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2016, 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/operand/tests/onamedloc/MAIN.asl b/tests/aslts/src/runtime/collections/complex/operand/tests/onamedloc/MAIN.asl
index 9cd5e7421..ad6f11b15 100644
--- a/tests/aslts/src/runtime/collections/complex/operand/tests/onamedloc/MAIN.asl
+++ b/tests/aslts/src/runtime/collections/complex/operand/tests/onamedloc/MAIN.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2015, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2016, 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/operand/tests/onamedloc/RUN.asl b/tests/aslts/src/runtime/collections/complex/operand/tests/onamedloc/RUN.asl
index 6eea7625e..51376f97e 100644
--- a/tests/aslts/src/runtime/collections/complex/operand/tests/onamedloc/RUN.asl
+++ b/tests/aslts/src/runtime/collections/complex/operand/tests/onamedloc/RUN.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2015, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2016, 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/operand/tests/onamedloc/onamedloc1.asl b/tests/aslts/src/runtime/collections/complex/operand/tests/onamedloc/onamedloc1.asl
index 40fd7aab1..2ba8d1cc7 100644
--- a/tests/aslts/src/runtime/collections/complex/operand/tests/onamedloc/onamedloc1.asl
+++ b/tests/aslts/src/runtime/collections/complex/operand/tests/onamedloc/onamedloc1.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2015, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2016, 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/operand/tests/onamedloc/onamedloc2.asl b/tests/aslts/src/runtime/collections/complex/operand/tests/onamedloc/onamedloc2.asl
index c906faaba..a24550a83 100644
--- a/tests/aslts/src/runtime/collections/complex/operand/tests/onamedloc/onamedloc2.asl
+++ b/tests/aslts/src/runtime/collections/complex/operand/tests/onamedloc/onamedloc2.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2015, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2016, 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/operand/tests/opackageel/MAIN.asl b/tests/aslts/src/runtime/collections/complex/operand/tests/opackageel/MAIN.asl
index fcc7e19e1..f9d1a1e04 100644
--- a/tests/aslts/src/runtime/collections/complex/operand/tests/opackageel/MAIN.asl
+++ b/tests/aslts/src/runtime/collections/complex/operand/tests/opackageel/MAIN.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2015, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2016, 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/operand/tests/opackageel/RUN.asl b/tests/aslts/src/runtime/collections/complex/operand/tests/opackageel/RUN.asl
index de274fd14..29e96eb6a 100644
--- a/tests/aslts/src/runtime/collections/complex/operand/tests/opackageel/RUN.asl
+++ b/tests/aslts/src/runtime/collections/complex/operand/tests/opackageel/RUN.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2015, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2016, 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/operand/tests/opackageel/opackageel.asl b/tests/aslts/src/runtime/collections/complex/operand/tests/opackageel/opackageel.asl
index 22771ae4c..0c49c3654 100644
--- a/tests/aslts/src/runtime/collections/complex/operand/tests/opackageel/opackageel.asl
+++ b/tests/aslts/src/runtime/collections/complex/operand/tests/opackageel/opackageel.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2015, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2016, 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/operand/tests/oreftonamed/MAIN.asl b/tests/aslts/src/runtime/collections/complex/operand/tests/oreftonamed/MAIN.asl
index 3a5140b3d..1d2fafc05 100644
--- a/tests/aslts/src/runtime/collections/complex/operand/tests/oreftonamed/MAIN.asl
+++ b/tests/aslts/src/runtime/collections/complex/operand/tests/oreftonamed/MAIN.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2015, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2016, 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/operand/tests/oreftonamed/RUN.asl b/tests/aslts/src/runtime/collections/complex/operand/tests/oreftonamed/RUN.asl
index 67ed28832..3c6ee50da 100644
--- a/tests/aslts/src/runtime/collections/complex/operand/tests/oreftonamed/RUN.asl
+++ b/tests/aslts/src/runtime/collections/complex/operand/tests/oreftonamed/RUN.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2015, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2016, 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/operand/tests/oreftonamed/oreftonamed1.asl b/tests/aslts/src/runtime/collections/complex/operand/tests/oreftonamed/oreftonamed1.asl
index e739c06bf..7374880fe 100644
--- a/tests/aslts/src/runtime/collections/complex/operand/tests/oreftonamed/oreftonamed1.asl
+++ b/tests/aslts/src/runtime/collections/complex/operand/tests/oreftonamed/oreftonamed1.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2015, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2016, 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/operand/tests/oreftonamed/oreftonamed2.asl b/tests/aslts/src/runtime/collections/complex/operand/tests/oreftonamed/oreftonamed2.asl
index fb5d66da6..7fcf24c63 100644
--- a/tests/aslts/src/runtime/collections/complex/operand/tests/oreftonamed/oreftonamed2.asl
+++ b/tests/aslts/src/runtime/collections/complex/operand/tests/oreftonamed/oreftonamed2.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2015, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2016, 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/operand/tests/oreftopackageel/MAIN.asl b/tests/aslts/src/runtime/collections/complex/operand/tests/oreftopackageel/MAIN.asl
index dcef97e5e..ed5e48e3e 100644
--- a/tests/aslts/src/runtime/collections/complex/operand/tests/oreftopackageel/MAIN.asl
+++ b/tests/aslts/src/runtime/collections/complex/operand/tests/oreftopackageel/MAIN.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2015, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2016, 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/operand/tests/oreftopackageel/RUN.asl b/tests/aslts/src/runtime/collections/complex/operand/tests/oreftopackageel/RUN.asl
index 97faf6989..7842ea91d 100644
--- a/tests/aslts/src/runtime/collections/complex/operand/tests/oreftopackageel/RUN.asl
+++ b/tests/aslts/src/runtime/collections/complex/operand/tests/oreftopackageel/RUN.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2015, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2016, 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/operand/tests/oreftopackageel/oreftopackageel.asl b/tests/aslts/src/runtime/collections/complex/operand/tests/oreftopackageel/oreftopackageel.asl
index 6338d089e..e16f446d9 100644
--- a/tests/aslts/src/runtime/collections/complex/operand/tests/oreftopackageel/oreftopackageel.asl
+++ b/tests/aslts/src/runtime/collections/complex/operand/tests/oreftopackageel/oreftopackageel.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2015, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2016, 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/operand/tests/oreturn/MAIN.asl b/tests/aslts/src/runtime/collections/complex/operand/tests/oreturn/MAIN.asl
index 572777f61..654144afa 100644
--- a/tests/aslts/src/runtime/collections/complex/operand/tests/oreturn/MAIN.asl
+++ b/tests/aslts/src/runtime/collections/complex/operand/tests/oreturn/MAIN.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2015, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2016, 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/operand/tests/oreturn/RUN.asl b/tests/aslts/src/runtime/collections/complex/operand/tests/oreturn/RUN.asl
index 5771ef882..851235d95 100644
--- a/tests/aslts/src/runtime/collections/complex/operand/tests/oreturn/RUN.asl
+++ b/tests/aslts/src/runtime/collections/complex/operand/tests/oreturn/RUN.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2015, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2016, 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/operand/tests/oreturn/oreturn.asl b/tests/aslts/src/runtime/collections/complex/operand/tests/oreturn/oreturn.asl
index d85e78ad2..ce2b9d740 100644
--- a/tests/aslts/src/runtime/collections/complex/operand/tests/oreturn/oreturn.asl
+++ b/tests/aslts/src/runtime/collections/complex/operand/tests/oreturn/oreturn.asl
@@ -1,5 +1,5 @@
/*
- * Some or all of this work - Copyright (c) 2006 - 2015, Intel Corp.
+ * Some or all of this work - Copyright (c) 2006 - 2016, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,