[dconf-editor] Use https in license notices.
- From: Arnaud Bonatti <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dconf-editor] Use https in license notices.
- Date: Thu, 8 Mar 2018 16:12:04 +0000 (UTC)
commit d5b0853e9198d56c1b07ec31e3edbe4f0573d8ee
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date: Thu Mar 8 17:11:32 2018 +0100
Use https in license notices.
To follow COPYING file.
editor/bookmarks.vala | 2 +-
editor/browser-infobar.vala | 2 +-
editor/browser-stack.vala | 2 +-
editor/browser-view.vala | 2 +-
editor/dconf-editor.1 | 2 +-
editor/dconf-editor.css | 2 +-
editor/dconf-editor.vala | 2 +-
editor/dconf-model.vala | 2 +-
editor/dconf-view.vala | 2 +-
editor/dconf-window.vala | 2 +-
editor/delayed-setting-view.vala | 2 +-
editor/key-list-box-row.vala | 2 +-
editor/modifications-handler.vala | 2 +-
editor/modifications-revealer.vala | 2 +-
editor/pathbar.vala | 2 +-
editor/registry-info.vala | 2 +-
editor/registry-placeholder.vala | 2 +-
editor/registry-search.vala | 2 +-
editor/registry-view.vala | 2 +-
editor/schemas-utility.vala | 2 +-
editor/setting-object.vala | 2 +-
editor/source-manager.vala | 2 +-
22 files changed, 22 insertions(+), 22 deletions(-)
---
diff --git a/editor/bookmarks.vala b/editor/bookmarks.vala
index 03799c6..f614c28 100644
--- a/editor/bookmarks.vala
+++ b/editor/bookmarks.vala
@@ -12,7 +12,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Dconf Editor. If not, see <http://www.gnu.org/licenses/>.
+ along with Dconf Editor. If not, see <https://www.gnu.org/licenses/>.
*/
using Gtk;
diff --git a/editor/browser-infobar.vala b/editor/browser-infobar.vala
index 8bd774b..f06c4a8 100644
--- a/editor/browser-infobar.vala
+++ b/editor/browser-infobar.vala
@@ -12,7 +12,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Dconf Editor. If not, see <http://www.gnu.org/licenses/>.
+ along with Dconf Editor. If not, see <https://www.gnu.org/licenses/>.
*/
using Gtk;
diff --git a/editor/browser-stack.vala b/editor/browser-stack.vala
index 6dd74cc..585e837 100644
--- a/editor/browser-stack.vala
+++ b/editor/browser-stack.vala
@@ -12,7 +12,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Dconf Editor. If not, see <http://www.gnu.org/licenses/>.
+ along with Dconf Editor. If not, see <https://www.gnu.org/licenses/>.
*/
using Gtk;
diff --git a/editor/browser-view.vala b/editor/browser-view.vala
index 598297b..b90ca5a 100644
--- a/editor/browser-view.vala
+++ b/editor/browser-view.vala
@@ -12,7 +12,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Dconf Editor. If not, see <http://www.gnu.org/licenses/>.
+ along with Dconf Editor. If not, see <https://www.gnu.org/licenses/>.
*/
using Gtk;
diff --git a/editor/dconf-editor.1 b/editor/dconf-editor.1
index 86b6741..7d1633c 100644
--- a/editor/dconf-editor.1
+++ b/editor/dconf-editor.1
@@ -11,7 +11,7 @@
.\" GNU General Public License for more details.
.\"
.\" You should have received a copy of the GNU General Public License
-.\" along with Dconf Editor. If not, see <http://www.gnu.org/licenses/>.
+.\" along with Dconf Editor. If not, see <https://www.gnu.org/licenses/>.
.TH "DCONF\-EDITOR" "1"
.SH "NAME"
dconf-editor \- Graphical editor for gsettings and dconf
diff --git a/editor/dconf-editor.css b/editor/dconf-editor.css
index ad01686..629a93e 100644
--- a/editor/dconf-editor.css
+++ b/editor/dconf-editor.css
@@ -12,7 +12,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Dconf Editor. If not, see <http://www.gnu.org/licenses/>.
+ along with Dconf Editor. If not, see <https://www.gnu.org/licenses/>.
*/
/*
diff --git a/editor/dconf-editor.vala b/editor/dconf-editor.vala
index a2533c5..2f5524b 100644
--- a/editor/dconf-editor.vala
+++ b/editor/dconf-editor.vala
@@ -12,7 +12,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Dconf Editor. If not, see <http://www.gnu.org/licenses/>.
+ along with Dconf Editor. If not, see <https://www.gnu.org/licenses/>.
*/
class ConfigurationEditor : Gtk.Application
diff --git a/editor/dconf-model.vala b/editor/dconf-model.vala
index 759461d..83d7bd4 100644
--- a/editor/dconf-model.vala
+++ b/editor/dconf-model.vala
@@ -12,7 +12,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Dconf Editor. If not, see <http://www.gnu.org/licenses/>.
+ along with Dconf Editor. If not, see <https://www.gnu.org/licenses/>.
*/
public class SettingsModel : Object
diff --git a/editor/dconf-view.vala b/editor/dconf-view.vala
index 36ada7a..fcbe364 100644
--- a/editor/dconf-view.vala
+++ b/editor/dconf-view.vala
@@ -12,7 +12,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Dconf Editor. If not, see <http://www.gnu.org/licenses/>.
+ along with Dconf Editor. If not, see <https://www.gnu.org/licenses/>.
*/
using Gtk;
diff --git a/editor/dconf-window.vala b/editor/dconf-window.vala
index 287f90b..dd66cc9 100644
--- a/editor/dconf-window.vala
+++ b/editor/dconf-window.vala
@@ -12,7 +12,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Dconf Editor. If not, see <http://www.gnu.org/licenses/>.
+ along with Dconf Editor. If not, see <https://www.gnu.org/licenses/>.
*/
using Gtk;
diff --git a/editor/delayed-setting-view.vala b/editor/delayed-setting-view.vala
index 9b57d04..f106c27 100644
--- a/editor/delayed-setting-view.vala
+++ b/editor/delayed-setting-view.vala
@@ -12,7 +12,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Dconf Editor. If not, see <http://www.gnu.org/licenses/>.
+ along with Dconf Editor. If not, see <https://www.gnu.org/licenses/>.
*/
using Gtk;
diff --git a/editor/key-list-box-row.vala b/editor/key-list-box-row.vala
index 06006b8..3e023e6 100644
--- a/editor/key-list-box-row.vala
+++ b/editor/key-list-box-row.vala
@@ -12,7 +12,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Dconf Editor. If not, see <http://www.gnu.org/licenses/>.
+ along with Dconf Editor. If not, see <https://www.gnu.org/licenses/>.
*/
using Gtk;
diff --git a/editor/modifications-handler.vala b/editor/modifications-handler.vala
index fc75529..8f52e50 100644
--- a/editor/modifications-handler.vala
+++ b/editor/modifications-handler.vala
@@ -12,7 +12,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Dconf Editor. If not, see <http://www.gnu.org/licenses/>.
+ along with Dconf Editor. If not, see <https://www.gnu.org/licenses/>.
*/
public enum Behaviour {
diff --git a/editor/modifications-revealer.vala b/editor/modifications-revealer.vala
index 46ed345..03365ea 100644
--- a/editor/modifications-revealer.vala
+++ b/editor/modifications-revealer.vala
@@ -12,7 +12,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Dconf Editor. If not, see <http://www.gnu.org/licenses/>.
+ along with Dconf Editor. If not, see <https://www.gnu.org/licenses/>.
*/
using Gtk;
diff --git a/editor/pathbar.vala b/editor/pathbar.vala
index edc4b63..c028bc0 100644
--- a/editor/pathbar.vala
+++ b/editor/pathbar.vala
@@ -12,7 +12,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Dconf Editor. If not, see <http://www.gnu.org/licenses/>.
+ along with Dconf Editor. If not, see <https://www.gnu.org/licenses/>.
*/
using Gtk;
diff --git a/editor/registry-info.vala b/editor/registry-info.vala
index cc1d534..bda9078 100644
--- a/editor/registry-info.vala
+++ b/editor/registry-info.vala
@@ -12,7 +12,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Dconf Editor. If not, see <http://www.gnu.org/licenses/>.
+ along with Dconf Editor. If not, see <https://www.gnu.org/licenses/>.
*/
using Gtk;
diff --git a/editor/registry-placeholder.vala b/editor/registry-placeholder.vala
index 4139a83..0e96166 100644
--- a/editor/registry-placeholder.vala
+++ b/editor/registry-placeholder.vala
@@ -12,7 +12,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Dconf Editor. If not, see <http://www.gnu.org/licenses/>.
+ along with Dconf Editor. If not, see <https://www.gnu.org/licenses/>.
*/
using Gtk;
diff --git a/editor/registry-search.vala b/editor/registry-search.vala
index 112a54c..4d4d741 100644
--- a/editor/registry-search.vala
+++ b/editor/registry-search.vala
@@ -12,7 +12,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Dconf Editor. If not, see <http://www.gnu.org/licenses/>.
+ along with Dconf Editor. If not, see <https://www.gnu.org/licenses/>.
*/
using Gtk;
diff --git a/editor/registry-view.vala b/editor/registry-view.vala
index 270becd..8ab8a46 100644
--- a/editor/registry-view.vala
+++ b/editor/registry-view.vala
@@ -12,7 +12,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Dconf Editor. If not, see <http://www.gnu.org/licenses/>.
+ along with Dconf Editor. If not, see <https://www.gnu.org/licenses/>.
*/
using Gtk;
diff --git a/editor/schemas-utility.vala b/editor/schemas-utility.vala
index 1dbb735..c98ed9d 100644
--- a/editor/schemas-utility.vala
+++ b/editor/schemas-utility.vala
@@ -12,7 +12,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Dconf Editor. If not, see <http://www.gnu.org/licenses/>.
+ along with Dconf Editor. If not, see <https://www.gnu.org/licenses/>.
*/
public class SchemasUtility : Object
diff --git a/editor/setting-object.vala b/editor/setting-object.vala
index b1024a1..12fd682 100644
--- a/editor/setting-object.vala
+++ b/editor/setting-object.vala
@@ -12,7 +12,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Dconf Editor. If not, see <http://www.gnu.org/licenses/>.
+ along with Dconf Editor. If not, see <https://www.gnu.org/licenses/>.
*/
public abstract class SettingObject : Object
diff --git a/editor/source-manager.vala b/editor/source-manager.vala
index bdf2abf..32e7979 100644
--- a/editor/source-manager.vala
+++ b/editor/source-manager.vala
@@ -12,7 +12,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Dconf Editor. If not, see <http://www.gnu.org/licenses/>.
+ along with Dconf Editor. If not, see <https://www.gnu.org/licenses/>.
*/
public class SourceManager : Object
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]