mirror of
https://github.com/acpica/acpica/
synced 2025-01-13 12:59:18 +03:00
Support for 2005 copyright
date 2005.01.07.23.41.00; author rmoore1; state Exp;
This commit is contained in:
parent
3ffb461061
commit
4b57cd7940
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user