mirror of
https://github.com/status-im/snorenotify.git
synced 2025-01-10 00:25:43 +00:00
license header
This commit is contained in:
parent
f896b1b661
commit
feda2b20d5
@ -1,4 +1,20 @@
|
|||||||
|
/*
|
||||||
|
SnoreNotify is a Notification Framework based on Qt
|
||||||
|
Copyright (C) 2013-2015 Patrick von Reth <vonreth@kde.org>
|
||||||
|
|
||||||
|
SnoreNotify is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Lesser General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
SnoreNotify 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 Lesser General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Lesser General Public License
|
||||||
|
along with SnoreNotify. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
#include "snorenotify.h"
|
#include "snorenotify.h"
|
||||||
#include "libsnore/log.h"
|
#include "libsnore/log.h"
|
||||||
#include "libsnore/version.h"
|
#include "libsnore/version.h"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
SnoreNotify is a Notification Framework based on Qt
|
SnoreNotify is a Notification Framework based on Qt
|
||||||
Copyright (C) 2013-2014 Patrick von Reth <vonreth@kde.org>
|
Copyright (C) 2013-2015 Patrick von Reth <vonreth@kde.org>
|
||||||
|
|
||||||
SnoreNotify is free software: you can redistribute it and/or modify
|
SnoreNotify is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU Lesser General Public License as published by
|
it under the terms of the GNU Lesser General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
SnoreNotify is a Notification Framework based on Qt
|
SnoreNotify is a Notification Framework based on Qt
|
||||||
Copyright (C) 2013-2014 Patrick von Reth <vonreth@kde.org>
|
Copyright (C) 2013-2015 Patrick von Reth <vonreth@kde.org>
|
||||||
|
|
||||||
SnoreNotify is free software: you can redistribute it and/or modify
|
SnoreNotify is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU Lesser General Public License as published by
|
it under the terms of the GNU Lesser General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
SnoreNotify is a Notification Framework based on Qt
|
SnoreNotify is a Notification Framework based on Qt
|
||||||
Copyright (C) 2013-2014 Patrick von Reth <vonreth@kde.org>
|
Copyright (C) 2013-2015 Patrick von Reth <vonreth@kde.org>
|
||||||
|
|
||||||
SnoreNotify is free software: you can redistribute it and/or modify
|
SnoreNotify is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU Lesser General Public License as published by
|
it under the terms of the GNU Lesser General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
SnoreNotify is a Notification Framework based on Qt
|
SnoreNotify is a Notification Framework based on Qt
|
||||||
Copyright (C) 2013-2014 Patrick von Reth <vonreth@kde.org>
|
Copyright (C) 2013-2015 Patrick von Reth <vonreth@kde.org>
|
||||||
|
|
||||||
SnoreNotify is free software: you can redistribute it and/or modify
|
SnoreNotify is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU Lesser General Public License as published by
|
it under the terms of the GNU Lesser General Public License as published by
|
||||||
|
@ -1,3 +1,20 @@
|
|||||||
|
/*
|
||||||
|
SnoreNotify is a Notification Framework based on Qt
|
||||||
|
Copyright (C) 2014-2015 Patrick von Reth <vonreth@kde.org>
|
||||||
|
|
||||||
|
SnoreNotify is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Lesser General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
SnoreNotify 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 Lesser General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Lesser General Public License
|
||||||
|
along with SnoreNotify. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
#include <libsnore/snore.h>
|
#include <libsnore/snore.h>
|
||||||
#include <libsnore/notification/notification.h>
|
#include <libsnore/notification/notification.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user