relicense to LGPL v2

svn path=/trunk/KDE/kdelibs/; revision=1076714
This commit is contained in:
Rob Scheepmaker 2010-01-18 18:24:57 +00:00
parent 71dc3dea64
commit fa74621c21
5 changed files with 67 additions and 66 deletions

View File

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

View File

@ -1,19 +1,19 @@
/* /*
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"

View File

@ -1,19 +1,19 @@
/* /*
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

View File

@ -1,18 +1,19 @@
/* /*
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"

View File

@ -1,18 +1,19 @@
/* /*
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