diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2017-04-02 20:22:13 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2017-04-02 20:22:13 +0200 |
commit | b231faf8ed4d8cc009a33afb636fd4fe197ddd0e (patch) | |
tree | 5fb9642ea245a7f906f44f253c5d50d18772c316 /src/forms | |
parent | Some code cleanup (diff) | |
download | smolbote-b231faf8ed4d8cc009a33afb636fd4fe197ddd0e.tar.xz |
Updated pre-commit.rb
Diffstat (limited to 'src/forms')
-rw-r--r-- | src/forms/aboutdialog.cpp | 2 | ||||
-rw-r--r-- | src/forms/aboutdialog.h | 2 | ||||
-rw-r--r-- | src/forms/bookmarkswidget.cpp | 2 | ||||
-rw-r--r-- | src/forms/bookmarkswidget.h | 2 | ||||
-rw-r--r-- | src/forms/cookiesform.cpp | 2 | ||||
-rw-r--r-- | src/forms/cookiesform.h | 2 | ||||
-rw-r--r-- | src/forms/downloadswidget.cpp | 2 | ||||
-rw-r--r-- | src/forms/downloadswidget.h | 2 | ||||
-rw-r--r-- | src/forms/profiledialog.cpp | 2 | ||||
-rw-r--r-- | src/forms/profiledialog.h | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/src/forms/aboutdialog.cpp b/src/forms/aboutdialog.cpp index dd26e91..e5dd854 100644 --- a/src/forms/aboutdialog.cpp +++ b/src/forms/aboutdialog.cpp @@ -1,4 +1,4 @@ -/** LICENSE ******************************************************************** +/******************************************************************************* ** ** smolbote: yet another qute browser ** Copyright (C) 2017 Xian Nox diff --git a/src/forms/aboutdialog.h b/src/forms/aboutdialog.h index aaa299a..98a4a49 100644 --- a/src/forms/aboutdialog.h +++ b/src/forms/aboutdialog.h @@ -1,4 +1,4 @@ -/** LICENSE ******************************************************************** +/******************************************************************************* ** ** smolbote: yet another qute browser ** Copyright (C) 2017 Xian Nox diff --git a/src/forms/bookmarkswidget.cpp b/src/forms/bookmarkswidget.cpp index 63062a2..ffb5d6c 100644 --- a/src/forms/bookmarkswidget.cpp +++ b/src/forms/bookmarkswidget.cpp @@ -1,4 +1,4 @@ -/** LICENSE ******************************************************************** +/******************************************************************************* ** ** smolbote: yet another qute browser ** Copyright (C) 2017 Xian Nox diff --git a/src/forms/bookmarkswidget.h b/src/forms/bookmarkswidget.h index 19c49e5..ba0b361 100644 --- a/src/forms/bookmarkswidget.h +++ b/src/forms/bookmarkswidget.h @@ -1,4 +1,4 @@ -/** LICENSE ******************************************************************** +/******************************************************************************* ** ** smolbote: yet another qute browser ** Copyright (C) 2017 Xian Nox diff --git a/src/forms/cookiesform.cpp b/src/forms/cookiesform.cpp index 7dfeb26..37b00c5 100644 --- a/src/forms/cookiesform.cpp +++ b/src/forms/cookiesform.cpp @@ -1,4 +1,4 @@ -/** LICENSE ******************************************************************** +/******************************************************************************* ** ** smolbote: yet another qute browser ** Copyright (C) 2017 Xian Nox diff --git a/src/forms/cookiesform.h b/src/forms/cookiesform.h index 0b3386a..4484823 100644 --- a/src/forms/cookiesform.h +++ b/src/forms/cookiesform.h @@ -1,4 +1,4 @@ -/** LICENSE ******************************************************************** +/******************************************************************************* ** ** smolbote: yet another qute browser ** Copyright (C) 2017 Xian Nox diff --git a/src/forms/downloadswidget.cpp b/src/forms/downloadswidget.cpp index 45c458d..ab1d6c0 100644 --- a/src/forms/downloadswidget.cpp +++ b/src/forms/downloadswidget.cpp @@ -1,4 +1,4 @@ -/** LICENSE ******************************************************************** +/******************************************************************************* ** ** smolbote: yet another qute browser ** Copyright (C) 2017 Xian Nox diff --git a/src/forms/downloadswidget.h b/src/forms/downloadswidget.h index 1ae29ee..fed3833 100644 --- a/src/forms/downloadswidget.h +++ b/src/forms/downloadswidget.h @@ -1,4 +1,4 @@ -/** LICENSE ******************************************************************** +/******************************************************************************* ** ** smolbote: yet another qute browser ** Copyright (C) 2017 Xian Nox diff --git a/src/forms/profiledialog.cpp b/src/forms/profiledialog.cpp index 047f51b..4d6c047 100644 --- a/src/forms/profiledialog.cpp +++ b/src/forms/profiledialog.cpp @@ -1,4 +1,4 @@ -/** LICENSE ******************************************************************** +/******************************************************************************* ** ** smolbote: yet another qute browser ** Copyright (C) 2017 Xian Nox diff --git a/src/forms/profiledialog.h b/src/forms/profiledialog.h index 79f85b1..613ed80 100644 --- a/src/forms/profiledialog.h +++ b/src/forms/profiledialog.h @@ -1,4 +1,4 @@ -/** LICENSE ******************************************************************** +/******************************************************************************* ** ** smolbote: yet another qute browser ** Copyright (C) 2017 Xian Nox |