pidgin/pidgin

31e8c7c92e2f
Parents 4be05f181669
Children 4dc757d5f295
Make sure all of the license headers for IRCv3 are GPLv2

Testing Done:
Ran `licensecheck` from debian in the following way.

```
$ licensecheck *.[ch] | cut -d: -f 2 | sort | uniq -c
27 GNU General Public License v2.0 or later
```

Reviewed at https://reviews.imfreedom.org/r/2913/
  • +22 -0
    libpurple/protocols/ircv3/ircv3generategir.c
  • +3 -3
    libpurple/protocols/ircv3/purpleircv3.h.in
  • +7 -3
    libpurple/protocols/ircv3/purpleircv3capabilities.c
  • +8 -3
    libpurple/protocols/ircv3/purpleircv3capabilities.h
  • +7 -3
    libpurple/protocols/ircv3/purpleircv3connection.c
  • +8 -3
    libpurple/protocols/ircv3/purpleircv3connection.h
  • +8 -3
    libpurple/protocols/ircv3/purpleircv3constants.h
  • +7 -3
    libpurple/protocols/ircv3/purpleircv3core.c
  • +8 -3
    libpurple/protocols/ircv3/purpleircv3core.h
  • +7 -3
    libpurple/protocols/ircv3/purpleircv3ctcp.c
  • +8 -3
    libpurple/protocols/ircv3/purpleircv3ctcp.h
  • +7 -3
    libpurple/protocols/ircv3/purpleircv3formatting.c
  • +8 -3
    libpurple/protocols/ircv3/purpleircv3formatting.h
  • +12 -8
    libpurple/protocols/ircv3/purpleircv3message.c
  • +8 -3
    libpurple/protocols/ircv3/purpleircv3message.h
  • +7 -3
    libpurple/protocols/ircv3/purpleircv3messagehandlers.c
  • +8 -3
    libpurple/protocols/ircv3/purpleircv3messagehandlers.h
  • +7 -3
    libpurple/protocols/ircv3/purpleircv3parser.c
  • +8 -3
    libpurple/protocols/ircv3/purpleircv3parser.h
  • +7 -3
    libpurple/protocols/ircv3/purpleircv3protocol.c
  • +8 -3
    libpurple/protocols/ircv3/purpleircv3protocol.h
  • +12 -8
    libpurple/protocols/ircv3/purpleircv3protocolconversation.c
  • +8 -3
    libpurple/protocols/ircv3/purpleircv3protocolconversation.h
  • +7 -3
    libpurple/protocols/ircv3/purpleircv3sasl.c
  • +8 -3
    libpurple/protocols/ircv3/purpleircv3sasl.h
  • +7 -3
    libpurple/protocols/ircv3/purpleircv3source.c
  • +8 -3
    libpurple/protocols/ircv3/purpleircv3source.h
  • +8 -3
    libpurple/protocols/ircv3/purpleircv3version.h
  • --- a/libpurple/protocols/ircv3/ircv3generategir.c Sun Jan 14 07:13:05 2024 -0600
    +++ b/libpurple/protocols/ircv3/ircv3generategir.c Sun Jan 14 20:08:13 2024 -0600
    @@ -1,3 +1,25 @@
    +/*
    + * Purple - Internet Messaging Library
    + * Copyright (C) Pidgin Developers <devel@pidgin.im>
    + *
    + * Purple is the legal property of its developers, whose names are too numerous
    + * to list here. Please refer to the COPYRIGHT file distributed with this
    + * source distribution.
    + *
    + * This library is free software; you can redistribute it and/or modify
    + * it under the terms of the GNU 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 General Public License for more details.
    + *
    + * You should have received a copy of the GNU General Public License
    + * along with this library; if not, see <https://www.gnu.org/licenses/>.
    + */
    +
    #include <glib.h>
    #include <gplugin-introspection.h>
    --- a/libpurple/protocols/ircv3/purpleircv3.h.in Sun Jan 14 07:13:05 2024 -0600
    +++ b/libpurple/protocols/ircv3/purpleircv3.h.in Sun Jan 14 20:08:13 2024 -0600
    @@ -6,18 +6,18 @@
    * to list here. Please refer to the COPYRIGHT file distributed with this
    * source distribution.
    *
    - * This program is free software; you can redistribute it and/or modify
    + * This library is free software; you can redistribute it and/or modify
    * it under the terms of the GNU General Public License as published by
    * the Free Software Foundation; either version 2 of the License, or
    * (at your option) any later version.
    *
    - * This program is distributed in the hope that it will be useful,
    + * 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 General Public License for more details.
    *
    * You should have received a copy of the GNU General Public License
    - * along with this program; if not, see <https://www.gnu.org/licenses/>.
    + * along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #ifndef PURPLE_IRCV3_H
    --- a/libpurple/protocols/ircv3/purpleircv3capabilities.c Sun Jan 14 07:13:05 2024 -0600
    +++ b/libpurple/protocols/ircv3/purpleircv3capabilities.c Sun Jan 14 20:08:13 2024 -0600
    @@ -2,18 +2,22 @@
    * Purple - Internet Messaging Library
    * Copyright (C) Pidgin Developers <devel@pidgin.im>
    *
    - * This program is free software; you can redistribute it and/or modify
    + * Purple is the legal property of its developers, whose names are too numerous
    + * to list here. Please refer to the COPYRIGHT file distributed with this
    + * source distribution.
    + *
    + * This library is free software; you can redistribute it and/or modify
    * it under the terms of the GNU General Public License as published by
    * the Free Software Foundation; either version 2 of the License, or
    * (at your option) any later version.
    *
    - * This program is distributed in the hope that it will be useful,
    + * 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 General Public License for more details.
    *
    * You should have received a copy of the GNU General Public License
    - * along with this program; if not, see <https://www.gnu.org/licenses/>.
    + * along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #include "purpleircv3capabilities.h"
    --- a/libpurple/protocols/ircv3/purpleircv3capabilities.h Sun Jan 14 07:13:05 2024 -0600
    +++ b/libpurple/protocols/ircv3/purpleircv3capabilities.h Sun Jan 14 20:08:13 2024 -0600
    @@ -2,19 +2,24 @@
    * Purple - Internet Messaging Library
    * Copyright (C) Pidgin Developers <devel@pidgin.im>
    *
    - * This program is free software; you can redistribute it and/or modify
    + * Purple is the legal property of its developers, whose names are too numerous
    + * to list here. Please refer to the COPYRIGHT file distributed with this
    + * source distribution.
    + *
    + * This library is free software; you can redistribute it and/or modify
    * it under the terms of the GNU General Public License as published by
    * the Free Software Foundation; either version 2 of the License, or
    * (at your option) any later version.
    *
    - * This program is distributed in the hope that it will be useful,
    + * 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 General Public License for more details.
    *
    * You should have received a copy of the GNU General Public License
    - * along with this program; if not, see <https://www.gnu.org/licenses/>.
    + * along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    +
    #if !defined(PURPLE_IRCV3_GLOBAL_HEADER_INSIDE) && \
    !defined(PURPLE_IRCV3_COMPILATION)
    # error "only <libpurple/protocols/ircv3.h> may be included directly"
    --- a/libpurple/protocols/ircv3/purpleircv3connection.c Sun Jan 14 07:13:05 2024 -0600
    +++ b/libpurple/protocols/ircv3/purpleircv3connection.c Sun Jan 14 20:08:13 2024 -0600
    @@ -2,18 +2,22 @@
    * Purple - Internet Messaging Library
    * Copyright (C) Pidgin Developers <devel@pidgin.im>
    *
    - * This program is free software; you can redistribute it and/or modify
    + * Purple is the legal property of its developers, whose names are too numerous
    + * to list here. Please refer to the COPYRIGHT file distributed with this
    + * source distribution.
    + *
    + * This library is free software; you can redistribute it and/or modify
    * it under the terms of the GNU General Public License as published by
    * the Free Software Foundation; either version 2 of the License, or
    * (at your option) any later version.
    *
    - * This program is distributed in the hope that it will be useful,
    + * 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 General Public License for more details.
    *
    * You should have received a copy of the GNU General Public License
    - * along with this program; if not, see <https://www.gnu.org/licenses/>.
    + * along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #include <glib/gi18n-lib.h>
    --- a/libpurple/protocols/ircv3/purpleircv3connection.h Sun Jan 14 07:13:05 2024 -0600
    +++ b/libpurple/protocols/ircv3/purpleircv3connection.h Sun Jan 14 20:08:13 2024 -0600
    @@ -2,19 +2,24 @@
    * Purple - Internet Messaging Library
    * Copyright (C) Pidgin Developers <devel@pidgin.im>
    *
    - * This program is free software; you can redistribute it and/or modify
    + * Purple is the legal property of its developers, whose names are too numerous
    + * to list here. Please refer to the COPYRIGHT file distributed with this
    + * source distribution.
    + *
    + * This library is free software; you can redistribute it and/or modify
    * it under the terms of the GNU General Public License as published by
    * the Free Software Foundation; either version 2 of the License, or
    * (at your option) any later version.
    *
    - * This program is distributed in the hope that it will be useful,
    + * 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 General Public License for more details.
    *
    * You should have received a copy of the GNU General Public License
    - * along with this program; if not, see <https://www.gnu.org/licenses/>.
    + * along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    +
    #if !defined(PURPLE_IRCV3_GLOBAL_HEADER_INSIDE) && \
    !defined(PURPLE_IRCV3_COMPILATION)
    # error "only <libpurple/protocols/ircv3.h> may be included directly"
    --- a/libpurple/protocols/ircv3/purpleircv3constants.h Sun Jan 14 07:13:05 2024 -0600
    +++ b/libpurple/protocols/ircv3/purpleircv3constants.h Sun Jan 14 20:08:13 2024 -0600
    @@ -2,19 +2,24 @@
    * Purple - Internet Messaging Library
    * Copyright (C) Pidgin Developers <devel@pidgin.im>
    *
    - * This program is free software; you can redistribute it and/or modify
    + * Purple is the legal property of its developers, whose names are too numerous
    + * to list here. Please refer to the COPYRIGHT file distributed with this
    + * source distribution.
    + *
    + * This library is free software; you can redistribute it and/or modify
    * it under the terms of the GNU General Public License as published by
    * the Free Software Foundation; either version 2 of the License, or
    * (at your option) any later version.
    *
    - * This program is distributed in the hope that it will be useful,
    + * 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 General Public License for more details.
    *
    * You should have received a copy of the GNU General Public License
    - * along with this program; if not, see <https://www.gnu.org/licenses/>.
    + * along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    +
    #if !defined(PURPLE_IRCV3_GLOBAL_HEADER_INSIDE) && \
    !defined(PURPLE_IRCV3_COMPILATION)
    # error "only <libpurple/protocols/ircv3.h> may be included directly"
    --- a/libpurple/protocols/ircv3/purpleircv3core.c Sun Jan 14 07:13:05 2024 -0600
    +++ b/libpurple/protocols/ircv3/purpleircv3core.c Sun Jan 14 20:08:13 2024 -0600
    @@ -2,18 +2,22 @@
    * Purple - Internet Messaging Library
    * Copyright (C) Pidgin Developers <devel@pidgin.im>
    *
    - * This program is free software; you can redistribute it and/or modify
    + * Purple is the legal property of its developers, whose names are too numerous
    + * to list here. Please refer to the COPYRIGHT file distributed with this
    + * source distribution.
    + *
    + * This library is free software; you can redistribute it and/or modify
    * it under the terms of the GNU General Public License as published by
    * the Free Software Foundation; either version 2 of the License, or
    * (at your option) any later version.
    *
    - * This program is distributed in the hope that it will be useful,
    + * 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 General Public License for more details.
    *
    * You should have received a copy of the GNU General Public License
    - * along with this program; if not, see <https://www.gnu.org/licenses/>.
    + * along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #include <glib.h>
    --- a/libpurple/protocols/ircv3/purpleircv3core.h Sun Jan 14 07:13:05 2024 -0600
    +++ b/libpurple/protocols/ircv3/purpleircv3core.h Sun Jan 14 20:08:13 2024 -0600
    @@ -2,19 +2,24 @@
    * Purple - Internet Messaging Library
    * Copyright (C) Pidgin Developers <devel@pidgin.im>
    *
    - * This program is free software; you can redistribute it and/or modify
    + * Purple is the legal property of its developers, whose names are too numerous
    + * to list here. Please refer to the COPYRIGHT file distributed with this
    + * source distribution.
    + *
    + * This library is free software; you can redistribute it and/or modify
    * it under the terms of the GNU General Public License as published by
    * the Free Software Foundation; either version 2 of the License, or
    * (at your option) any later version.
    *
    - * This program is distributed in the hope that it will be useful,
    + * 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 General Public License for more details.
    *
    * You should have received a copy of the GNU General Public License
    - * along with this program; if not, see <https://www.gnu.org/licenses/>.
    + * along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    +
    #if !defined(PURPLE_IRCV3_GLOBAL_HEADER_INSIDE) && \
    !defined(PURPLE_IRCV3_COMPILATION)
    # error "only <libpurple/protocols/ircv3.h> may be included directly"
    --- a/libpurple/protocols/ircv3/purpleircv3ctcp.c Sun Jan 14 07:13:05 2024 -0600
    +++ b/libpurple/protocols/ircv3/purpleircv3ctcp.c Sun Jan 14 20:08:13 2024 -0600
    @@ -2,18 +2,22 @@
    * Purple - Internet Messaging Library
    * Copyright (C) Pidgin Developers <devel@pidgin.im>
    *
    - * This program is free software; you can redistribute it and/or modify
    + * Purple is the legal property of its developers, whose names are too numerous
    + * to list here. Please refer to the COPYRIGHT file distributed with this
    + * source distribution.
    + *
    + * This library is free software; you can redistribute it and/or modify
    * it under the terms of the GNU General Public License as published by
    * the Free Software Foundation; either version 2 of the License, or
    * (at your option) any later version.
    *
    - * This program is distributed in the hope that it will be useful,
    + * 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 General Public License for more details.
    *
    * You should have received a copy of the GNU General Public License
    - * along with this program; if not, see <https://www.gnu.org/licenses/>.
    + * along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #include <glib/gi18n-lib.h>
    --- a/libpurple/protocols/ircv3/purpleircv3ctcp.h Sun Jan 14 07:13:05 2024 -0600
    +++ b/libpurple/protocols/ircv3/purpleircv3ctcp.h Sun Jan 14 20:08:13 2024 -0600
    @@ -2,19 +2,24 @@
    * Purple - Internet Messaging Library
    * Copyright (C) Pidgin Developers <devel@pidgin.im>
    *
    - * This program is free software; you can redistribute it and/or modify
    + * Purple is the legal property of its developers, whose names are too numerous
    + * to list here. Please refer to the COPYRIGHT file distributed with this
    + * source distribution.
    + *
    + * This library is free software; you can redistribute it and/or modify
    * it under the terms of the GNU General Public License as published by
    * the Free Software Foundation; either version 2 of the License, or
    * (at your option) any later version.
    *
    - * This program is distributed in the hope that it will be useful,
    + * 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 General Public License for more details.
    *
    * You should have received a copy of the GNU General Public License
    - * along with this program; if not, see <https://www.gnu.org/licenses/>.
    + * along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    +
    #if !defined(PURPLE_IRCV3_GLOBAL_HEADER_INSIDE) && \
    !defined(PURPLE_IRCV3_COMPILATION)
    # error "only <libpurple/protocols/ircv3.h> may be included directly"
    --- a/libpurple/protocols/ircv3/purpleircv3formatting.c Sun Jan 14 07:13:05 2024 -0600
    +++ b/libpurple/protocols/ircv3/purpleircv3formatting.c Sun Jan 14 20:08:13 2024 -0600
    @@ -2,18 +2,22 @@
    * Purple - Internet Messaging Library
    * Copyright (C) Pidgin Developers <devel@pidgin.im>
    *
    - * This program is free software; you can redistribute it and/or modify
    + * Purple is the legal property of its developers, whose names are too numerous
    + * to list here. Please refer to the COPYRIGHT file distributed with this
    + * source distribution.
    + *
    + * This library is free software; you can redistribute it and/or modify
    * it under the terms of the GNU General Public License as published by
    * the Free Software Foundation; either version 2 of the License, or
    * (at your option) any later version.
    *
    - * This program is distributed in the hope that it will be useful,
    + * 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 General Public License for more details.
    *
    * You should have received a copy of the GNU General Public License
    - * along with this program; if not, see <https://www.gnu.org/licenses/>.
    + * along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #include "purpleircv3formatting.h"
    --- a/libpurple/protocols/ircv3/purpleircv3formatting.h Sun Jan 14 07:13:05 2024 -0600
    +++ b/libpurple/protocols/ircv3/purpleircv3formatting.h Sun Jan 14 20:08:13 2024 -0600
    @@ -2,19 +2,24 @@
    * Purple - Internet Messaging Library
    * Copyright (C) Pidgin Developers <devel@pidgin.im>
    *
    - * This program is free software; you can redistribute it and/or modify
    + * Purple is the legal property of its developers, whose names are too numerous
    + * to list here. Please refer to the COPYRIGHT file distributed with this
    + * source distribution.
    + *
    + * This library is free software; you can redistribute it and/or modify
    * it under the terms of the GNU General Public License as published by
    * the Free Software Foundation; either version 2 of the License, or
    * (at your option) any later version.
    *
    - * This program is distributed in the hope that it will be useful,
    + * 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 General Public License for more details.
    *
    * You should have received a copy of the GNU General Public License
    - * along with this program; if not, see <https://www.gnu.org/licenses/>.
    + * along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    +
    #if !defined(PURPLE_IRCV3_GLOBAL_HEADER_INSIDE) && \
    !defined(PURPLE_IRCV3_COMPILATION)
    # error "only <libpurple/protocols/ircv3.h> may be included directly"
    --- a/libpurple/protocols/ircv3/purpleircv3message.c Sun Jan 14 07:13:05 2024 -0600
    +++ b/libpurple/protocols/ircv3/purpleircv3message.c Sun Jan 14 20:08:13 2024 -0600
    @@ -2,18 +2,22 @@
    * Purple - Internet Messaging Library
    * Copyright (C) Pidgin Developers <devel@pidgin.im>
    *
    - * 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 of the License, or (at your option) any later version.
    + * Purple is the legal property of its developers, whose names are too numerous
    + * to list here. Please refer to the COPYRIGHT file distributed with this
    + * source distribution.
    + *
    + * This library is free software; you can redistribute it and/or modify
    + * it under the terms of the GNU 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
    - * Lesser General Public License for more details.
    + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    + * GNU General Public License for more details.
    *
    - * You should have received a copy of the GNU Lesser General Public
    - * License along with this library; if not, see <https://www.gnu.org/licenses/>.
    + * You should have received a copy of the GNU General Public License
    + * along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #include <glib/gi18n-lib.h>
    --- a/libpurple/protocols/ircv3/purpleircv3message.h Sun Jan 14 07:13:05 2024 -0600
    +++ b/libpurple/protocols/ircv3/purpleircv3message.h Sun Jan 14 20:08:13 2024 -0600
    @@ -2,19 +2,24 @@
    * Purple - Internet Messaging Library
    * Copyright (C) Pidgin Developers <devel@pidgin.im>
    *
    - * This program is free software; you can redistribute it and/or modify
    + * Purple is the legal property of its developers, whose names are too numerous
    + * to list here. Please refer to the COPYRIGHT file distributed with this
    + * source distribution.
    + *
    + * This library is free software; you can redistribute it and/or modify
    * it under the terms of the GNU General Public License as published by
    * the Free Software Foundation; either version 2 of the License, or
    * (at your option) any later version.
    *
    - * This program is distributed in the hope that it will be useful,
    + * 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 General Public License for more details.
    *
    * You should have received a copy of the GNU General Public License
    - * along with this program; if not, see <https://www.gnu.org/licenses/>.
    + * along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    +
    #if !defined(PURPLE_IRCV3_GLOBAL_HEADER_INSIDE) && \
    !defined(PURPLE_IRCV3_COMPILATION)
    # error "only <libpurple/protocols/ircv3.h> may be included directly"
    --- a/libpurple/protocols/ircv3/purpleircv3messagehandlers.c Sun Jan 14 07:13:05 2024 -0600
    +++ b/libpurple/protocols/ircv3/purpleircv3messagehandlers.c Sun Jan 14 20:08:13 2024 -0600
    @@ -2,18 +2,22 @@
    * Purple - Internet Messaging Library
    * Copyright (C) Pidgin Developers <devel@pidgin.im>
    *
    - * This program is free software; you can redistribute it and/or modify
    + * Purple is the legal property of its developers, whose names are too numerous
    + * to list here. Please refer to the COPYRIGHT file distributed with this
    + * source distribution.
    + *
    + * This library is free software; you can redistribute it and/or modify
    * it under the terms of the GNU General Public License as published by
    * the Free Software Foundation; either version 2 of the License, or
    * (at your option) any later version.
    *
    - * This program is distributed in the hope that it will be useful,
    + * 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 General Public License for more details.
    *
    * You should have received a copy of the GNU General Public License
    - * along with this program; if not, see <https://www.gnu.org/licenses/>.
    + * along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #include <glib/gi18n-lib.h>
    --- a/libpurple/protocols/ircv3/purpleircv3messagehandlers.h Sun Jan 14 07:13:05 2024 -0600
    +++ b/libpurple/protocols/ircv3/purpleircv3messagehandlers.h Sun Jan 14 20:08:13 2024 -0600
    @@ -2,19 +2,24 @@
    * Purple - Internet Messaging Library
    * Copyright (C) Pidgin Developers <devel@pidgin.im>
    *
    - * This program is free software; you can redistribute it and/or modify
    + * Purple is the legal property of its developers, whose names are too numerous
    + * to list here. Please refer to the COPYRIGHT file distributed with this
    + * source distribution.
    + *
    + * This library is free software; you can redistribute it and/or modify
    * it under the terms of the GNU General Public License as published by
    * the Free Software Foundation; either version 2 of the License, or
    * (at your option) any later version.
    *
    - * This program is distributed in the hope that it will be useful,
    + * 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 General Public License for more details.
    *
    * You should have received a copy of the GNU General Public License
    - * along with this program; if not, see <https://www.gnu.org/licenses/>.
    + * along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    +
    #if !defined(PURPLE_IRCV3_GLOBAL_HEADER_INSIDE) && \
    !defined(PURPLE_IRCV3_COMPILATION)
    # error "only <libpurple/protocols/ircv3.h> may be included directly"
    --- a/libpurple/protocols/ircv3/purpleircv3parser.c Sun Jan 14 07:13:05 2024 -0600
    +++ b/libpurple/protocols/ircv3/purpleircv3parser.c Sun Jan 14 20:08:13 2024 -0600
    @@ -2,18 +2,22 @@
    * Purple - Internet Messaging Library
    * Copyright (C) Pidgin Developers <devel@pidgin.im>
    *
    - * This program is free software; you can redistribute it and/or modify
    + * Purple is the legal property of its developers, whose names are too numerous
    + * to list here. Please refer to the COPYRIGHT file distributed with this
    + * source distribution.
    + *
    + * This library is free software; you can redistribute it and/or modify
    * it under the terms of the GNU General Public License as published by
    * the Free Software Foundation; either version 2 of the License, or
    * (at your option) any later version.
    *
    - * This program is distributed in the hope that it will be useful,
    + * 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 General Public License for more details.
    *
    * You should have received a copy of the GNU General Public License
    - * along with this program; if not, see <https://www.gnu.org/licenses/>.
    + * along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #include "purpleircv3parser.h"
    --- a/libpurple/protocols/ircv3/purpleircv3parser.h Sun Jan 14 07:13:05 2024 -0600
    +++ b/libpurple/protocols/ircv3/purpleircv3parser.h Sun Jan 14 20:08:13 2024 -0600
    @@ -2,19 +2,24 @@
    * Purple - Internet Messaging Library
    * Copyright (C) Pidgin Developers <devel@pidgin.im>
    *
    - * This program is free software; you can redistribute it and/or modify
    + * Purple is the legal property of its developers, whose names are too numerous
    + * to list here. Please refer to the COPYRIGHT file distributed with this
    + * source distribution.
    + *
    + * This library is free software; you can redistribute it and/or modify
    * it under the terms of the GNU General Public License as published by
    * the Free Software Foundation; either version 2 of the License, or
    * (at your option) any later version.
    *
    - * This program is distributed in the hope that it will be useful,
    + * 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 General Public License for more details.
    *
    * You should have received a copy of the GNU General Public License
    - * along with this program; if not, see <https://www.gnu.org/licenses/>.
    + * along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    +
    #if !defined(PURPLE_IRCV3_GLOBAL_HEADER_INSIDE) && \
    !defined(PURPLE_IRCV3_COMPILATION)
    # error "only <libpurple/protocols/ircv3.h> may be included directly"
    --- a/libpurple/protocols/ircv3/purpleircv3protocol.c Sun Jan 14 07:13:05 2024 -0600
    +++ b/libpurple/protocols/ircv3/purpleircv3protocol.c Sun Jan 14 20:08:13 2024 -0600
    @@ -2,18 +2,22 @@
    * Purple - Internet Messaging Library
    * Copyright (C) Pidgin Developers <devel@pidgin.im>
    *
    - * This program is free software; you can redistribute it and/or modify
    + * Purple is the legal property of its developers, whose names are too numerous
    + * to list here. Please refer to the COPYRIGHT file distributed with this
    + * source distribution.
    + *
    + * This library is free software; you can redistribute it and/or modify
    * it under the terms of the GNU General Public License as published by
    * the Free Software Foundation; either version 2 of the License, or
    * (at your option) any later version.
    *
    - * This program is distributed in the hope that it will be useful,
    + * 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 General Public License for more details.
    *
    * You should have received a copy of the GNU General Public License
    - * along with this program; if not, see <https://www.gnu.org/licenses/>.
    + * along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #include <glib/gi18n-lib.h>
    --- a/libpurple/protocols/ircv3/purpleircv3protocol.h Sun Jan 14 07:13:05 2024 -0600
    +++ b/libpurple/protocols/ircv3/purpleircv3protocol.h Sun Jan 14 20:08:13 2024 -0600
    @@ -2,19 +2,24 @@
    * Purple - Internet Messaging Library
    * Copyright (C) Pidgin Developers <devel@pidgin.im>
    *
    - * This program is free software; you can redistribute it and/or modify
    + * Purple is the legal property of its developers, whose names are too numerous
    + * to list here. Please refer to the COPYRIGHT file distributed with this
    + * source distribution.
    + *
    + * This library is free software; you can redistribute it and/or modify
    * it under the terms of the GNU General Public License as published by
    * the Free Software Foundation; either version 2 of the License, or
    * (at your option) any later version.
    *
    - * This program is distributed in the hope that it will be useful,
    + * 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 General Public License for more details.
    *
    * You should have received a copy of the GNU General Public License
    - * along with this program; if not, see <https://www.gnu.org/licenses/>.
    + * along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    +
    #if !defined(PURPLE_IRCV3_GLOBAL_HEADER_INSIDE) && \
    !defined(PURPLE_IRCV3_COMPILATION)
    # error "only <libpurple/protocols/ircv3.h> may be included directly"
    --- a/libpurple/protocols/ircv3/purpleircv3protocolconversation.c Sun Jan 14 07:13:05 2024 -0600
    +++ b/libpurple/protocols/ircv3/purpleircv3protocolconversation.c Sun Jan 14 20:08:13 2024 -0600
    @@ -2,18 +2,22 @@
    * Purple - Internet Messaging Library
    * Copyright (C) Pidgin Developers <devel@pidgin.im>
    *
    - * 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 of the License, or (at your option) any later version.
    + * Purple is the legal property of its developers, whose names are too numerous
    + * to list here. Please refer to the COPYRIGHT file distributed with this
    + * source distribution.
    + *
    + * This library is free software; you can redistribute it and/or modify
    + * it under the terms of the GNU 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
    - * Lesser General Public License for more details.
    + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    + * GNU General Public License for more details.
    *
    - * You should have received a copy of the GNU Lesser General Public
    - * License along with this library; if not, see <https://www.gnu.org/licenses/>.
    + * You should have received a copy of the GNU General Public License
    + * along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #include <glib/gi18n-lib.h>
    --- a/libpurple/protocols/ircv3/purpleircv3protocolconversation.h Sun Jan 14 07:13:05 2024 -0600
    +++ b/libpurple/protocols/ircv3/purpleircv3protocolconversation.h Sun Jan 14 20:08:13 2024 -0600
    @@ -2,19 +2,24 @@
    * Purple - Internet Messaging Library
    * Copyright (C) Pidgin Developers <devel@pidgin.im>
    *
    - * This program is free software; you can redistribute it and/or modify
    + * Purple is the legal property of its developers, whose names are too numerous
    + * to list here. Please refer to the COPYRIGHT file distributed with this
    + * source distribution.
    + *
    + * This library is free software; you can redistribute it and/or modify
    * it under the terms of the GNU General Public License as published by
    * the Free Software Foundation; either version 2 of the License, or
    * (at your option) any later version.
    *
    - * This program is distributed in the hope that it will be useful,
    + * 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 General Public License for more details.
    *
    * You should have received a copy of the GNU General Public License
    - * along with this program; if not, see <https://www.gnu.org/licenses/>.
    + * along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    +
    #if !defined(PURPLE_IRCV3_GLOBAL_HEADER_INSIDE) && \
    !defined(PURPLE_IRCV3_COMPILATION)
    # error "only <libpurple/protocols/ircv3.h> may be included directly"
    --- a/libpurple/protocols/ircv3/purpleircv3sasl.c Sun Jan 14 07:13:05 2024 -0600
    +++ b/libpurple/protocols/ircv3/purpleircv3sasl.c Sun Jan 14 20:08:13 2024 -0600
    @@ -2,18 +2,22 @@
    * Purple - Internet Messaging Library
    * Copyright (C) Pidgin Developers <devel@pidgin.im>
    *
    - * This program is free software; you can redistribute it and/or modify
    + * Purple is the legal property of its developers, whose names are too numerous
    + * to list here. Please refer to the COPYRIGHT file distributed with this
    + * source distribution.
    + *
    + * This library is free software; you can redistribute it and/or modify
    * it under the terms of the GNU General Public License as published by
    * the Free Software Foundation; either version 2 of the License, or
    * (at your option) any later version.
    *
    - * This program is distributed in the hope that it will be useful,
    + * 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 General Public License for more details.
    *
    * You should have received a copy of the GNU General Public License
    - * along with this program; if not, see <https://www.gnu.org/licenses/>.
    + * along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #include <glib/gi18n-lib.h>
    --- a/libpurple/protocols/ircv3/purpleircv3sasl.h Sun Jan 14 07:13:05 2024 -0600
    +++ b/libpurple/protocols/ircv3/purpleircv3sasl.h Sun Jan 14 20:08:13 2024 -0600
    @@ -2,19 +2,24 @@
    * Purple - Internet Messaging Library
    * Copyright (C) Pidgin Developers <devel@pidgin.im>
    *
    - * This program is free software; you can redistribute it and/or modify
    + * Purple is the legal property of its developers, whose names are too numerous
    + * to list here. Please refer to the COPYRIGHT file distributed with this
    + * source distribution.
    + *
    + * This library is free software; you can redistribute it and/or modify
    * it under the terms of the GNU General Public License as published by
    * the Free Software Foundation; either version 2 of the License, or
    * (at your option) any later version.
    *
    - * This program is distributed in the hope that it will be useful,
    + * 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 General Public License for more details.
    *
    * You should have received a copy of the GNU General Public License
    - * along with this program; if not, see <https://www.gnu.org/licenses/>.
    + * along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    +
    #if !defined(PURPLE_IRCV3_GLOBAL_HEADER_INSIDE) && \
    !defined(PURPLE_IRCV3_COMPILATION)
    # error "only <libpurple/protocols/ircv3.h> may be included directly"
    --- a/libpurple/protocols/ircv3/purpleircv3source.c Sun Jan 14 07:13:05 2024 -0600
    +++ b/libpurple/protocols/ircv3/purpleircv3source.c Sun Jan 14 20:08:13 2024 -0600
    @@ -2,18 +2,22 @@
    * Purple - Internet Messaging Library
    * Copyright (C) Pidgin Developers <devel@pidgin.im>
    *
    - * This program is free software; you can redistribute it and/or modify
    + * Purple is the legal property of its developers, whose names are too numerous
    + * to list here. Please refer to the COPYRIGHT file distributed with this
    + * source distribution.
    + *
    + * This library is free software; you can redistribute it and/or modify
    * it under the terms of the GNU General Public License as published by
    * the Free Software Foundation; either version 2 of the License, or
    * (at your option) any later version.
    *
    - * This program is distributed in the hope that it will be useful,
    + * 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 General Public License for more details.
    *
    * You should have received a copy of the GNU General Public License
    - * along with this program; if not, see <https://www.gnu.org/licenses/>.
    + * along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #include <purple.h>
    --- a/libpurple/protocols/ircv3/purpleircv3source.h Sun Jan 14 07:13:05 2024 -0600
    +++ b/libpurple/protocols/ircv3/purpleircv3source.h Sun Jan 14 20:08:13 2024 -0600
    @@ -2,19 +2,24 @@
    * Purple - Internet Messaging Library
    * Copyright (C) Pidgin Developers <devel@pidgin.im>
    *
    - * This program is free software; you can redistribute it and/or modify
    + * Purple is the legal property of its developers, whose names are too numerous
    + * to list here. Please refer to the COPYRIGHT file distributed with this
    + * source distribution.
    + *
    + * This library is free software; you can redistribute it and/or modify
    * it under the terms of the GNU General Public License as published by
    * the Free Software Foundation; either version 2 of the License, or
    * (at your option) any later version.
    *
    - * This program is distributed in the hope that it will be useful,
    + * 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 General Public License for more details.
    *
    * You should have received a copy of the GNU General Public License
    - * along with this program; if not, see <https://www.gnu.org/licenses/>.
    + * along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    +
    #if !defined(PURPLE_IRCV3_GLOBAL_HEADER_INSIDE) && \
    !defined(PURPLE_IRCV3_COMPILATION)
    # error "only <libpurple/protocols/ircv3.h> may be included directly"
    --- a/libpurple/protocols/ircv3/purpleircv3version.h Sun Jan 14 07:13:05 2024 -0600
    +++ b/libpurple/protocols/ircv3/purpleircv3version.h Sun Jan 14 20:08:13 2024 -0600
    @@ -2,19 +2,24 @@
    * Purple - Internet Messaging Library
    * Copyright (C) Pidgin Developers <devel@pidgin.im>
    *
    - * This program is free software; you can redistribute it and/or modify
    + * Purple is the legal property of its developers, whose names are too numerous
    + * to list here. Please refer to the COPYRIGHT file distributed with this
    + * source distribution.
    + *
    + * This library is free software; you can redistribute it and/or modify
    * it under the terms of the GNU General Public License as published by
    * the Free Software Foundation; either version 2 of the License, or
    * (at your option) any later version.
    *
    - * This program is distributed in the hope that it will be useful,
    + * 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 General Public License for more details.
    *
    * You should have received a copy of the GNU General Public License
    - * along with this program; if not, see <https://www.gnu.org/licenses/>.
    + * along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    +
    #if !defined(PURPLE_IRCV3_GLOBAL_HEADER_INSIDE) && \
    !defined(PURPLE_IRCV3_COMPILATION)
    # error "only <libpurple/protocols/ircv3.h> may be included directly"