fixed copying info
This commit is contained in:
parent
16fa947b82
commit
68621627e3
|
@ -3,18 +3,18 @@
|
|||
Copyright (C) 2013 Patrick von Reth <vonreth@kde.org>
|
||||
|
||||
|
||||
VSD 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
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
VSD is distributed in the hope that it will be useful,
|
||||
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 SnarlNetworkBridge. If not, see <http://www.gnu.org/licenses/>.
|
||||
along with SnoreNotify. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "application.h"
|
||||
|
|
|
@ -3,18 +3,18 @@
|
|||
Copyright (C) 2013 Patrick von Reth <vonreth@kde.org>
|
||||
|
||||
|
||||
VSD 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
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
VSD is distributed in the hope that it will be useful,
|
||||
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 SnarlNetworkBridge. If not, see <http://www.gnu.org/licenses/>.
|
||||
along with SnoreNotify. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef APPLICATION_H
|
||||
|
|
|
@ -3,18 +3,18 @@
|
|||
Copyright (C) 2013 Patrick von Reth <vonreth@kde.org>
|
||||
|
||||
|
||||
VSD 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
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
VSD is distributed in the hope that it will be useful,
|
||||
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 SnarlNetworkBridge. If not, see <http://www.gnu.org/licenses/>.
|
||||
along with SnoreNotify. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
|
||||
|
|
|
@ -3,18 +3,18 @@
|
|||
Copyright (C) 2013 Patrick von Reth <vonreth@kde.org>
|
||||
|
||||
|
||||
VSD 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
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
VSD is distributed in the hope that it will be useful,
|
||||
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 SnarlNetworkBridge. If not, see <http://www.gnu.org/licenses/>.
|
||||
along with SnoreNotify. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "notification.h"
|
||||
|
|
|
@ -3,18 +3,18 @@
|
|||
Copyright (C) 2013 Patrick von Reth <vonreth@kde.org>
|
||||
|
||||
|
||||
VSD 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
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
VSD is distributed in the hope that it will be useful,
|
||||
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 SnarlNetworkBridge. If not, see <http://www.gnu.org/licenses/>.
|
||||
along with SnoreNotify. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef NOTIFICATION_H
|
||||
|
|
|
@ -3,18 +3,18 @@
|
|||
Copyright (C) 2013 Patrick von Reth <vonreth@kde.org>
|
||||
|
||||
|
||||
VSD 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
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
VSD is distributed in the hope that it will be useful,
|
||||
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 SnarlNetworkBridge. If not, see <http://www.gnu.org/licenses/>.
|
||||
along with SnoreNotify. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
|
||||
|
|
|
@ -3,18 +3,18 @@
|
|||
Copyright (C) 2013 Patrick von Reth <vonreth@kde.org>
|
||||
|
||||
|
||||
VSD 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
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
VSD is distributed in the hope that it will be useful,
|
||||
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 SnarlNetworkBridge. If not, see <http://www.gnu.org/licenses/>.
|
||||
along with SnoreNotify. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef PLUGINCONTAINER_H
|
||||
|
|
|
@ -3,18 +3,18 @@
|
|||
Copyright (C) 2013 Patrick von Reth <vonreth@kde.org>
|
||||
|
||||
|
||||
VSD 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
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
VSD is distributed in the hope that it will be useful,
|
||||
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 SnarlNetworkBridge. If not, see <http://www.gnu.org/licenses/>.
|
||||
along with SnoreNotify. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "../snore.h"
|
||||
|
|
|
@ -3,18 +3,18 @@
|
|||
Copyright (C) 2013 Patrick von Reth <vonreth@kde.org>
|
||||
|
||||
|
||||
VSD 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
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
VSD is distributed in the hope that it will be useful,
|
||||
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 SnarlNetworkBridge. If not, see <http://www.gnu.org/licenses/>.
|
||||
along with SnoreNotify. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef SNORE_PLUGINS_H
|
||||
|
|
|
@ -3,18 +3,18 @@
|
|||
Copyright (C) 2013 Patrick von Reth <vonreth@kde.org>
|
||||
|
||||
|
||||
VSD 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
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
VSD is distributed in the hope that it will be useful,
|
||||
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 SnarlNetworkBridge. If not, see <http://www.gnu.org/licenses/>.
|
||||
along with SnoreNotify. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "snorebackend.h"
|
||||
|
|
|
@ -3,18 +3,18 @@
|
|||
Copyright (C) 2013 Patrick von Reth <vonreth@kde.org>
|
||||
|
||||
|
||||
VSD 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
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
VSD is distributed in the hope that it will be useful,
|
||||
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 SnarlNetworkBridge. If not, see <http://www.gnu.org/licenses/>.
|
||||
along with SnoreNotify. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef SNORE_BACKEND_H
|
||||
|
|
|
@ -3,18 +3,18 @@
|
|||
Copyright (C) 2013 Patrick von Reth <vonreth@kde.org>
|
||||
|
||||
|
||||
VSD 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
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
VSD is distributed in the hope that it will be useful,
|
||||
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 SnarlNetworkBridge. If not, see <http://www.gnu.org/licenses/>.
|
||||
along with SnoreNotify. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "snorefrontend.h"
|
||||
|
|
|
@ -3,18 +3,18 @@
|
|||
Copyright (C) 2013 Patrick von Reth <vonreth@kde.org>
|
||||
|
||||
|
||||
VSD 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
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
VSD is distributed in the hope that it will be useful,
|
||||
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 SnarlNetworkBridge. If not, see <http://www.gnu.org/licenses/>.
|
||||
along with SnoreNotify. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef SNORE_FRONTEND_H
|
||||
|
|
|
@ -3,18 +3,18 @@
|
|||
Copyright (C) 2013 Patrick von Reth <vonreth@kde.org>
|
||||
|
||||
|
||||
VSD 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
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
VSD is distributed in the hope that it will be useful,
|
||||
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 SnarlNetworkBridge. If not, see <http://www.gnu.org/licenses/>.
|
||||
along with SnoreNotify. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "snore.h"
|
||||
|
|
|
@ -3,18 +3,18 @@
|
|||
Copyright (C) 2013 Patrick von Reth <vonreth@kde.org>
|
||||
|
||||
|
||||
VSD 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
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
VSD is distributed in the hope that it will be useful,
|
||||
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 SnarlNetworkBridge. If not, see <http://www.gnu.org/licenses/>.
|
||||
along with SnoreNotify. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef SNORESERVER_H
|
||||
|
|
|
@ -3,18 +3,18 @@
|
|||
Copyright (C) 2013 Patrick von Reth <vonreth@kde.org>
|
||||
|
||||
|
||||
VSD 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
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
VSD is distributed in the hope that it will be useful,
|
||||
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 SnarlNetworkBridge. If not, see <http://www.gnu.org/licenses/>.
|
||||
along with SnoreNotify. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "fredesktopnotification.h"
|
||||
|
|
|
@ -3,18 +3,18 @@
|
|||
Copyright (C) 2013 Patrick von Reth <vonreth@kde.org>
|
||||
|
||||
|
||||
VSD 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
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
VSD is distributed in the hope that it will be useful,
|
||||
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 SnarlNetworkBridge. If not, see <http://www.gnu.org/licenses/>.
|
||||
along with SnoreNotify. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef FreedesktopNotification_H
|
||||
|
|
|
@ -3,18 +3,18 @@
|
|||
Copyright (C) 2013 Patrick von Reth <vonreth@kde.org>
|
||||
|
||||
|
||||
VSD 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
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
VSD is distributed in the hope that it will be useful,
|
||||
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 SnarlNetworkBridge. If not, see <http://www.gnu.org/licenses/>.
|
||||
along with SnoreNotify. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "growl.h"
|
||||
|
|
|
@ -3,18 +3,18 @@
|
|||
Copyright (C) 2013 Patrick von Reth <vonreth@kde.org>
|
||||
|
||||
|
||||
VSD 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
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
VSD is distributed in the hope that it will be useful,
|
||||
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 SnarlNetworkBridge. If not, see <http://www.gnu.org/licenses/>.
|
||||
along with SnoreNotify. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef GROWL_BACKEND_H
|
||||
|
|
|
@ -3,18 +3,18 @@
|
|||
Copyright (C) 2013 Patrick von Reth <vonreth@kde.org>
|
||||
|
||||
|
||||
VSD 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
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
VSD is distributed in the hope that it will be useful,
|
||||
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 SnarlNetworkBridge. If not, see <http://www.gnu.org/licenses/>.
|
||||
along with SnoreNotify. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "snarl.h"
|
||||
|
|
|
@ -3,18 +3,18 @@
|
|||
Copyright (C) 2013 Patrick von Reth <vonreth@kde.org>
|
||||
|
||||
|
||||
VSD 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
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
VSD is distributed in the hope that it will be useful,
|
||||
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 SnarlNetworkBridge. If not, see <http://www.gnu.org/licenses/>.
|
||||
along with SnoreNotify. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef SNARL_BACKEND_H
|
||||
|
|
|
@ -3,18 +3,18 @@
|
|||
Copyright (C) 2013 Patrick von Reth <vonreth@kde.org>
|
||||
|
||||
|
||||
VSD 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
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
VSD is distributed in the hope that it will be useful,
|
||||
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 SnarlNetworkBridge. If not, see <http://www.gnu.org/licenses/>.
|
||||
along with SnoreNotify. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "freedesktopnotificationfrontend.h"
|
||||
|
|
|
@ -3,18 +3,18 @@
|
|||
Copyright (C) 2013 Patrick von Reth <vonreth@kde.org>
|
||||
|
||||
|
||||
VSD 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
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
VSD is distributed in the hope that it will be useful,
|
||||
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 SnarlNetworkBridge. If not, see <http://www.gnu.org/licenses/>.
|
||||
along with SnoreNotify. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef FREEDESKTOPNOTIFICATION_FRONTEND_H
|
||||
|
|
|
@ -3,18 +3,18 @@
|
|||
Copyright (C) 2013 Patrick von Reth <vonreth@kde.org>
|
||||
|
||||
|
||||
VSD 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
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
VSD is distributed in the hope that it will be useful,
|
||||
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 SnarlNetworkBridge. If not, see <http://www.gnu.org/licenses/>.
|
||||
along with SnoreNotify. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "parser.h"
|
||||
|
|
|
@ -3,18 +3,18 @@
|
|||
Copyright (C) 2013 Patrick von Reth <vonreth@kde.org>
|
||||
|
||||
|
||||
VSD 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
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
VSD is distributed in the hope that it will be useful,
|
||||
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 SnarlNetworkBridge. If not, see <http://www.gnu.org/licenses/>.
|
||||
along with SnoreNotify. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef PARSER_H
|
||||
|
|
|
@ -3,18 +3,18 @@
|
|||
Copyright (C) 2013 Patrick von Reth <vonreth@kde.org>
|
||||
|
||||
|
||||
VSD 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
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
VSD is distributed in the hope that it will be useful,
|
||||
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 SnarlNetworkBridge. If not, see <http://www.gnu.org/licenses/>.
|
||||
along with SnoreNotify. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "snarlnetwork.h"
|
||||
|
|
|
@ -3,18 +3,18 @@
|
|||
Copyright (C) 2013 Patrick von Reth <vonreth@kde.org>
|
||||
|
||||
|
||||
VSD 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
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
VSD is distributed in the hope that it will be useful,
|
||||
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 SnarlNetworkBridge. If not, see <http://www.gnu.org/licenses/>.
|
||||
along with SnoreNotify. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef SNARLNETWORK_H
|
||||
|
|
|
@ -3,18 +3,18 @@
|
|||
Copyright (C) 2013 Patrick von Reth <vonreth@kde.org>
|
||||
|
||||
|
||||
VSD 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
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
VSD is distributed in the hope that it will be useful,
|
||||
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 SnarlNetworkBridge. If not, see <http://www.gnu.org/licenses/>.
|
||||
along with SnoreNotify. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "snorenotify.h"
|
||||
|
|
|
@ -3,18 +3,18 @@
|
|||
Copyright (C) 2013 Patrick von Reth <vonreth@kde.org>
|
||||
|
||||
|
||||
VSD 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
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
VSD is distributed in the hope that it will be useful,
|
||||
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 SnarlNetworkBridge. If not, see <http://www.gnu.org/licenses/>.
|
||||
along with SnoreNotify. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef SNORENOTIFY_H
|
||||
|
|
|
@ -3,18 +3,18 @@
|
|||
Copyright (C) 2013 Patrick von Reth <vonreth@kde.org>
|
||||
|
||||
|
||||
VSD 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
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
VSD is distributed in the hope that it will be useful,
|
||||
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 SnarlNetworkBridge. If not, see <http://www.gnu.org/licenses/>.
|
||||
along with SnoreNotify. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "trayicon.h"
|
||||
|
|
|
@ -3,18 +3,18 @@
|
|||
Copyright (C) 2013 Patrick von Reth <vonreth@kde.org>
|
||||
|
||||
|
||||
VSD 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
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
VSD is distributed in the hope that it will be useful,
|
||||
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 SnarlNetworkBridge. If not, see <http://www.gnu.org/licenses/>.
|
||||
along with SnoreNotify. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef TRAYICON_H
|
||||
|
|
|
@ -12,18 +12,18 @@ newLicense = """/*
|
|||
Copyright (C) 2013 Patrick von Reth <vonreth@kde.org>
|
||||
|
||||
|
||||
VSD 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
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
VSD is distributed in the hope that it will be useful,
|
||||
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 SnarlNetworkBridge. If not, see <http://www.gnu.org/licenses/>.
|
||||
along with SnoreNotify. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/"""
|
||||
|
||||
def myWalk(root):
|
||||
|
|
Loading…
Reference in New Issue