fixed copying info

This commit is contained in:
Patrick von Reth 2013-07-07 12:38:39 +02:00
parent 16fa947b82
commit 68621627e3
32 changed files with 96 additions and 96 deletions

View File

@ -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"

View File

@ -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

View File

@ -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/>.
*/

View File

@ -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"

View File

@ -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

View File

@ -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/>.
*/

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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):