Skip to content

Commit

Permalink
Merge commit '758eabb779aaceb648571ab7d017c43b809cc227'
Browse files Browse the repository at this point in the history
  • Loading branch information
0-wiz-0 committed Jun 26, 2024
2 parents 37119a6 + 758eabb commit f346610
Show file tree
Hide file tree
Showing 84 changed files with 81 additions and 84 deletions.
2 changes: 1 addition & 1 deletion src/Archive.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
archive.c -- information about an archive
Archive.cc -- information about an archive
Copyright (C) 1999-2014 Dieter Baron and Thomas Klausner
This file is part of ckmame, a program to check rom sets for MAME.
Expand Down
2 changes: 1 addition & 1 deletion src/Archive.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define HAD_ARCHIVE_H

/*
archive.h -- information about an archive
Archive.h -- information about an archive
Copyright (C) 1999-2020 Dieter Baron and Thomas Klausner
This file is part of ckmame, a program to check rom sets for MAME.
Expand Down
2 changes: 1 addition & 1 deletion src/ArchiveDir.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
archive_dir.c -- implementation of archive from directory
ArchiveDir.cc -- implementation of archive from directory
Copyright (C) 1999-2014 Dieter Baron and Thomas Klausner
This file is part of ckmame, a program to check rom sets for MAME.
Expand Down
2 changes: 1 addition & 1 deletion src/ArchiveImages.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
ArchiveImages.h -- archive for directory of disk images
ArchiveImages.cc -- archive for directory of disk images
Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner
This file is part of ckmame, a program to check rom sets for MAME.
Expand Down
2 changes: 1 addition & 1 deletion src/ArchiveLibarchive.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define _HAD_ARCHIVE_LIBARCHIVE_H

/*
ArchiveZip.h -- archive via libarchive
ArchiveLibarchive.h -- archive via libarchive
Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner
This file is part of ckmame, a program to check rom sets for MAME.
Expand Down
2 changes: 1 addition & 1 deletion src/Chd.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
chd.c -- accessing chd files
Chd.cc -- accessing chd files
Copyright (C) 2004-2014 Dieter Baron and Thomas Klausner
This file is part of ckmame, a program to check rom sets for MAME.
Expand Down
2 changes: 1 addition & 1 deletion src/Chd.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef HAD_CHD_H

/*
chd.h -- accessing chd files
Chd.h -- accessing chd files
Copyright (C) 2004-2020 Dieter Baron and Thomas Klausner
This file is part of ckmame, a program to check rom sets for MAME.
Expand Down
2 changes: 1 addition & 1 deletion src/CkmameCache.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define CKMAME_CKMAME_CACHE_H

/*
CkMameCache.h -- collection of CkmameDBs.
CkmameCache.h -- collection of CkmameDBs.
Copyright (C) 1999-2022 Dieter Baron and Thomas Klausner
This file is part of ckmame, a program to check rom sets for MAME.
Expand Down
2 changes: 1 addition & 1 deletion src/CkmameDB.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
dbh_cache.c -- files in dirs sqlite3 data base
CkmameDB.cc -- files in dirs sqlite3 data base
Copyright (C) 2014-2015 Dieter Baron and Thomas Klausner
This file is part of ckmame, a program to check rom sets for MAME.
Expand Down
2 changes: 1 addition & 1 deletion src/CkmameDB.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef HAD_DBH_CACHE_H
#define HAD_DBH_CACHE_H
/*
dbh_cache.h -- files in dirs sqlite3 database
CkmameDB.h -- files in dirs sqlite3 database
Copyright (C) 2014-2021 Dieter Baron and Thomas Klausner
This file is part of ckmame, a program to check rom sets for MAME.
Expand Down
1 change: 0 additions & 1 deletion src/Commandline.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

#ifndef HAD_COMMANDLINE_H
#define HAD_COMMANDLINE_H

Expand Down
2 changes: 1 addition & 1 deletion src/DBStatement.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define HAD_DB_STATEMENT_H

/*
dbh.h -- mame.db sqlite3 data base
DBStatement.h -- mame.db sqlite3 data base
Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner
This file is part of ckmame, a program to check rom sets for MAME.
Expand Down
2 changes: 1 addition & 1 deletion src/DatEntry.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
dat_entry.c -- dat entry util functions
DatEntry.cc -- dat entry util functions
Copyright (C) 2006-2014 Dieter Baron and Thomas Klausner
This file is part of ckmame, a program to check rom sets for MAME.
Expand Down
2 changes: 1 addition & 1 deletion src/DatEntry.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define HAD_DAT_H

/*
dat.h -- information about dat file
DatEntry.h -- information about dat file
Copyright (C) 2006-2020 Dieter Baron and Thomas Klausner
This file is part of ckmame, a program to check rom sets for MAME.
Expand Down
2 changes: 1 addition & 1 deletion src/DatRepository.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define HAD_DAT_REPOSITORY_H

/*
DatRepository.cc -- find dat files in directories
DatRepository.h -- find dat files in directories
Copyright (C) 2021 Dieter Baron and Thomas Klausner
This file is part of ckmame, a program to check rom sets for MAME.
Expand Down
2 changes: 1 addition & 1 deletion src/DeleteList.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
delete_list.c -- list of files to delete
DeleteList.cc -- list of files to delete
Copyright (C) 2005-2014 Dieter Baron and Thomas Klausner
This file is part of ckmame, a program to check rom sets for MAME.
Expand Down
2 changes: 1 addition & 1 deletion src/DeleteList.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define HAD_DELETE_LIST_H

/*
delete_list.h -- list of files to delete
DeleteList.h -- list of files to delete
Copyright (C) 2005-2021 Dieter Baron and Thomas Klausner
This file is part of ckmame, a program to check rom sets for MAME.
Expand Down
2 changes: 1 addition & 1 deletion src/Detector.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
detector.c -- alloc/free detector
Detector.cc -- alloc/free detector
Copyright (C) 2007-2014 Dieter Baron and Thomas Klausner
This file is part of ckmame, a program to check rom sets for MAME.
Expand Down
2 changes: 1 addition & 1 deletion src/Detector.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define HAD_DETECTOR_H

/*
detector.h -- clrmamepro XML header skip detector
Detector.h -- clrmamepro XML header skip detector
Copyright (C) 2007-2021 Dieter Baron and Thomas Klausner
This file is part of ckmame, a program to check rom sets for MAME.
Expand Down
2 changes: 1 addition & 1 deletion src/DetectorCollection.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define HAD_DETECTOR_COLLECTION_H

/*
detector.h -- clrmamepro XML header skip detector
DetectorCollection.h -- clrmamepro XML header skip detector
Copyright (C) 2007-2021 Dieter Baron and Thomas Klausner
This file is part of ckmame, a program to check rom sets for MAME.
Expand Down
1 change: 0 additions & 1 deletion src/File.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

/*
File.cc -- information about one file on disk
Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner
Expand Down
2 changes: 1 addition & 1 deletion src/File.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define HAD_FILE_H

/*
file.h -- information about one file
File.h -- information about one file
Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner
This file is part of ckmame, a program to check rom sets for MAME.
Expand Down
2 changes: 1 addition & 1 deletion src/FileData.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
file.c -- initialize / finalize file structure
FileData.cc -- initialize / finalize file structure
Copyright (C) 2004-2014 Dieter Baron and Thomas Klausner
This file is part of ckmame, a program to check rom sets for MAME.
Expand Down
2 changes: 1 addition & 1 deletion src/FileLocation.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define HAD_FILE_LOCATION_H

/*
file_location.h -- location of a file
FileLocation.h -- location of a file
Copyright (C) 2005-2021 Dieter Baron and Thomas Klausner
This file is part of ckmame, a program to check rom sets for MAME.
Expand Down
2 changes: 1 addition & 1 deletion src/Game.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define HAD_GAME_H

/*
game.h -- information about one game
Game.h -- information about one game
Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner
This file is part of ckmame, a program to check rom sets for MAME.
Expand Down
2 changes: 1 addition & 1 deletion src/Garbage.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
garbage.c -- move files to garbage directory
Garbage.cc -- move files to garbage directory
Copyright (C) 1999-2014 Dieter Baron and Thomas Klausner
This file is part of ckmame, a program to check rom sets for MAME.
Expand Down
2 changes: 1 addition & 1 deletion src/Garbage.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define HAD_GARBAGE_H

/*
garbage.h -- move files to garbage directory
Garbage.h -- move files to garbage directory
Copyright (C) 2006-2020 Dieter Baron and Thomas Klausner
This file is part of ckmame, a program to check rom sets for MAME.
Expand Down
2 changes: 1 addition & 1 deletion src/Hashes.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
hashes.c -- utility functions for hash handling
Hashes.cc -- utility functions for hash handling
Copyright (C) 2004-2014 Dieter Baron and Thomas Klausner
This file is part of ckmame, a program to check rom sets for MAME.
Expand Down
2 changes: 1 addition & 1 deletion src/Hashes.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define HAD_HASHES_H

/*
hashes.h -- hash related functions
Hashes.h -- hash related functions
Copyright (C) 2004-2021 Dieter Baron and Thomas Klausner
This file is part of ckmame, a program to check rom sets for MAME.
Expand Down
2 changes: 1 addition & 1 deletion src/Match.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
match.c -- information about ROM/file matches
Match.cc -- information about ROM/file matches
Copyright (C) 1999-2014 Dieter Baron and Thomas Klausner
This file is part of ckmame, a program to check rom sets for MAME.
Expand Down
2 changes: 1 addition & 1 deletion src/Match.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define HAD_MATCH_H

/*
match.h -- matching files with ROMs
Match.h -- matching files with ROMs
Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner
This file is part of ckmame, a program to check rom sets for MAME.
Expand Down
2 changes: 1 addition & 1 deletion src/OutputContext.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
output.c -- output game info
OutputContext.cc -- output game info
Copyright (C) 2006-2014 Dieter Baron and Thomas Klausner
This file is part of ckmame, a program to check rom sets for MAME.
Expand Down
2 changes: 1 addition & 1 deletion src/OutputContext.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define HAD_OUTPUT_H

/*
output.h -- output game info
OutputContext.h -- output game info
Copyright (C) 2006-2020 Dieter Baron and Thomas Klausner
This file is part of ckmame, a program to check rom sets for MAME.
Expand Down
2 changes: 1 addition & 1 deletion src/OutputContextCm.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
output-cm.c -- write games to clrmamepro dat files
OutputContextCm.cc -- write games to clrmamepro dat files
Copyright (C) 2006-2014 Dieter Baron and Thomas Klausner
This file is part of ckmame, a program to check rom sets for MAME.
Expand Down
2 changes: 1 addition & 1 deletion src/OutputContextDb.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
output-db.c -- write games to DB
OutputContextDb.cc -- write games to DB
Copyright (C) 1999-2014 Dieter Baron and Thomas Klausner
This file is part of ckmame, a program to check rom sets for MAME.
Expand Down
2 changes: 1 addition & 1 deletion src/OutputContextHeader.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
OutputContext.h -- collect header information from dat file
OutputContextHeader.h -- collect header information from dat file
Copyright (C) 2022 Dieter Baron and Thomas Klausner
This file is part of ckmame, a program to check rom sets for MAME.
Expand Down
2 changes: 1 addition & 1 deletion src/OutputContextMtree.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
output_mtree.c -- write games to mtree(8) files
OutputContextMtree.cc -- write games to mtree(8) files
Copyright (C) 2013-2014 Dieter Baron and Thomas Klausner
This file is part of ckmame, a program to check rom sets for MAME.
Expand Down
2 changes: 1 addition & 1 deletion src/OutputContextXml.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
output_datafile_xml.c -- write games to datafile.dtd XML files
OutputContextXml.cc -- write games to datafile.dtd XML files
Copyright (C) 2011-2014 Dieter Baron and Thomas Klausner
This file is part of ckmame, a program to check rom sets for MAME.
Expand Down
2 changes: 1 addition & 1 deletion src/Parser.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
parse.c -- parser frontend
Parser.cc -- parser frontend
Copyright (C) 1999-2014 Dieter Baron and Thomas Klausner
This file is part of ckmame, a program to check rom sets for MAME.
Expand Down
2 changes: 1 addition & 1 deletion src/ParserCm.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
parse-cm.c -- parse listinfo/CMpro format files
ParserCm.cc -- parse listinfo/CMpro format files
Copyright (C) 1999-2014 Dieter Baron and Thomas Klausner
This file is part of ckmame, a program to check rom sets for MAME.
Expand Down
2 changes: 1 addition & 1 deletion src/ParserDir.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
parse-dir.c -- read info from zip archives
ParserDir.cc -- read info from zip archives
Copyright (C) 2006-2014 Dieter Baron and Thomas Klausner
This file is part of ckmame, a program to check rom sets for MAME.
Expand Down
2 changes: 1 addition & 1 deletion src/ParserRc.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
parse-rc.c -- parse Romcenter format files
ParserRc.cc -- parse Romcenter format files
Copyright (C) 2007-2014 Dieter Baron and Thomas Klausner
This file is part of ckmame, a program to check rom sets for MAME.
Expand Down
2 changes: 1 addition & 1 deletion src/ParserSource.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
parser_source.c -- reading parser input data from various sources
ParserSource.cc -- reading parser input data from various sources
Copyright (C) 2008-2014 Dieter Baron and Thomas Klausner
This file is part of ckmame, a program to check rom sets for MAME.
Expand Down
2 changes: 1 addition & 1 deletion src/ParserSource.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define HAD_PARSER_SOURCE_H

/*
parser_source.h -- reading parser input data from various sources
ParserSource.h -- reading parser input data from various sources
Copyright (C) 2008-2020 Dieter Baron and Thomas Klausner
This file is part of ckmame, a program to check rom sets for MAME.
Expand Down
2 changes: 1 addition & 1 deletion src/ParserSourceZip.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define HAD_PARSER_SOURCE_ZIP_H

/*
ParserSourceFile.h -- reading parser input data from zip archive
ParserSourceZip.h -- reading parser input data from zip archive
Copyright (C) 2008-2020 Dieter Baron and Thomas Klausner
This file is part of ckmame, a program to check rom sets for MAME.
Expand Down
2 changes: 1 addition & 1 deletion src/ParserXml.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
parse-xml.c -- parse listxml format files
ParserXml.cc -- parse listxml format files
Copyright (C) 1999-2014 Dieter Baron and Thomas Klausner
This file is part of ckmame, a program to check rom sets for MAME.
Expand Down
2 changes: 1 addition & 1 deletion src/Result.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
result.c -- allocate/free result structure
Result.cc -- allocate/free result structure
Copyright (C) 2006-2014 Dieter Baron and Thomas Klausner
This file is part of ckmame, a program to check rom sets for MAME.
Expand Down
2 changes: 1 addition & 1 deletion src/Result.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define HAD_RESULT_H

/*
result.h -- result of game check
Result.h -- result of game check
Copyright (C) 2006-2021 Dieter Baron and Thomas Klausner
This file is part of ckmame, a program to check rom sets for MAME.
Expand Down
1 change: 0 additions & 1 deletion src/Rom.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

/*
ROM.cc -- information about one ROM
Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner
Expand Down
1 change: 0 additions & 1 deletion src/Rom.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#ifndef HAD_ROM_H
#define HAD_ROM_H


/*
Rom.h -- information about one ROM
Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner
Expand Down
2 changes: 1 addition & 1 deletion src/RomDB.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
romdb.c -- mame.db sqlite3 data base
RomDB.cc -- mame.db sqlite3 data base
Copyright (C) 2013-2014 Dieter Baron and Thomas Klausner

This file is part of ckmame, a program to check rom sets for MAME.
Expand Down
Loading

0 comments on commit f346610

Please sign in to comment.