From 3379df6ba7ceee75c520634be50a38421df07051 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Saint-Jacques?= Date: Sun, 5 Jul 2015 22:23:46 -0400 Subject: [PATCH] makes gcov silence on special char --- disruptor/batch_descriptor.h | 2 +- disruptor/event_processor.h | 2 +- disruptor/sequence.h | 2 +- disruptor/sequence_barrier.h | 2 +- disruptor/sequencer.h | 2 +- disruptor/utils.h | 2 +- test/sequencer_test.cc | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/disruptor/batch_descriptor.h b/disruptor/batch_descriptor.h index 490ea9a..b3130b5 100644 --- a/disruptor/batch_descriptor.h +++ b/disruptor/batch_descriptor.h @@ -1,4 +1,4 @@ -// Copyright (c) 2011-2015, François Saint-Jacques +// Copyright (c) 2011-2015, Francois Saint-Jacques // All rights reserved. // // Redistribution and use in source and binary forms, with or without diff --git a/disruptor/event_processor.h b/disruptor/event_processor.h index 4f6c346..5e22d14 100644 --- a/disruptor/event_processor.h +++ b/disruptor/event_processor.h @@ -1,4 +1,4 @@ -// Copyright (c) 2011-2015, François Saint-Jacques +// Copyright (c) 2011-2015, Francois Saint-Jacques // All rights reserved. // // Redistribution and use in source and binary forms, with or without diff --git a/disruptor/sequence.h b/disruptor/sequence.h index 220d4a5..b44ff96 100644 --- a/disruptor/sequence.h +++ b/disruptor/sequence.h @@ -1,4 +1,4 @@ -// Copyright (c) 2011-2015, François Saint-Jacques +// Copyright (c) 2011-2015, Francois Saint-Jacques // All rights reserved. // // Redistribution and use in source and binary forms, with or without diff --git a/disruptor/sequence_barrier.h b/disruptor/sequence_barrier.h index 90b4f26..60e1ff0 100644 --- a/disruptor/sequence_barrier.h +++ b/disruptor/sequence_barrier.h @@ -1,4 +1,4 @@ -// Copyright (c) 2011-2015, François Saint-Jacques +// Copyright (c) 2011-2015, Francois Saint-Jacques // All rights reserved. // // Redistribution and use in source and binary forms, with or without diff --git a/disruptor/sequencer.h b/disruptor/sequencer.h index d2cfd9c..9a5812b 100644 --- a/disruptor/sequencer.h +++ b/disruptor/sequencer.h @@ -1,4 +1,4 @@ -// Copyright (c) 2011-2015, François Saint-Jacques +// Copyright (c) 2011-2015, Francois Saint-Jacques // All rights reserved. // // Redistribution and use in source and binary forms, with or without diff --git a/disruptor/utils.h b/disruptor/utils.h index 3211627..434a581 100644 --- a/disruptor/utils.h +++ b/disruptor/utils.h @@ -1,4 +1,4 @@ -// Copyright (c) 2011-2015, François Saint-Jacques +// Copyright (c) 2011-2015, Francois Saint-Jacques // All rights reserved. // // Redistribution and use in source and binary forms, with or without diff --git a/test/sequencer_test.cc b/test/sequencer_test.cc index d029b09..d7c5565 100644 --- a/test/sequencer_test.cc +++ b/test/sequencer_test.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2011-2015, François Saint-Jacques +// Copyright (c) 2011-2015, Francois Saint-Jacques // All rights reserved. // // Redistribution and use in source and binary forms, with or without