[gnome-builder] vala-pack: prefer © over (C)
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] vala-pack: prefer © over (C)
- Date: Sat, 11 Nov 2017 00:50:37 +0000 (UTC)
commit f05865dd03c2222448b87cd38644f49db076b34e
Author: Christian Hergert <chergert redhat com>
Date: Fri Nov 10 16:50:26 2017 -0800
vala-pack: prefer © over (C)
.../vala-pack/ide-vala-completion-item.vala | 2 +-
.../vala-pack/ide-vala-completion-provider.vala | 2 +-
src/plugins/vala-pack/ide-vala-completion.vala | 4 ++--
.../vala-pack/ide-vala-diagnostic-provider.vala | 2 +-
src/plugins/vala-pack/ide-vala-diagnostics.vala | 2 +-
src/plugins/vala-pack/ide-vala-indenter.vala | 2 +-
src/plugins/vala-pack/ide-vala-index.vala | 2 +-
src/plugins/vala-pack/ide-vala-locator.vala | 4 ++--
src/plugins/vala-pack/ide-vala-pipeline-addin.vala | 2 +-
.../vala-pack/ide-vala-preferences-addin.vala | 2 +-
src/plugins/vala-pack/ide-vala-service.vala | 2 +-
src/plugins/vala-pack/ide-vala-source-file.vala | 4 ++--
.../vala-pack/ide-vala-symbol-resolver.vala | 2 +-
src/plugins/vala-pack/ide-vala-symbol-tree.vala | 2 +-
src/plugins/vala-pack/vala-pack-plugin.vala | 2 +-
15 files changed, 18 insertions(+), 18 deletions(-)
---
diff --git a/src/plugins/vala-pack/ide-vala-completion-item.vala
b/src/plugins/vala-pack/ide-vala-completion-item.vala
index 00c3655..58277bf 100644
--- a/src/plugins/vala-pack/ide-vala-completion-item.vala
+++ b/src/plugins/vala-pack/ide-vala-completion-item.vala
@@ -1,6 +1,6 @@
/* ide-vala-completion-item.vala
*
- * Copyright (C) 2015 Christian Hergert <christian hergert me>
+ * Copyright © 2015 Christian Hergert <christian hergert me>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/plugins/vala-pack/ide-vala-completion-provider.vala
b/src/plugins/vala-pack/ide-vala-completion-provider.vala
index af08e05..34afcb9 100644
--- a/src/plugins/vala-pack/ide-vala-completion-provider.vala
+++ b/src/plugins/vala-pack/ide-vala-completion-provider.vala
@@ -1,6 +1,6 @@
/* ide-vala-completion-provider.vala
*
- * Copyright (C) 2015 Christian Hergert <christian hergert me>
+ * Copyright © 2015 Christian Hergert <christian hergert me>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/plugins/vala-pack/ide-vala-completion.vala b/src/plugins/vala-pack/ide-vala-completion.vala
index f7c98b1..ed2c101 100644
--- a/src/plugins/vala-pack/ide-vala-completion.vala
+++ b/src/plugins/vala-pack/ide-vala-completion.vala
@@ -2,8 +2,8 @@
* Some of the code below is taken from Anjuta and is licensed under the
* terms of the GPL v2. The original copyright is preserved.
*
- * Copyright (C) 2008-2010 Abderrahim Kitouni
- * Copyright (C) 2015 Christian Hergert <christian hergert me>
+ * Copyright © 2008-2010 Abderrahim Kitouni
+ * Copyright © 2015 Christian Hergert <christian hergert me>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/plugins/vala-pack/ide-vala-diagnostic-provider.vala
b/src/plugins/vala-pack/ide-vala-diagnostic-provider.vala
index c244414..7a417bb 100644
--- a/src/plugins/vala-pack/ide-vala-diagnostic-provider.vala
+++ b/src/plugins/vala-pack/ide-vala-diagnostic-provider.vala
@@ -1,6 +1,6 @@
/* ide-vala-diagnostic-provider.vala
*
- * Copyright (C) 2015 Christian Hergert <christian hergert me>
+ * Copyright © 2015 Christian Hergert <christian hergert me>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/plugins/vala-pack/ide-vala-diagnostics.vala b/src/plugins/vala-pack/ide-vala-diagnostics.vala
index eaf75d6..295a171 100644
--- a/src/plugins/vala-pack/ide-vala-diagnostics.vala
+++ b/src/plugins/vala-pack/ide-vala-diagnostics.vala
@@ -1,6 +1,6 @@
/* ide-vala-diagnostics.vala
*
- * Copyright (C) 2015 Christian Hergert <christian hergert me>
+ * Copyright © 2015 Christian Hergert <christian hergert me>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/plugins/vala-pack/ide-vala-indenter.vala b/src/plugins/vala-pack/ide-vala-indenter.vala
index 95e29d5..f605818 100644
--- a/src/plugins/vala-pack/ide-vala-indenter.vala
+++ b/src/plugins/vala-pack/ide-vala-indenter.vala
@@ -1,6 +1,6 @@
/* ide-vala-indenter.vala
*
- * Copyright (C) 2015 Christian Hergert <christian hergert me>
+ * Copyright © 2015 Christian Hergert <christian hergert me>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/plugins/vala-pack/ide-vala-index.vala b/src/plugins/vala-pack/ide-vala-index.vala
index 7bedda4..c0bccd6 100644
--- a/src/plugins/vala-pack/ide-vala-index.vala
+++ b/src/plugins/vala-pack/ide-vala-index.vala
@@ -1,6 +1,6 @@
/* ide-vala-index.vala
*
- * Copyright (C) 2015 Christian Hergert <christian hergert me>
+ * Copyright © 2015 Christian Hergert <christian hergert me>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/plugins/vala-pack/ide-vala-locator.vala b/src/plugins/vala-pack/ide-vala-locator.vala
index 84a84b1..667ef5b 100644
--- a/src/plugins/vala-pack/ide-vala-locator.vala
+++ b/src/plugins/vala-pack/ide-vala-locator.vala
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 2008 Abderrahim Kitouni
- * Copyright (C) 2015 Christian Hergert <christian hergert me>
+ * Copyright © 2008 Abderrahim Kitouni
+ * Copyright © 2015 Christian Hergert <christian hergert me>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/plugins/vala-pack/ide-vala-pipeline-addin.vala
b/src/plugins/vala-pack/ide-vala-pipeline-addin.vala
index 2b84f82..594b818 100644
--- a/src/plugins/vala-pack/ide-vala-pipeline-addin.vala
+++ b/src/plugins/vala-pack/ide-vala-pipeline-addin.vala
@@ -1,6 +1,6 @@
/* ide-vala-pipeline-addin.vala
*
- * Copyright (C) 2017 Christian Hergert <christian hergert me>
+ * Copyright © 2017 Christian Hergert <christian hergert me>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/plugins/vala-pack/ide-vala-preferences-addin.vala
b/src/plugins/vala-pack/ide-vala-preferences-addin.vala
index d86fa40..6d38299 100644
--- a/src/plugins/vala-pack/ide-vala-preferences-addin.vala
+++ b/src/plugins/vala-pack/ide-vala-preferences-addin.vala
@@ -1,6 +1,6 @@
/* ide-vala-preferences-addin.vala
*
- * Copyright (C) 2016 Christian Hergert <chergert redhat com>
+ * Copyright © 2016 Christian Hergert <chergert redhat com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/plugins/vala-pack/ide-vala-service.vala b/src/plugins/vala-pack/ide-vala-service.vala
index 16a2c52..40b528f 100644
--- a/src/plugins/vala-pack/ide-vala-service.vala
+++ b/src/plugins/vala-pack/ide-vala-service.vala
@@ -1,6 +1,6 @@
/* ide-vala-service.vala
*
- * Copyright (C) 2015 Christian Hergert <christian hergert me>
+ * Copyright © 2015 Christian Hergert <christian hergert me>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/plugins/vala-pack/ide-vala-source-file.vala b/src/plugins/vala-pack/ide-vala-source-file.vala
index 2a62294..549fa5a 100644
--- a/src/plugins/vala-pack/ide-vala-source-file.vala
+++ b/src/plugins/vala-pack/ide-vala-source-file.vala
@@ -1,6 +1,6 @@
/* ide-vala-source-file.vala
*
- * Copyright (C) 2015 Christian Hergert <christian hergert me>
+ * Copyright © 2015 Christian Hergert <christian hergert me>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -20,7 +20,7 @@
* Bits of the following file were inspired from Anjuta. It's original
* copyright is in tact below.
*
- * Copyright (C) 2008-2010 Abderrahim Kitouni
+ * Copyright © 2008-2010 Abderrahim Kitouni
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/plugins/vala-pack/ide-vala-symbol-resolver.vala
b/src/plugins/vala-pack/ide-vala-symbol-resolver.vala
index 7a3d44c..ec41b03 100644
--- a/src/plugins/vala-pack/ide-vala-symbol-resolver.vala
+++ b/src/plugins/vala-pack/ide-vala-symbol-resolver.vala
@@ -1,6 +1,6 @@
/* ide-vala-symbol-resolver.vala
*
- * Copyright (C) 2015 Christian Hergert <christian hergert me>
+ * Copyright © 2015 Christian Hergert <christian hergert me>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/plugins/vala-pack/ide-vala-symbol-tree.vala b/src/plugins/vala-pack/ide-vala-symbol-tree.vala
index d227b45..eaa120c 100644
--- a/src/plugins/vala-pack/ide-vala-symbol-tree.vala
+++ b/src/plugins/vala-pack/ide-vala-symbol-tree.vala
@@ -1,6 +1,6 @@
/* ide-vala-symbol-tree.vala
*
- * Copyright (C) 2015 Christian Hergert <christian hergert me>
+ * Copyright © 2015 Christian Hergert <christian hergert me>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/plugins/vala-pack/vala-pack-plugin.vala b/src/plugins/vala-pack/vala-pack-plugin.vala
index 177744d..18f912a 100644
--- a/src/plugins/vala-pack/vala-pack-plugin.vala
+++ b/src/plugins/vala-pack/vala-pack-plugin.vala
@@ -1,6 +1,6 @@
/* vala-pack-plugin.vala
*
- * Copyright (C) 2015 Christian Hergert <christian hergert me>
+ * Copyright © 2015 Christian Hergert <christian hergert me>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]