summaryrefslogtreecommitdiff
path: root/tests/aslts/src/runtime/collections/functional/manipulation
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/functional/manipulation
parent7264968d69cc1731985b3afed63cb6cb9d469029 (diff)
downloadacpica-a981371ef9c2d0c8f5db6c32602d7fc08b682c20.tar.gz
Tests: Update copyright notices to 2016
Affects all source files.
Diffstat (limited to 'tests/aslts/src/runtime/collections/functional/manipulation')
-rw-r--r--tests/aslts/src/runtime/collections/functional/manipulation/DECL.asl2
-rw-r--r--tests/aslts/src/runtime/collections/functional/manipulation/MAIN.asl2
-rw-r--r--tests/aslts/src/runtime/collections/functional/manipulation/RUN.asl2
-rw-r--r--tests/aslts/src/runtime/collections/functional/manipulation/concatenate.asl2
-rw-r--r--tests/aslts/src/runtime/collections/functional/manipulation/eisaid.asl2
-rw-r--r--tests/aslts/src/runtime/collections/functional/manipulation/match1.asl2
-rw-r--r--tests/aslts/src/runtime/collections/functional/manipulation/match2.asl2
-rw-r--r--tests/aslts/src/runtime/collections/functional/manipulation/mid.asl2
-rw-r--r--tests/aslts/src/runtime/collections/functional/manipulation/objecttype.asl2
-rw-r--r--tests/aslts/src/runtime/collections/functional/manipulation/sizeof.asl2
-rw-r--r--tests/aslts/src/runtime/collections/functional/manipulation/store.asl2
-rw-r--r--tests/aslts/src/runtime/collections/functional/manipulation/tobuffer.asl2
-rw-r--r--tests/aslts/src/runtime/collections/functional/manipulation/todecimalstring.asl2
-rw-r--r--tests/aslts/src/runtime/collections/functional/manipulation/tofrombcd.asl2
-rw-r--r--tests/aslts/src/runtime/collections/functional/manipulation/tohexstring.asl2
-rw-r--r--tests/aslts/src/runtime/collections/functional/manipulation/tointeger.asl2
-rw-r--r--tests/aslts/src/runtime/collections/functional/manipulation/tostring.asl2
-rw-r--r--tests/aslts/src/runtime/collections/functional/manipulation/touuid.asl2
-rw-r--r--tests/aslts/src/runtime/collections/functional/manipulation/unicode.asl2
19 files changed, 19 insertions, 19 deletions
diff --git a/tests/aslts/src/runtime/collections/functional/manipulation/DECL.asl b/tests/aslts/src/runtime/collections/functional/manipulation/DECL.asl
index e7531e505..841b6c53a 100644
--- a/tests/aslts/src/runtime/collections/functional/manipulation/DECL.asl
+++ b/tests/aslts/src/runtime/collections/functional/manipulation/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/functional/manipulation/MAIN.asl b/tests/aslts/src/runtime/collections/functional/manipulation/MAIN.asl
index 078b5ebb2..609dfafdf 100644
--- a/tests/aslts/src/runtime/collections/functional/manipulation/MAIN.asl
+++ b/tests/aslts/src/runtime/collections/functional/manipulation/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/functional/manipulation/RUN.asl b/tests/aslts/src/runtime/collections/functional/manipulation/RUN.asl
index e404bcbc5..ca70913b2 100644
--- a/tests/aslts/src/runtime/collections/functional/manipulation/RUN.asl
+++ b/tests/aslts/src/runtime/collections/functional/manipulation/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/functional/manipulation/concatenate.asl b/tests/aslts/src/runtime/collections/functional/manipulation/concatenate.asl
index 1665bcc2d..32cd4a5dd 100644
--- a/tests/aslts/src/runtime/collections/functional/manipulation/concatenate.asl
+++ b/tests/aslts/src/runtime/collections/functional/manipulation/concatenate.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/functional/manipulation/eisaid.asl b/tests/aslts/src/runtime/collections/functional/manipulation/eisaid.asl
index a9a0d96c7..0ebd490c9 100644
--- a/tests/aslts/src/runtime/collections/functional/manipulation/eisaid.asl
+++ b/tests/aslts/src/runtime/collections/functional/manipulation/eisaid.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/functional/manipulation/match1.asl b/tests/aslts/src/runtime/collections/functional/manipulation/match1.asl
index 7da16c631..a7dca0d2f 100644
--- a/tests/aslts/src/runtime/collections/functional/manipulation/match1.asl
+++ b/tests/aslts/src/runtime/collections/functional/manipulation/match1.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/functional/manipulation/match2.asl b/tests/aslts/src/runtime/collections/functional/manipulation/match2.asl
index 89632ca15..ac3ed9461 100644
--- a/tests/aslts/src/runtime/collections/functional/manipulation/match2.asl
+++ b/tests/aslts/src/runtime/collections/functional/manipulation/match2.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/functional/manipulation/mid.asl b/tests/aslts/src/runtime/collections/functional/manipulation/mid.asl
index 6d94c558b..31d2e70b1 100644
--- a/tests/aslts/src/runtime/collections/functional/manipulation/mid.asl
+++ b/tests/aslts/src/runtime/collections/functional/manipulation/mid.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/functional/manipulation/objecttype.asl b/tests/aslts/src/runtime/collections/functional/manipulation/objecttype.asl
index 2926d1e42..3296331bc 100644
--- a/tests/aslts/src/runtime/collections/functional/manipulation/objecttype.asl
+++ b/tests/aslts/src/runtime/collections/functional/manipulation/objecttype.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/functional/manipulation/sizeof.asl b/tests/aslts/src/runtime/collections/functional/manipulation/sizeof.asl
index 79b7368bf..86675aca1 100644
--- a/tests/aslts/src/runtime/collections/functional/manipulation/sizeof.asl
+++ b/tests/aslts/src/runtime/collections/functional/manipulation/sizeof.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/functional/manipulation/store.asl b/tests/aslts/src/runtime/collections/functional/manipulation/store.asl
index 42e874513..13274f519 100644
--- a/tests/aslts/src/runtime/collections/functional/manipulation/store.asl
+++ b/tests/aslts/src/runtime/collections/functional/manipulation/store.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/functional/manipulation/tobuffer.asl b/tests/aslts/src/runtime/collections/functional/manipulation/tobuffer.asl
index d4bc0a998..5779d677b 100644
--- a/tests/aslts/src/runtime/collections/functional/manipulation/tobuffer.asl
+++ b/tests/aslts/src/runtime/collections/functional/manipulation/tobuffer.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/functional/manipulation/todecimalstring.asl b/tests/aslts/src/runtime/collections/functional/manipulation/todecimalstring.asl
index 8f7afcaeb..578dabe7d 100644
--- a/tests/aslts/src/runtime/collections/functional/manipulation/todecimalstring.asl
+++ b/tests/aslts/src/runtime/collections/functional/manipulation/todecimalstring.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/functional/manipulation/tofrombcd.asl b/tests/aslts/src/runtime/collections/functional/manipulation/tofrombcd.asl
index 97a8b4524..0351c1e1c 100644
--- a/tests/aslts/src/runtime/collections/functional/manipulation/tofrombcd.asl
+++ b/tests/aslts/src/runtime/collections/functional/manipulation/tofrombcd.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/functional/manipulation/tohexstring.asl b/tests/aslts/src/runtime/collections/functional/manipulation/tohexstring.asl
index ec7936536..6a3aa3d49 100644
--- a/tests/aslts/src/runtime/collections/functional/manipulation/tohexstring.asl
+++ b/tests/aslts/src/runtime/collections/functional/manipulation/tohexstring.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/functional/manipulation/tointeger.asl b/tests/aslts/src/runtime/collections/functional/manipulation/tointeger.asl
index 6c9372baa..5366aeeed 100644
--- a/tests/aslts/src/runtime/collections/functional/manipulation/tointeger.asl
+++ b/tests/aslts/src/runtime/collections/functional/manipulation/tointeger.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/functional/manipulation/tostring.asl b/tests/aslts/src/runtime/collections/functional/manipulation/tostring.asl
index 74f348970..9e567a705 100644
--- a/tests/aslts/src/runtime/collections/functional/manipulation/tostring.asl
+++ b/tests/aslts/src/runtime/collections/functional/manipulation/tostring.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/functional/manipulation/touuid.asl b/tests/aslts/src/runtime/collections/functional/manipulation/touuid.asl
index 351203724..9f040c5f2 100644
--- a/tests/aslts/src/runtime/collections/functional/manipulation/touuid.asl
+++ b/tests/aslts/src/runtime/collections/functional/manipulation/touuid.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/functional/manipulation/unicode.asl b/tests/aslts/src/runtime/collections/functional/manipulation/unicode.asl
index 37da18c88..6ac8494de 100644
--- a/tests/aslts/src/runtime/collections/functional/manipulation/unicode.asl
+++ b/tests/aslts/src/runtime/collections/functional/manipulation/unicode.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,