Skip to content

Commit

Permalink
Copyright year updates
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmhewitt committed Jul 31, 2021
1 parent 2368206 commit d2beb7d
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion data/com.github.davidmhewitt.torrential.appdata.xml.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2017 David Hewitt <[email protected]> -->
<!-- Copyright 2017-2021 David Hewitt <[email protected]> -->
<component type="desktop">
<id>com.github.davidmhewitt.torrential</id>
<launchable type="desktop-id">com.github.davidmhewitt.torrential.desktop</launchable>
Expand Down
2 changes: 1 addition & 1 deletion src/Application.vala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2017 David Hewitt (https://github.com/davidmhewitt)
* Copyright (c) 2017-2021 David Hewitt (https://github.com/davidmhewitt)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
Expand Down
4 changes: 2 additions & 2 deletions src/Dialogs/FileSelectDialog.vala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2018 David Hewitt (https://github.com/davidmhewitt)
* Copyright (c) 2018-2021 David Hewitt (https://github.com/davidmhewitt)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
Expand All @@ -19,7 +19,7 @@
* Authored by: David Hewitt <[email protected]>
*/

public class Torrential.Dialogs.FileSelectDialog : Gtk.Dialog {
public class Torrential.Dialogs.FileSelectDialog : Granite.Dialog {
public Torrent torrent { construct; private get; }

public FileSelectDialog (Torrent torrent) {
Expand Down
2 changes: 1 addition & 1 deletion src/MainWindow.vala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2017 David Hewitt (https://github.com/davidmhewitt)
* Copyright (c) 2017-2021 David Hewitt (https://github.com/davidmhewitt)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
Expand Down
2 changes: 1 addition & 1 deletion src/Settings.vala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2017 David Hewitt (https://github.com/davidmhewitt)
* Copyright (c) 2017-2021 David Hewitt (https://github.com/davidmhewitt)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
Expand Down
2 changes: 1 addition & 1 deletion src/TorrentManager.vala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2017 David Hewitt (https://github.com/davidmhewitt)
* Copyright (c) 2017-2021 David Hewitt (https://github.com/davidmhewitt)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
Expand Down
2 changes: 1 addition & 1 deletion src/Widgets/TorrentListBox.vala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2017 David Hewitt (https://github.com/davidmhewitt)
* Copyright (c) 2017-2021 David Hewitt (https://github.com/davidmhewitt)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
Expand Down
2 changes: 1 addition & 1 deletion src/Widgets/TorrentListRow.vala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2017 David Hewitt (https://github.com/davidmhewitt)
* Copyright (c) 2017-2021 David Hewitt (https://github.com/davidmhewitt)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
Expand Down

0 comments on commit d2beb7d

Please sign in to comment.