[gnome-builder/gnome-builder-3-26] snippets: prefer © over (C)



commit 0c1b05f591cb9203c179e3687fab3b01bea75dfa
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]