| Index: include/AdblockPlus/LogSystem.h | 
| diff --git a/include/AdblockPlus/LogSystem.h b/include/AdblockPlus/LogSystem.h | 
| index 6a71d5cfa98daf9390825e913143bf9f5b54f436..7941f4c758ab39c87c08200d9f4a2aa09fb45d60 100644 | 
| --- a/include/AdblockPlus/LogSystem.h | 
| +++ b/include/AdblockPlus/LogSystem.h | 
| @@ -1,6 +1,6 @@ | 
| /* | 
| * This file is part of Adblock Plus <https://adblockplus.org/>, | 
| - * Copyright (C) 2006-2017 eyeo GmbH | 
| + * Copyright (C) 2006-present eyeo GmbH | 
| * | 
| * Adblock Plus is free software: you can redistribute it and/or modify | 
| * it under the terms of the GNU General Public License version 3 as | 
| @@ -48,9 +48,9 @@ namespace AdblockPlus | 
| }; | 
|  | 
| /** | 
| -   * Shared smart pointer to a `LogSystem` instance. | 
| +   * Smart pointer to a `LogSystem` instance. | 
| */ | 
| -  typedef std::shared_ptr<LogSystem> LogSystemPtr; | 
| +  typedef std::unique_ptr<LogSystem> LogSystemPtr; | 
| } | 
|  | 
| #endif | 
|  |