forked from cromer/pamac-classic
copyright update
This commit is contained in:
parent
63fa45284a
commit
677c9b57ae
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* pamac-vala
|
* 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
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
namespace Pamac {
|
namespace Pamac {
|
||||||
|
|
||||||
public class Manager : Gtk.Application {
|
class Manager : Gtk.Application {
|
||||||
ManagerWindow manager_window;
|
ManagerWindow manager_window;
|
||||||
bool pamac_run;
|
bool pamac_run;
|
||||||
|
|
||||||
@ -94,7 +94,7 @@ namespace Pamac {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static int main (string[] args) {
|
static int main (string[] args) {
|
||||||
var manager = new Manager ();
|
var manager = new Manager ();
|
||||||
return manager.run (args);
|
return manager.run (args);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user