[gnome-builder] snippets: prefer © over (C)
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] snippets: prefer © over (C)
- Date: Sat, 14 Oct 2017 00:21:33 +0000 (UTC)
commit a3e2eed9ff0ce4b4c82da66e98fc164c573e47c8
Author: Christian Hergert <chergert redhat com>
Date: Fri Oct 13 17:20:44 2017 -0700
snippets: prefer © over (C)
data/snippets/licenses.snippets | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/data/snippets/licenses.snippets b/data/snippets/licenses.snippets
index a698e89..bce24ba 100644
--- a/data/snippets/licenses.snippets
+++ b/data/snippets/licenses.snippets
@@ -2,7 +2,7 @@ snippet gpl
- scope c, chdr, cpp, css, js, vala
/* ${1:$filename}
*
- * Copyright (C) $year ${2:$fullname} <${3:$email}>
+ * Copyright © $year ${2:$fullname} <${3:$email}>
*
* 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
@@ -21,7 +21,7 @@ snippet gpl
- scope python, python3
# ${1:$filename}
#
- # Copyright (C) $year ${2:$fullname} <${3:$email}>
+ # Copyright © $year ${2:$fullname} <${3:$email}>
#
# 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
@@ -40,7 +40,7 @@ snippet gpl
//
// ${1:$filename}
//
- // Copyright (C) $year ${2:$fullname} <${3:$email}>
+ // Copyright © $year ${2:$fullname} <${3:$email}>
//
// 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
@@ -60,7 +60,7 @@ snippet lgpl
- scope c, chdr, cpp, css, js, vala
/* ${1:$filename}
*
- * Copyright (C) $year ${2:$fullname} <${3:$email}>
+ * Copyright © $year ${2:$fullname} <${3:$email}>
*
* This file is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
@@ -79,7 +79,7 @@ snippet lgpl
- scope python, python3
# ${1:$filename}
#
- # Copyright (C) $year ${2:$fullname} <${3:$email}>
+ # Copyright © $year ${2:$fullname} <${3:$email}>
#
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as
@@ -98,7 +98,7 @@ snippet lgpl
//
// ${1:$filename}
//
- // Copyright (C) $year ${2:$fullname} <${3:$email}>
+ // Copyright © $year ${2:$fullname} <${3:$email}>
//
// This file is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public License as
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]