relicense to LGPL v2
svn path=/trunk/KDE/kdelibs/; revision=1076714
This commit is contained in:
parent
71dc3dea64
commit
fa74621c21
@ -1,10 +1,9 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2009 Rob Scheepmaker <r.scheepmaker@student.utwente.org>
|
* Copyright © 2009 Rob Scheepmaker <r.scheepmaker@student.utwente.nl>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as
|
* it under the terms of the GNU Library General Public License version 2 as
|
||||||
* published by the Free Software Foundation; either version 2,
|
* published by the Free Software Foundation
|
||||||
* or (at your option) any later version.
|
|
||||||
*
|
*
|
||||||
* This program is distributed in the hope that it will be useful,
|
* This program is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
@ -1,20 +1,20 @@
|
|||||||
/*
|
/*
|
||||||
Copyright (C) 2009 <r.scheepmaker@student.utwente.nl>
|
* Copyright © 2009 Rob Scheepmaker <r.scheepmaker@student.utwente.nl>
|
||||||
|
*
|
||||||
This program is free software; you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU Library General Public License version 2 as
|
||||||
the Free Software Foundation; either version 2 of the License, or
|
* published by the Free Software Foundation
|
||||||
(at your option) any later version.
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
This program is distributed in the hope that it will be useful,
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* GNU General Public License for more details
|
||||||
GNU General Public License for more details.
|
*
|
||||||
|
* You should have received a copy of the GNU Library General Public
|
||||||
You should have received a copy of the GNU General Public License along
|
* License along with this program; if not, write to the
|
||||||
with this program; if not, write to the Free Software Foundation, Inc.,
|
* Free Software Foundation, Inc.,
|
||||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "pinpairingdialog_p.h"
|
#include "pinpairingdialog_p.h"
|
||||||
|
|
||||||
|
@ -1,20 +1,20 @@
|
|||||||
/*
|
/*
|
||||||
Copyright (C) 2009 Rob Scheepmaker <r.scheepmaker@student.utwente.nl>
|
* Copyright © 2009 Rob Scheepmaker <r.scheepmaker@student.utwente.nl>
|
||||||
|
*
|
||||||
This program is free software; you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU Library General Public License version 2 as
|
||||||
the Free Software Foundation; either version 2 of the License, or
|
* published by the Free Software Foundation
|
||||||
(at your option) any later version.
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
This program is distributed in the hope that it will be useful,
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* GNU General Public License for more details
|
||||||
GNU General Public License for more details.
|
*
|
||||||
|
* You should have received a copy of the GNU Library General Public
|
||||||
You should have received a copy of the GNU General Public License along
|
* License along with this program; if not, write to the
|
||||||
with this program; if not, write to the Free Software Foundation, Inc.,
|
* Free Software Foundation, Inc.,
|
||||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef PINPAIRINGDIALOG_H
|
#ifndef PINPAIRINGDIALOG_H
|
||||||
#define PINPAIRINGDIALOG_H
|
#define PINPAIRINGDIALOG_H
|
||||||
|
@ -1,19 +1,20 @@
|
|||||||
/*
|
/*
|
||||||
Copyright (C) 2009 Rob Scheepmaker <r.scheepmaker@student.utwente.nl>
|
* Copyright © 2009 Rob Scheepmaker <r.scheepmaker@student.utwente.nl>
|
||||||
|
*
|
||||||
This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU Library General Public License version 2 as
|
||||||
the Free Software Foundation, either version 3 of the License, or
|
* published by the Free Software Foundation
|
||||||
(at your option) any later version.
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
This program is distributed in the hope that it will be useful,
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* GNU General Public License for more details
|
||||||
GNU General Public License for more details.
|
*
|
||||||
|
* You should have received a copy of the GNU Library General Public
|
||||||
You should have received a copy of the GNU General Public License
|
* License along with this program; if not, write to the
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* Free Software Foundation, Inc.,
|
||||||
*/
|
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "credentials.h"
|
#include "credentials.h"
|
||||||
|
|
||||||
|
@ -1,19 +1,20 @@
|
|||||||
/*
|
/*
|
||||||
Copyright (C) 2009 Rob Scheepmaker <r.scheepmaker@student.utwente.nl>
|
* Copyright © 2009 Rob Scheepmaker <r.scheepmaker@student.utwente.nl>
|
||||||
|
*
|
||||||
This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU Library General Public License version 2 as
|
||||||
the Free Software Foundation, either version 3 of the License, or
|
* published by the Free Software Foundation
|
||||||
(at your option) any later version.
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
This program is distributed in the hope that it will be useful,
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* GNU General Public License for more details
|
||||||
GNU General Public License for more details.
|
*
|
||||||
|
* You should have received a copy of the GNU Library General Public
|
||||||
You should have received a copy of the GNU General Public License
|
* License along with this program; if not, write to the
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* Free Software Foundation, Inc.,
|
||||||
*/
|
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef CREDENTIALS_H
|
#ifndef CREDENTIALS_H
|
||||||
#define CREDENTIALS_H
|
#define CREDENTIALS_H
|
||||||
|
Loading…
Reference in New Issue
Block a user