From b78391b76207643b1c4d8ad6b7550c503c3c32e9 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 26 Oct 2017 14:05:59 +0200 Subject: copyright holdership: Add myself as copyright holder and author to file headers of files I have worked on. --- src/idle-monitor.vala | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'src/idle-monitor.vala') 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 + * + * 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 . + * + */ + + public delegate void IdleMonitorWatchFunc (IdleMonitor monitor, uint id); public class IdleMonitor -- cgit v1.2.3