updated license ehaders
This commit is contained in:
parent
dc837877fa
commit
b15c33b8a8
|
@ -1,5 +1,5 @@
|
||||||
/****************************************************************************************
|
/****************************************************************************************
|
||||||
* Copyright (c) 2010 Patrick von Reth <patrick.vonreth@gmail.com> *
|
* Copyright (c) 2010-2012 Patrick von Reth <patrick.vonreth@gmail.com> *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify it under *
|
* This program is free software; you can redistribute it and/or modify it under *
|
||||||
* the terms of the GNU General Public License as published by the Free Software *
|
* the terms of the GNU General Public License as published by the Free Software *
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/****************************************************************************************
|
/****************************************************************************************
|
||||||
* Copyright (c) 2010 Patrick von Reth <patrick.vonreth@gmail.com> *
|
* Copyright (c) 2010-2012 Patrick von Reth <patrick.vonreth@gmail.com> *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify it under *
|
* This program is free software; you can redistribute it and/or modify it under *
|
||||||
* the terms of the GNU General Public License as published by the Free Software *
|
* the terms of the GNU General Public License as published by the Free Software *
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/****************************************************************************************
|
/****************************************************************************************
|
||||||
* Copyright (c) 2010 Patrick von Reth <patrick.vonreth@gmail.com> *
|
* Copyright (c) 2010-2012 Patrick von Reth <patrick.vonreth@gmail.com> *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify it under *
|
* This program is free software; you can redistribute it and/or modify it under *
|
||||||
* the terms of the GNU General Public License as published by the Free Software *
|
* the terms of the GNU General Public License as published by the Free Software *
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/****************************************************************************************
|
/****************************************************************************************
|
||||||
* Copyright (c) 2010 Patrick von Reth <patrick.vonreth@gmail.com> *
|
* Copyright (c) 2010-2012 Patrick von Reth <patrick.vonreth@gmail.com> *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify it under *
|
* This program is free software; you can redistribute it and/or modify it under *
|
||||||
* the terms of the GNU General Public License as published by the Free Software *
|
* the terms of the GNU General Public License as published by the Free Software *
|
||||||
|
|
|
@ -1,18 +1,18 @@
|
||||||
/****************************************************************************************
|
/****************************************************************************************
|
||||||
* Copyright (c) 2011 Patrick von Reth <patrick.vonreth@gmail.com> *
|
* Copyright (c) 2011-2012 Patrick von Reth <patrick.vonreth@gmail.com> *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify it under *
|
* This program is free software; you can redistribute it and/or modify it under *
|
||||||
* the terms of the GNU General Public License as published by the Free Software *
|
* the terms of the GNU General Public License as published by the Free Software *
|
||||||
* Foundation; either version 2 of the License, or (at your option) any later *
|
* Foundation; either version 2 of the License, or (at your option) any later *
|
||||||
* version. *
|
* version. *
|
||||||
* *
|
* *
|
||||||
* This program is distributed in the hope that it will be useful, but WITHOUT ANY *
|
* 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 *
|
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A *
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more details. *
|
* 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 *
|
* You should have received a copy of the GNU General Public License along with *
|
||||||
* this program. If not, see <http://www.gnu.org/licenses/>. *
|
* this program. If not, see <http://www.gnu.org/licenses/>. *
|
||||||
****************************************************************************************/
|
****************************************************************************************/
|
||||||
|
|
||||||
#include "icon.h"
|
#include "icon.h"
|
||||||
#include "../snoreserver.h"
|
#include "../snoreserver.h"
|
||||||
|
|
|
@ -1,18 +1,18 @@
|
||||||
/****************************************************************************************
|
/****************************************************************************************
|
||||||
* Copyright (c) 2011 Patrick von Reth <patrick.vonreth@gmail.com> *
|
* Copyright (c) 2011-2012 Patrick von Reth <patrick.vonreth@gmail.com> *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify it under *
|
* This program is free software; you can redistribute it and/or modify it under *
|
||||||
* the terms of the GNU General Public License as published by the Free Software *
|
* the terms of the GNU General Public License as published by the Free Software *
|
||||||
* Foundation; either version 2 of the License, or (at your option) any later *
|
* Foundation; either version 2 of the License, or (at your option) any later *
|
||||||
* version. *
|
* version. *
|
||||||
* *
|
* *
|
||||||
* This program is distributed in the hope that it will be useful, but WITHOUT ANY *
|
* 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 *
|
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A *
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more details. *
|
* 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 *
|
* You should have received a copy of the GNU General Public License along with *
|
||||||
* this program. If not, see <http://www.gnu.org/licenses/>. *
|
* this program. If not, see <http://www.gnu.org/licenses/>. *
|
||||||
****************************************************************************************/
|
****************************************************************************************/
|
||||||
|
|
||||||
#ifndef NOTIFICATION_ICON_H
|
#ifndef NOTIFICATION_ICON_H
|
||||||
#define NOTIFICATION_ICON_H
|
#define NOTIFICATION_ICON_H
|
||||||
|
|
|
@ -1,18 +1,18 @@
|
||||||
/****************************************************************************************
|
/****************************************************************************************
|
||||||
* Copyright (c) 2010 Patrick von Reth <patrick.vonreth@gmail.com> *
|
* Copyright (c) 2010-2012 Patrick von Reth <patrick.vonreth@gmail.com> *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify it under *
|
* This program is free software; you can redistribute it and/or modify it under *
|
||||||
* the terms of the GNU General Public License as published by the Free Software *
|
* the terms of the GNU General Public License as published by the Free Software *
|
||||||
* Foundation; either version 2 of the License, or (at your option) any later *
|
* Foundation; either version 2 of the License, or (at your option) any later *
|
||||||
* version. *
|
* version. *
|
||||||
* *
|
* *
|
||||||
* This program is distributed in the hope that it will be useful, but WITHOUT ANY *
|
* 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 *
|
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A *
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more details. *
|
* 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 *
|
* You should have received a copy of the GNU General Public License along with *
|
||||||
* this program. If not, see <http://www.gnu.org/licenses/>. *
|
* this program. If not, see <http://www.gnu.org/licenses/>. *
|
||||||
****************************************************************************************/
|
****************************************************************************************/
|
||||||
|
|
||||||
#include "notification.h"
|
#include "notification.h"
|
||||||
#include "snoreserver.h"
|
#include "snoreserver.h"
|
||||||
|
|
|
@ -1,18 +1,18 @@
|
||||||
/****************************************************************************************
|
/****************************************************************************************
|
||||||
* Copyright (c) 2010 Patrick von Reth <patrick.vonreth@gmail.com> *
|
* Copyright (c) 2010-2012 Patrick von Reth <patrick.vonreth@gmail.com> *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify it under *
|
* This program is free software; you can redistribute it and/or modify it under *
|
||||||
* the terms of the GNU General Public License as published by the Free Software *
|
* the terms of the GNU General Public License as published by the Free Software *
|
||||||
* Foundation; either version 2 of the License, or (at your option) any later *
|
* Foundation; either version 2 of the License, or (at your option) any later *
|
||||||
* version. *
|
* version. *
|
||||||
* *
|
* *
|
||||||
* This program is distributed in the hope that it will be useful, but WITHOUT ANY *
|
* 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 *
|
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A *
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more details. *
|
* 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 *
|
* You should have received a copy of the GNU General Public License along with *
|
||||||
* this program. If not, see <http://www.gnu.org/licenses/>. *
|
* this program. If not, see <http://www.gnu.org/licenses/>. *
|
||||||
****************************************************************************************/
|
****************************************************************************************/
|
||||||
|
|
||||||
#ifndef NOTIFICATION_H
|
#ifndef NOTIFICATION_H
|
||||||
#define NOTIFICATION_H
|
#define NOTIFICATION_H
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/****************************************************************************************
|
/****************************************************************************************
|
||||||
* Copyright (c) 2010 Patrick von Reth <patrick.vonreth@gmail.com> *
|
* Copyright (c) 2010-2012 Patrick von Reth <patrick.vonreth@gmail.com> *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify it under *
|
* This program is free software; you can redistribute it and/or modify it under *
|
||||||
* the terms of the GNU General Public License as published by the Free Software *
|
* the terms of the GNU General Public License as published by the Free Software *
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/****************************************************************************************
|
/****************************************************************************************
|
||||||
* Copyright (c) 2010 Patrick von Reth <patrick.vonreth@gmail.com> *
|
* Copyright (c) 2010-2012 Patrick von Reth <patrick.vonreth@gmail.com> *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify it under *
|
* This program is free software; you can redistribute it and/or modify it under *
|
||||||
* the terms of the GNU General Public License as published by the Free Software *
|
* the terms of the GNU General Public License as published by the Free Software *
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/****************************************************************************************
|
/****************************************************************************************
|
||||||
* Copyright (c) 2010 Patrick von Reth <patrick.vonreth@gmail.com> *
|
* Copyright (c) 2010-2012 Patrick von Reth <patrick.vonreth@gmail.com> *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify it under *
|
* This program is free software; you can redistribute it and/or modify it under *
|
||||||
* the terms of the GNU General Public License as published by the Free Software *
|
* the terms of the GNU General Public License as published by the Free Software *
|
||||||
|
|
|
@ -1,18 +1,18 @@
|
||||||
/****************************************************************************************
|
/****************************************************************************************
|
||||||
* Copyright (c) 2010 Patrick von Reth <patrick.vonreth@gmail.com> *
|
* Copyright (c) 2010-2012 Patrick von Reth <patrick.vonreth@gmail.com> *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify it under *
|
* This program is free software; you can redistribute it and/or modify it under *
|
||||||
* the terms of the GNU General Public License as published by the Free Software *
|
* the terms of the GNU General Public License as published by the Free Software *
|
||||||
* Foundation; either version 2 of the License, or (at your option) any later *
|
* Foundation; either version 2 of the License, or (at your option) any later *
|
||||||
* version. *
|
* version. *
|
||||||
* *
|
* *
|
||||||
* This program is distributed in the hope that it will be useful, but WITHOUT ANY *
|
* 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 *
|
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A *
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more details. *
|
* 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 *
|
* You should have received a copy of the GNU General Public License along with *
|
||||||
* this program. If not, see <http://www.gnu.org/licenses/>. *
|
* this program. If not, see <http://www.gnu.org/licenses/>. *
|
||||||
****************************************************************************************/
|
****************************************************************************************/
|
||||||
|
|
||||||
#include "freedesktopnotificationfrontend.h"
|
#include "freedesktopnotificationfrontend.h"
|
||||||
#include "notificationsadaptor.h"
|
#include "notificationsadaptor.h"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/****************************************************************************************
|
/****************************************************************************************
|
||||||
* Copyright (c) 2010 Patrick von Reth <patrick.vonreth@gmail.com> *
|
* Copyright (c) 2010-2012 Patrick von Reth <patrick.vonreth@gmail.com> *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify it under *
|
* This program is free software; you can redistribute it and/or modify it under *
|
||||||
* the terms of the GNU General Public License as published by the Free Software *
|
* the terms of the GNU General Public License as published by the Free Software *
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/****************************************************************************************
|
/****************************************************************************************
|
||||||
* Copyright (c) 2010,2011 Patrick von Reth <patrick.vonreth@gmail.com> *
|
* Copyright (c) 2010-2012 Patrick von Reth <patrick.vonreth@gmail.com> *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify it under *
|
* This program is free software; you can redistribute it and/or modify it under *
|
||||||
* the terms of the GNU General Public License as published by the Free Software *
|
* the terms of the GNU General Public License as published by the Free Software *
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/****************************************************************************************
|
/****************************************************************************************
|
||||||
* Copyright (c) 2010 Patrick von Reth <patrick.vonreth@gmail.com> *
|
* Copyright (c) 2010-2012 Patrick von Reth <patrick.vonreth@gmail.com> *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify it under *
|
* This program is free software; you can redistribute it and/or modify it under *
|
||||||
* the terms of the GNU General Public License as published by the Free Software *
|
* the terms of the GNU General Public License as published by the Free Software *
|
||||||
|
|
|
@ -1,18 +1,18 @@
|
||||||
/****************************************************************************************
|
/****************************************************************************************
|
||||||
* Copyright (c) 2010 Patrick von Reth <patrick.vonreth@gmail.com> *
|
* Copyright (c) 2010-2012 Patrick von Reth <patrick.vonreth@gmail.com> *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify it under *
|
* This program is free software; you can redistribute it and/or modify it under *
|
||||||
* the terms of the GNU General Public License as published by the Free Software *
|
* the terms of the GNU General Public License as published by the Free Software *
|
||||||
* Foundation; either version 2 of the License, or (at your option) any later *
|
* Foundation; either version 2 of the License, or (at your option) any later *
|
||||||
* version. *
|
* version. *
|
||||||
* *
|
* *
|
||||||
* This program is distributed in the hope that it will be useful, but WITHOUT ANY *
|
* 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 *
|
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A *
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more details. *
|
* 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 *
|
* You should have received a copy of the GNU General Public License along with *
|
||||||
* this program. If not, see <http://www.gnu.org/licenses/>. *
|
* this program. If not, see <http://www.gnu.org/licenses/>. *
|
||||||
****************************************************************************************/
|
****************************************************************************************/
|
||||||
|
|
||||||
#include "growl_backend.h"
|
#include "growl_backend.h"
|
||||||
#include "gntp.h"
|
#include "gntp.h"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/****************************************************************************************
|
/****************************************************************************************
|
||||||
* Copyright (c) 2010 Patrick von Reth <patrick.vonreth@gmail.com> *
|
* Copyright (c) 2010-2012 Patrick von Reth <patrick.vonreth@gmail.com> *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify it under *
|
* This program is free software; you can redistribute it and/or modify it under *
|
||||||
* the terms of the GNU General Public License as published by the Free Software *
|
* the terms of the GNU General Public License as published by the Free Software *
|
||||||
|
|
|
@ -1,18 +1,18 @@
|
||||||
/****************************************************************************************
|
/****************************************************************************************
|
||||||
* Copyright (c) 2010 Patrick von Reth <patrick.vonreth@gmail.com> *
|
* Copyright (c) 2010-2012 Patrick von Reth <patrick.vonreth@gmail.com> *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify it under *
|
* This program is free software; you can redistribute it and/or modify it under *
|
||||||
* the terms of the GNU General Public License as published by the Free Software *
|
* the terms of the GNU General Public License as published by the Free Software *
|
||||||
* Foundation; either version 2 of the License, or (at your option) any later *
|
* Foundation; either version 2 of the License, or (at your option) any later *
|
||||||
* version. *
|
* version. *
|
||||||
* *
|
* *
|
||||||
* This program is distributed in the hope that it will be useful, but WITHOUT ANY *
|
* 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 *
|
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A *
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more details. *
|
* 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 *
|
* You should have received a copy of the GNU General Public License along with *
|
||||||
* this program. If not, see <http://www.gnu.org/licenses/>. *
|
* this program. If not, see <http://www.gnu.org/licenses/>. *
|
||||||
****************************************************************************************/
|
****************************************************************************************/
|
||||||
|
|
||||||
#include "snarl_backend.h"
|
#include "snarl_backend.h"
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/****************************************************************************************
|
/****************************************************************************************
|
||||||
* Copyright (c) 2010 Patrick von Reth <patrick.vonreth@gmail.com> *
|
* Copyright (c) 2010-2012 Patrick von Reth <patrick.vonreth@gmail.com> *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify it under *
|
* This program is free software; you can redistribute it and/or modify it under *
|
||||||
* the terms of the GNU General Public License as published by the Free Software *
|
* the terms of the GNU General Public License as published by the Free Software *
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/****************************************************************************************
|
/****************************************************************************************
|
||||||
* Copyright (c) 2010 Patrick von Reth <patrick.vonreth@gmail.com> *
|
* Copyright (c) 2010-2012 Patrick von Reth <patrick.vonreth@gmail.com> *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify it under *
|
* This program is free software; you can redistribute it and/or modify it under *
|
||||||
* the terms of the GNU General Public License as published by the Free Software *
|
* the terms of the GNU General Public License as published by the Free Software *
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/****************************************************************************************
|
/****************************************************************************************
|
||||||
* Copyright (c) 2010 Patrick von Reth <patrick.vonreth@gmail.com> *
|
* Copyright (c) 2010-2012 Patrick von Reth <patrick.vonreth@gmail.com> *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify it under *
|
* This program is free software; you can redistribute it and/or modify it under *
|
||||||
* the terms of the GNU General Public License as published by the Free Software *
|
* the terms of the GNU General Public License as published by the Free Software *
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/****************************************************************************************
|
/****************************************************************************************
|
||||||
* Copyright (c) 2010 Patrick von Reth <patrick.vonreth@gmail.com> *
|
* Copyright (c) 2010-2012 Patrick von Reth <patrick.vonreth@gmail.com> *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify it under *
|
* This program is free software; you can redistribute it and/or modify it under *
|
||||||
* the terms of the GNU General Public License as published by the Free Software *
|
* the terms of the GNU General Public License as published by the Free Software *
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/****************************************************************************************
|
/****************************************************************************************
|
||||||
* Copyright (c) 2010 Patrick von Reth <patrick.vonreth@gmail.com> *
|
* Copyright (c) 2010-2012 Patrick von Reth <patrick.vonreth@gmail.com> *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify it under *
|
* This program is free software; you can redistribute it and/or modify it under *
|
||||||
* the terms of the GNU General Public License as published by the Free Software *
|
* the terms of the GNU General Public License as published by the Free Software *
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/****************************************************************************************
|
/****************************************************************************************
|
||||||
* Copyright (c) 2010 Patrick von Reth <patrick.vonreth@gmail.com> *
|
* Copyright (c) 2010-2012 Patrick von Reth <patrick.vonreth@gmail.com> *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify it under *
|
* This program is free software; you can redistribute it and/or modify it under *
|
||||||
* the terms of the GNU General Public License as published by the Free Software *
|
* the terms of the GNU General Public License as published by the Free Software *
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/****************************************************************************************
|
/****************************************************************************************
|
||||||
* Copyright (c) 2010 Patrick von Reth <patrick.vonreth@gmail.com> *
|
* Copyright (c) 2010-2012 Patrick von Reth <patrick.vonreth@gmail.com> *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify it under *
|
* This program is free software; you can redistribute it and/or modify it under *
|
||||||
* the terms of the GNU General Public License as published by the Free Software *
|
* the terms of the GNU General Public License as published by the Free Software *
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/****************************************************************************************
|
/****************************************************************************************
|
||||||
* Copyright (c) 2010 Patrick von Reth <patrick.vonreth@gmail.com> *
|
* Copyright (c) 2010-2012 Patrick von Reth <patrick.vonreth@gmail.com> *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify it under *
|
* This program is free software; you can redistribute it and/or modify it under *
|
||||||
* the terms of the GNU General Public License as published by the Free Software *
|
* the terms of the GNU General Public License as published by the Free Software *
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/****************************************************************************************
|
/****************************************************************************************
|
||||||
* Copyright (c) 2010 Patrick von Reth <patrick.vonreth@gmail.com> *
|
* Copyright (c) 2010-2012 Patrick von Reth <patrick.vonreth@gmail.com> *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify it under *
|
* This program is free software; you can redistribute it and/or modify it under *
|
||||||
* the terms of the GNU General Public License as published by the Free Software *
|
* the terms of the GNU General Public License as published by the Free Software *
|
||||||
|
|
Loading…
Reference in New Issue