Skip to content

Commit

Permalink
Update copyright notices to 2017.
Browse files Browse the repository at this point in the history
Signed-off-by: J. Eric Ivancich <[email protected]>
  • Loading branch information
ivancich committed Jan 10, 2017
1 parent 3364048 commit 482283f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/dmclock_client.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// vim: ts=8 sw=2 smarttab

/*
* Copyright (C) 2016 Red Hat Inc.
* Copyright (C) 2017 Red Hat Inc.
*/


Expand Down Expand Up @@ -148,7 +148,7 @@ namespace crimson {
1 + delta_counter - it->second.delta_prev_req - it->second.my_delta;
Counter rho =
1 + rho_counter - it->second.rho_prev_req - it->second.my_rho;

it->second.req_update(delta_counter, rho_counter);

return ReqParams(uint32_t(delta), uint32_t(rho));
Expand Down
2 changes: 1 addition & 1 deletion src/dmclock_recs.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// vim: ts=8 sw=2 smarttab

/*
* Copyright (C) 2016 Red Hat Inc.
* Copyright (C) 2017 Red Hat Inc.
*/


Expand Down
4 changes: 2 additions & 2 deletions src/dmclock_server.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// vim: ts=8 sw=2 smarttab

/*
* Copyright (C) 2016 Red Hat Inc.
* Copyright (C) 2017 Red Hat Inc.
*/


Expand Down Expand Up @@ -405,7 +405,7 @@ namespace crimson {
out << "{ ClientRec::" <<
" client:" << e.client <<
" prev_tag:" << e.prev_tag <<
" req_count:" << e.requests.size() <<
" req_count:" << e.requests.size() <<
" top_req:";
if (e.has_request()) {
out << e.next_request();
Expand Down
2 changes: 1 addition & 1 deletion src/dmclock_util.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// vim: ts=8 sw=2 smarttab

/*
* Copyright (C) 2016 Red Hat Inc.
* Copyright (C) 2017 Red Hat Inc.
*/


Expand Down
2 changes: 1 addition & 1 deletion src/dmclock_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// vim: ts=8 sw=2 smarttab

/*
* Copyright (C) 2016 Red Hat Inc.
* Copyright (C) 2017 Red Hat Inc.
*/


Expand Down

0 comments on commit 482283f

Please sign in to comment.