Support for 2005 copyright

date	2005.01.07.23.41.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 20:47:05 +00:00
parent 3ffb461061
commit 4b57cd7940

View File

@ -2,7 +2,7 @@
/******************************************************************************
*
* Module Name: asmain - Main module for the acpi source processor utility
* $Revision: 1.71 $
* $Revision: 1.72 $
*
*****************************************************************************/
@ -191,7 +191,7 @@ ACPI_STRING_TABLE StandardDataTypes[] = {
char LinuxHeader[] =
"/*\n"
" * Copyright (C) 2000 - 2004, R. Byron Moore\n"
" * Copyright (C) 2000 - 2005, R. Byron Moore\n"
" * All rights reserved.\n"
" *\n"
" * Redistribution and use in source and binary forms, with or without\n"
@ -627,7 +627,7 @@ ACPI_CONVERSION_TABLE StatsConversionTable = {
ACPI_STRING_TABLE CustomReplacements[] = {
{"(c) 1999 - 2003", "(c) 1999 - 2004", REPLACE_WHOLE_WORD},
{"(c) 1999 - 2004", "(c) 1999 - 2005", REPLACE_WHOLE_WORD},
#if 0
"ACPI_NATIVE_UINT", "ACPI_NATIVE_UINT", REPLACE_WHOLE_WORD,