diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2016-01-11 22:10:31 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2016-01-11 22:10:31 +0000 |
commit | 176870a6cad869aa9bbb6b7906be146cc651c359 (patch) | |
tree | c146f7b383478cafe6e84dae33e812c9a81fb8ef /source/include/acapps.h | |
parent | 1c6f3e7bf6ed0a9ff1bd466e319cdf456e6e91dc (diff) |
Notes
Diffstat (limited to 'source/include/acapps.h')
-rw-r--r-- | source/include/acapps.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/include/acapps.h b/source/include/acapps.h index 31d088b26e0ce..87284f20b0da0 100644 --- a/source/include/acapps.h +++ b/source/include/acapps.h @@ -5,7 +5,7 @@ *****************************************************************************/ /* - * Copyright (C) 2000 - 2015, Intel Corp. + * Copyright (C) 2000 - 2016, Intel Corp. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +53,7 @@ /* Common info for tool signons */ #define ACPICA_NAME "Intel ACPI Component Architecture" -#define ACPICA_COPYRIGHT "Copyright (c) 2000 - 2015 Intel Corporation" +#define ACPICA_COPYRIGHT "Copyright (c) 2000 - 2016 Intel Corporation" #if ACPI_MACHINE_WIDTH == 64 #define ACPI_WIDTH "-64" |