aboutsummaryrefslogtreecommitdiff
path: root/source/tools/acpisrc/astable.c
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2019-01-08 21:48:36 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2019-01-08 21:48:36 +0000
commitca9862327327526f102b9370cc74b2a9e4641b0d (patch)
treecda67673a7ce6436e82b270c552c6e665ce0d893 /source/tools/acpisrc/astable.c
parentd28459aaaf532373b12c80aa5b869f8b591954e7 (diff)
Notes
Diffstat (limited to 'source/tools/acpisrc/astable.c')
-rw-r--r--source/tools/acpisrc/astable.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/tools/acpisrc/astable.c b/source/tools/acpisrc/astable.c
index 4e1685efc9d2f..6fe0ed9985f09 100644
--- a/source/tools/acpisrc/astable.c
+++ b/source/tools/acpisrc/astable.c
@@ -8,7 +8,7 @@
*
* 1. Copyright Notice
*
- * Some or all of this work - Copyright (c) 1999 - 2018, Intel Corp.
+ * Some or all of this work - Copyright (c) 1999 - 2019, Intel Corp.
* All rights reserved.
*
* 2. License
@@ -197,7 +197,7 @@ ACPI_STRING_TABLE StandardDataTypes[] = {
char EmptyHeader[] = "";
char DualLicenseHeader[] =
"/*\n"
-" * Copyright (C) 2000 - 2018, Intel Corp.\n"
+" * Copyright (C) 2000 - 2019, Intel Corp.\n"
" * All rights reserved.\n"
" *\n"
" * Redistribution and use in source and binary forms, with or without\n"
@@ -1154,8 +1154,8 @@ ACPI_CONVERSION_TABLE LicenseConversionTable =
ACPI_STRING_TABLE CustomReplacements[] =
{
- {"(c) 1999 - 2017", "(c) 1999 - 2018", REPLACE_WHOLE_WORD}, /* Main ACPICA source */
- {"(c) 2006 - 2017", "(c) 2006 - 2018", REPLACE_WHOLE_WORD}, /* Test suites */
+ {"(c) 1999 - 2018", "(c) 1999 - 2019", REPLACE_WHOLE_WORD}, /* Main ACPICA source */
+ {"(c) 2006 - 2018", "(c) 2006 - 2019", REPLACE_WHOLE_WORD}, /* Test suites */
#if 0
{"SUPPORT, ASSISTANCE", "SUPPORT, ASSISTANCE", REPLACE_WHOLE_WORD}, /* Fix intel header */