Skip to content

Commit

Permalink
copyright update
Browse files Browse the repository at this point in the history
  • Loading branch information
guinux committed May 13, 2017
1 parent 63fa452 commit 677c9b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/manager.vala
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* pamac-vala
*
* Copyright (C) 2014-2015 Guillaume Benoit <guillaume@manjaro.org>
* Copyright (C) 2014-2017 Guillaume Benoit <guillaume@manjaro.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand All @@ -19,7 +19,7 @@

namespace Pamac {

public class Manager : Gtk.Application {
class Manager : Gtk.Application {
ManagerWindow manager_window;
bool pamac_run;

Expand Down Expand Up @@ -94,7 +94,7 @@ namespace Pamac {
}
}

public static int main (string[] args) {
static int main (string[] args) {
var manager = new Manager ();
return manager.run (args);
}
Expand Down

0 comments on commit 677c9b5

Please sign in to comment.