talkatu/talkatu

2c25a49202a6
Parents b8f1e12f028f
Children f744db8a2605
Make sure license file headers are using an https link

Make sure all of the license file headers have an https link

Testing Done:
Compile only.

Reviewed at https://reviews.imfreedom.org/r/126/
  • +1 -1
    demo/talkatudemo.c
  • +1 -1
    demo/talkatudemowindow.c
  • +1 -1
    demo/talkatudemowindow.h
  • +1 -1
    talkatu/talkatuactiongroup.c
  • +1 -1
    talkatu/talkatuactiongroup.h
  • +1 -1
    talkatu/talkatuattachment.c
  • +1 -1
    talkatu/talkatuattachment.h
  • +1 -1
    talkatu/talkatuattachmentdialog.c
  • +1 -1
    talkatu/talkatuattachmentdialog.h
  • +1 -1
    talkatu/talkatuattachmentpreview.c
  • +1 -1
    talkatu/talkatuattachmentpreview.h
  • +1 -1
    talkatu/talkatubuffer.c
  • +1 -1
    talkatu/talkatubuffer.h
  • +1 -1
    talkatu/talkatucodeset.c
  • +1 -1
    talkatu/talkatucodeset.h
  • +1 -1
    talkatu/talkatucore.c
  • +1 -1
    talkatu/talkatucore.h
  • +1 -1
    talkatu/talkatueditor.c
  • +1 -1
    talkatu/talkatueditor.h
  • +1 -1
    talkatu/talkatuhistory.c
  • +1 -1
    talkatu/talkatuhistory.h
  • +1 -1
    talkatu/talkatuhistoryrow.c
  • +1 -1
    talkatu/talkatuhistoryrow.h
  • +1 -1
    talkatu/talkatuhtmlbuffer.c
  • +1 -1
    talkatu/talkatuhtmlbuffer.h
  • +1 -1
    talkatu/talkatuhtmlparser.c
  • +1 -1
    talkatu/talkatuhtmlparser.h
  • +1 -1
    talkatu/talkatuinput.c
  • +1 -1
    talkatu/talkatuinput.h
  • +1 -1
    talkatu/talkatulinkdialog.c
  • +1 -1
    talkatu/talkatulinkdialog.h
  • +1 -1
    talkatu/talkatumarkdownbuffer.c
  • +1 -1
    talkatu/talkatumarkdownbuffer.h
  • +1 -1
    talkatu/talkatumarkup.c
  • +1 -1
    talkatu/talkatumarkup.h
  • +1 -1
    talkatu/talkatumenutoolbutton.c
  • +1 -1
    talkatu/talkatumenutoolbutton.h
  • +1 -1
    talkatu/talkatumessage.c
  • +1 -1
    talkatu/talkatumessage.h
  • +1 -1
    talkatu/talkatumessageactions.c
  • +1 -1
    talkatu/talkatumessageactions.h
  • +1 -1
    talkatu/talkatuscrolledwindow.c
  • +1 -1
    talkatu/talkatuscrolledwindow.h
  • +1 -1
    talkatu/talkatusimpleattachment.c
  • +1 -1
    talkatu/talkatusimpleattachment.h
  • +1 -1
    talkatu/talkatutag.c
  • +1 -1
    talkatu/talkatutag.h
  • +1 -1
    talkatu/talkatutagtable.c
  • +1 -1
    talkatu/talkatutagtable.h
  • +1 -1
    talkatu/talkatutoolbar.c
  • +1 -1
    talkatu/talkatutoolbar.h
  • +1 -1
    talkatu/talkatutooldrawer.c
  • +1 -1
    talkatu/talkatutooldrawer.h
  • +1 -1
    talkatu/talkatutypinglabel.c
  • +1 -1
    talkatu/talkatutypinglabel.h
  • +1 -1
    talkatu/talkatuview.c
  • +1 -1
    talkatu/talkatuview.h
  • +1 -1
    talkatu/talkatuwholebuffer.c
  • +1 -1
    talkatu/talkatuwholebuffer.h
  • +1 -1
    talkatu/tests/talkatutestactiongroup.c
  • +1 -1
    talkatu/tests/talkatutesthtmlparser.c
  • +1 -1
    talkatu/tests/talkatutesthtmlserialization.c
  • --- a/demo/talkatudemo.c Mon Sep 21 20:44:33 2020 -0500
    +++ b/demo/talkatudemo.c Mon Sep 21 21:18:58 2020 -0500
    @@ -13,7 +13,7 @@
    * Lesser 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 <http://www.gnu.org/licenses/>.
    + * License along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #include <locale.h>
    --- a/demo/talkatudemowindow.c Mon Sep 21 20:44:33 2020 -0500
    +++ b/demo/talkatudemowindow.c Mon Sep 21 21:18:58 2020 -0500
    @@ -13,7 +13,7 @@
    * Lesser 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 <http://www.gnu.org/licenses/>.
    + * License along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #include <glib/gi18n.h>
    #include <gtk/gtk.h>
    --- a/demo/talkatudemowindow.h Mon Sep 21 20:44:33 2020 -0500
    +++ b/demo/talkatudemowindow.h Mon Sep 21 21:18:58 2020 -0500
    @@ -13,7 +13,7 @@
    * Lesser 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 <http://www.gnu.org/licenses/>.
    + * License along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #ifndef TALKATU_DEMO_WINDOW_H
    --- a/talkatu/talkatuactiongroup.c Mon Sep 21 20:44:33 2020 -0500
    +++ b/talkatu/talkatuactiongroup.c Mon Sep 21 21:18:58 2020 -0500
    @@ -13,7 +13,7 @@
    * Lesser 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 <http://www.gnu.org/licenses/>.
    + * License along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #include <glib/gi18n-lib.h>
    --- a/talkatu/talkatuactiongroup.h Mon Sep 21 20:44:33 2020 -0500
    +++ b/talkatu/talkatuactiongroup.h Mon Sep 21 21:18:58 2020 -0500
    @@ -13,7 +13,7 @@
    * Lesser 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 <http://www.gnu.org/licenses/>.
    + * License along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #if !defined(TALKATU_GLOBAL_HEADER_INSIDE) && !defined(TALKATU_COMPILATION)
    --- a/talkatu/talkatuattachment.c Mon Sep 21 20:44:33 2020 -0500
    +++ b/talkatu/talkatuattachment.c Mon Sep 21 21:18:58 2020 -0500
    @@ -13,7 +13,7 @@
    * Lesser 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 <http://www.gnu.org/licenses/>.
    + * License along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #include "talkatu/talkatuattachment.h"
    --- a/talkatu/talkatuattachment.h Mon Sep 21 20:44:33 2020 -0500
    +++ b/talkatu/talkatuattachment.h Mon Sep 21 21:18:58 2020 -0500
    @@ -13,7 +13,7 @@
    * Lesser 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 <http://www.gnu.org/licenses/>.
    + * License along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #if !defined(TALKATU_GLOBAL_HEADER_INSIDE) && !defined(TALKATU_COMPILATION)
    --- a/talkatu/talkatuattachmentdialog.c Mon Sep 21 20:44:33 2020 -0500
    +++ b/talkatu/talkatuattachmentdialog.c Mon Sep 21 21:18:58 2020 -0500
    @@ -13,7 +13,7 @@
    * Lesser 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 <http://www.gnu.org/licenses/>.
    + * License along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #include <gtk/gtk.h>
    --- a/talkatu/talkatuattachmentdialog.h Mon Sep 21 20:44:33 2020 -0500
    +++ b/talkatu/talkatuattachmentdialog.h Mon Sep 21 21:18:58 2020 -0500
    @@ -13,7 +13,7 @@
    * Lesser 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 <http://www.gnu.org/licenses/>.
    + * License along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #if !defined(TALKATU_GLOBAL_HEADER_INSIDE) && !defined(TALKATU_COMPILATION)
    --- a/talkatu/talkatuattachmentpreview.c Mon Sep 21 20:44:33 2020 -0500
    +++ b/talkatu/talkatuattachmentpreview.c Mon Sep 21 21:18:58 2020 -0500
    @@ -13,7 +13,7 @@
    * Lesser 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 <http://www.gnu.org/licenses/>.
    + * License along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #include <gtk/gtk.h>
    --- a/talkatu/talkatuattachmentpreview.h Mon Sep 21 20:44:33 2020 -0500
    +++ b/talkatu/talkatuattachmentpreview.h Mon Sep 21 21:18:58 2020 -0500
    @@ -13,7 +13,7 @@
    * Lesser 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 <http://www.gnu.org/licenses/>.
    + * License along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #if !defined(TALKATU_GLOBAL_HEADER_INSIDE) && !defined(TALKATU_COMPILATION)
    --- a/talkatu/talkatubuffer.c Mon Sep 21 20:44:33 2020 -0500
    +++ b/talkatu/talkatubuffer.c Mon Sep 21 21:18:58 2020 -0500
    @@ -13,7 +13,7 @@
    * Lesser 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 <http://www.gnu.org/licenses/>.
    + * License along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #include <gtk/gtk.h>
    #include <glib/gi18n-lib.h>
    --- a/talkatu/talkatubuffer.h Mon Sep 21 20:44:33 2020 -0500
    +++ b/talkatu/talkatubuffer.h Mon Sep 21 21:18:58 2020 -0500
    @@ -13,7 +13,7 @@
    * Lesser 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 <http://www.gnu.org/licenses/>.
    + * License along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #if !defined(TALKATU_GLOBAL_HEADER_INSIDE) && !defined(TALKATU_COMPILATION)
    --- a/talkatu/talkatucodeset.c Mon Sep 21 20:44:33 2020 -0500
    +++ b/talkatu/talkatucodeset.c Mon Sep 21 21:18:58 2020 -0500
    @@ -13,7 +13,7 @@
    * Lesser 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 <http://www.gnu.org/licenses/>.
    + * License along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #include "talkatu/talkatucodeset.h"
    --- a/talkatu/talkatucodeset.h Mon Sep 21 20:44:33 2020 -0500
    +++ b/talkatu/talkatucodeset.h Mon Sep 21 21:18:58 2020 -0500
    @@ -13,7 +13,7 @@
    * Lesser 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 <http://www.gnu.org/licenses/>.
    + * License along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #if !defined(TALKATU_GLOBAL_HEADER_INSIDE) && !defined(TALKATU_COMPILATION)
    --- a/talkatu/talkatucore.c Mon Sep 21 20:44:33 2020 -0500
    +++ b/talkatu/talkatucore.c Mon Sep 21 21:18:58 2020 -0500
    @@ -13,7 +13,7 @@
    * Lesser 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 <http://www.gnu.org/licenses/>.
    + * License along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #include <glib/gi18n-lib.h>
    --- a/talkatu/talkatucore.h Mon Sep 21 20:44:33 2020 -0500
    +++ b/talkatu/talkatucore.h Mon Sep 21 21:18:58 2020 -0500
    @@ -13,7 +13,7 @@
    * Lesser 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 <http://www.gnu.org/licenses/>.
    + * License along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #if !defined(TALKATU_GLOBAL_HEADER_INSIDE) && !defined(TALKATU_COMPILATION)
    --- a/talkatu/talkatueditor.c Mon Sep 21 20:44:33 2020 -0500
    +++ b/talkatu/talkatueditor.c Mon Sep 21 21:18:58 2020 -0500
    @@ -13,7 +13,7 @@
    * Lesser 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 <http://www.gnu.org/licenses/>.
    + * License along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #include <gtk/gtk.h>
    --- a/talkatu/talkatueditor.h Mon Sep 21 20:44:33 2020 -0500
    +++ b/talkatu/talkatueditor.h Mon Sep 21 21:18:58 2020 -0500
    @@ -13,7 +13,7 @@
    * Lesser 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 <http://www.gnu.org/licenses/>.
    + * License along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #if !defined(TALKATU_GLOBAL_HEADER_INSIDE) && !defined(TALKATU_COMPILATION)
    --- a/talkatu/talkatuhistory.c Mon Sep 21 20:44:33 2020 -0500
    +++ b/talkatu/talkatuhistory.c Mon Sep 21 21:18:58 2020 -0500
    @@ -13,7 +13,7 @@
    * Lesser 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 <http://www.gnu.org/licenses/>.
    + * License along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #include <gtk/gtk.h>
    --- a/talkatu/talkatuhistory.h Mon Sep 21 20:44:33 2020 -0500
    +++ b/talkatu/talkatuhistory.h Mon Sep 21 21:18:58 2020 -0500
    @@ -13,7 +13,7 @@
    * Lesser 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 <http://www.gnu.org/licenses/>.
    + * License along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #if !defined(TALKATU_GLOBAL_HEADER_INSIDE) && !defined(TALKATU_COMPILATION)
    --- a/talkatu/talkatuhistoryrow.c Mon Sep 21 20:44:33 2020 -0500
    +++ b/talkatu/talkatuhistoryrow.c Mon Sep 21 21:18:58 2020 -0500
    @@ -13,7 +13,7 @@
    * Lesser 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 <http://www.gnu.org/licenses/>.
    + * License along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #include <glib/gi18n-lib.h>
    --- a/talkatu/talkatuhistoryrow.h Mon Sep 21 20:44:33 2020 -0500
    +++ b/talkatu/talkatuhistoryrow.h Mon Sep 21 21:18:58 2020 -0500
    @@ -13,7 +13,7 @@
    * Lesser 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 <http://www.gnu.org/licenses/>.
    + * License along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #if !defined(TALKATU_GLOBAL_HEADER_INSIDE) && !defined(TALKATU_COMPILATION)
    --- a/talkatu/talkatuhtmlbuffer.c Mon Sep 21 20:44:33 2020 -0500
    +++ b/talkatu/talkatuhtmlbuffer.c Mon Sep 21 21:18:58 2020 -0500
    @@ -13,7 +13,7 @@
    * Lesser 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 <http://www.gnu.org/licenses/>.
    + * License along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #include "talkatu/talkatuactiongroup.h"
    --- a/talkatu/talkatuhtmlbuffer.h Mon Sep 21 20:44:33 2020 -0500
    +++ b/talkatu/talkatuhtmlbuffer.h Mon Sep 21 21:18:58 2020 -0500
    @@ -13,7 +13,7 @@
    * Lesser 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 <http://www.gnu.org/licenses/>.
    + * License along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #if !defined(TALKATU_GLOBAL_HEADER_INSIDE) && !defined(TALKATU_COMPILATION)
    --- a/talkatu/talkatuhtmlparser.c Mon Sep 21 20:44:33 2020 -0500
    +++ b/talkatu/talkatuhtmlparser.c Mon Sep 21 21:18:58 2020 -0500
    @@ -13,7 +13,7 @@
    * Lesser 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 <http://www.gnu.org/licenses/>.
    + * License along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #include <gumbo.h>
    --- a/talkatu/talkatuhtmlparser.h Mon Sep 21 20:44:33 2020 -0500
    +++ b/talkatu/talkatuhtmlparser.h Mon Sep 21 21:18:58 2020 -0500
    @@ -13,7 +13,7 @@
    * Lesser 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 <http://www.gnu.org/licenses/>.
    + * License along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #if !defined(TALKATU_GLOBAL_HEADER_INSIDE) && !defined(TALKATU_COMPILATION)
    --- a/talkatu/talkatuinput.c Mon Sep 21 20:44:33 2020 -0500
    +++ b/talkatu/talkatuinput.c Mon Sep 21 21:18:58 2020 -0500
    @@ -13,7 +13,7 @@
    * Lesser 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 <http://www.gnu.org/licenses/>.
    + * License along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #include <glib.h>
    #include <glib/gi18n-lib.h>
    --- a/talkatu/talkatuinput.h Mon Sep 21 20:44:33 2020 -0500
    +++ b/talkatu/talkatuinput.h Mon Sep 21 21:18:58 2020 -0500
    @@ -13,7 +13,7 @@
    * Lesser 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 <http://www.gnu.org/licenses/>.
    + * License along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #if !defined(TALKATU_GLOBAL_HEADER_INSIDE) && !defined(TALKATU_COMPILATION)
    --- a/talkatu/talkatulinkdialog.c Mon Sep 21 20:44:33 2020 -0500
    +++ b/talkatu/talkatulinkdialog.c Mon Sep 21 21:18:58 2020 -0500
    @@ -13,7 +13,7 @@
    * Lesser 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 <http://www.gnu.org/licenses/>.
    + * License along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #include <gtk/gtk.h>
    --- a/talkatu/talkatulinkdialog.h Mon Sep 21 20:44:33 2020 -0500
    +++ b/talkatu/talkatulinkdialog.h Mon Sep 21 21:18:58 2020 -0500
    @@ -13,7 +13,7 @@
    * Lesser 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 <http://www.gnu.org/licenses/>.
    + * License along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #if !defined(TALKATU_GLOBAL_HEADER_INSIDE) && !defined(TALKATU_COMPILATION)
    --- a/talkatu/talkatumarkdownbuffer.c Mon Sep 21 20:44:33 2020 -0500
    +++ b/talkatu/talkatumarkdownbuffer.c Mon Sep 21 21:18:58 2020 -0500
    @@ -13,7 +13,7 @@
    * Lesser 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 <http://www.gnu.org/licenses/>.
    + * License along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #include <cmark.h>
    --- a/talkatu/talkatumarkdownbuffer.h Mon Sep 21 20:44:33 2020 -0500
    +++ b/talkatu/talkatumarkdownbuffer.h Mon Sep 21 21:18:58 2020 -0500
    @@ -13,7 +13,7 @@
    * Lesser 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 <http://www.gnu.org/licenses/>.
    + * License along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #if !defined(TALKATU_GLOBAL_HEADER_INSIDE) && !defined(TALKATU_COMPILATION)
    --- a/talkatu/talkatumarkup.c Mon Sep 21 20:44:33 2020 -0500
    +++ b/talkatu/talkatumarkup.c Mon Sep 21 21:18:58 2020 -0500
    @@ -13,7 +13,7 @@
    * Lesser 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 <http://www.gnu.org/licenses/>.
    + * License along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #include <gumbo.h>
    --- a/talkatu/talkatumarkup.h Mon Sep 21 20:44:33 2020 -0500
    +++ b/talkatu/talkatumarkup.h Mon Sep 21 21:18:58 2020 -0500
    @@ -13,7 +13,7 @@
    * Lesser 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 <http://www.gnu.org/licenses/>.
    + * License along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #if !defined(TALKATU_GLOBAL_HEADER_INSIDE) && !defined(TALKATU_COMPILATION)
    --- a/talkatu/talkatumenutoolbutton.c Mon Sep 21 20:44:33 2020 -0500
    +++ b/talkatu/talkatumenutoolbutton.c Mon Sep 21 21:18:58 2020 -0500
    @@ -13,7 +13,7 @@
    * Lesser 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 <http://www.gnu.org/licenses/>.
    + * License along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #include <stdio.h>
    --- a/talkatu/talkatumenutoolbutton.h Mon Sep 21 20:44:33 2020 -0500
    +++ b/talkatu/talkatumenutoolbutton.h Mon Sep 21 21:18:58 2020 -0500
    @@ -13,7 +13,7 @@
    * Lesser 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 <http://www.gnu.org/licenses/>.
    + * License along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #if !defined(TALKATU_GLOBAL_HEADER_INSIDE) && !defined(TALKATU_COMPILATION)
    --- a/talkatu/talkatumessage.c Mon Sep 21 20:44:33 2020 -0500
    +++ b/talkatu/talkatumessage.c Mon Sep 21 21:18:58 2020 -0500
    @@ -13,7 +13,7 @@
    * Lesser 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 <http://www.gnu.org/licenses/>.
    + * License along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #include <gtk/gtk.h>
    --- a/talkatu/talkatumessage.h Mon Sep 21 20:44:33 2020 -0500
    +++ b/talkatu/talkatumessage.h Mon Sep 21 21:18:58 2020 -0500
    @@ -13,7 +13,7 @@
    * Lesser 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 <http://www.gnu.org/licenses/>.
    + * License along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #if !defined(TALKATU_GLOBAL_HEADER_INSIDE) && !defined(TALKATU_COMPILATION)
    --- a/talkatu/talkatumessageactions.c Mon Sep 21 20:44:33 2020 -0500
    +++ b/talkatu/talkatumessageactions.c Mon Sep 21 21:18:58 2020 -0500
    @@ -13,7 +13,7 @@
    * Lesser 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 <http://www.gnu.org/licenses/>.
    + * License along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #include <gtk/gtk.h>
    --- a/talkatu/talkatumessageactions.h Mon Sep 21 20:44:33 2020 -0500
    +++ b/talkatu/talkatumessageactions.h Mon Sep 21 21:18:58 2020 -0500
    @@ -13,7 +13,7 @@
    * Lesser 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 <http://www.gnu.org/licenses/>.
    + * License along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #if !defined(TALKATU_GLOBAL_HEADER_INSIDE) && !defined(TALKATU_COMPILATION)
    --- a/talkatu/talkatuscrolledwindow.c Mon Sep 21 20:44:33 2020 -0500
    +++ b/talkatu/talkatuscrolledwindow.c Mon Sep 21 21:18:58 2020 -0500
    @@ -13,7 +13,7 @@
    * Lesser 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 <http://www.gnu.org/licenses/>.
    + * License along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #include <gtk/gtk.h>
    --- a/talkatu/talkatuscrolledwindow.h Mon Sep 21 20:44:33 2020 -0500
    +++ b/talkatu/talkatuscrolledwindow.h Mon Sep 21 21:18:58 2020 -0500
    @@ -13,7 +13,7 @@
    * Lesser 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 <http://www.gnu.org/licenses/>.
    + * License along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #if !defined(TALKATU_GLOBAL_HEADER_INSIDE) && !defined(TALKATU_COMPILATION)
    --- a/talkatu/talkatusimpleattachment.c Mon Sep 21 20:44:33 2020 -0500
    +++ b/talkatu/talkatusimpleattachment.c Mon Sep 21 21:18:58 2020 -0500
    @@ -13,7 +13,7 @@
    * Lesser 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 <http://www.gnu.org/licenses/>.
    + * License along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #include "talkatu/talkatusimpleattachment.h"
    --- a/talkatu/talkatusimpleattachment.h Mon Sep 21 20:44:33 2020 -0500
    +++ b/talkatu/talkatusimpleattachment.h Mon Sep 21 21:18:58 2020 -0500
    @@ -13,7 +13,7 @@
    * Lesser 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 <http://www.gnu.org/licenses/>.
    + * License along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #if !defined(TALKATU_GLOBAL_HEADER_INSIDE) && !defined(TALKATU_COMPILATION)
    --- a/talkatu/talkatutag.c Mon Sep 21 20:44:33 2020 -0500
    +++ b/talkatu/talkatutag.c Mon Sep 21 21:18:58 2020 -0500
    @@ -13,7 +13,7 @@
    * Lesser 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 <http://www.gnu.org/licenses/>.
    + * License along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #include "talkatu/talkatuactiongroup.h"
    --- a/talkatu/talkatutag.h Mon Sep 21 20:44:33 2020 -0500
    +++ b/talkatu/talkatutag.h Mon Sep 21 21:18:58 2020 -0500
    @@ -13,7 +13,7 @@
    * Lesser 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 <http://www.gnu.org/licenses/>.
    + * License along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #if !defined(TALKATU_GLOBAL_HEADER_INSIDE) && !defined(TALKATU_COMPILATION)
    --- a/talkatu/talkatutagtable.c Mon Sep 21 20:44:33 2020 -0500
    +++ b/talkatu/talkatutagtable.c Mon Sep 21 21:18:58 2020 -0500
    @@ -13,7 +13,7 @@
    * Lesser 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 <http://www.gnu.org/licenses/>.
    + * License along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #include <stdarg.h>
    --- a/talkatu/talkatutagtable.h Mon Sep 21 20:44:33 2020 -0500
    +++ b/talkatu/talkatutagtable.h Mon Sep 21 21:18:58 2020 -0500
    @@ -13,7 +13,7 @@
    * Lesser 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 <http://www.gnu.org/licenses/>.
    + * License along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #if !defined(TALKATU_GLOBAL_HEADER_INSIDE) && !defined(TALKATU_COMPILATION)
    --- a/talkatu/talkatutoolbar.c Mon Sep 21 20:44:33 2020 -0500
    +++ b/talkatu/talkatutoolbar.c Mon Sep 21 21:18:58 2020 -0500
    @@ -13,7 +13,7 @@
    * Lesser 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 <http://www.gnu.org/licenses/>.
    + * License along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #include <gtk/gtk.h>
    --- a/talkatu/talkatutoolbar.h Mon Sep 21 20:44:33 2020 -0500
    +++ b/talkatu/talkatutoolbar.h Mon Sep 21 21:18:58 2020 -0500
    @@ -13,7 +13,7 @@
    * Lesser 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 <http://www.gnu.org/licenses/>.
    + * License along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #if !defined(TALKATU_GLOBAL_HEADER_INSIDE) && !defined(TALKATU_COMPILATION)
    --- a/talkatu/talkatutooldrawer.c Mon Sep 21 20:44:33 2020 -0500
    +++ b/talkatu/talkatutooldrawer.c Mon Sep 21 21:18:58 2020 -0500
    @@ -13,7 +13,7 @@
    * Lesser 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 <http://www.gnu.org/licenses/>.
    + * License along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #include <stdio.h>
    --- a/talkatu/talkatutooldrawer.h Mon Sep 21 20:44:33 2020 -0500
    +++ b/talkatu/talkatutooldrawer.h Mon Sep 21 21:18:58 2020 -0500
    @@ -13,7 +13,7 @@
    * Lesser 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 <http://www.gnu.org/licenses/>.
    + * License along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #if !defined(TALKATU_GLOBAL_HEADER_INSIDE) && !defined(TALKATU_COMPILATION)
    --- a/talkatu/talkatutypinglabel.c Mon Sep 21 20:44:33 2020 -0500
    +++ b/talkatu/talkatutypinglabel.c Mon Sep 21 21:18:58 2020 -0500
    @@ -13,7 +13,7 @@
    * Lesser 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 <http://www.gnu.org/licenses/>.
    + * License along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #include <glib/gi18n-lib.h>
    --- a/talkatu/talkatutypinglabel.h Mon Sep 21 20:44:33 2020 -0500
    +++ b/talkatu/talkatutypinglabel.h Mon Sep 21 21:18:58 2020 -0500
    @@ -13,7 +13,7 @@
    * Lesser 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 <http://www.gnu.org/licenses/>.
    + * License along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #if !defined(TALKATU_GLOBAL_HEADER_INSIDE) && !defined(TALKATU_COMPILATION)
    #error "only <talkatu.h> may be included directly"
    --- a/talkatu/talkatuview.c Mon Sep 21 20:44:33 2020 -0500
    +++ b/talkatu/talkatuview.c Mon Sep 21 21:18:58 2020 -0500
    @@ -13,7 +13,7 @@
    * Lesser 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 <http://www.gnu.org/licenses/>.
    + * License along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #include <glib/gi18n-lib.h>
    #include <gtk/gtk.h>
    --- a/talkatu/talkatuview.h Mon Sep 21 20:44:33 2020 -0500
    +++ b/talkatu/talkatuview.h Mon Sep 21 21:18:58 2020 -0500
    @@ -13,7 +13,7 @@
    * Lesser 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 <http://www.gnu.org/licenses/>.
    + * License along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #if !defined(TALKATU_GLOBAL_HEADER_INSIDE) && !defined(TALKATU_COMPILATION)
    --- a/talkatu/talkatuwholebuffer.c Mon Sep 21 20:44:33 2020 -0500
    +++ b/talkatu/talkatuwholebuffer.c Mon Sep 21 21:18:58 2020 -0500
    @@ -13,7 +13,7 @@
    * Lesser 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 <http://www.gnu.org/licenses/>.
    + * License along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #include <gtk/gtk.h>
    --- a/talkatu/talkatuwholebuffer.h Mon Sep 21 20:44:33 2020 -0500
    +++ b/talkatu/talkatuwholebuffer.h Mon Sep 21 21:18:58 2020 -0500
    @@ -13,7 +13,7 @@
    * Lesser 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 <http://www.gnu.org/licenses/>.
    + * License along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #if !defined(TALKATU_GLOBAL_HEADER_INSIDE) && !defined(TALKATU_COMPILATION)
    --- a/talkatu/tests/talkatutestactiongroup.c Mon Sep 21 20:44:33 2020 -0500
    +++ b/talkatu/tests/talkatutestactiongroup.c Mon Sep 21 21:18:58 2020 -0500
    @@ -13,7 +13,7 @@
    * Lesser 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 <http://www.gnu.org/licenses/>.
    + * License along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #include <talkatu.h>
    --- a/talkatu/tests/talkatutesthtmlparser.c Mon Sep 21 20:44:33 2020 -0500
    +++ b/talkatu/tests/talkatutesthtmlparser.c Mon Sep 21 21:18:58 2020 -0500
    @@ -13,7 +13,7 @@
    * Lesser 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 <http://www.gnu.org/licenses/>.
    + * License along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #include <talkatu.h>
    --- a/talkatu/tests/talkatutesthtmlserialization.c Mon Sep 21 20:44:33 2020 -0500
    +++ b/talkatu/tests/talkatutesthtmlserialization.c Mon Sep 21 21:18:58 2020 -0500
    @@ -13,7 +13,7 @@
    * Lesser 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 <http://www.gnu.org/licenses/>.
    + * License along with this library; if not, see <https://www.gnu.org/licenses/>.
    */
    #include <talkatu.h>