From 4b57cd7940fdc74c334edf4667ecf76c205e9847 Mon Sep 17 00:00:00 2001 From: aystarik Date: Wed, 29 Jun 2005 20:47:05 +0000 Subject: [PATCH] Support for 2005 copyright date 2005.01.07.23.41.00; author rmoore1; state Exp; --- source/tools/acpisrc/asmain.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/tools/acpisrc/asmain.c b/source/tools/acpisrc/asmain.c index 3dda2e008..7ed9480b5 100644 --- a/source/tools/acpisrc/asmain.c +++ b/source/tools/acpisrc/asmain.c @@ -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,