From 1ce3793c76482e362284aa74da64c3a4b470f077 Mon Sep 17 00:00:00 2001 From: Vitalii Koshura Date: Sat, 12 Jan 2019 23:43:48 +0200 Subject: [PATCH] Remove unused BOINC_RCSID constants This fixes #2953 Signed-off-by: Vitalii Koshura --- api/boinc_api_fortran.cpp | 4 +--- api/graphics_api.cpp | 4 +--- api/graphics_data.cpp | 4 +--- api/graphics_impl.cpp | 4 +--- api/graphics_impl_lib.cpp | 4 +--- api/graphics_lib.cpp | 4 +--- api/static_graphics.cpp | 4 +--- api/windows_opengl.cpp | 2 -- api/x_opengl.cpp | 5 +---- apps/1sec.cpp | 4 +--- apps/concat.cpp | 4 +--- apps/error.cpp | 4 +--- apps/upper_case.cpp | 5 +---- clientgui/ViewMessages.cpp | 5 +---- clientsetup/win/stdafx.cpp | 2 -- db/boinc_db.cpp | 5 +---- db/db_base.cpp | 4 +--- lib/crypt_prog.cpp | 4 +--- lib/md5_test.cpp | 2 -- lib/msg_queue.cpp | 5 +---- lib/msg_test.cpp | 4 +--- lib/sched_msgs.cpp | 4 +--- lib/shmem_test.cpp | 4 +--- lib/synch_test.cpp | 4 +--- sched/antique_file_deleter.cpp | 4 +--- sched/assimilator.cpp | 5 +---- sched/db_dump.cpp | 4 +--- sched/db_purge.cpp | 4 +--- sched/delete_file.cpp | 4 +--- sched/feeder.cpp | 4 +--- sched/file_deleter.cpp | 4 +--- sched/file_upload_handler.cpp | 4 +--- sched/get_file.cpp | 4 +--- sched/handle_request.cpp | 4 +--- sched/make_work.cpp | 4 +--- sched/message_handler.cpp | 4 +--- sched/put_file.cpp | 4 +--- sched/sample_bitwise_validator.cpp | 4 +--- sched/sample_dummy_assimilator.cpp | 4 +--- sched/sample_substr_validator.cpp | 4 +--- sched/sample_trivial_validator.cpp | 4 +--- sched/sched_array.cpp | 4 +--- sched/sched_config.cpp | 4 +--- sched/sched_hr.cpp | 4 +--- sched/sched_locality.cpp | 4 +--- sched/sched_main.cpp | 4 +--- sched/sched_resend.cpp | 4 +--- sched/sched_send.cpp | 4 +--- sched/sched_shmem.cpp | 4 +--- sched/sched_timezone.cpp | 5 +---- sched/sched_types.cpp | 4 +--- sched/sched_util_basic.cpp | 4 +--- sched/show_shmem.cpp | 4 +--- sched/transitioner.cpp | 4 +--- sched/trickle_handler.cpp | 4 +--- sched/update_stats.cpp | 4 +--- sched/validate_util.cpp | 4 +--- sched/validator.cpp | 4 +--- sched/wu_check.cpp | 4 +--- tools/backend_lib.cpp | 4 +--- tools/create_work.cpp | 4 +--- tools/dir_hier_move.cpp | 4 +--- tools/dir_hier_path.cpp | 4 +--- tools/hr_db_convert.cpp | 1 - tools/kill_wu.cpp | 3 +-- tools/poll_wu.cpp | 3 +-- tools/process_result_template.cpp | 4 +--- tools/sign_executable.cpp | 4 +--- zip/boinc_zip.cpp | 5 +---- 69 files changed, 65 insertions(+), 208 deletions(-) diff --git a/api/boinc_api_fortran.cpp b/api/boinc_api_fortran.cpp index dee4756682f..3f2dfb0b116 100644 --- a/api/boinc_api_fortran.cpp +++ b/api/boinc_api_fortran.cpp @@ -1,6 +1,6 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2008 University of California +// Copyright (C) 2019 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License @@ -130,5 +130,3 @@ void boinc_zip_(int* zipmode, const char* zipfile, #endif } // extern "C" - -const char *BOINC_RCSID_4f5153609c = "$Id$"; diff --git a/api/graphics_api.cpp b/api/graphics_api.cpp index 62c36576ad4..d9c509ab68a 100644 --- a/api/graphics_api.cpp +++ b/api/graphics_api.cpp @@ -1,6 +1,6 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2008 University of California +// Copyright (C) 2019 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License @@ -98,5 +98,3 @@ bool boinc_graphics_possible() { #endif return true; } - -const char *BOINC_RCSID_b2ceed0813 = "$Id$"; diff --git a/api/graphics_data.cpp b/api/graphics_data.cpp index 35c2936c3c4..fef29afb2fa 100644 --- a/api/graphics_data.cpp +++ b/api/graphics_data.cpp @@ -1,6 +1,6 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2008 University of California +// Copyright (C) 2019 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License @@ -77,5 +77,3 @@ GRAPHICS_BUFFER* GRAPHICS_DOUBLE_BUFFER::get_generate_buffer(bool first) { void GRAPHICS_DOUBLE_BUFFER::generate_done(GRAPHICS_BUFFER* b) { b->state = GB_STATE_GENERATED; } - -const char *BOINC_RCSID_ebfbd0f929 = "$Id$"; diff --git a/api/graphics_impl.cpp b/api/graphics_impl.cpp index ce358902000..4e056d66132 100644 --- a/api/graphics_impl.cpp +++ b/api/graphics_impl.cpp @@ -1,6 +1,6 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2008 University of California +// Copyright (C) 2019 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License @@ -266,5 +266,3 @@ void get_window_title(APP_INIT_DATA& aid, char* buf, int len) { ); } } - -const char *BOINC_RCSID_6e92742852 = "$Id$"; diff --git a/api/graphics_impl_lib.cpp b/api/graphics_impl_lib.cpp index 0ab9b3cf851..1b12eae002a 100644 --- a/api/graphics_impl_lib.cpp +++ b/api/graphics_impl_lib.cpp @@ -1,6 +1,6 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2008 University of California +// Copyright (C) 2019 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License @@ -50,5 +50,3 @@ void block_sigalrm() { pthread_sigmask(SIG_BLOCK, &mask, NULL); } #endif - -const char *BOINC_RCSID_9886dee259 = "$Id$"; diff --git a/api/graphics_lib.cpp b/api/graphics_lib.cpp index 0b961d017d0..863e576383f 100644 --- a/api/graphics_lib.cpp +++ b/api/graphics_lib.cpp @@ -1,6 +1,6 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2008 University of California +// Copyright (C) 2019 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License @@ -174,5 +174,3 @@ bool boinc_graphics_possible() { #endif return true; } - -const char *BOINC_RCSID_93054c7e32 = "$Id$"; diff --git a/api/static_graphics.cpp b/api/static_graphics.cpp index 6f5085c8f5c..232d9432064 100644 --- a/api/static_graphics.cpp +++ b/api/static_graphics.cpp @@ -1,6 +1,6 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2008 University of California +// Copyright (C) 2019 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License @@ -72,5 +72,3 @@ void app_graphics_resize(int w, int h) { void app_graphics_reread_prefs() { } - -const char *BOINC_RCSID_ebba08c46e = "$Id$"; diff --git a/api/windows_opengl.cpp b/api/windows_opengl.cpp index 24445cffec3..af9252cd3e1 100644 --- a/api/windows_opengl.cpp +++ b/api/windows_opengl.cpp @@ -539,5 +539,3 @@ void win_graphics_event_loop() { SetEvent(hQuitEvent); // Signal the worker thread that we're quitting } - -const char *BOINC_RCSID_462f482d81 = "$Id$"; diff --git a/api/x_opengl.cpp b/api/x_opengl.cpp index fa326d52140..6e8c7e078e0 100644 --- a/api/x_opengl.cpp +++ b/api/x_opengl.cpp @@ -2,7 +2,7 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2008 University of California +// Copyright (C) 2019 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License @@ -671,6 +671,3 @@ void xwin_graphics_event_loop() { glutMainLoop(); if (debug) fprintf(stderr, "glutMainLoop() returned!! This should never happen...\n"); } - - -const char *BOINC_RCSID_c457a14644 = "$Id$"; diff --git a/apps/1sec.cpp b/apps/1sec.cpp index 4c88b1f5867..fff84195d02 100644 --- a/apps/1sec.cpp +++ b/apps/1sec.cpp @@ -1,6 +1,6 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2008 University of California +// Copyright (C) 2019 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License @@ -34,5 +34,3 @@ int main() { fprintf(f, "done\n"); fclose(f); } - -const char *BOINC_RCSID_afc4016a8b = "$Id$"; diff --git a/apps/concat.cpp b/apps/concat.cpp index ce66247781c..f63d404a392 100644 --- a/apps/concat.cpp +++ b/apps/concat.cpp @@ -1,6 +1,6 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2008 University of California +// Copyright (C) 2019 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License @@ -151,5 +151,3 @@ int main(int argc, char** argv) { boinc_finish(0); return 0; } - -const char *BOINC_RCSID_8254ea59c3 = "$Id$"; diff --git a/apps/error.cpp b/apps/error.cpp index 57bff23b8bf..6412b348833 100644 --- a/apps/error.cpp +++ b/apps/error.cpp @@ -1,6 +1,6 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2008 University of California +// Copyright (C) 2019 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License @@ -34,5 +34,3 @@ int main() { } fprintf(stderr, "APP: upper_case ending, wrote %d chars\n", n); } - -const char *BOINC_RCSID_130fd0309d = "$Id$"; diff --git a/apps/upper_case.cpp b/apps/upper_case.cpp index fb08f1210f8..e7f201dd796 100644 --- a/apps/upper_case.cpp +++ b/apps/upper_case.cpp @@ -1,6 +1,6 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2008 University of California +// Copyright (C) 2019 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License @@ -304,6 +304,3 @@ int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, LPSTR Args, int WinMode return main(argc, argv); } #endif - -const char *BOINC_RCSID_33ac47a071 = "$Id$"; - diff --git a/clientgui/ViewMessages.cpp b/clientgui/ViewMessages.cpp index cb07fdfbfa2..c8034b68e92 100644 --- a/clientgui/ViewMessages.cpp +++ b/clientgui/ViewMessages.cpp @@ -1,6 +1,6 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2008 University of California +// Copyright (C) 2019 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License @@ -612,6 +612,3 @@ bool CViewMessages::CloseClipboard() { } #endif - - -const char *BOINC_RCSID_0be7149475 = "$Id: ViewMessages.cpp 21706 2010-06-08 18:56:53Z davea $"; diff --git a/clientsetup/win/stdafx.cpp b/clientsetup/win/stdafx.cpp index f10f9d6af14..84e3aae5fed 100644 --- a/clientsetup/win/stdafx.cpp +++ b/clientsetup/win/stdafx.cpp @@ -6,5 +6,3 @@ // TODO: reference any additional headers you need in STDAFX.H // and not in this file - -const char *BOINC_RCSID_be7b382649="$Id$"; diff --git a/db/boinc_db.cpp b/db/boinc_db.cpp index 9b4a965b491..05a479a952b 100644 --- a/db/boinc_db.cpp +++ b/db/boinc_db.cpp @@ -1,6 +1,6 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2008 University of California +// Copyright (C) 2019 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License @@ -2896,6 +2896,3 @@ void DB_CONSENT_TYPE::db_parse(MYSQL_ROW &r) { project_specific = atoi(r[i++]); privacypref = atoi(r[i++]); } - - -const char *BOINC_RCSID_ac374386c8 = "$Id$"; diff --git a/db/db_base.cpp b/db/db_base.cpp index 295261ef855..00e0cde7647 100644 --- a/db/db_base.cpp +++ b/db/db_base.cpp @@ -1,6 +1,6 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2008 University of California +// Copyright (C) 2019 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License @@ -530,5 +530,3 @@ void escape_mysql_like_pattern(const char* in, char* out) { *out++ = *in++; } } - -const char *BOINC_RCSID_43d919556b = "$Id$"; diff --git a/lib/crypt_prog.cpp b/lib/crypt_prog.cpp index 8cfffc2fff7..a5c935155f3 100644 --- a/lib/crypt_prog.cpp +++ b/lib/crypt_prog.cpp @@ -1,6 +1,6 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2008 University of California +// Copyright (C) 2019 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License @@ -434,5 +434,3 @@ int main(int argc, char** argv) { } return 0; } - -const char *BOINC_RCSID_6633b596b9 = "$Id$"; diff --git a/lib/md5_test.cpp b/lib/md5_test.cpp index c608f48c7b8..53e3d386d0a 100644 --- a/lib/md5_test.cpp +++ b/lib/md5_test.cpp @@ -11,5 +11,3 @@ int main(int, char** argv) { return 0; } - -const char *BOINC_RCSID_c6f4ef0a81 = "$Id$"; diff --git a/lib/msg_queue.cpp b/lib/msg_queue.cpp index a5107d71d15..4e0278192d3 100644 --- a/lib/msg_queue.cpp +++ b/lib/msg_queue.cpp @@ -1,6 +1,6 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2008 University of California +// Copyright (C) 2019 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License @@ -91,6 +91,3 @@ int destroy_message_queue(key_t key) { } return 0; } - - -const char *BOINC_RCSID_7b5e8a534b = "$Id$"; diff --git a/lib/msg_test.cpp b/lib/msg_test.cpp index bbce548d072..3aecb902dae 100644 --- a/lib/msg_test.cpp +++ b/lib/msg_test.cpp @@ -1,6 +1,6 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2008 University of California +// Copyright (C) 2019 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License @@ -58,5 +58,3 @@ int main(int argc, char** argv) { return 0; } - -const char *BOINC_RCSID_7ce3817f4c = "$Id$"; diff --git a/lib/sched_msgs.cpp b/lib/sched_msgs.cpp index 1fc1d541ecc..39d172eb8cc 100644 --- a/lib/sched_msgs.cpp +++ b/lib/sched_msgs.cpp @@ -1,6 +1,6 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2008 University of California +// Copyright (C) 2019 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License @@ -64,5 +64,3 @@ void SCHED_MSG_LOG::flush() { } } #endif - -const char *BOINC_RCSID_b40ff9bb53 = "$Id$"; diff --git a/lib/shmem_test.cpp b/lib/shmem_test.cpp index 32d6239a35e..797c30c2c8c 100644 --- a/lib/shmem_test.cpp +++ b/lib/shmem_test.cpp @@ -1,6 +1,6 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2008 University of California +// Copyright (C) 2019 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License @@ -46,5 +46,3 @@ int main(int argc, char** argv) { return 0; } - -const char *BOINC_RCSID_6911713ff8 = "$Id$"; diff --git a/lib/synch_test.cpp b/lib/synch_test.cpp index 7e69a9929f5..9c574b0cd01 100644 --- a/lib/synch_test.cpp +++ b/lib/synch_test.cpp @@ -1,6 +1,6 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2008 University of California +// Copyright (C) 2019 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License @@ -39,5 +39,3 @@ int main(int argc, char** argv) { return 0; } - -const char *BOINC_RCSID_7eba26a197 = "$Id$"; diff --git a/sched/antique_file_deleter.cpp b/sched/antique_file_deleter.cpp index d73e2025db3..6d5af4ad680 100644 --- a/sched/antique_file_deleter.cpp +++ b/sched/antique_file_deleter.cpp @@ -1,6 +1,6 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2012 University of California +// Copyright (C) 2019 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License @@ -358,5 +358,3 @@ int main(int argc, char** argv) { return retval; } - -const char *BOINC_RCSID_bd0d4938a6 = "$Id$"; diff --git a/sched/assimilator.cpp b/sched/assimilator.cpp index b4520ba3266..9cf99240399 100644 --- a/sched/assimilator.cpp +++ b/sched/assimilator.cpp @@ -1,6 +1,6 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2015 University of California +// Copyright (C) 2019 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License @@ -328,6 +328,3 @@ int main(int argc, char** argv) { check_stop_daemons(); } while (!one_pass); } - - -const char *BOINC_RCSID_7841370789 = "$Id$"; diff --git a/sched/db_dump.cpp b/sched/db_dump.cpp index 04f349eb693..b33e32970ec 100644 --- a/sched/db_dump.cpp +++ b/sched/db_dump.cpp @@ -1,6 +1,6 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2008 University of California +// Copyright (C) 2019 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License @@ -1355,5 +1355,3 @@ int main(int argc, char** argv) { } log_messages.printf(MSG_NORMAL, "db_dump finished\n"); } - -const char *BOINC_RCSID_500089bde6 = "$Id$"; diff --git a/sched/db_purge.cpp b/sched/db_purge.cpp index ed028f97008..ee2f2d18cf2 100644 --- a/sched/db_purge.cpp +++ b/sched/db_purge.cpp @@ -1,6 +1,6 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2008 University of California +// Copyright (C) 2019 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License @@ -903,5 +903,3 @@ int main(int argc, char** argv) { // files and database are closed by exit handler exit(0); } - -const char *BOINC_RCSID_0c1c4336f1 = "$Id$"; diff --git a/sched/delete_file.cpp b/sched/delete_file.cpp index 17496216363..d054e3a8801 100644 --- a/sched/delete_file.cpp +++ b/sched/delete_file.cpp @@ -1,6 +1,6 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2008 University of California +// Copyright (C) 2019 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License @@ -115,5 +115,3 @@ int main(int argc, char** argv) { boinc_db.close(); return retval; } - -const char *BOINC_RCSID_f6337b04b0 = "$Id$"; diff --git a/sched/feeder.cpp b/sched/feeder.cpp index 09ae0ca444e..63db341d01c 100644 --- a/sched/feeder.cpp +++ b/sched/feeder.cpp @@ -1,6 +1,6 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2008 University of California +// Copyright (C) 2019 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License @@ -941,5 +941,3 @@ int main(int argc, char** argv) { feeder_loop(); } - -const char *BOINC_RCSID_57c87aa242 = "$Id$"; diff --git a/sched/file_deleter.cpp b/sched/file_deleter.cpp index 20ee01bce9e..c6a66f68d6a 100644 --- a/sched/file_deleter.cpp +++ b/sched/file_deleter.cpp @@ -1,6 +1,6 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2008 University of California +// Copyright (C) 2019 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License @@ -644,5 +644,3 @@ int main(int argc, char** argv) { } } } - -const char *BOINC_RCSID_bd0d4938a6 = "$Id$"; diff --git a/sched/file_upload_handler.cpp b/sched/file_upload_handler.cpp index 729d1598f20..0cb19167ac2 100644 --- a/sched/file_upload_handler.cpp +++ b/sched/file_upload_handler.cpp @@ -1,6 +1,6 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2016 University of California +// Copyright (C) 2019 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License @@ -819,5 +819,3 @@ int main(int argc, char *argv[]) { #endif return 0; } - -const char *BOINC_RCSID_470a0d4d11 = "$Id$"; diff --git a/sched/get_file.cpp b/sched/get_file.cpp index a3c4fd03c37..55147aefcb4 100644 --- a/sched/get_file.cpp +++ b/sched/get_file.cpp @@ -1,6 +1,6 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2008 University of California +// Copyright (C) 2019 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License @@ -145,5 +145,3 @@ int main(int argc, char** argv) { } boinc_db.close(); } - -const char *BOINC_RCSID_37238a0141 = "$Id$"; diff --git a/sched/handle_request.cpp b/sched/handle_request.cpp index 505706a185e..e7a79bc0306 100644 --- a/sched/handle_request.cpp +++ b/sched/handle_request.cpp @@ -1,6 +1,6 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2008 University of California +// Copyright (C) 2019 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License @@ -1536,5 +1536,3 @@ void handle_request(FILE* fin, FILE* fout, char* code_sign_key) { unlock_sched(); } } - -const char *BOINC_RCSID_2ac231f9de = "$Id$"; diff --git a/sched/make_work.cpp b/sched/make_work.cpp index 5243d38641d..38801e10e5a 100644 --- a/sched/make_work.cpp +++ b/sched/make_work.cpp @@ -1,6 +1,6 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2008 University of California +// Copyright (C) 2019 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License @@ -359,5 +359,3 @@ int main(int argc, char** argv) { srand48(getpid() + time(0)); make_work(wu_names); } - -const char *BOINC_RCSID_d24265dc7f = "$Id$"; diff --git a/sched/message_handler.cpp b/sched/message_handler.cpp index c863c059b51..436f46d8369 100644 --- a/sched/message_handler.cpp +++ b/sched/message_handler.cpp @@ -1,6 +1,6 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2008 University of California +// Copyright (C) 2019 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License @@ -185,5 +185,3 @@ int main(int argc, char** argv) { main_loop(one_pass); } - -const char *BOINC_RCSID_ff3b9880d4 = "$Id$"; diff --git a/sched/put_file.cpp b/sched/put_file.cpp index 1c42a2a40a0..40b91948828 100644 --- a/sched/put_file.cpp +++ b/sched/put_file.cpp @@ -1,6 +1,6 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2008 University of California +// Copyright (C) 2019 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License @@ -137,5 +137,3 @@ int main(int argc, char** argv) { boinc_db.close(); return retval; } - -const char *BOINC_RCSID_f3c3c4b892 = "$Id$"; diff --git a/sched/sample_bitwise_validator.cpp b/sched/sample_bitwise_validator.cpp index 9afeaec9919..6f0ffa2d055 100644 --- a/sched/sample_bitwise_validator.cpp +++ b/sched/sample_bitwise_validator.cpp @@ -1,6 +1,6 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2014 University of California +// Copyright (C) 2019 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License @@ -128,5 +128,3 @@ int cleanup_result(RESULT const& /*result*/, void* data) { delete (FILE_CKSUM_LIST*) data; return 0; } - -const char *BOINC_RCSID_7ab2b7189c = "$Id$"; diff --git a/sched/sample_dummy_assimilator.cpp b/sched/sample_dummy_assimilator.cpp index 4759b8c93d9..b6f18635296 100644 --- a/sched/sample_dummy_assimilator.cpp +++ b/sched/sample_dummy_assimilator.cpp @@ -1,6 +1,6 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2015 University of California +// Copyright (C) 2019 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License @@ -87,5 +87,3 @@ int assimilate_handler( } return 0; } - -const char *BOINC_RCSID_8f6a5a2d27 = "$Id$"; diff --git a/sched/sample_substr_validator.cpp b/sched/sample_substr_validator.cpp index 16b06693f2b..cdfc809bf6a 100644 --- a/sched/sample_substr_validator.cpp +++ b/sched/sample_substr_validator.cpp @@ -1,6 +1,6 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2014 University of California +// Copyright (C) 2019 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License @@ -84,5 +84,3 @@ int compare_results(RESULT&, void*, RESULT const&, void*, bool& match) { int cleanup_result(RESULT const&, void*) { return 0; } - -const char *BOINC_RCSID_f3a7a34795 = "$Id$"; diff --git a/sched/sample_trivial_validator.cpp b/sched/sample_trivial_validator.cpp index b46dbe04754..6cedfd40ee2 100644 --- a/sched/sample_trivial_validator.cpp +++ b/sched/sample_trivial_validator.cpp @@ -1,6 +1,6 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2008 University of California +// Copyright (C) 2019 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License @@ -44,5 +44,3 @@ int compare_results(RESULT&, void*, RESULT const&, void*, bool& match) { int cleanup_result(RESULT const&, void*) { return 0; } - -const char *BOINC_RCSID_f3a7a34795 = "$Id$"; diff --git a/sched/sched_array.cpp b/sched/sched_array.cpp index 167e492612b..51ab32e20ee 100644 --- a/sched/sched_array.cpp +++ b/sched/sched_array.cpp @@ -1,6 +1,6 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2008 University of California +// Copyright (C) 2019 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License @@ -440,5 +440,3 @@ void send_work_old() { if (scan_work_array()) return; } } - -const char *BOINC_RCSID_d9f764fd14="$Id$"; diff --git a/sched/sched_config.cpp b/sched/sched_config.cpp index eb4ceb6a99e..2f1a5bf9bf1 100644 --- a/sched/sched_config.cpp +++ b/sched/sched_config.cpp @@ -1,6 +1,6 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2008 University of California +// Copyright (C) 2019 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License @@ -444,5 +444,3 @@ const char *SCHED_CONFIG::project_path(const char *fmt, ...) { va_end(ap); return (const char *)path; } - -const char *BOINC_RCSID_3704204cfd = "$Id$"; diff --git a/sched/sched_hr.cpp b/sched/sched_hr.cpp index f2767ac8858..77fe955b0b5 100644 --- a/sched/sched_hr.cpp +++ b/sched/sched_hr.cpp @@ -1,6 +1,6 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2008 University of California +// Copyright (C) 2019 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License @@ -59,5 +59,3 @@ bool already_sent_to_different_hr_class(WORKUNIT& wu, APP& app) { } return false; } - -const char *BOINC_RCSID_4196d9a5b4="$Id$"; diff --git a/sched/sched_locality.cpp b/sched/sched_locality.cpp index d3c062e0be1..e9266319890 100644 --- a/sched/sched_locality.cpp +++ b/sched/sched_locality.cpp @@ -1,6 +1,6 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2008 University of California +// Copyright (C) 2019 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License @@ -1392,5 +1392,3 @@ void send_file_deletes() { // (7) exit. // (8) If addtional results are needed, return to step 4 above. - -const char *BOINC_RCSID_238cc1aec4 = "$Id$"; diff --git a/sched/sched_main.cpp b/sched/sched_main.cpp index 98efcd09fc9..8d2be598f29 100644 --- a/sched/sched_main.cpp +++ b/sched/sched_main.cpp @@ -1,6 +1,6 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2008 University of California +// Copyright (C) 2019 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License @@ -720,5 +720,3 @@ void JOB_LIMITS::print_log() { } } } - -const char *BOINC_RCSID_0ebdf5d770 = "$Id$"; diff --git a/sched/sched_resend.cpp b/sched/sched_resend.cpp index e37ad8d35f9..0bf4dc9fa0a 100644 --- a/sched/sched_resend.cpp +++ b/sched/sched_resend.cpp @@ -1,6 +1,6 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2008 University of California +// Copyright (C) 2019 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License @@ -283,5 +283,3 @@ bool resend_lost_work() { return did_any; } - -const char *BOINC_RCSID_3be23838b4="$Id$"; diff --git a/sched/sched_send.cpp b/sched/sched_send.cpp index 1e949a2affd..97730b8317d 100644 --- a/sched/sched_send.cpp +++ b/sched/sched_send.cpp @@ -1,6 +1,6 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2016 University of California +// Copyright (C) 2019 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License @@ -1721,5 +1721,3 @@ void send_work() { } send_user_messages(); } - -const char *BOINC_RCSID_32dcd335e7 = "$Id$"; diff --git a/sched/sched_shmem.cpp b/sched/sched_shmem.cpp index 1c8730c8f78..e00aa6f1dea 100644 --- a/sched/sched_shmem.cpp +++ b/sched/sched_shmem.cpp @@ -1,6 +1,6 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2008 University of California +// Copyright (C) 2019 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License @@ -443,5 +443,3 @@ void SCHED_SHMEM::show(FILE* f) { } } } - -const char *BOINC_RCSID_e548c94703 = "$Id$"; diff --git a/sched/sched_timezone.cpp b/sched/sched_timezone.cpp index cd30530b3dc..506d05f1fbf 100644 --- a/sched/sched_timezone.cpp +++ b/sched/sched_timezone.cpp @@ -1,6 +1,6 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2008 University of California +// Copyright (C) 2019 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License @@ -321,6 +321,3 @@ void process_wu_timezone( wu3 = wu2; } } - -const char *BOINC_RCSID_28b6ac7093 = "$Id$"; - diff --git a/sched/sched_types.cpp b/sched/sched_types.cpp index cf891e79085..6889cb6367b 100644 --- a/sched/sched_types.cpp +++ b/sched/sched_types.cpp @@ -1,6 +1,6 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2012 University of California +// Copyright (C) 2019 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License @@ -1665,5 +1665,3 @@ bool HOST::get_opencl_cpu_prop(const char* platform, OPENCL_CPU_PROP& ocp) { } return false; } - -const char *BOINC_RCSID_ea659117b3 = "$Id$"; diff --git a/sched/sched_util_basic.cpp b/sched/sched_util_basic.cpp index e7040b0865b..cadd5ae14b8 100644 --- a/sched/sched_util_basic.cpp +++ b/sched/sched_util_basic.cpp @@ -1,6 +1,6 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2008 University of California +// Copyright (C) 2019 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License @@ -327,5 +327,3 @@ void continue_simulation(const char *daemonname){ } #endif - -const char *BOINC_RCSID_affa6ef1e4 = "$Id$"; diff --git a/sched/show_shmem.cpp b/sched/show_shmem.cpp index 0d644bc3cc2..304a3aaa029 100644 --- a/sched/show_shmem.cpp +++ b/sched/show_shmem.cpp @@ -1,6 +1,6 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2008 University of California +// Copyright (C) 2019 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License @@ -74,5 +74,3 @@ int main(int argc, char *argv[]) { retval = ssp->verify(); ssp->show(stdout); } - -const char *BOINC_RCSID_a370415aab = "$Id$"; diff --git a/sched/transitioner.cpp b/sched/transitioner.cpp index 29e1f8e0db9..feb97dff6f6 100644 --- a/sched/transitioner.cpp +++ b/sched/transitioner.cpp @@ -1,6 +1,6 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2008 University of California +// Copyright (C) 2019 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License @@ -848,5 +848,3 @@ int main(int argc, char** argv) { main_loop(); } - -const char *BOINC_RCSID_be98c91511 = "$Id$"; diff --git a/sched/trickle_handler.cpp b/sched/trickle_handler.cpp index 0fa3815c2bf..9fc4ea8f7cc 100644 --- a/sched/trickle_handler.cpp +++ b/sched/trickle_handler.cpp @@ -1,6 +1,6 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2008 University of California +// Copyright (C) 2019 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License @@ -181,5 +181,3 @@ int main(int argc, char** argv) { main_loop(one_pass); } - -const char *BOINC_RCSID_560388f67e = "$Id$"; diff --git a/sched/update_stats.cpp b/sched/update_stats.cpp index 703e4725db3..1eaa84189b3 100644 --- a/sched/update_stats.cpp +++ b/sched/update_stats.cpp @@ -1,6 +1,6 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2008 University of California +// Copyright (C) 2019 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License @@ -316,5 +316,3 @@ int main(int argc, char** argv) { log_messages.printf(MSG_NORMAL, "Finished\n"); return 0; } - -const char *BOINC_RCSID_6b05e9ecce = "$Id$"; diff --git a/sched/validate_util.cpp b/sched/validate_util.cpp index 356bc345049..55ef5594dc1 100644 --- a/sched/validate_util.cpp +++ b/sched/validate_util.cpp @@ -1,6 +1,6 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2008 University of California +// Copyright (C) 2019 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License @@ -210,5 +210,3 @@ int get_logical_name(RESULT& result, string& path, string& name) { } return ERR_XML_PARSE; } - -const char *BOINC_RCSID_07049e8a0e = "$Id$"; diff --git a/sched/validator.cpp b/sched/validator.cpp index f86872f4f38..600a8704677 100644 --- a/sched/validator.cpp +++ b/sched/validator.cpp @@ -1,6 +1,6 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2008 University of California +// Copyright (C) 2019 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License @@ -965,5 +965,3 @@ int main(int argc, char** argv) { main_loop(); } - -const char *BOINC_RCSID_634dbda0b9 = "$Id$"; diff --git a/sched/wu_check.cpp b/sched/wu_check.cpp index d8461a76bf1..5baa857ce28 100644 --- a/sched/wu_check.cpp +++ b/sched/wu_check.cpp @@ -1,6 +1,6 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2008 University of California +// Copyright (C) 2019 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License @@ -167,5 +167,3 @@ int main(int argc, char** argv) { } printf("%d out of %d errors\n", nerr, n); } - -const char *BOINC_RCSID_8f4e399992 = "$Id$"; diff --git a/tools/backend_lib.cpp b/tools/backend_lib.cpp index a6ff193af02..44854e92abf 100644 --- a/tools/backend_lib.cpp +++ b/tools/backend_lib.cpp @@ -1,6 +1,6 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2008 University of California +// Copyright (C) 2019 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License @@ -688,5 +688,3 @@ double user_priority_delta( #endif return runtime/share; } - -const char *BOINC_RCSID_b5f8b10eb5 = "$Id$"; diff --git a/tools/create_work.cpp b/tools/create_work.cpp index d5d7a8b7dc4..c04ffe07570 100644 --- a/tools/create_work.cpp +++ b/tools/create_work.cpp @@ -1,6 +1,6 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2015 University of California +// Copyright (C) 2019 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License @@ -582,5 +582,3 @@ void JOB_DESC::create() { } } } - -const char *BOINC_RCSID_3865dbbf46 = "$Id$"; diff --git a/tools/dir_hier_move.cpp b/tools/dir_hier_move.cpp index f7b9121105b..bf71fdecbd3 100644 --- a/tools/dir_hier_move.cpp +++ b/tools/dir_hier_move.cpp @@ -1,6 +1,6 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2008 University of California +// Copyright (C) 2019 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License @@ -69,5 +69,3 @@ int main(int argc, char** argv) { } } } - -const char *BOINC_RCSID_d6492ba662 = "$Id$"; diff --git a/tools/dir_hier_path.cpp b/tools/dir_hier_path.cpp index 2132f9871a2..f6d6da4ef90 100644 --- a/tools/dir_hier_path.cpp +++ b/tools/dir_hier_path.cpp @@ -1,6 +1,6 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2008 University of California +// Copyright (C) 2019 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License @@ -62,5 +62,3 @@ int main(int argc, char** argv) { } printf("%s\n", path); } - -const char *BOINC_RCSID_c683969ea8 = "$Id$"; diff --git a/tools/hr_db_convert.cpp b/tools/hr_db_convert.cpp index 7c20744a879..3af178852e4 100644 --- a/tools/hr_db_convert.cpp +++ b/tools/hr_db_convert.cpp @@ -58,4 +58,3 @@ int main() { } }; -const char *BOINC_RCSID_b8522ef5bd = "$Id$"; diff --git a/tools/kill_wu.cpp b/tools/kill_wu.cpp index bc6e3add83e..66a1634cabd 100644 --- a/tools/kill_wu.cpp +++ b/tools/kill_wu.cpp @@ -1,6 +1,6 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2008 University of California +// Copyright (C) 2019 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License @@ -98,4 +98,3 @@ int main(int argc, char** argv){ boinc_db.close(); return final; } -const char *BOINC_RCSID_a63ea0ae5e="$Id$"; diff --git a/tools/poll_wu.cpp b/tools/poll_wu.cpp index 2be64f9f37e..1ddf1e02e15 100644 --- a/tools/poll_wu.cpp +++ b/tools/poll_wu.cpp @@ -1,6 +1,6 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2008 University of California +// Copyright (C) 2019 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License @@ -136,4 +136,3 @@ int main(int argc, char** argv){ boinc_db.close(); return final; } -const char *BOINC_RCSID_6d019426c9="$Id$"; diff --git a/tools/process_result_template.cpp b/tools/process_result_template.cpp index bd55dd619f1..d0e7bdb1ed4 100644 --- a/tools/process_result_template.cpp +++ b/tools/process_result_template.cpp @@ -1,6 +1,6 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2008 University of California +// Copyright (C) 2019 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License @@ -164,5 +164,3 @@ int process_result_template( strip_whitespace(result_template); return 0; } - -const char *BOINC_RCSID_e5e1e879f3 = "$Id$"; diff --git a/tools/sign_executable.cpp b/tools/sign_executable.cpp index 695984f0c2c..344d89a8ac2 100644 --- a/tools/sign_executable.cpp +++ b/tools/sign_executable.cpp @@ -1,6 +1,6 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2008 University of California +// Copyright (C) 2019 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License @@ -54,5 +54,3 @@ int main(int argc, char** argv) { return 0; } - -const char *BOINC_RCSID_1a27b0b4b8 = "$Id$"; diff --git a/zip/boinc_zip.cpp b/zip/boinc_zip.cpp index ea387a9adbe..ab40fa689da 100644 --- a/zip/boinc_zip.cpp +++ b/zip/boinc_zip.cpp @@ -1,6 +1,6 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2012 University of California +// Copyright (C) 2019 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License @@ -343,6 +343,3 @@ int boinc_UnzipToMemory (char *zip, char *file, string &retstr) { return ret; } - -const char *BOINC_RCSID_bdf38b2dfb = "$Id: boinc_zip.cpp 18195 2009-05-22 21:19:44Z davea $"; -