switch my files to lgpl

pagepainter is still problematic, shouldn't be duplicated anymore
remotes/origin/KDE/4.10
Marco Martin 14 years ago
parent 99f9773c05
commit 68f32efab8
  1. 4
      active/components/documentitem.cpp
  2. 37
      active/components/documentitem.h
  3. 2
      active/components/okularplugin.cpp
  4. 4
      active/components/pageitem.cpp
  5. 37
      active/components/pageitem.h
  6. 4
      active/components/thumbnailitem.cpp
  7. 37
      active/components/thumbnailitem.h

@ -1,5 +1,5 @@
/* /*
* Copyright 2011 Marco Martin <mart@kde.org> * Copyright 2012 by Marco Martin <mart@kde.org>
* *
* 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 Library General Public License as * it under the terms of the GNU Library General Public License as
@ -9,7 +9,7 @@
* 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 Library 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 Library General Public
* License along with this program; if not, write to the * License along with this program; if not, write to the

@ -1,21 +1,22 @@
/*************************************************************************** /*
* Copyright 2012 Marco Martin <mart@kde.org> * * Copyright 2012 by Marco Martin <mart@kde.org>
* * *
* 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 as
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation; either version 2, or
* (at your option) any later version. * * (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 Library General Public License for more details
* * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Library General Public
* along with this program; if not, write to the * * License along 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 QDOCUMENTITEM_H #ifndef QDOCUMENTITEM_H
#define QDOCUMENTITEM_H #define QDOCUMENTITEM_H

@ -1,6 +1,6 @@
/* /*
* Copyright 2012 by Marco Martin <mart@kde.org> * Copyright 2012 by Marco Martin <mart@kde.org>
*
* 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 Library General Public License as * it under the terms of the GNU Library General Public License as
* published by the Free Software Foundation; either version 2, or * published by the Free Software Foundation; either version 2, or

@ -1,5 +1,5 @@
/* /*
* Copyright 2011 Marco Martin <mart@kde.org> * Copyright 2012 by Marco Martin <mart@kde.org>
* *
* 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 Library General Public License as * it under the terms of the GNU Library General Public License as
@ -9,7 +9,7 @@
* 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 Library 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 Library General Public
* License along with this program; if not, write to the * License along with this program; if not, write to the

@ -1,21 +1,22 @@
/*************************************************************************** /*
* Copyright 2011 Marco Martin <mart@kde.org> * * Copyright 2012 by Marco Martin <mart@kde.org>
* * *
* 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 as
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation; either version 2, or
* (at your option) any later version. * * (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 Library General Public License for more details
* * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Library General Public
* along with this program; if not, write to the * * License along 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 QPAGEITEM_H #ifndef QPAGEITEM_H
#define QPAGEITEM_H #define QPAGEITEM_H

@ -1,5 +1,5 @@
/* /*
* Copyright 2011 Marco Martin <mart@kde.org> * Copyright 2012 by Marco Martin <mart@kde.org>
* *
* 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 Library General Public License as * it under the terms of the GNU Library General Public License as
@ -9,7 +9,7 @@
* 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 Library 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 Library General Public
* License along with this program; if not, write to the * License along with this program; if not, write to the

@ -1,21 +1,22 @@
/*************************************************************************** /*
* Copyright 2011 Marco Martin <mart@kde.org> * * Copyright 2012 by Marco Martin <mart@kde.org>
* * *
* 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 as
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation; either version 2, or
* (at your option) any later version. * * (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 Library General Public License for more details
* * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Library General Public
* along with this program; if not, write to the * * License along 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 THUMBNAILITEM_H #ifndef THUMBNAILITEM_H
#define THUMBNAILITEM_H #define THUMBNAILITEM_H

Loading…
Cancel
Save