mirror of https://github.com/BOINC/boinc.git
Remove BOINC_RCSID tags from more source files
svn path=/trunk/boinc/; revision=22739
This commit is contained in:
parent
cfb41dd584
commit
ba7b2d6898
|
@ -215,4 +215,3 @@ int setMacIcon(char *filename, char *iconData, long iconSize) {
|
|||
boinc_resolve_filename(filename, path, sizeof(path));
|
||||
return(setMacRsrcForFile(path, iconData, iconSize, 'icns', RESIDICON, rsrcName));
|
||||
}
|
||||
const char *BOINC_RCSID_112a101526="$Id$";
|
||||
|
|
|
@ -75,4 +75,3 @@ int main(int argc, char** argv) {
|
|||
return retval;
|
||||
}
|
||||
|
||||
const char *BOINC_RCSID_fe1ac2ec91="$Id$";
|
||||
|
|
|
@ -8294,3 +8294,23 @@ Charlie 23 Nov 2010
|
|||
|
||||
clientgui/
|
||||
ViewStatistics.cpp
|
||||
|
||||
Charlie 23 Nov 2010
|
||||
- Remove BOINC_RCSID tags from more source files.
|
||||
|
||||
api/
|
||||
mac_icon.cpp
|
||||
make_app_icon_h.cpp
|
||||
clientgui/
|
||||
Localization.cpp
|
||||
mac/
|
||||
MacSysMenu.cpp
|
||||
SetVersion.cpp
|
||||
clientscr/
|
||||
mac_saver_module.cpp
|
||||
lib/
|
||||
synch.cpp
|
||||
mac_installer/
|
||||
Installer.cpp
|
||||
LoginItemAPI.c
|
||||
PostInstall.cpp
|
||||
|
|
|
@ -158,4 +158,3 @@ CLocalization::CLocalization() {
|
|||
|
||||
}
|
||||
|
||||
const char *BOINC_RCSID_4632804e37="$Id$";
|
||||
|
|
|
@ -435,4 +435,3 @@ pascal OSStatus SysMenuEventHandler( EventHandlerCallRef inHandlerCallRef,
|
|||
|
||||
return eventNotHandledErr;
|
||||
}
|
||||
const char *BOINC_RCSID_533878e385="$Id$";
|
||||
|
|
|
@ -245,4 +245,3 @@ int MakeInstallerInfoPlistFile(char* myPath, char* brand) {
|
|||
}
|
||||
|
||||
|
||||
const char *BOINC_RCSID_9263a2dc22="$Id$";
|
||||
|
|
|
@ -870,4 +870,3 @@ void PrintBacktrace(void) {
|
|||
// Dummy routine to satisfy linker
|
||||
}
|
||||
|
||||
const char *BOINC_RCSID_7ce0778d35="$Id$";
|
||||
|
|
|
@ -111,4 +111,3 @@ int get_key(char* path, int id, key_t& key) {
|
|||
return 0;
|
||||
}
|
||||
|
||||
const char *BOINC_RCSID_9412b586d1 = "$Id$";
|
||||
|
|
|
@ -409,4 +409,3 @@ void strip_cr(char *buf)
|
|||
*theCR = '\0';
|
||||
}
|
||||
#endif // CREATE_LOG
|
||||
const char *BOINC_RCSID_c7abe0490e="$Id$";
|
||||
|
|
|
@ -688,4 +688,3 @@ Boolean PrintNumberOfLoginItems(CFStringRef WhosPreferencesToList)
|
|||
}
|
||||
|
||||
|
||||
const char *BOINC_RCSID_e2d32e1aca="$Id$";
|
||||
|
|
|
@ -1529,4 +1529,3 @@ void print_to_log_file(const char *format, ...) {
|
|||
|
||||
#endif
|
||||
}
|
||||
const char *BOINC_RCSID_c7abe0490e="$Id$";
|
||||
|
|
Loading…
Reference in New Issue