[gnome-subtitles] Removed unused imports. Fixed copyright dates.



commit 57743fcea32fb62eafb8afb3c3cf4c8cceac811b
Author: Pedro Castro <pedro gnomesubtitles org>
Date:   Mon May 20 20:39:05 2019 +0100

    Removed unused imports. Fixed copyright dates.

 src/GnomeSubtitles/Core/Backup.cs                                   | 5 +----
 src/GnomeSubtitles/Core/Base.cs                                     | 3 +--
 src/GnomeSubtitles/Core/Command/ChangeTimingCommand.cs              | 2 +-
 src/GnomeSubtitles/Core/Command/DeleteTextCommand.cs                | 3 +--
 src/GnomeSubtitles/Core/Command/DeleteTextContentCommand.cs         | 4 +---
 src/GnomeSubtitles/Core/Command/DeleteTranslationCommand.cs         | 3 +--
 src/GnomeSubtitles/Core/Command/FixedSingleSelectionCommand.cs      | 4 +---
 src/GnomeSubtitles/Core/Command/InsertTextCommand.cs                | 3 +--
 src/GnomeSubtitles/Core/Command/InsertTextContentCommand.cs         | 4 +---
 src/GnomeSubtitles/Core/Command/InsertTranslationCommand.cs         | 3 +--
 src/GnomeSubtitles/Core/Command/SynchronizeTimingsCommand.cs        | 3 +--
 src/GnomeSubtitles/Core/Command/VideoSetSubtitleTimingCommand.cs    | 2 +-
 src/GnomeSubtitles/Core/Config.cs                                   | 3 +--
 src/GnomeSubtitles/Core/ConfigBackendGSettings.cs                   | 3 +--
 src/GnomeSubtitles/Core/EventHandlers.cs                            | 3 +--
 src/GnomeSubtitles/Core/IConfigBackend.cs                           | 4 +---
 src/GnomeSubtitles/Core/SpellLanguages.cs                           | 3 +--
 src/GnomeSubtitles/Dialog/AboutDialog.cs                            | 3 +--
 src/GnomeSubtitles/Dialog/BuilderDialog.cs                          | 5 +----
 src/GnomeSubtitles/Dialog/EncodingsDialog.cs                        | 4 +---
 src/GnomeSubtitles/Dialog/FileTranslationSaveDialog.cs              | 3 +--
 src/GnomeSubtitles/Execution/AssemblyInfo.cs.in                     | 1 -
 src/GnomeSubtitles/Execution/ExecutionContext.cs                    | 3 +--
 src/GnomeSubtitles/Ui/Edit/SubtitleEdit.cs                          | 3 +--
 src/GnomeSubtitles/Ui/Edit/SubtitleEditText.cs                      | 2 +-
 src/GnomeSubtitles/Ui/Edit/SubtitleEditTranslation.cs               | 2 +-
 src/GnomeSubtitles/Ui/VideoPreview/Player.cs                        | 1 -
 src/GnomeSubtitles/Ui/VideoPreview/PlayerPositionWatcher.cs         | 2 --
 src/GnomeSubtitles/Ui/VideoPreview/VideoPosition.cs                 | 4 +---
 src/GnomeSubtitles/Ui/View/CellRendererCenteredText.cs              | 3 +--
 src/SubLib/Core/Domain/Headers.cs                                   | 4 +---
 src/SubLib/Core/Domain/Style.cs                                     | 3 +--
 src/SubLib/Core/Domain/SubtitleConstants.cs                         | 2 +-
 src/SubLib/Core/Domain/SubtitleProperties.cs                        | 4 +---
 src/SubLib/Core/Domain/Subtitles.cs                                 | 6 +-----
 src/SubLib/Core/Domain/SyncPoint.cs                                 | 4 +---
 src/SubLib/Core/Domain/SyncPoints.cs                                | 3 +--
 src/SubLib/Core/Search/SubtitleReplaceResult.cs                     | 3 +--
 src/SubLib/Core/Search/SubtitleSearchResults.cs                     | 3 +--
 src/SubLib/Core/Timing/FrameRateOperator.cs                         | 3 +--
 src/SubLib/Core/Timing/MergeOperator.cs                             | 3 +--
 src/SubLib/IO/Input/PlainTextParser.cs                              | 4 +---
 src/SubLib/IO/Input/SubtitleParser.cs                               | 4 +---
 src/SubLib/IO/Output/SubtitleOutput.cs                              | 4 +---
 src/SubLib/IO/SubtitleFormats/SubtitleFormat.cs                     | 3 +--
 src/SubLib/IO/SubtitleFormats/SubtitleFormatAQTitle.cs              | 2 +-
 .../IO/SubtitleFormats/SubtitleFormatAdvancedSubStationAlpha.cs     | 4 +---
 src/SubLib/IO/SubtitleFormats/SubtitleFormatDKSSubtitleFormat.cs    | 4 +---
 src/SubLib/IO/SubtitleFormats/SubtitleFormatFABSubtitler.cs         | 5 +----
 src/SubLib/IO/SubtitleFormats/SubtitleFormatKaraokeLyricsLRC.cs     | 4 +---
 src/SubLib/IO/SubtitleFormats/SubtitleFormatKaraokeLyricsVKT.cs     | 4 +---
 src/SubLib/IO/SubtitleFormats/SubtitleFormatMPSub.cs                | 3 +--
 src/SubLib/IO/SubtitleFormats/SubtitleFormatMPlayer.cs              | 3 +--
 src/SubLib/IO/SubtitleFormats/SubtitleFormatMPlayer2.cs             | 3 +--
 src/SubLib/IO/SubtitleFormats/SubtitleFormatMacSUB.cs               | 4 +---
 src/SubLib/IO/SubtitleFormats/SubtitleFormatPanimator.cs            | 4 +---
 .../IO/SubtitleFormats/SubtitleFormatPhoenixJapanimationSociety.cs  | 4 +---
 src/SubLib/IO/SubtitleFormats/SubtitleFormatPowerDivX.cs            | 4 +---
 src/SubLib/IO/SubtitleFormats/SubtitleFormatSofni.cs                | 4 +---
 src/SubLib/IO/SubtitleFormats/SubtitleFormatSubCreator1x.cs         | 4 +---
 src/SubLib/IO/SubtitleFormats/SubtitleFormatSubRip.cs               | 2 +-
 src/SubLib/IO/SubtitleFormats/SubtitleFormatSubViewer1.cs           | 4 +---
 src/SubLib/IO/SubtitleFormats/SubtitleFormatSubViewer2.cs           | 4 +---
 src/SubLib/IO/SubtitleFormats/SubtitleFormatViPlaySubtitleFile.cs   | 2 +-
 64 files changed, 61 insertions(+), 151 deletions(-)
---
diff --git a/src/GnomeSubtitles/Core/Backup.cs b/src/GnomeSubtitles/Core/Backup.cs
index 8aec429..239bcb2 100644
--- a/src/GnomeSubtitles/Core/Backup.cs
+++ b/src/GnomeSubtitles/Core/Backup.cs
@@ -1,6 +1,6 @@
 /*
  * This file is part of Gnome Subtitles.
- * Copyright (C) 2010-2017 Pedro Castro
+ * Copyright (C) 2010-2019 Pedro Castro
  *
  * Gnome Subtitles is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -18,10 +18,7 @@
  */
 
 using System;
-using System.IO;
 using System.Threading;
-using GnomeSubtitles.Ui;
-using Gtk;
 using SubLib.Core;
 using SubLib.Core.Domain;
 using SubLib.Util;
diff --git a/src/GnomeSubtitles/Core/Base.cs b/src/GnomeSubtitles/Core/Base.cs
index 4437d86..c40cba1 100644
--- a/src/GnomeSubtitles/Core/Base.cs
+++ b/src/GnomeSubtitles/Core/Base.cs
@@ -1,6 +1,6 @@
 /*
  * This file is part of Gnome Subtitles.
- * Copyright (C) 2006-2018 Pedro Castro
+ * Copyright (C) 2006-2019 Pedro Castro
  *
  * Gnome Subtitles is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -25,7 +25,6 @@ using Gtk;
 using Mono.Unix;
 using SubLib.Core.Domain;
 using System;
-using System.IO;
 using System.Text;
 
 namespace GnomeSubtitles.Core {
diff --git a/src/GnomeSubtitles/Core/Command/ChangeTimingCommand.cs 
b/src/GnomeSubtitles/Core/Command/ChangeTimingCommand.cs
index 90989c4..62aa4b0 100644
--- a/src/GnomeSubtitles/Core/Command/ChangeTimingCommand.cs
+++ b/src/GnomeSubtitles/Core/Command/ChangeTimingCommand.cs
@@ -1,6 +1,6 @@
 /*
  * This file is part of Gnome Subtitles.
- * Copyright (C) 2006-2008,2011 Pedro Castro
+ * Copyright (C) 2006-2011 Pedro Castro
  *
  * Gnome Subtitles is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/src/GnomeSubtitles/Core/Command/DeleteTextCommand.cs 
b/src/GnomeSubtitles/Core/Command/DeleteTextCommand.cs
index dc7de25..946d1e4 100644
--- a/src/GnomeSubtitles/Core/Command/DeleteTextCommand.cs
+++ b/src/GnomeSubtitles/Core/Command/DeleteTextCommand.cs
@@ -1,6 +1,6 @@
 /*
  * This file is part of Gnome Subtitles.
- * Copyright (C) 2007-2008 Pedro Castro
+ * Copyright (C) 2007-2019 Pedro Castro
  *
  * Gnome Subtitles is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -19,7 +19,6 @@
 
 using GnomeSubtitles.Ui.Edit;
 using Mono.Unix;
-using SubLib;
 
 namespace GnomeSubtitles.Core.Command {
 
diff --git a/src/GnomeSubtitles/Core/Command/DeleteTextContentCommand.cs 
b/src/GnomeSubtitles/Core/Command/DeleteTextContentCommand.cs
index 4af6456..a583821 100644
--- a/src/GnomeSubtitles/Core/Command/DeleteTextContentCommand.cs
+++ b/src/GnomeSubtitles/Core/Command/DeleteTextContentCommand.cs
@@ -1,6 +1,6 @@
 /*
  * This file is part of Gnome Subtitles.
- * Copyright (C) 2006-2008 Pedro Castro
+ * Copyright (C) 2006-2019 Pedro Castro
  *
  * Gnome Subtitles is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -18,8 +18,6 @@
  */
 
 using GnomeSubtitles.Ui.Edit;
-using Mono.Unix;
-using SubLib;
 using System;
 
 namespace GnomeSubtitles.Core.Command {
diff --git a/src/GnomeSubtitles/Core/Command/DeleteTranslationCommand.cs 
b/src/GnomeSubtitles/Core/Command/DeleteTranslationCommand.cs
index bc05d3d..7d19077 100644
--- a/src/GnomeSubtitles/Core/Command/DeleteTranslationCommand.cs
+++ b/src/GnomeSubtitles/Core/Command/DeleteTranslationCommand.cs
@@ -1,6 +1,6 @@
 /*
  * This file is part of Gnome Subtitles.
- * Copyright (C) 2007-2008 Pedro Castro
+ * Copyright (C) 2007-2019 Pedro Castro
  *
  * Gnome Subtitles is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -19,7 +19,6 @@
 
 using GnomeSubtitles.Ui.Edit;
 using Mono.Unix;
-using SubLib;
 
 namespace GnomeSubtitles.Core.Command {
 
diff --git a/src/GnomeSubtitles/Core/Command/FixedSingleSelectionCommand.cs 
b/src/GnomeSubtitles/Core/Command/FixedSingleSelectionCommand.cs
index d88acc5..76d41e5 100644
--- a/src/GnomeSubtitles/Core/Command/FixedSingleSelectionCommand.cs
+++ b/src/GnomeSubtitles/Core/Command/FixedSingleSelectionCommand.cs
@@ -1,6 +1,6 @@
 /*
  * This file is part of Gnome Subtitles.
- * Copyright (C) 2006-2008 Pedro Castro
+ * Copyright (C) 2006-2019 Pedro Castro
  *
  * Gnome Subtitles is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -17,8 +17,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-using Gtk;
-
 namespace GnomeSubtitles.Core.Command {
 
 public abstract class FixedSingleSelectionCommand : SingleSelectionCommand {
diff --git a/src/GnomeSubtitles/Core/Command/InsertTextCommand.cs 
b/src/GnomeSubtitles/Core/Command/InsertTextCommand.cs
index cef2842..0bc5706 100644
--- a/src/GnomeSubtitles/Core/Command/InsertTextCommand.cs
+++ b/src/GnomeSubtitles/Core/Command/InsertTextCommand.cs
@@ -1,6 +1,6 @@
 /*
  * This file is part of Gnome Subtitles.
- * Copyright (C) 2007-2008 Pedro Castro
+ * Copyright (C) 2007-2019 Pedro Castro
  *
  * Gnome Subtitles is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -19,7 +19,6 @@
 
 using GnomeSubtitles.Ui.Edit;
 using Mono.Unix;
-using SubLib;
 
 namespace GnomeSubtitles.Core.Command {
 
diff --git a/src/GnomeSubtitles/Core/Command/InsertTextContentCommand.cs 
b/src/GnomeSubtitles/Core/Command/InsertTextContentCommand.cs
index 4d96e45..32dd941 100644
--- a/src/GnomeSubtitles/Core/Command/InsertTextContentCommand.cs
+++ b/src/GnomeSubtitles/Core/Command/InsertTextContentCommand.cs
@@ -1,6 +1,6 @@
 /*
  * This file is part of Gnome Subtitles.
- * Copyright (C) 2007-2008 Pedro Castro
+ * Copyright (C) 2007-2019 Pedro Castro
  *
  * Gnome Subtitles is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -18,8 +18,6 @@
  */
 
 using GnomeSubtitles.Ui.Edit;
-using Mono.Unix;
-using SubLib;
 using System;
 
 namespace GnomeSubtitles.Core.Command {
diff --git a/src/GnomeSubtitles/Core/Command/InsertTranslationCommand.cs 
b/src/GnomeSubtitles/Core/Command/InsertTranslationCommand.cs
index 11809a1..1086b4b 100644
--- a/src/GnomeSubtitles/Core/Command/InsertTranslationCommand.cs
+++ b/src/GnomeSubtitles/Core/Command/InsertTranslationCommand.cs
@@ -1,6 +1,6 @@
 /*
  * This file is part of Gnome Subtitles.
- * Copyright (C) 2007-2008 Pedro Castro
+ * Copyright (C) 2007-2019 Pedro Castro
  *
  * Gnome Subtitles is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -19,7 +19,6 @@
 
 using GnomeSubtitles.Ui.Edit;
 using Mono.Unix;
-using SubLib;
 
 namespace GnomeSubtitles.Core.Command {
 
diff --git a/src/GnomeSubtitles/Core/Command/SynchronizeTimingsCommand.cs 
b/src/GnomeSubtitles/Core/Command/SynchronizeTimingsCommand.cs
index 73e8e59..8f6a959 100644
--- a/src/GnomeSubtitles/Core/Command/SynchronizeTimingsCommand.cs
+++ b/src/GnomeSubtitles/Core/Command/SynchronizeTimingsCommand.cs
@@ -1,6 +1,6 @@
 /*
  * This file is part of Gnome Subtitles.
- * Copyright (C) 2009 Pedro Castro
+ * Copyright (C) 2009-2019 Pedro Castro
  *
  * Gnome Subtitles is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -22,7 +22,6 @@ using Gtk;
 using Mono.Unix;
 using SubLib.Core.Domain;
 using SubLib.Core.Timing;
-using System;
 
 namespace GnomeSubtitles.Core.Command {
 
diff --git a/src/GnomeSubtitles/Core/Command/VideoSetSubtitleTimingCommand.cs 
b/src/GnomeSubtitles/Core/Command/VideoSetSubtitleTimingCommand.cs
index 838be8d..9a742d0 100644
--- a/src/GnomeSubtitles/Core/Command/VideoSetSubtitleTimingCommand.cs
+++ b/src/GnomeSubtitles/Core/Command/VideoSetSubtitleTimingCommand.cs
@@ -1,6 +1,6 @@
 /*
  * This file is part of Gnome Subtitles.
- * Copyright (C) 2007-2008,2011 Pedro Castro
+ * Copyright (C) 2007-2011 Pedro Castro
  *
  * Gnome Subtitles is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/src/GnomeSubtitles/Core/Config.cs b/src/GnomeSubtitles/Core/Config.cs
index 4e3f1c8..f6abdb6 100644
--- a/src/GnomeSubtitles/Core/Config.cs
+++ b/src/GnomeSubtitles/Core/Config.cs
@@ -1,6 +1,6 @@
 /*
  * This file is part of Gnome Subtitles.
- * Copyright (C) 2007-2018 Pedro Castro
+ * Copyright (C) 2007-2019 Pedro Castro
  *
  * Gnome Subtitles is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -21,7 +21,6 @@ using SubLib.Core.Domain;
 using SubLib.Util;
 using System;
 
-
 namespace GnomeSubtitles.Core {
 
 /* Enumerations */
diff --git a/src/GnomeSubtitles/Core/ConfigBackendGSettings.cs 
b/src/GnomeSubtitles/Core/ConfigBackendGSettings.cs
index 4cd6ca2..964857c 100644
--- a/src/GnomeSubtitles/Core/ConfigBackendGSettings.cs
+++ b/src/GnomeSubtitles/Core/ConfigBackendGSettings.cs
@@ -1,6 +1,6 @@
 /*
  * This file is part of Gnome Subtitles.
- * Copyright (C) 2018 Pedro Castro
+ * Copyright (C) 2019 Pedro Castro
  *
  * Gnome Subtitles is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -20,7 +20,6 @@
 using GLib;
 using SubLib.Util;
 
-
 namespace GnomeSubtitles.Core {
 
 public class ConfigBackendGSettings : IConfigBackend {
diff --git a/src/GnomeSubtitles/Core/EventHandlers.cs b/src/GnomeSubtitles/Core/EventHandlers.cs
index 4f017b3..2fd0ef3 100644
--- a/src/GnomeSubtitles/Core/EventHandlers.cs
+++ b/src/GnomeSubtitles/Core/EventHandlers.cs
@@ -1,6 +1,6 @@
 /*
  * This file is part of Gnome Subtitles.
- * Copyright (C) 2006-2018 Pedro Castro
+ * Copyright (C) 2006-2019 Pedro Castro
  *
  * Gnome Subtitles is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -25,7 +25,6 @@ using Gtk;
 using SubLib.Core.Domain;
 using SubLib.Core.Timing;
 using System;
-using System.ComponentModel;
 using System.Text;
 
 namespace GnomeSubtitles.Core {
diff --git a/src/GnomeSubtitles/Core/IConfigBackend.cs b/src/GnomeSubtitles/Core/IConfigBackend.cs
index cd4b4f5..ab2db96 100644
--- a/src/GnomeSubtitles/Core/IConfigBackend.cs
+++ b/src/GnomeSubtitles/Core/IConfigBackend.cs
@@ -1,6 +1,6 @@
 /*
  * This file is part of Gnome Subtitles.
- * Copyright (C) 2018 Pedro Castro
+ * Copyright (C) 2018-2019 Pedro Castro
  *
  * Gnome Subtitles is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General License as published by
@@ -17,8 +17,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-using System;
-
 namespace GnomeSubtitles.Core {
 
 interface IConfigBackend {
diff --git a/src/GnomeSubtitles/Core/SpellLanguages.cs b/src/GnomeSubtitles/Core/SpellLanguages.cs
index eccdd2d..020ffce 100644
--- a/src/GnomeSubtitles/Core/SpellLanguages.cs
+++ b/src/GnomeSubtitles/Core/SpellLanguages.cs
@@ -1,6 +1,6 @@
 /*
  * This file is part of Gnome Subtitles.
- * Copyright (C) 2008-2017 Pedro Castro
+ * Copyright (C) 2008-2019 Pedro Castro
  *
  * Gnome Subtitles is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -17,7 +17,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-using Gtk;
 using System;
 using System.Collections;
 using System.Collections.Generic;
diff --git a/src/GnomeSubtitles/Dialog/AboutDialog.cs b/src/GnomeSubtitles/Dialog/AboutDialog.cs
index 24c686c..4268129 100644
--- a/src/GnomeSubtitles/Dialog/AboutDialog.cs
+++ b/src/GnomeSubtitles/Dialog/AboutDialog.cs
@@ -1,6 +1,6 @@
 /*
  * This file is part of Gnome Subtitles.
- * Copyright (C) 2006-2017 Pedro Castro
+ * Copyright (C) 2006-2019 Pedro Castro
  *
  * Gnome Subtitles is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -20,7 +20,6 @@
 using Mono.Unix;
 using GnomeSubtitles.Core;
 using Gtk;
-using System;
 
 namespace GnomeSubtitles.Dialog {
 
diff --git a/src/GnomeSubtitles/Dialog/BuilderDialog.cs b/src/GnomeSubtitles/Dialog/BuilderDialog.cs
index 196aaf6..aa8f9e7 100644
--- a/src/GnomeSubtitles/Dialog/BuilderDialog.cs
+++ b/src/GnomeSubtitles/Dialog/BuilderDialog.cs
@@ -1,6 +1,6 @@
 /*
  * This file is part of Gnome Subtitles.
- * Copyright (C) 2006-2017 Pedro Castro
+ * Copyright (C) 2006-2019 Pedro Castro
  *
  * Gnome Subtitles is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -19,9 +19,6 @@
 
 using GnomeSubtitles.Core;
 using Gtk;
-using System;
-using System.IO;
-using System.Reflection;
 
 namespace GnomeSubtitles.Dialog {
 
diff --git a/src/GnomeSubtitles/Dialog/EncodingsDialog.cs b/src/GnomeSubtitles/Dialog/EncodingsDialog.cs
index e311ddf..8457d05 100644
--- a/src/GnomeSubtitles/Dialog/EncodingsDialog.cs
+++ b/src/GnomeSubtitles/Dialog/EncodingsDialog.cs
@@ -1,6 +1,6 @@
 /*
  * This file is part of Gnome Subtitles.
- * Copyright (C) 2007-2017 Pedro Castro
+ * Copyright (C) 2007-2019 Pedro Castro
  *
  * Gnome Subtitles is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -18,12 +18,10 @@
  */
 
 using GnomeSubtitles.Core;
-using GnomeSubtitles.Dialog;
 using GnomeSubtitles.Ui;
 using Gtk;
 using Mono.Unix;
 using System;
-using System.Runtime.InteropServices;
 
 namespace GnomeSubtitles.Dialog {
 
diff --git a/src/GnomeSubtitles/Dialog/FileTranslationSaveDialog.cs 
b/src/GnomeSubtitles/Dialog/FileTranslationSaveDialog.cs
index 264fb8c..aab5ac7 100644
--- a/src/GnomeSubtitles/Dialog/FileTranslationSaveDialog.cs
+++ b/src/GnomeSubtitles/Dialog/FileTranslationSaveDialog.cs
@@ -1,6 +1,6 @@
 /*
  * This file is part of Gnome Subtitles.
- * Copyright (C) 2009-2017 Pedro Castro
+ * Copyright (C) 2009-2019 Pedro Castro
  *
  * Gnome Subtitles is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -19,7 +19,6 @@
 
 using GnomeSubtitles.Core;
 using Mono.Unix;
-using SubLib.Core.Domain;
 
 namespace GnomeSubtitles.Dialog {
 
diff --git a/src/GnomeSubtitles/Execution/AssemblyInfo.cs.in b/src/GnomeSubtitles/Execution/AssemblyInfo.cs.in
index b7eaa14..a16f5af 100644
--- a/src/GnomeSubtitles/Execution/AssemblyInfo.cs.in
+++ b/src/GnomeSubtitles/Execution/AssemblyInfo.cs.in
@@ -18,7 +18,6 @@
  */
 
 using System.Reflection;
-using System.Runtime.CompilerServices;
 
 [assembly: AssemblyVersion("@VERSION@")]
 [assembly: AssemblyTitle ("Gnome Subtitles")]
diff --git a/src/GnomeSubtitles/Execution/ExecutionContext.cs 
b/src/GnomeSubtitles/Execution/ExecutionContext.cs
index 1438430..27e0d7d 100644
--- a/src/GnomeSubtitles/Execution/ExecutionContext.cs
+++ b/src/GnomeSubtitles/Execution/ExecutionContext.cs
@@ -1,6 +1,6 @@
 /*
  * This file is part of Gnome Subtitles.
- * Copyright (C) 2006-2017 Pedro Castro
+ * Copyright (C) 2006-2019 Pedro Castro
  *
  * Gnome Subtitles is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -19,7 +19,6 @@
 
 using Gtk;
 using System;
-using System.IO;
 using System.Reflection;
 
 namespace GnomeSubtitles.Execution {
diff --git a/src/GnomeSubtitles/Ui/Edit/SubtitleEdit.cs b/src/GnomeSubtitles/Ui/Edit/SubtitleEdit.cs
index 091632e..55ee17b 100644
--- a/src/GnomeSubtitles/Ui/Edit/SubtitleEdit.cs
+++ b/src/GnomeSubtitles/Ui/Edit/SubtitleEdit.cs
@@ -1,6 +1,6 @@
 /*
  * This file is part of Gnome Subtitles.
- * Copyright (C) 2006-2017 Pedro Castro
+ * Copyright (C) 2006-2019 Pedro Castro
  *
  * Gnome Subtitles is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -20,7 +20,6 @@
 using GnomeSubtitles.Core;
 using Gtk;
 using System;
-using System.Collections;
 using SubLib.Core.Domain;
 
 namespace GnomeSubtitles.Ui.Edit {
diff --git a/src/GnomeSubtitles/Ui/Edit/SubtitleEditText.cs b/src/GnomeSubtitles/Ui/Edit/SubtitleEditText.cs
index ffb5d6f..d1c69bb 100644
--- a/src/GnomeSubtitles/Ui/Edit/SubtitleEditText.cs
+++ b/src/GnomeSubtitles/Ui/Edit/SubtitleEditText.cs
@@ -1,6 +1,6 @@
 /*
  * This file is part of Gnome Subtitles.
- * Copyright (C) 2007-2009,2011 Pedro Castro
+ * Copyright (C) 2007-2011 Pedro Castro
  *
  * Gnome Subtitles is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/src/GnomeSubtitles/Ui/Edit/SubtitleEditTranslation.cs 
b/src/GnomeSubtitles/Ui/Edit/SubtitleEditTranslation.cs
index 9114449..e3848ce 100644
--- a/src/GnomeSubtitles/Ui/Edit/SubtitleEditTranslation.cs
+++ b/src/GnomeSubtitles/Ui/Edit/SubtitleEditTranslation.cs
@@ -1,6 +1,6 @@
 /*
  * This file is part of Gnome Subtitles.
- * Copyright (C) 2007-2009,2011 Pedro Castro
+ * Copyright (C) 2007-2011 Pedro Castro
  *
  * Gnome Subtitles is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/src/GnomeSubtitles/Ui/VideoPreview/Player.cs b/src/GnomeSubtitles/Ui/VideoPreview/Player.cs
index 0377c56..d39e47b 100644
--- a/src/GnomeSubtitles/Ui/VideoPreview/Player.cs
+++ b/src/GnomeSubtitles/Ui/VideoPreview/Player.cs
@@ -23,7 +23,6 @@ using Gtk;
 using SubLib.Core.Domain;
 using System;
 using SubLib.Util;
-using Gdk;
 
 namespace GnomeSubtitles.Ui.VideoPreview {
 
diff --git a/src/GnomeSubtitles/Ui/VideoPreview/PlayerPositionWatcher.cs 
b/src/GnomeSubtitles/Ui/VideoPreview/PlayerPositionWatcher.cs
index 2b3aefe..33d1dbe 100644
--- a/src/GnomeSubtitles/Ui/VideoPreview/PlayerPositionWatcher.cs
+++ b/src/GnomeSubtitles/Ui/VideoPreview/PlayerPositionWatcher.cs
@@ -17,9 +17,7 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-using GStreamer;
 using System;
-using System.IO;
 
 namespace GnomeSubtitles.Ui.VideoPreview {
 
diff --git a/src/GnomeSubtitles/Ui/VideoPreview/VideoPosition.cs 
b/src/GnomeSubtitles/Ui/VideoPreview/VideoPosition.cs
index f0a729b..cc8b496 100644
--- a/src/GnomeSubtitles/Ui/VideoPreview/VideoPosition.cs
+++ b/src/GnomeSubtitles/Ui/VideoPreview/VideoPosition.cs
@@ -1,6 +1,6 @@
 /*
  * This file is part of Gnome Subtitles.
- * Copyright (C) 2006-2017 Pedro Castro
+ * Copyright (C) 2006-2019 Pedro Castro
  *
  * Gnome Subtitles is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -18,10 +18,8 @@
  */
 
 using GnomeSubtitles.Core;
-using GStreamer;
 using Gtk;
 using Mono.Unix;
-using SubLib.Core;
 using SubLib.Core.Domain;
 using SubLib.Core.Timing;
 using System;
diff --git a/src/GnomeSubtitles/Ui/View/CellRendererCenteredText.cs 
b/src/GnomeSubtitles/Ui/View/CellRendererCenteredText.cs
index a01b928..75d22d2 100644
--- a/src/GnomeSubtitles/Ui/View/CellRendererCenteredText.cs
+++ b/src/GnomeSubtitles/Ui/View/CellRendererCenteredText.cs
@@ -1,6 +1,6 @@
 /*
  * This file is part of Gnome Subtitles.
- * Copyright (C) 2006-2008 Pedro Castro
+ * Copyright (C) 2006-2019 Pedro Castro
  *
  * Gnome Subtitles is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -17,7 +17,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-using Gdk;
 using Gtk;
 
 namespace GnomeSubtitles.Ui.View {
diff --git a/src/SubLib/Core/Domain/Headers.cs b/src/SubLib/Core/Domain/Headers.cs
index dde4acd..fe10aca 100644
--- a/src/SubLib/Core/Domain/Headers.cs
+++ b/src/SubLib/Core/Domain/Headers.cs
@@ -1,6 +1,6 @@
 /*
  * This file is part of SubLib.
- * Copyright (C) 2006-2017 Pedro Castro
+ * Copyright (C) 2006-2019 Pedro Castro
  *
  * SubLib is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -18,8 +18,6 @@
  */
 
 using System;
-using System.IO;
-using System.Text;
 using SubLib.IO.SubtitleFormats;
 
 namespace SubLib.Core.Domain {
diff --git a/src/SubLib/Core/Domain/Style.cs b/src/SubLib/Core/Domain/Style.cs
index 2b1662a..e788c5c 100644
--- a/src/SubLib/Core/Domain/Style.cs
+++ b/src/SubLib/Core/Domain/Style.cs
@@ -1,6 +1,6 @@
 /*
  * This file is part of SubLib.
- * Copyright (C) 2005-2010 Pedro Castro
+ * Copyright (C) 2005-2019 Pedro Castro
  *
  * SubLib is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -18,7 +18,6 @@
  */
 
 using System;
-using System.Collections;
 
 namespace SubLib.Core.Domain {
 
diff --git a/src/SubLib/Core/Domain/SubtitleConstants.cs b/src/SubLib/Core/Domain/SubtitleConstants.cs
index 09c2828..f894f26 100644
--- a/src/SubLib/Core/Domain/SubtitleConstants.cs
+++ b/src/SubLib/Core/Domain/SubtitleConstants.cs
@@ -1,6 +1,6 @@
 /*
  * This file is part of SubLib.
- * Copyright (C) 2006-2009,2011 Pedro Castro
+ * Copyright (C) 2006-2011 Pedro Castro
  *
  * SubLib is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/src/SubLib/Core/Domain/SubtitleProperties.cs b/src/SubLib/Core/Domain/SubtitleProperties.cs
index 693bc1b..fd12b38 100644
--- a/src/SubLib/Core/Domain/SubtitleProperties.cs
+++ b/src/SubLib/Core/Domain/SubtitleProperties.cs
@@ -1,6 +1,6 @@
 /*
  * This file is part of SubLib.
- * Copyright (C) 2005-2010 Pedro Castro
+ * Copyright (C) 2005-2019 Pedro Castro
  *
  * SubLib is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -19,8 +19,6 @@
 
 using SubLib.IO.Input;
 using System;
-using System.IO;
-using System.Text;
 
 namespace SubLib.Core.Domain {
 
diff --git a/src/SubLib/Core/Domain/Subtitles.cs b/src/SubLib/Core/Domain/Subtitles.cs
index 9c4d770..04dfc84 100644
--- a/src/SubLib/Core/Domain/Subtitles.cs
+++ b/src/SubLib/Core/Domain/Subtitles.cs
@@ -1,6 +1,6 @@
 /*
  * This file is part of SubLib.
- * Copyright (C) 2005-2010 Pedro Castro
+ * Copyright (C) 2005-2019 Pedro Castro
  *
  * SubLib is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -19,10 +19,6 @@
 
 using SubLib.IO.SubtitleFormats;
 using System;
-using System.Collections;
-using System.Globalization;
-using System.Text;
-using System.Text.RegularExpressions;
 
 namespace SubLib.Core.Domain {
 
diff --git a/src/SubLib/Core/Domain/SyncPoint.cs b/src/SubLib/Core/Domain/SyncPoint.cs
index 48150c0..1fed9fe 100644
--- a/src/SubLib/Core/Domain/SyncPoint.cs
+++ b/src/SubLib/Core/Domain/SyncPoint.cs
@@ -1,6 +1,6 @@
 /*
  * This file is part of SubLib.
- * Copyright (C) 2008 Pedro Castro
+ * Copyright (C) 2008-2019 Pedro Castro
  *
  * SubLib is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -17,8 +17,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-using System;
-
 namespace SubLib.Core.Domain {
 
 public class SyncPoint {
diff --git a/src/SubLib/Core/Domain/SyncPoints.cs b/src/SubLib/Core/Domain/SyncPoints.cs
index e908cd8..d577fbc 100644
--- a/src/SubLib/Core/Domain/SyncPoints.cs
+++ b/src/SubLib/Core/Domain/SyncPoints.cs
@@ -1,6 +1,6 @@
 /*
  * This file is part of SubLib.
- * Copyright (C) 2008-2009 Pedro Castro
+ * Copyright (C) 2008-2019 Pedro Castro
  *
  * SubLib is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -17,7 +17,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-using System;
 using System.Collections;
 
 namespace SubLib.Core.Domain {
diff --git a/src/SubLib/Core/Search/SubtitleReplaceResult.cs b/src/SubLib/Core/Search/SubtitleReplaceResult.cs
index 8386134..691b86c 100644
--- a/src/SubLib/Core/Search/SubtitleReplaceResult.cs
+++ b/src/SubLib/Core/Search/SubtitleReplaceResult.cs
@@ -1,6 +1,6 @@
 /*
  * This file is part of SubLib.
- * Copyright (C) 2009 Pedro Castro
+ * Copyright (C) 2009-2019 Pedro Castro
  *
  * SubLib is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -17,7 +17,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-using SubLib.Core.Domain;
 using System;
 
 namespace SubLib.Core.Search {
diff --git a/src/SubLib/Core/Search/SubtitleSearchResults.cs b/src/SubLib/Core/Search/SubtitleSearchResults.cs
index 03af931..266ebad 100644
--- a/src/SubLib/Core/Search/SubtitleSearchResults.cs
+++ b/src/SubLib/Core/Search/SubtitleSearchResults.cs
@@ -1,6 +1,6 @@
 /*
  * This file is part of SubLib.
- * Copyright (C) 2007-2008 Pedro Castro
+ * Copyright (C) 2007-2019 Pedro Castro
  *
  * SubLib is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -18,7 +18,6 @@
  */
 
 using SubLib.Core.Domain;
-using System;
 
 namespace SubLib.Core.Search {
 
diff --git a/src/SubLib/Core/Timing/FrameRateOperator.cs b/src/SubLib/Core/Timing/FrameRateOperator.cs
index b899427..52b9cee 100644
--- a/src/SubLib/Core/Timing/FrameRateOperator.cs
+++ b/src/SubLib/Core/Timing/FrameRateOperator.cs
@@ -1,6 +1,6 @@
 /*
  * This file is part of SubLib.
- * Copyright (C) 2006-2008 Pedro Castro
+ * Copyright (C) 2006-2019 Pedro Castro
  *
  * SubLib is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -18,7 +18,6 @@
  */
 
 using SubLib.Core.Domain;
-using System;
 
 namespace SubLib.Core.Timing {
 
diff --git a/src/SubLib/Core/Timing/MergeOperator.cs b/src/SubLib/Core/Timing/MergeOperator.cs
index a570f53..0b95550 100644
--- a/src/SubLib/Core/Timing/MergeOperator.cs
+++ b/src/SubLib/Core/Timing/MergeOperator.cs
@@ -1,6 +1,6 @@
 /*
  * This file is part of SubLib.
- * Copyright (C) 2011 Pedro Castro
+ * Copyright (C) 2011-2019 Pedro Castro
  *
  * SubLib is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -18,7 +18,6 @@
  */
 
 using SubLib.Core.Domain;
-using System;
 
 namespace SubLib.Core.Timing {
 
diff --git a/src/SubLib/IO/Input/PlainTextParser.cs b/src/SubLib/IO/Input/PlainTextParser.cs
index 3a620d1..2063a98 100644
--- a/src/SubLib/IO/Input/PlainTextParser.cs
+++ b/src/SubLib/IO/Input/PlainTextParser.cs
@@ -1,6 +1,6 @@
 /*
  * This file is part of SubLib.
- * Copyright (C) 2007-2008 Pedro Castro
+ * Copyright (C) 2007-2019 Pedro Castro
  *
  * SubLib is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -19,9 +19,7 @@
 
 using SubLib.Core.Domain;
 using System;
-using System.IO;
 using System.Text;
-using System.Text.RegularExpressions;
 
 namespace SubLib.IO.Input {
 
diff --git a/src/SubLib/IO/Input/SubtitleParser.cs b/src/SubLib/IO/Input/SubtitleParser.cs
index 3f947f8..66f3f28 100644
--- a/src/SubLib/IO/Input/SubtitleParser.cs
+++ b/src/SubLib/IO/Input/SubtitleParser.cs
@@ -1,6 +1,6 @@
 /*
  * This file is part of SubLib.
- * Copyright (C) 2005-2017 Pedro Castro
+ * Copyright (C) 2005-2019 Pedro Castro
  *
  * SubLib is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -17,13 +17,11 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-using SubLib.Core;
 using SubLib.Core.Domain;
 using SubLib.Core.Timing;
 using SubLib.IO.SubtitleFormats;
 using System;
 using System.Globalization;
-using System.Text;
 using System.Text.RegularExpressions;
 
 namespace SubLib.IO.Input {
diff --git a/src/SubLib/IO/Output/SubtitleOutput.cs b/src/SubLib/IO/Output/SubtitleOutput.cs
index 39e2493..86d52ae 100644
--- a/src/SubLib/IO/Output/SubtitleOutput.cs
+++ b/src/SubLib/IO/Output/SubtitleOutput.cs
@@ -1,6 +1,6 @@
 /*
  * This file is part of SubLib.
- * Copyright (C) 2005-2011 Pedro Castro
+ * Copyright (C) 2005-2019 Pedro Castro
  *
  * SubLib is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -17,12 +17,10 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-using SubLib.Core;
 using SubLib.Core.Domain;
 using SubLib.Core.Timing;
 using SubLib.IO.SubtitleFormats;
 using System;
-using System.Collections;
 using System.Globalization;
 using System.Text;
 using System.Text.RegularExpressions;
diff --git a/src/SubLib/IO/SubtitleFormats/SubtitleFormat.cs b/src/SubLib/IO/SubtitleFormats/SubtitleFormat.cs
index 184b1c2..7cdbdfa 100644
--- a/src/SubLib/IO/SubtitleFormats/SubtitleFormat.cs
+++ b/src/SubLib/IO/SubtitleFormats/SubtitleFormat.cs
@@ -1,6 +1,6 @@
 /*
  * This file is part of SubLib.
- * Copyright (C) 2005-2010 Pedro Castro
+ * Copyright (C) 2005-2019 Pedro Castro
  *
  * SubLib is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -20,7 +20,6 @@
 using SubLib.Core.Domain;
 using SubLib.IO.Input;
 using System;
-using System.Text.RegularExpressions;
 
 namespace SubLib.IO.SubtitleFormats {
 
diff --git a/src/SubLib/IO/SubtitleFormats/SubtitleFormatAQTitle.cs 
b/src/SubLib/IO/SubtitleFormats/SubtitleFormatAQTitle.cs
index 20c0ed4..498ab90 100644
--- a/src/SubLib/IO/SubtitleFormats/SubtitleFormatAQTitle.cs
+++ b/src/SubLib/IO/SubtitleFormats/SubtitleFormatAQTitle.cs
@@ -1,6 +1,6 @@
 /*
  * This file is part of SubLib.
- * Copyright (C) 2007-2008,2011 Pedro Castro
+ * Copyright (C) 2007-2011 Pedro Castro
  *
  * SubLib is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/src/SubLib/IO/SubtitleFormats/SubtitleFormatAdvancedSubStationAlpha.cs 
b/src/SubLib/IO/SubtitleFormats/SubtitleFormatAdvancedSubStationAlpha.cs
index 4bbb561..cc34bb7 100644
--- a/src/SubLib/IO/SubtitleFormats/SubtitleFormatAdvancedSubStationAlpha.cs
+++ b/src/SubLib/IO/SubtitleFormats/SubtitleFormatAdvancedSubStationAlpha.cs
@@ -1,6 +1,6 @@
 /*
  * This file is part of SubLib.
- * Copyright (C) 2006-2008 Pedro Castro
+ * Copyright (C) 2006-2019 Pedro Castro
  *
  * SubLib is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -18,8 +18,6 @@
  */
 
 using SubLib.Core.Domain; 
-using System;
-using System.Text.RegularExpressions;
 
 namespace SubLib.IO.SubtitleFormats {
 
diff --git a/src/SubLib/IO/SubtitleFormats/SubtitleFormatDKSSubtitleFormat.cs 
b/src/SubLib/IO/SubtitleFormats/SubtitleFormatDKSSubtitleFormat.cs
index c1b94fd..61804d5 100644
--- a/src/SubLib/IO/SubtitleFormats/SubtitleFormatDKSSubtitleFormat.cs
+++ b/src/SubLib/IO/SubtitleFormats/SubtitleFormatDKSSubtitleFormat.cs
@@ -1,6 +1,6 @@
 /*
  * This file is part of SubLib.
- * Copyright (C) 2007-2008 Pedro Castro
+ * Copyright (C) 2007-2019 Pedro Castro
  *
  * SubLib is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -18,8 +18,6 @@
  */
 
 using SubLib.Core.Domain;
-using System;
-using System.Text.RegularExpressions;
 
 namespace SubLib.IO.SubtitleFormats {
 
diff --git a/src/SubLib/IO/SubtitleFormats/SubtitleFormatFABSubtitler.cs 
b/src/SubLib/IO/SubtitleFormats/SubtitleFormatFABSubtitler.cs
index 59bd4e6..95cf4f4 100644
--- a/src/SubLib/IO/SubtitleFormats/SubtitleFormatFABSubtitler.cs
+++ b/src/SubLib/IO/SubtitleFormats/SubtitleFormatFABSubtitler.cs
@@ -1,6 +1,6 @@
 /*
  * This file is part of SubLib.
- * Copyright (C) 2010 Pedro Castro
+ * Copyright (C) 2010-2019 Pedro Castro
  *
  * SubLib is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -18,9 +18,6 @@
  */
 
 using SubLib.Core.Domain;
-using SubLib.IO.Input;
-using System;
-using System.Text.RegularExpressions;
 
 namespace SubLib.IO.SubtitleFormats {
 
diff --git a/src/SubLib/IO/SubtitleFormats/SubtitleFormatKaraokeLyricsLRC.cs 
b/src/SubLib/IO/SubtitleFormats/SubtitleFormatKaraokeLyricsLRC.cs
index 920ecc0..32f6535 100644
--- a/src/SubLib/IO/SubtitleFormats/SubtitleFormatKaraokeLyricsLRC.cs
+++ b/src/SubLib/IO/SubtitleFormats/SubtitleFormatKaraokeLyricsLRC.cs
@@ -1,6 +1,6 @@
 /*
  * This file is part of SubLib.
- * Copyright (C) 2007-2017 Pedro Castro
+ * Copyright (C) 2007-2019 Pedro Castro
  *
  * SubLib is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -18,8 +18,6 @@
  */
 
 using SubLib.Core.Domain;
-using System;
-using System.Text.RegularExpressions;
 
 namespace SubLib.IO.SubtitleFormats {
 
diff --git a/src/SubLib/IO/SubtitleFormats/SubtitleFormatKaraokeLyricsVKT.cs 
b/src/SubLib/IO/SubtitleFormats/SubtitleFormatKaraokeLyricsVKT.cs
index 94b24d1..2bedd3c 100644
--- a/src/SubLib/IO/SubtitleFormats/SubtitleFormatKaraokeLyricsVKT.cs
+++ b/src/SubLib/IO/SubtitleFormats/SubtitleFormatKaraokeLyricsVKT.cs
@@ -1,6 +1,6 @@
 /*
  * This file is part of SubLib.
- * Copyright (C) 2007-2017 Pedro Castro
+ * Copyright (C) 2007-2019 Pedro Castro
  *
  * SubLib is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -18,8 +18,6 @@
  */
 
 using SubLib.Core.Domain;
-using System;
-using System.Text.RegularExpressions;
 
 namespace SubLib.IO.SubtitleFormats {
 
diff --git a/src/SubLib/IO/SubtitleFormats/SubtitleFormatMPSub.cs 
b/src/SubLib/IO/SubtitleFormats/SubtitleFormatMPSub.cs
index 6b11df2..847dc5e 100644
--- a/src/SubLib/IO/SubtitleFormats/SubtitleFormatMPSub.cs
+++ b/src/SubLib/IO/SubtitleFormats/SubtitleFormatMPSub.cs
@@ -1,6 +1,6 @@
 /*
  * This file is part of SubLib.
- * Copyright (C) 2006-2017 Pedro Castro
+ * Copyright (C) 2006-2019 Pedro Castro
  *
  * SubLib is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -18,7 +18,6 @@
  */
 
 using SubLib.Core.Domain;
-using System;
 
 namespace SubLib.IO.SubtitleFormats {
 
diff --git a/src/SubLib/IO/SubtitleFormats/SubtitleFormatMPlayer.cs 
b/src/SubLib/IO/SubtitleFormats/SubtitleFormatMPlayer.cs
index 5740c67..e546d61 100644
--- a/src/SubLib/IO/SubtitleFormats/SubtitleFormatMPlayer.cs
+++ b/src/SubLib/IO/SubtitleFormats/SubtitleFormatMPlayer.cs
@@ -1,6 +1,6 @@
 /*
  * This file is part of SubLib.
- * Copyright (C) 2006-2008 Pedro Castro
+ * Copyright (C) 2006-2019 Pedro Castro
  *
  * SubLib is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -18,7 +18,6 @@
  */
 
 using SubLib.Core.Domain;
-using System;
 
 namespace SubLib.IO.SubtitleFormats {
 
diff --git a/src/SubLib/IO/SubtitleFormats/SubtitleFormatMPlayer2.cs 
b/src/SubLib/IO/SubtitleFormats/SubtitleFormatMPlayer2.cs
index e87ee4b..ff6b372 100644
--- a/src/SubLib/IO/SubtitleFormats/SubtitleFormatMPlayer2.cs
+++ b/src/SubLib/IO/SubtitleFormats/SubtitleFormatMPlayer2.cs
@@ -1,6 +1,6 @@
 /*
  * This file is part of SubLib.
- * Copyright (C) 2006-2008 Pedro Castro
+ * Copyright (C) 2006-2019 Pedro Castro
  *
  * SubLib is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -18,7 +18,6 @@
  */
 
 using SubLib.Core.Domain;
-using System;
 
 namespace SubLib.IO.SubtitleFormats {
 
diff --git a/src/SubLib/IO/SubtitleFormats/SubtitleFormatMacSUB.cs 
b/src/SubLib/IO/SubtitleFormats/SubtitleFormatMacSUB.cs
index 44c1515..b53fb8e 100644
--- a/src/SubLib/IO/SubtitleFormats/SubtitleFormatMacSUB.cs
+++ b/src/SubLib/IO/SubtitleFormats/SubtitleFormatMacSUB.cs
@@ -1,6 +1,6 @@
 /*
  * This file is part of SubLib.
- * Copyright (C) 2007-2008,2011 Pedro Castro
+ * Copyright (C) 2007-2019 Pedro Castro
  *
  * SubLib is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -18,8 +18,6 @@
  */
 
 using SubLib.Core.Domain;
-using System;
-using System.Text.RegularExpressions;
 
 namespace SubLib.IO.SubtitleFormats {
 
diff --git a/src/SubLib/IO/SubtitleFormats/SubtitleFormatPanimator.cs 
b/src/SubLib/IO/SubtitleFormats/SubtitleFormatPanimator.cs
index 80513bd..d1f0ae6 100644
--- a/src/SubLib/IO/SubtitleFormats/SubtitleFormatPanimator.cs
+++ b/src/SubLib/IO/SubtitleFormats/SubtitleFormatPanimator.cs
@@ -1,6 +1,6 @@
 /*
  * This file is part of SubLib.
- * Copyright (C) 2007-2008,2011 Pedro Castro
+ * Copyright (C) 2007-2019 Pedro Castro
  *
  * SubLib is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -18,8 +18,6 @@
  */
 
 using SubLib.Core.Domain;
-using System;
-using System.Text.RegularExpressions;
 
 namespace SubLib.IO.SubtitleFormats {
 
diff --git a/src/SubLib/IO/SubtitleFormats/SubtitleFormatPhoenixJapanimationSociety.cs 
b/src/SubLib/IO/SubtitleFormats/SubtitleFormatPhoenixJapanimationSociety.cs
index 15103ef..83cfb10 100644
--- a/src/SubLib/IO/SubtitleFormats/SubtitleFormatPhoenixJapanimationSociety.cs
+++ b/src/SubLib/IO/SubtitleFormats/SubtitleFormatPhoenixJapanimationSociety.cs
@@ -1,6 +1,6 @@
 /*
  * This file is part of SubLib.
- * Copyright (C) 2007-2008,2011 Pedro Castro
+ * Copyright (C) 2007-2019 Pedro Castro
  *
  * SubLib is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -18,8 +18,6 @@
  */
 
 using SubLib.Core.Domain;
-using System;
-using System.Text.RegularExpressions;
 
 namespace SubLib.IO.SubtitleFormats {
 
diff --git a/src/SubLib/IO/SubtitleFormats/SubtitleFormatPowerDivX.cs 
b/src/SubLib/IO/SubtitleFormats/SubtitleFormatPowerDivX.cs
index e7a60dc..148ecba 100644
--- a/src/SubLib/IO/SubtitleFormats/SubtitleFormatPowerDivX.cs
+++ b/src/SubLib/IO/SubtitleFormats/SubtitleFormatPowerDivX.cs
@@ -1,6 +1,6 @@
 /*
  * This file is part of SubLib.
- * Copyright (C) 2007-2008 Pedro Castro
+ * Copyright (C) 2007-2019 Pedro Castro
  *
  * SubLib is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -18,8 +18,6 @@
  */
 
 using SubLib.Core.Domain;
-using System;
-using System.Text.RegularExpressions;
 
 namespace SubLib.IO.SubtitleFormats {
 
diff --git a/src/SubLib/IO/SubtitleFormats/SubtitleFormatSofni.cs 
b/src/SubLib/IO/SubtitleFormats/SubtitleFormatSofni.cs
index 23473a4..0c406a3 100644
--- a/src/SubLib/IO/SubtitleFormats/SubtitleFormatSofni.cs
+++ b/src/SubLib/IO/SubtitleFormats/SubtitleFormatSofni.cs
@@ -1,6 +1,6 @@
 /*
  * This file is part of SubLib.
- * Copyright (C) 2007-2008,2011 Pedro Castro
+ * Copyright (C) 2007-2019 Pedro Castro
  *
  * SubLib is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -18,8 +18,6 @@
  */
 
 using SubLib.Core.Domain;
-using System;
-using System.Text.RegularExpressions;
 
 namespace SubLib.IO.SubtitleFormats {
 
diff --git a/src/SubLib/IO/SubtitleFormats/SubtitleFormatSubCreator1x.cs 
b/src/SubLib/IO/SubtitleFormats/SubtitleFormatSubCreator1x.cs
index f2e7fe3..6332886 100644
--- a/src/SubLib/IO/SubtitleFormats/SubtitleFormatSubCreator1x.cs
+++ b/src/SubLib/IO/SubtitleFormats/SubtitleFormatSubCreator1x.cs
@@ -1,6 +1,6 @@
 /*
  * This file is part of SubLib.
- * Copyright (C) 2007-2008,2011 Pedro Castro
+ * Copyright (C) 2007-2019 Pedro Castro
  *
  * SubLib is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -18,8 +18,6 @@
  */
 
 using SubLib.Core.Domain;
-using System;
-using System.Text.RegularExpressions;
 
 namespace SubLib.IO.SubtitleFormats {
 
diff --git a/src/SubLib/IO/SubtitleFormats/SubtitleFormatSubRip.cs 
b/src/SubLib/IO/SubtitleFormats/SubtitleFormatSubRip.cs
index b6822a3..4599b77 100644
--- a/src/SubLib/IO/SubtitleFormats/SubtitleFormatSubRip.cs
+++ b/src/SubLib/IO/SubtitleFormats/SubtitleFormatSubRip.cs
@@ -1,6 +1,6 @@
 /*
  * This file is part of SubLib.
- * Copyright (C) 2005-2009,2011 Pedro Castro
+ * Copyright (C) 2005-2011 Pedro Castro
  *
  * SubLib is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/src/SubLib/IO/SubtitleFormats/SubtitleFormatSubViewer1.cs 
b/src/SubLib/IO/SubtitleFormats/SubtitleFormatSubViewer1.cs
index 58af8e6..9e50440 100644
--- a/src/SubLib/IO/SubtitleFormats/SubtitleFormatSubViewer1.cs
+++ b/src/SubLib/IO/SubtitleFormats/SubtitleFormatSubViewer1.cs
@@ -1,6 +1,6 @@
 /*
  * This file is part of SubLib.
- * Copyright (C) 2006-2017 Pedro Castro
+ * Copyright (C) 2006-2019 Pedro Castro
  *
  * SubLib is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -18,8 +18,6 @@
  */
 
 using SubLib.Core.Domain;
-using System;
-using System.Text.RegularExpressions;
 
 namespace SubLib.IO.SubtitleFormats {
 
diff --git a/src/SubLib/IO/SubtitleFormats/SubtitleFormatSubViewer2.cs 
b/src/SubLib/IO/SubtitleFormats/SubtitleFormatSubViewer2.cs
index e5c8dea..669b726 100644
--- a/src/SubLib/IO/SubtitleFormats/SubtitleFormatSubViewer2.cs
+++ b/src/SubLib/IO/SubtitleFormats/SubtitleFormatSubViewer2.cs
@@ -1,6 +1,6 @@
 /*
  * This file is part of SubLib.
- * Copyright (C) 2006-2017 Pedro Castro
+ * Copyright (C) 2006-2019 Pedro Castro
  *
  * SubLib is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -18,8 +18,6 @@
  */
 
 using SubLib.Core.Domain;
-using System;
-using System.Text.RegularExpressions;
 
 namespace SubLib.IO.SubtitleFormats {
 
diff --git a/src/SubLib/IO/SubtitleFormats/SubtitleFormatViPlaySubtitleFile.cs 
b/src/SubLib/IO/SubtitleFormats/SubtitleFormatViPlaySubtitleFile.cs
index a7dbbcb..49b2b22 100644
--- a/src/SubLib/IO/SubtitleFormats/SubtitleFormatViPlaySubtitleFile.cs
+++ b/src/SubLib/IO/SubtitleFormats/SubtitleFormatViPlaySubtitleFile.cs
@@ -1,6 +1,6 @@
 /*
  * This file is part of SubLib.
- * Copyright (C) 2007-2008,2011 Pedro Castro
+ * Copyright (C) 2007-2011 Pedro Castro
  *
  * SubLib is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]