Skip to content

Commit 3135244

Browse files
author
Charlie Fenton
committed
Fix typos, update copyright dates
1 parent 63f3acc commit 3135244

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

client/app.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// This file is part of BOINC.
22
// http://boinc.berkeley.edu
3-
// Copyright (C) 2008 University of California
3+
// Copyright (C) 2022 University of California
44
//
55
// BOINC is free software; you can redistribute it and/or modify it
66
// under the terms of the GNU Lesser General Public License

lib/procinfo_mac.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// This file is part of BOINC.
22
// http://boinc.berkeley.edu
3-
// Copyright (C) 2020 University of California
3+
// Copyright (C) 2022 University of California
44
//
55
// BOINC is free software; you can redistribute it and/or modify it
66
// under the terms of the GNU Lesser General Public License
@@ -185,7 +185,7 @@ double total_cpu_time() {
185185
static double scale;
186186
uint64_t totalUserTime = 0;
187187

188-
if (!first) {
188+
if (first) {
189189
first = false;
190190
long hz = sysconf(_SC_CLK_TCK);
191191
scale = 1./hz;

lib/procinfo_unix.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// This file is part of BOINC.
22
// http://boinc.berkeley.edu
3-
// Copyright (C) 2008 University of California
3+
// Copyright (C) 2022 University of California
44
//
55
// BOINC is free software; you can redistribute it and/or modify it
66
// under the terms of the GNU Lesser General Public License

0 commit comments

Comments
 (0)