[gnome-builder] create-project: remove (C) from template



commit 5a60b4164de6b3c4110b50b1a884b32482d90be7
Author: Christian Hergert <chergert redhat com>
Date:   Fri Mar 9 15:08:56 2018 -0800

    create-project: remove (C) from template
    
    We don't need (C) (or © for that matter) and this more closely matches our
    header snippets.

 src/plugins/create-project/resources/agpl_3_short   | 2 +-
 src/plugins/create-project/resources/gpl_2_short    | 2 +-
 src/plugins/create-project/resources/gpl_3_short    | 2 +-
 src/plugins/create-project/resources/lgpl_2_1_short | 2 +-
 src/plugins/create-project/resources/lgpl_3_short   | 2 +-
 src/plugins/create-project/resources/mit_x11_short  | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/src/plugins/create-project/resources/agpl_3_short 
b/src/plugins/create-project/resources/agpl_3_short
index 2e61e8a14..651e0728f 100644
--- a/src/plugins/create-project/resources/agpl_3_short
+++ b/src/plugins/create-project/resources/agpl_3_short
@@ -1,6 +1,6 @@
 {{filename}}
 
-Copyright (C) {{year}} {{author}}
+Copyright {{year}} {{author}}
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU Affero General Public License as published by
diff --git a/src/plugins/create-project/resources/gpl_2_short 
b/src/plugins/create-project/resources/gpl_2_short
index 8602050bd..6cbc45467 100644
--- a/src/plugins/create-project/resources/gpl_2_short
+++ b/src/plugins/create-project/resources/gpl_2_short
@@ -1,6 +1,6 @@
 {{filename}}
 
-Copyright (C) {{year}} {{author}}
+Copyright {{year}} {{author}}
 
 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/create-project/resources/gpl_3_short 
b/src/plugins/create-project/resources/gpl_3_short
index 45fcfa3d2..fba51fd97 100644
--- a/src/plugins/create-project/resources/gpl_3_short
+++ b/src/plugins/create-project/resources/gpl_3_short
@@ -1,6 +1,6 @@
 {{filename}}
 
-Copyright (C) {{year}} {{author}}
+Copyright {{year}} {{author}}
 
 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/create-project/resources/lgpl_2_1_short 
b/src/plugins/create-project/resources/lgpl_2_1_short
index af4a3fc7b..80d8554c9 100644
--- a/src/plugins/create-project/resources/lgpl_2_1_short
+++ b/src/plugins/create-project/resources/lgpl_2_1_short
@@ -1,6 +1,6 @@
 {{filename}}
 
-Copyright (C) {{year}} {{author}}
+Copyright {{year}} {{author}}
 
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
diff --git a/src/plugins/create-project/resources/lgpl_3_short 
b/src/plugins/create-project/resources/lgpl_3_short
index 3a6b9be34..b96fafac9 100644
--- a/src/plugins/create-project/resources/lgpl_3_short
+++ b/src/plugins/create-project/resources/lgpl_3_short
@@ -1,6 +1,6 @@
 {{filename}}
 
-Copyright (C) {{year}} {{author}}
+Copyright {{year}} {{author}}
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU Lesser General Public License as published by
diff --git a/src/plugins/create-project/resources/mit_x11_short 
b/src/plugins/create-project/resources/mit_x11_short
index 8f16a5c27..6a43f540e 100644
--- a/src/plugins/create-project/resources/mit_x11_short
+++ b/src/plugins/create-project/resources/mit_x11_short
@@ -1,6 +1,6 @@
 {{filename}}
 
-Copyright (C) {{year}} {{author}}
+Copyright {{year}} {{author}}
 
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]