[gnome-subtitles: 1/3] Updating copyright info



commit a0dc1b4b804377d48b69bb730a78db3e316112dd
Author: Pedro Castro <pedro gnomesubtitles org>
Date:   Sun Mar 15 21:07:32 2020 +0000

    Updating copyright info

 src/GnomeSubtitles/Dialog/AboutDialog.cs        | 4 ++--
 src/GnomeSubtitles/Execution/AssemblyInfo.cs.in | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/GnomeSubtitles/Dialog/AboutDialog.cs b/src/GnomeSubtitles/Dialog/AboutDialog.cs
index 82f4bfc..dab9a27 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-2019 Pedro Castro
+ * Copyright (C) 2006-2020 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
@@ -45,7 +45,7 @@ public class AboutDialog : BaseDialog {
                dialog.Website = "https://gnomesubtitles.org";;
                dialog.WebsiteLabel = dialog.Website;
                dialog.Comments = Catalog.GetString("Video subtitling for the GNOME desktop");
-               dialog.Copyright = "Copyright © 2006-2019 Pedro Castro";
+               dialog.Copyright = "Copyright © 2006-2020 Pedro Castro";
                dialog.LicenseType = License.Gpl20;
 
                dialog.Authors = new string[]{
diff --git a/src/GnomeSubtitles/Execution/AssemblyInfo.cs.in b/src/GnomeSubtitles/Execution/AssemblyInfo.cs.in
index d94fe7f..73b39a5 100644
--- a/src/GnomeSubtitles/Execution/AssemblyInfo.cs.in
+++ b/src/GnomeSubtitles/Execution/AssemblyInfo.cs.in
@@ -1,6 +1,6 @@
 /*
  * This file is part of Gnome Subtitles.
- * Copyright (C) 2006-2019 Pedro Castro
+ * Copyright (C) 2006-2020 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,5 +22,5 @@ using System.Reflection;
 [assembly: AssemblyVersion("@VERSION@")]
 [assembly: AssemblyTitle ("Gnome Subtitles")]
 [assembly: AssemblyDescription ("Video subtitling for the GNOME desktop")]
-[assembly: AssemblyCopyright ("Copyright (c) 2006-2019 Pedro Castro")]
+[assembly: AssemblyCopyright ("Copyright (c) 2006-2020 Pedro Castro")]
 


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