Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
KBlog
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PIM
KBlog
Commits
fe4c4bf9
Commit
fe4c4bf9
authored
Jul 01, 2020
by
Christophe Giboudeaux
Committed by
Laurent Montel
Jul 01, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Convert license headers to SPDX format
parent
323d7afc
Pipeline
#25581
passed with stage
in 4 minutes and 52 seconds
Changes
44
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
44 changed files
with
597 additions
and
1196 deletions
+597
-1196
COPYING.LIB
COPYING.LIB
+0
-510
LICENSES/LGPL-2.0-or-later.txt
LICENSES/LGPL-2.0-or-later.txt
+446
-0
LICENSES/Qt-Commercial-exception-1.0.txt
LICENSES/Qt-Commercial-exception-1.0.txt
+4
-0
autotests/data.h
autotests/data.h
+3
-16
autotests/testblogcomment.cpp
autotests/testblogcomment.cpp
+3
-16
autotests/testblogger1.cpp
autotests/testblogger1.cpp
+3
-16
autotests/testblogmedia.cpp
autotests/testblogmedia.cpp
+3
-16
autotests/testblogpost.cpp
autotests/testblogpost.cpp
+2
-15
autotests/testgdata.cpp
autotests/testgdata.cpp
+3
-16
autotests/testlivejournal.cpp
autotests/testlivejournal.cpp
+3
-16
autotests/testmetaweblog.cpp
autotests/testmetaweblog.cpp
+3
-16
autotests/testmovabletype.cpp
autotests/testmovabletype.cpp
+3
-16
autotests/testwordpressbuggy.cpp
autotests/testwordpressbuggy.cpp
+3
-16
src/blog.cpp
src/blog.cpp
+5
-18
src/blog.h
src/blog.h
+5
-18
src/blog_p.h
src/blog_p.h
+4
-17
src/blogcomment.cpp
src/blogcomment.cpp
+4
-17
src/blogcomment.h
src/blogcomment.h
+4
-17
src/blogcomment_p.h
src/blogcomment_p.h
+4
-17
src/blogger1.cpp
src/blogger1.cpp
+5
-18
src/blogger1.h
src/blogger1.h
+5
-18
src/blogger1_p.h
src/blogger1_p.h
+3
-16
src/blogmedia.cpp
src/blogmedia.cpp
+4
-17
src/blogmedia.h
src/blogmedia.h
+4
-17
src/blogpost.cpp
src/blogpost.cpp
+4
-17
src/blogpost.h
src/blogpost.h
+4
-17
src/blogpost_p.h
src/blogpost_p.h
+4
-17
src/feedretriever.cpp
src/feedretriever.cpp
+2
-18
src/feedretriever.h
src/feedretriever.h
+2
-18
src/gdata.cpp
src/gdata.cpp
+3
-16
src/gdata.h
src/gdata.h
+3
-16
src/gdata_p.h
src/gdata_p.h
+2
-15
src/livejournal.cpp
src/livejournal.cpp
+4
-17
src/livejournal.h
src/livejournal.h
+3
-16
src/livejournal_p.h
src/livejournal_p.h
+4
-17
src/metaweblog.cpp
src/metaweblog.cpp
+5
-18
src/metaweblog.h
src/metaweblog.h
+5
-18
src/metaweblog_p.h
src/metaweblog_p.h
+4
-17
src/movabletype.cpp
src/movabletype.cpp
+5
-18
src/movabletype.h
src/movabletype.h
+4
-17
src/movabletype_p.h
src/movabletype_p.h
+3
-16
src/wordpressbuggy.cpp
src/wordpressbuggy.cpp
+3
-16
src/wordpressbuggy.h
src/wordpressbuggy.h
+3
-16
src/wordpressbuggy_p.h
src/wordpressbuggy_p.h
+4
-17
No files found.
COPYING.LIB
deleted
100644 → 0
View file @
323d7afc
This diff is collapsed.
Click to expand it.
LICENSES/LGPL-2.0-or-later.txt
0 → 100644
View file @
fe4c4bf9
This diff is collapsed.
Click to expand it.
LICENSES/Qt-Commercial-exception-1.0.txt
0 → 100644
View file @
fe4c4bf9
As a special exception, the copyright holder(s) give permission to link
this program with the Qt Library (commercial or non-commercial edition),
and distribute the resulting executable, without including the source
code for the Qt library in the source distribution.
autotests/data.h
View file @
fe4c4bf9
/*
This file is part of the kblog library.
Copyright (c) 2006-2007 Christian Weilbach <christian_weilbach@web.de>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library 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
Library General Public License for more details.
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
SPDX-FileCopyrightText: 2006-2007 Christian Weilbach <christian_weilbach@web.de>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#ifndef KBLOG_TEST_DATA_H_
...
...
autotests/testblogcomment.cpp
View file @
fe4c4bf9
/*
This file is part of the kblog library.
Copyright (c) 2007 Christian Weilbach <christian_weilbach@web.de>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library 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
Library General Public License for more details.
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
SPDX-FileCopyrightText: 2007 Christian Weilbach <christian_weilbach@web.de>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#include <QTest>
...
...
autotests/testblogger1.cpp
View file @
fe4c4bf9
/*
This file is part of the kblog library.
Copyright (c) 2006-2007 Christian Weilbach <christian_weilbach@web.de>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library 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
Library General Public License for more details.
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
SPDX-FileCopyrightText: 2006-2007 Christian Weilbach <christian_weilbach@web.de>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#include "data.h"
...
...
autotests/testblogmedia.cpp
View file @
fe4c4bf9
/*
This file is part of the kblog library.
Copyright (c) 2007 Christian Weilbach <christian_weilbach@web.de>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library 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
Library General Public License for more details.
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
SPDX-FileCopyrightText: 2007 Christian Weilbach <christian_weilbach@web.de>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#include <QTest>
...
...
autotests/testblogpost.cpp
View file @
fe4c4bf9
/*
This file is part of the kblog library.
Copyright (c)
2007 Christian Weilbach <christian_weilbach@web.de>
SPDX-FileCopyrightText:
2007 Christian Weilbach <christian_weilbach@web.de>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library 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
Library General Public License for more details.
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#include <QTest>
...
...
autotests/testgdata.cpp
View file @
fe4c4bf9
/*
This file is part of the kblog library.
Copyright (c) 2006-2007 Christian Weilbach <christian_weilbach@web.de>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library 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
Library General Public License for more details.
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
SPDX-FileCopyrightText: 2006-2007 Christian Weilbach <christian_weilbach@web.de>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#include "data.h"
...
...
autotests/testlivejournal.cpp
View file @
fe4c4bf9
/*
This file is part of the kblog library.
Copyright (c) 2006-2007 Christian Weilbach <christian_weilbach@web.de>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library 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
Library General Public License for more details.
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
SPDX-FileCopyrightText: 2006-2007 Christian Weilbach <christian_weilbach@web.de>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#include "data.h"
...
...
autotests/testmetaweblog.cpp
View file @
fe4c4bf9
/*
This file is part of the kblog library.
Copyright (c) 2006-2007 Christian Weilbach <christian_weilbach@web.de>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library 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
Library General Public License for more details.
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
SPDX-FileCopyrightText: 2006-2007 Christian Weilbach <christian_weilbach@web.de>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#include "data.h"
...
...
autotests/testmovabletype.cpp
View file @
fe4c4bf9
/*
This file is part of the kblog library.
Copyright (c) 2006-2007 Christian Weilbach <christian_weilbach@web.de>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library 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
Library General Public License for more details.
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
SPDX-FileCopyrightText: 2006-2007 Christian Weilbach <christian_weilbach@web.de>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#include "data.h"
...
...
autotests/testwordpressbuggy.cpp
View file @
fe4c4bf9
/*
This file is part of the kblog library.
Copyright (c) 2006-2007 Christian Weilbach <christian_weilbach@web.de>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library 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
Library General Public License for more details.
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
SPDX-FileCopyrightText: 2006-2007 Christian Weilbach <christian_weilbach@web.de>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#include "data.h"
...
...
src/blog.cpp
View file @
fe4c4bf9
/*
This file is part of the kblog library.
Copyright (c) 2004 Reinhold Kainhofer <reinhold@kainhofer.com>
Copyright (c) 2006-2007 Christian Weilbach <christian_weilbach@web.de>
Copyright (c) 2007 Mike McQuaid <mike@mikemcquaid.com>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library 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
Library General Public License for more details.
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
SPDX-FileCopyrightText: 2004 Reinhold Kainhofer <reinhold@kainhofer.com>
SPDX-FileCopyrightText: 2006-2007 Christian Weilbach <christian_weilbach@web.de>
SPDX-FileCopyrightText: 2007 Mike McQuaid <mike@mikemcquaid.com>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#include "blog.h"
...
...
src/blog.h
View file @
fe4c4bf9
/*
This file is part of the kblog library.
Copyright (c) 2004 Reinhold Kainhofer <reinhold@kainhofer.com>
Copyright (c) 2006-2007 Christian Weilbach <christian_weilbach@web.de>
Copyright (c) 2007 Mike McQuaid <mike@mikemcquaid.com>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library 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
Library General Public License for more details.
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
SPDX-FileCopyrightText: 2004 Reinhold Kainhofer <reinhold@kainhofer.com>
SPDX-FileCopyrightText: 2006-2007 Christian Weilbach <christian_weilbach@web.de>
SPDX-FileCopyrightText: 2007 Mike McQuaid <mike@mikemcquaid.com>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#ifndef KBLOG_BLOG_H
...
...
src/blog_p.h
View file @
fe4c4bf9
/*
This file is part of the kblog library.
Copyright (c) 2006-2007 Christian Weilbach <christian_weilbach@web.de>
Copyright (c) 2007 Mike McQuaid <mike@mikemcquaid.com>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library 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
Library General Public License for more details.
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
SPDX-FileCopyrightText: 2006-2007 Christian Weilbach <christian_weilbach@web.de>
SPDX-FileCopyrightText: 2007 Mike McQuaid <mike@mikemcquaid.com>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#ifndef BLOG_P_H
...
...
src/blogcomment.cpp
View file @
fe4c4bf9
/*
This file is part of the kblog library.
Copyright (c) 2006-2007 Christian Weilbach <christian_weilbach@web.de>
Copyright (c) 2007 Mike McQuaid <mike@mikemcquaid.com>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library 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
Library General Public License for more details.
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
SPDX-FileCopyrightText: 2006-2007 Christian Weilbach <christian_weilbach@web.de>
SPDX-FileCopyrightText: 2007 Mike McQuaid <mike@mikemcquaid.com>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#include "blogcomment.h"
...
...
src/blogcomment.h
View file @
fe4c4bf9
/*
This file is part of the kblog library.
Copyright (c) 2006-2007 Christian Weilbach <christian_weilbach@web.de>
Copyright (c) 2007 Mike McQuaid <mike@mikemcquaid.com>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library 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
Library General Public License for more details.
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
SPDX-FileCopyrightText: 2006-2007 Christian Weilbach <christian_weilbach@web.de>
SPDX-FileCopyrightText: 2007 Mike McQuaid <mike@mikemcquaid.com>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#ifndef KBLOG_BLOGCOMMENT_H
...
...
src/blogcomment_p.h
View file @
fe4c4bf9
/*
This file is part of the kblog library.
Copyright (c) 2006-2007 Christian Weilbach <christian_weilbach@web.de>
Copyright (c) 2007 Mike McQuaid <mike@mikemcquaid.com>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library 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
Library General Public License for more details.
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
SPDX-FileCopyrightText: 2006-2007 Christian Weilbach <christian_weilbach@web.de>
SPDX-FileCopyrightText: 2007 Mike McQuaid <mike@mikemcquaid.com>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#ifndef BLOGCOMMENT_P_H
...
...
src/blogger1.cpp
View file @
fe4c4bf9
/*
This file is part of the kblog library.
Copyright (c) 2004 Reinhold Kainhofer <reinhold@kainhofer.com>
Copyright (c) 2006-2007 Christian Weilbach <christian_weilbach@web.de>
Copyright (c) 2007-2008 Mike McQuaid <mike@mikemcquaid.com>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library 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
Library General Public License for more details.
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
SPDX-FileCopyrightText: 2004 Reinhold Kainhofer <reinhold@kainhofer.com>
SPDX-FileCopyrightText: 2006-2007 Christian Weilbach <christian_weilbach@web.de>
SPDX-FileCopyrightText: 2007-2008 Mike McQuaid <mike@mikemcquaid.com>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#include "blogger1.h"
...
...
src/blogger1.h
View file @
fe4c4bf9
/*
This file is part of the kblog library.
Copyright (c) 2004 Reinhold Kainhofer <reinhold@kainhofer.com>
Copyright (c) 2006-2007 Christian Weilbach <christian_weilbach@web.de>
Copyright (c) 2007 Mike McQuaid <mike@mikemcquaid.com>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library 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
Library General Public License for more details.
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
SPDX-FileCopyrightText: 2004 Reinhold Kainhofer <reinhold@kainhofer.com>
SPDX-FileCopyrightText: 2006-2007 Christian Weilbach <christian_weilbach@web.de>
SPDX-FileCopyrightText: 2007 Mike McQuaid <mike@mikemcquaid.com>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#ifndef KBLOG_BLOGGER1_H
...
...
src/blogger1_p.h
View file @
fe4c4bf9
/*
This file is part of the kblog library.
Copyright (c)
2006-2007 Christian Weilbach <christian_weilbach@web.de>
Copyright (c)
2007 Mike McQuaid <mike@mikemcquaid.com>
SPDX-FileCopyrightText:
2006-2007 Christian Weilbach <christian_weilbach@web.de>
SPDX-FileCopyrightText:
2007 Mike McQuaid <mike@mikemcquaid.com>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library 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
Library General Public License for more details.
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#ifndef BLOGGER1_P_H
...
...
src/blogmedia.cpp
View file @
fe4c4bf9
/*
This file is part of the kblog library.
Copyright (c) 2006-2007 Christian Weilbach <christian_weilbach@web.de>
Copyright (c) 2007 Mike McQuaid <mike@mikemcquaid.com>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library 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
Library General Public License for more details.
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
SPDX-FileCopyrightText: 2006-2007 Christian Weilbach <christian_weilbach@web.de>
SPDX-FileCopyrightText: 2007 Mike McQuaid <mike@mikemcquaid.com>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#include "blogmedia.h"
...
...
src/blogmedia.h
View file @
fe4c4bf9
/*
This file is part of the kblog library.
Copyright (c) 2006-2007 Christian Weilbach <christian_weilbach@web.de>
Copyright (c) 2007 Mike McQuaid <mike@mikemcquaid.com>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library 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
Library General Public License for more details.
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
SPDX-FileCopyrightText: 2006-2007 Christian Weilbach <christian_weilbach@web.de>
SPDX-FileCopyrightText: 2007 Mike McQuaid <mike@mikemcquaid.com>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#ifndef KBLOG_BLOGMEDIA_H
...
...
src/blogpost.cpp
View file @
fe4c4bf9
/*
This file is part of the kblog library.
Copyright (c) 2006-2007 Christian Weilbach <christian_weilbach@web.de>
Copyright (c) 2007 Mike McQuaid <mike@mikemcquaid.com>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library 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
Library General Public License for more details.
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
SPDX-FileCopyrightText: 2006-2007 Christian Weilbach <christian_weilbach@web.de>
SPDX-FileCopyrightText: 2007 Mike McQuaid <mike@mikemcquaid.com>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#include "blogpost.h"
...
...
src/blogpost.h
View file @
fe4c4bf9
/*
This file is part of the kblog library.
Copyright (c) 2007 Christian Weilbach <christian_weilbach@web.de>
Copyright (c) 2007 Mike McQuaid <mike@mikemcquaid.com>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.