Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Sweeper
Commits
99fc97cc
Verified
Commit
99fc97cc
authored
Aug 29, 2021
by
Alexander Lohnau
💬
Browse files
Convert license headers to SPDX
parent
4b165a7f
Changes
8
Expand all
Hide whitespace changes
Inline
Side-by-side
LICENSES/LGPL-2.1-or-later.txt
0 → 100644
View file @
99fc97cc
This diff is collapsed.
Click to expand it.
main.cpp
View file @
99fc97cc
/**
* Copyright (C) 2005 Benjamin C Meyer (ben at meyerhome dot net)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation; either version 2.1 of the License, or
* (at your option) any later version.
*
* 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 PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/*
SPDX-FileCopyrightText: 2005 Benjamin C Meyer <ben@meyerhome.net>
SPDX-License-Identifier: LGPL-2.1-or-later
*/
#include "sweeper.h"
...
...
privacyaction.cpp
View file @
99fc97cc
/**
* Copyright (C) 2005 Brian S. Stephan ( bssteph at irtonline dot org )
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation; either version 2.1 of the License, or
* (at your option) any later version.
*
* 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 PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/*
SPDX-FileCopyrightText: 2005 Brian S. Stephan <bssteph@irtonline.org>
SPDX-License-Identifier: LGPL-2.1-or-later
*/
#include "privacyaction.h"
...
...
privacyaction.h
View file @
99fc97cc
/**
* Copyright (C) 2005 Brian S. Stephan ( bssteph at irtonline dot org )
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation; either version 2.1 of the License, or
* (at your option) any later version.
*
* 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 PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/*
SPDX-FileCopyrightText: 2005 Brian S. Stephan <bssteph@irtonline.org>
SPDX-License-Identifier: LGPL-2.1-or-later
*/
#ifndef PRIVACYACTION_H
#define PRIVACYACTION_H
...
...
privacyfunctions.cpp
View file @
99fc97cc
/**
* kprivacymanager.cpp
*
* Copyright (c) 2003 Ralf Hoelzer <ralf@well.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation; either version 2.1 of the License, or
* (at your option) any later version.
*
* 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 PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/*
SPDX-FileCopyrightText: 2003 Ralf Hoelzer <ralf@well.com>
SPDX-License-Identifier: LGPL-2.1-or-later
*/
#include "privacyfunctions.h"
#include "sweeper_debug.h"
...
...
privacyfunctions.h
View file @
99fc97cc
/**
* kprivacymanager.h
*
* Copyright (c) 2003 Ralf Hoelzer <ralf@well.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation; either version 2.1 of the License, or
* (at your option) any later version.
*
* 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 PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/*
SPDX-FileCopyrightText: 2003 Ralf Hoelzer <ralf@well.com>
SPDX-License-Identifier: LGPL-2.1-or-later
*/
#ifndef PRIVACYFUNCTIONS_H
#define PRIVACYFUNCTIONS_H
...
...
sweeper.cpp
View file @
99fc97cc
/**
* Copyright (c) 2003-2005 Ralf Hoelzer <ralf@well.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation; either version 2.1 of the License, or
* (at your option) any later version.
*
* 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 PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/*
SPDX-FileCopyrightText: 2003-2005 Ralf Hoelzer <ralf@well.com>
SPDX-License-Identifier: LGPL-2.1-or-later
*/
#include "sweeper.h"
...
...
sweeper.h
View file @
99fc97cc
/**
* Copyright (c) 2003-2005 Ralf Hoelzer <ralf@well.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation; either version 2.1 of the License, or
* (at your option) any later version.
*
* 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 PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/*
SPDX-FileCopyrightText: 2003-2005 Ralf Hoelzer <ralf@well.com>
SPDX-License-Identifier: LGPL-2.1-or-later
*/
#ifndef SWEEPER_H
#define SWEEPER_H
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment