aboutsummaryrefslogtreecommitdiff
path: root/tools/acpisrc
diff options
context:
space:
mode:
Diffstat (limited to 'tools/acpisrc')
-rw-r--r--tools/acpisrc/acpisrc.h2
-rw-r--r--tools/acpisrc/ascase.c2
-rw-r--r--tools/acpisrc/asconvrt.c2
-rw-r--r--tools/acpisrc/asfile.c2
-rw-r--r--tools/acpisrc/asmain.c2
-rw-r--r--tools/acpisrc/asremove.c2
-rw-r--r--tools/acpisrc/astable.c8
-rw-r--r--tools/acpisrc/asutils.c2
8 files changed, 11 insertions, 11 deletions
diff --git a/tools/acpisrc/acpisrc.h b/tools/acpisrc/acpisrc.h
index 857dbaa3de9d..3c0e5dc01d05 100644
--- a/tools/acpisrc/acpisrc.h
+++ b/tools/acpisrc/acpisrc.h
@@ -6,7 +6,7 @@
*****************************************************************************/
/*
- * Copyright (C) 2000 - 2011, Intel Corp.
+ * Copyright (C) 2000 - 2012, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/tools/acpisrc/ascase.c b/tools/acpisrc/ascase.c
index 9b9c36ad3369..232ebe8b18fc 100644
--- a/tools/acpisrc/ascase.c
+++ b/tools/acpisrc/ascase.c
@@ -6,7 +6,7 @@
*****************************************************************************/
/*
- * Copyright (C) 2000 - 2011, Intel Corp.
+ * Copyright (C) 2000 - 2012, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/tools/acpisrc/asconvrt.c b/tools/acpisrc/asconvrt.c
index e2a1d17510a9..1669f9d20e79 100644
--- a/tools/acpisrc/asconvrt.c
+++ b/tools/acpisrc/asconvrt.c
@@ -6,7 +6,7 @@
*****************************************************************************/
/*
- * Copyright (C) 2000 - 2011, Intel Corp.
+ * Copyright (C) 2000 - 2012, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/tools/acpisrc/asfile.c b/tools/acpisrc/asfile.c
index 048677a8059c..ce26adc3d8e4 100644
--- a/tools/acpisrc/asfile.c
+++ b/tools/acpisrc/asfile.c
@@ -6,7 +6,7 @@
*****************************************************************************/
/*
- * Copyright (C) 2000 - 2011, Intel Corp.
+ * Copyright (C) 2000 - 2012, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/tools/acpisrc/asmain.c b/tools/acpisrc/asmain.c
index 873e503afc04..baf4e2fc34c7 100644
--- a/tools/acpisrc/asmain.c
+++ b/tools/acpisrc/asmain.c
@@ -6,7 +6,7 @@
*****************************************************************************/
/*
- * Copyright (C) 2000 - 2011, Intel Corp.
+ * Copyright (C) 2000 - 2012, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/tools/acpisrc/asremove.c b/tools/acpisrc/asremove.c
index 681e7c896b14..8fe29e158a2a 100644
--- a/tools/acpisrc/asremove.c
+++ b/tools/acpisrc/asremove.c
@@ -6,7 +6,7 @@
*****************************************************************************/
/*
- * Copyright (C) 2000 - 2011, Intel Corp.
+ * Copyright (C) 2000 - 2012, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/tools/acpisrc/astable.c b/tools/acpisrc/astable.c
index 98468fd50c93..2329f56f9f21 100644
--- a/tools/acpisrc/astable.c
+++ b/tools/acpisrc/astable.c
@@ -6,7 +6,7 @@
*****************************************************************************/
/*
- * Copyright (C) 2000 - 2011, Intel Corp.
+ * Copyright (C) 2000 - 2012, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -91,7 +91,7 @@ ACPI_STRING_TABLE StandardDataTypes[] = {
char DualLicenseHeader[] =
"/*\n"
-" * Copyright (C) 2000 - 2011, Intel Corp.\n"
+" * Copyright (C) 2000 - 2012, Intel Corp.\n"
" * All rights reserved.\n"
" *\n"
" * Redistribution and use in source and binary forms, with or without\n"
@@ -789,8 +789,8 @@ ACPI_CONVERSION_TABLE LicenseConversionTable = {
ACPI_STRING_TABLE CustomReplacements[] = {
- {"(c) 1999 - 2010", "(c) 1999 - 2011", REPLACE_WHOLE_WORD}, /* Main ACPICA source */
- {"(c) 2006 - 2010", "(c) 2006 - 2011", REPLACE_WHOLE_WORD}, /* Test suites */
+ {"(c) 1999 - 2012", "(c) 1999 - 2012", REPLACE_WHOLE_WORD}, /* Main ACPICA source */
+ {"(c) 2006 - 2012", "(c) 2006 - 2012", REPLACE_WHOLE_WORD}, /* Test suites */
#if 0
{"(ACPI_INTEGER)", "(UINT64)", REPLACE_WHOLE_WORD},
diff --git a/tools/acpisrc/asutils.c b/tools/acpisrc/asutils.c
index eec4cc905ca6..a596ea8cee06 100644
--- a/tools/acpisrc/asutils.c
+++ b/tools/acpisrc/asutils.c
@@ -6,7 +6,7 @@
*****************************************************************************/
/*
- * Copyright (C) 2000 - 2011, Intel Corp.
+ * Copyright (C) 2000 - 2012, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without