Skip to content

Commit

Permalink
Convert copyright headers to REUSE
Browse files Browse the repository at this point in the history
  • Loading branch information
lnjX committed Jan 14, 2022
1 parent 33eea34 commit 37359c7
Show file tree
Hide file tree
Showing 296 changed files with 978 additions and 6,602 deletions.
25 changes: 3 additions & 22 deletions examples/example_0_connected/example_0_connected.cpp
Original file line number Diff line number Diff line change
@@ -1,25 +1,6 @@
/*
* Copyright (C) 2008-2022 The QXmpp developers
*
* Author:
* Manjeet Dahiya
*
* Source:
* https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
* This library 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 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
* Lesser General Public License for more details.
*
*/
// SPDX-FileCopyrightText: 2012 Manjeet Dahiya <[email protected]>
//
// SPDX-License-Identifier: LGPL-2.1-or-later

#include "QXmppClient.h"
#include "QXmppLogger.h"
Expand Down
25 changes: 3 additions & 22 deletions examples/example_1_echoClient/example_1_echoClient.cpp
Original file line number Diff line number Diff line change
@@ -1,25 +1,6 @@
/*
* Copyright (C) 2008-2022 The QXmpp developers
*
* Author:
* Manjeet Dahiya
*
* Source:
* https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
* This library 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 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
* Lesser General Public License for more details.
*
*/
// SPDX-FileCopyrightText: 2012 Manjeet Dahiya <[email protected]>
//
// SPDX-License-Identifier: LGPL-2.1-or-later

#include "example_1_echoClient.h"

Expand Down
25 changes: 3 additions & 22 deletions examples/example_1_echoClient/example_1_echoClient.h
Original file line number Diff line number Diff line change
@@ -1,25 +1,6 @@
/*
* Copyright (C) 2008-2022 The QXmpp developers
*
* Author:
* Manjeet Dahiya
*
* Source:
* https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
* This library 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 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
* Lesser General Public License for more details.
*
*/
// SPDX-FileCopyrightText: 2012 Manjeet Dahiya <[email protected]>
//
// SPDX-License-Identifier: LGPL-2.1-or-later

#ifndef ECHOCLIENT_H
#define ECHOCLIENT_H
Expand Down
25 changes: 3 additions & 22 deletions examples/example_2_rosterHandling/example_2_rosterHandling.cpp
Original file line number Diff line number Diff line change
@@ -1,25 +1,6 @@
/*
* Copyright (C) 2008-2022 The QXmpp developers
*
* Author:
* Manjeet Dahiya
*
* Source:
* https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
* This library 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 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
* Lesser General Public License for more details.
*
*/
// SPDX-FileCopyrightText: 2012 Manjeet Dahiya <[email protected]>
//
// SPDX-License-Identifier: LGPL-2.1-or-later

#include "example_2_rosterHandling.h"

Expand Down
25 changes: 3 additions & 22 deletions examples/example_2_rosterHandling/example_2_rosterHandling.h
Original file line number Diff line number Diff line change
@@ -1,25 +1,6 @@
/*
* Copyright (C) 2008-2022 The QXmpp developers
*
* Author:
* Manjeet Dahiya
*
* Source:
* https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
* This library 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 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
* Lesser General Public License for more details.
*
*/
// SPDX-FileCopyrightText: 2012 Manjeet Dahiya <[email protected]>
//
// SPDX-License-Identifier: LGPL-2.1-or-later

#ifndef XMPPCLIENT_H
#define XMPPCLIENT_H
Expand Down
27 changes: 4 additions & 23 deletions examples/example_3_transferHandling/example_3_transferHandling.cpp
Original file line number Diff line number Diff line change
@@ -1,26 +1,7 @@
/*
* Copyright (C) 2008-2022 The QXmpp developers
*
* Authors:
* Ian Reinhart Geiser
* Jeremy Lainé
*
* Source:
* https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
* This library 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 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
* Lesser General Public License for more details.
*
*/
// SPDX-FileCopyrightText: 2012 Ian Reinhart Geiser <[email protected]>
// SPDX-FileCopyrightText: 2012 Jeremy Lainé <[email protected]>
//
// SPDX-License-Identifier: LGPL-2.1-or-later

#include "example_3_transferHandling.h"

Expand Down
25 changes: 3 additions & 22 deletions examples/example_3_transferHandling/example_3_transferHandling.h
Original file line number Diff line number Diff line change
@@ -1,25 +1,6 @@
/*
* Copyright (C) 2008-2022 The QXmpp developers
*
* Author:
* Ian Reinhart Geiser
*
* Source:
* https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
* This library 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 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
* Lesser General Public License for more details.
*
*/
// SPDX-FileCopyrightText: 2012 Ian Reinhart Geiser <[email protected]>
//
// SPDX-License-Identifier: LGPL-2.1-or-later

#ifndef IBBCLIENT_H
#define IBBCLIENT_H
Expand Down
27 changes: 4 additions & 23 deletions examples/example_5_rpcInterface/main.cpp
Original file line number Diff line number Diff line change
@@ -1,26 +1,7 @@
/*
* Copyright (C) 2008-2022 The QXmpp developers
*
* Authors:
* Manjeet Dahiya
* Jeremy Lainé
*
* Source:
* https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
* This library 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 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
* Lesser General Public License for more details.
*
*/
// SPDX-FileCopyrightText: 2011 Manjeet Dahiya <[email protected]>
// SPDX-FileCopyrightText: 2010 Jeremy Lainé <[email protected]>
//
// SPDX-License-Identifier: LGPL-2.1-or-later

#include "QXmppClient.h"
#include "QXmppLogger.h"
Expand Down
25 changes: 3 additions & 22 deletions examples/example_6_rpcClient/main.cpp
Original file line number Diff line number Diff line change
@@ -1,25 +1,6 @@
/*
* Copyright (C) 2008-2022 The QXmpp developers
*
* Author:
* Ian Reinhart Geiser
*
* Source:
* https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
* This library 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 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
* Lesser General Public License for more details.
*
*/
// SPDX-FileCopyrightText: 2010 Ian Reinhart Geiser <[email protected]>
//
// SPDX-License-Identifier: LGPL-2.1-or-later

#include "QXmppLogger.h"

Expand Down
27 changes: 4 additions & 23 deletions examples/example_6_rpcClient/rpcClient.cpp
Original file line number Diff line number Diff line change
@@ -1,26 +1,7 @@
/*
* Copyright (C) 2008-2022 The QXmpp developers
*
* Authors:
* Ian Reinhart Geiser
* Jeremy Lainé
*
* Source:
* https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
* This library 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 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
* Lesser General Public License for more details.
*
*/
// SPDX-FileCopyrightText: 2010 Ian Reinhart Geiser <[email protected]>
// SPDX-FileCopyrightText: 2010 Jeremy Lainé <[email protected]>
//
// SPDX-License-Identifier: LGPL-2.1-or-later

#include "rpcClient.h"

Expand Down
27 changes: 4 additions & 23 deletions examples/example_6_rpcClient/rpcClient.h
Original file line number Diff line number Diff line change
@@ -1,26 +1,7 @@
/*
* Copyright (C) 2008-2022 The QXmpp developers
*
* Authors:
* Ian Reinhart Geiser
* Jeremy Lainé
*
* Source:
* https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
* This library 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 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
* Lesser General Public License for more details.
*
*/
// SPDX-FileCopyrightText: 2010 Ian Reinhart Geiser <[email protected]>
// SPDX-FileCopyrightText: 2010 Jeremy Lainé <[email protected]>
//
// SPDX-License-Identifier: LGPL-2.1-or-later

#ifndef RPCCLIENT_H
#define RPCCLIENT_H
Expand Down
25 changes: 3 additions & 22 deletions examples/example_7_archiveHandling/example_7_archiveHandling.cpp
Original file line number Diff line number Diff line change
@@ -1,25 +1,6 @@
/*
* Copyright (C) 2008-2022 The QXmpp developers
*
* Author:
* Jeremy Lainé
*
* Source:
* https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
* This library 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 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
* Lesser General Public License for more details.
*
*/
// SPDX-FileCopyrightText: 2012 Jeremy Lainé <[email protected]>
//
// SPDX-License-Identifier: LGPL-2.1-or-later

#include "example_7_archiveHandling.h"

Expand Down
25 changes: 3 additions & 22 deletions examples/example_7_archiveHandling/example_7_archiveHandling.h
Original file line number Diff line number Diff line change
@@ -1,25 +1,6 @@
/*
* Copyright (C) 2008-2022 The QXmpp developers
*
* Author:
* Jeremy Lainé
*
* Source:
* https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
* This library 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 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
* Lesser General Public License for more details.
*
*/
// SPDX-FileCopyrightText: 2012 Jeremy Lainé <[email protected]>
//
// SPDX-License-Identifier: LGPL-2.1-or-later

#ifndef XMPPCLIENT_H
#define XMPPCLIENT_H
Expand Down
Loading

0 comments on commit 37359c7

Please sign in to comment.