diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-10-26 14:05:59 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-10-26 14:05:59 +0200 |
commit | b78391b76207643b1c4d8ad6b7550c503c3c32e9 (patch) | |
tree | f4c87c0f3979a0313371abafcdc022694a5376ee /src/idle-monitor.vala | |
parent | afdb9fcd1f5975eead0e7cfed5c712f12011f3fe (diff) | |
download | arctica-greeter-b78391b76207643b1c4d8ad6b7550c503c3c32e9.tar.gz arctica-greeter-b78391b76207643b1c4d8ad6b7550c503c3c32e9.tar.bz2 arctica-greeter-b78391b76207643b1c4d8ad6b7550c503c3c32e9.zip |
copyright holdership: Add myself as copyright holder and author to file headers of files I have worked on.
Diffstat (limited to 'src/idle-monitor.vala')
-rw-r--r-- | src/idle-monitor.vala | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/idle-monitor.vala b/src/idle-monitor.vala index 2068330..ee841b3 100644 --- a/src/idle-monitor.vala +++ b/src/idle-monitor.vala @@ -1,3 +1,23 @@ +/* -*- Mode: Vala; indent-tabs-mode: nil; tab-width: 4 -*- + * + * Copyright (C) 2014 Canonical Ltd + * Copyright (C) 2017 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 3 as + * published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * + */ + + public delegate void IdleMonitorWatchFunc (IdleMonitor monitor, uint id); public class IdleMonitor |