[gnome-builder/license-snippets: 3/4] Remove the redundant "copyright" glyph



commit efd7fc1a90d055bc367770afad0e8c92f9bd20d4
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Sun Jan 28 23:48:46 2018 +0000

    Remove the redundant "copyright" glyph
    
    The "©" glyph means "copyright", so "Copyright ©" means "Copyright
    Copyright".
    
    Typically, either would be enough, but some legal frameworks recognise
    the word instead of the glyph, so we cannot drop "Copyright" and keep
    the "©".

 data/snippets/licenses.snippets | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/data/snippets/licenses.snippets b/data/snippets/licenses.snippets
index 73b3afc00..055082c28 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 © $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
@@ -23,7 +23,7 @@ snippet gpl
 - scope python, python3
        # ${1:$filename}
        #
-       # Copyright © $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
@@ -44,7 +44,7 @@ snippet gpl
        //
        // ${1:$filename}
        //
-       // Copyright © $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
@@ -65,7 +65,7 @@ snippet lgpl
 - scope c, chdr, cpp, css, js, vala
        /* ${1:$filename}
         *
-        * Copyright © $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
@@ -86,7 +86,7 @@ snippet lgpl
 - scope python, python3
        # ${1:$filename}
        #
-       # Copyright © $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
@@ -107,7 +107,7 @@ snippet lgpl
        //
        // ${1:$filename}
        //
-       // Copyright © $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]