[geocode-glib] Remove redundant '(C)' in copyright headers



commit 89274f5b7097d71a07723104323c909c9cc475b7
Author: Zeeshan Ali <zeenix collabora co uk>
Date:   Wed Apr 25 23:07:53 2018 +0200

    Remove redundant '(C)' in copyright headers
    
    '(C)' means copyright so 'Copyright (C)' means 'Copyright copyright'. This
    is a very widespread mistake in the Free Software world but hopefully we
    can fix it slowly, one project at a time. :)

 geocode-glib/geocode-backend.c              |    2 +-
 geocode-glib/geocode-backend.h              |    2 +-
 geocode-glib/geocode-bounding-box.c         |    2 +-
 geocode-glib/geocode-bounding-box.h         |    2 +-
 geocode-glib/geocode-error.c                |    2 +-
 geocode-glib/geocode-error.h                |    2 +-
 geocode-glib/geocode-forward.c              |    4 ++--
 geocode-glib/geocode-forward.h              |    2 +-
 geocode-glib/geocode-glib-private.h         |    2 +-
 geocode-glib/geocode-glib.c                 |    2 +-
 geocode-glib/geocode-glib.h                 |    2 +-
 geocode-glib/geocode-location.c             |    2 +-
 geocode-glib/geocode-location.h             |    2 +-
 geocode-glib/geocode-mock-backend.c         |    2 +-
 geocode-glib/geocode-mock-backend.h         |    2 +-
 geocode-glib/geocode-nominatim.c            |    4 ++--
 geocode-glib/geocode-nominatim.h            |    4 ++--
 geocode-glib/geocode-place.c                |    2 +-
 geocode-glib/geocode-place.h                |    2 +-
 geocode-glib/geocode-reverse.c              |    2 +-
 geocode-glib/geocode-reverse.h              |    2 +-
 geocode-glib/tests/geo-uri.c                |    2 +-
 geocode-glib/tests/geocode-glib.c           |    6 +++---
 geocode-glib/tests/geocode-nominatim-test.c |    2 +-
 geocode-glib/tests/geocode-nominatim-test.h |    2 +-
 geocode-glib/tests/mock-backend.c           |    2 +-
 26 files changed, 31 insertions(+), 31 deletions(-)
---
diff --git a/geocode-glib/geocode-backend.c b/geocode-glib/geocode-backend.c
index 60ce016..4ee310f 100644
--- a/geocode-glib/geocode-backend.c
+++ b/geocode-glib/geocode-backend.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Collabora Ltd.
+ * Copyright 2016 Collabora Ltd.
  *
  * The geocode-glib library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Library General Public License as
diff --git a/geocode-glib/geocode-backend.h b/geocode-glib/geocode-backend.h
index c4a05fb..da19068 100644
--- a/geocode-glib/geocode-backend.h
+++ b/geocode-glib/geocode-backend.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Collabora Ltd.
+ * Copyright 2016 Collabora Ltd.
  *
  * The geocode-glib library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Library General Public License as
diff --git a/geocode-glib/geocode-bounding-box.c b/geocode-glib/geocode-bounding-box.c
index 196ab44..2dd99de 100644
--- a/geocode-glib/geocode-bounding-box.c
+++ b/geocode-glib/geocode-bounding-box.c
@@ -1,5 +1,5 @@
 /*
-   Copyright (C) 2013 Jonas Danielsson
+   Copyright 2013 Jonas Danielsson
 
    The Gnome Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public License as
diff --git a/geocode-glib/geocode-bounding-box.h b/geocode-glib/geocode-bounding-box.h
index d0d6c97..5c84234 100644
--- a/geocode-glib/geocode-bounding-box.h
+++ b/geocode-glib/geocode-bounding-box.h
@@ -1,5 +1,5 @@
 /*
-   Copyright (C) 2013 Jonas Danielsson
+   Copyright 2013 Jonas Danielsson
 
    The Gnome Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public License as
diff --git a/geocode-glib/geocode-error.c b/geocode-glib/geocode-error.c
index fbb09d2..edc1321 100644
--- a/geocode-glib/geocode-error.c
+++ b/geocode-glib/geocode-error.c
@@ -1,5 +1,5 @@
 /*
-   Copyright (C) 2011 Bastien Nocera
+   Copyright 2011 Bastien Nocera
 
    The Gnome Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public License as
diff --git a/geocode-glib/geocode-error.h b/geocode-glib/geocode-error.h
index dedd770..50d1bce 100644
--- a/geocode-glib/geocode-error.h
+++ b/geocode-glib/geocode-error.h
@@ -1,5 +1,5 @@
 /*
-   Copyright (C) 2011 Bastien Nocera
+   Copyright 2011 Bastien Nocera
 
    The Gnome Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public License as
diff --git a/geocode-glib/geocode-forward.c b/geocode-glib/geocode-forward.c
index f848326..43ea4ad 100644
--- a/geocode-glib/geocode-forward.c
+++ b/geocode-glib/geocode-forward.c
@@ -1,6 +1,6 @@
 /*
-   Copyright (C) 2011 Bastien Nocera
-   Copyright (C) 2016 Collabora Ltd.
+   Copyright 2011 Bastien Nocera
+   Copyright 2016 Collabora Ltd.
 
    The Gnome Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public License as
diff --git a/geocode-glib/geocode-forward.h b/geocode-glib/geocode-forward.h
index 50267f2..c17e558 100644
--- a/geocode-glib/geocode-forward.h
+++ b/geocode-glib/geocode-forward.h
@@ -1,5 +1,5 @@
 /*
-   Copyright (C) 2012 Bastien Nocera
+   Copyright 2012 Bastien Nocera
 
    The Gnome Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public License as
diff --git a/geocode-glib/geocode-glib-private.h b/geocode-glib/geocode-glib-private.h
index 8dbdb68..27bc66a 100644
--- a/geocode-glib/geocode-glib-private.h
+++ b/geocode-glib/geocode-glib-private.h
@@ -1,5 +1,5 @@
 /*
-   Copyright (C) 2010 Bastien Nocera
+   Copyright 2010 Bastien Nocera
 
    The Gnome Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public License as
diff --git a/geocode-glib/geocode-glib.c b/geocode-glib/geocode-glib.c
index 86ead74..3b21cd2 100644
--- a/geocode-glib/geocode-glib.c
+++ b/geocode-glib/geocode-glib.c
@@ -1,5 +1,5 @@
 /*
-   Copyright (C) 2011 Bastien Nocera
+   Copyright 2011 Bastien Nocera
 
    The Gnome Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public License as
diff --git a/geocode-glib/geocode-glib.h b/geocode-glib/geocode-glib.h
index 82f7bca..36a01d1 100644
--- a/geocode-glib/geocode-glib.h
+++ b/geocode-glib/geocode-glib.h
@@ -1,5 +1,5 @@
 /*
-   Copyright (C) 2011 Bastien Nocera
+   Copyright 2011 Bastien Nocera
 
    The Gnome Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public License as
diff --git a/geocode-glib/geocode-location.c b/geocode-glib/geocode-location.c
index 2423eab..debe27b 100644
--- a/geocode-glib/geocode-location.c
+++ b/geocode-glib/geocode-location.c
@@ -1,5 +1,5 @@
 /*
-   Copyright (C) 2012 Bastien Nocera
+   Copyright 2012 Bastien Nocera
 
    The Gnome Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public License as
diff --git a/geocode-glib/geocode-location.h b/geocode-glib/geocode-location.h
index ca15b36..8b4f8ff 100644
--- a/geocode-glib/geocode-location.h
+++ b/geocode-glib/geocode-location.h
@@ -1,5 +1,5 @@
 /*
-   Copyright (C) 2012 Bastien Nocera
+   Copyright 2012 Bastien Nocera
 
    The Gnome Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public License as
diff --git a/geocode-glib/geocode-mock-backend.c b/geocode-glib/geocode-mock-backend.c
index 44a904d..a232ff9 100644
--- a/geocode-glib/geocode-mock-backend.c
+++ b/geocode-glib/geocode-mock-backend.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Collabora Ltd.
+ * Copyright 2016 Collabora Ltd.
  *
  * The geocode-glib library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Library General Public License as
diff --git a/geocode-glib/geocode-mock-backend.h b/geocode-glib/geocode-mock-backend.h
index 1bc3f67..5d9795f 100644
--- a/geocode-glib/geocode-mock-backend.h
+++ b/geocode-glib/geocode-mock-backend.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Collabora Ltd.
+ * Copyright 2016 Collabora Ltd.
  *
  * The geocode-glib library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Library General Public License as
diff --git a/geocode-glib/geocode-nominatim.c b/geocode-glib/geocode-nominatim.c
index 0af69d8..c1f6bc7 100644
--- a/geocode-glib/geocode-nominatim.c
+++ b/geocode-glib/geocode-nominatim.c
@@ -1,6 +1,6 @@
 /*
- *  Copyright (C) 2011-2016 Bastien Nocera
- *  Copyright (C) 2016 Collabora Ltd.
+ *  Copyright 2011-2016 Bastien Nocera
+ *  Copyright 2016 Collabora Ltd.
  *
  * The geocode-glib library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Library General Public License as
diff --git a/geocode-glib/geocode-nominatim.h b/geocode-glib/geocode-nominatim.h
index 05e3e8f..a2b3926 100644
--- a/geocode-glib/geocode-nominatim.h
+++ b/geocode-glib/geocode-nominatim.h
@@ -1,6 +1,6 @@
 /*
- * Copyright (C) 2011-2016 Bastien Nocera
- * Copyright (C) 2016 Collabora Ltd.
+ * Copyright 2011-2016 Bastien Nocera
+ * Copyright 2016 Collabora Ltd.
  *
  * The geocode-glib library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Library General Public License as
diff --git a/geocode-glib/geocode-place.c b/geocode-glib/geocode-place.c
index a00b11b..1d4760c 100644
--- a/geocode-glib/geocode-place.c
+++ b/geocode-glib/geocode-place.c
@@ -1,5 +1,5 @@
 /*
-   Copyright (C) 2012 Bastien Nocera
+   Copyright 2012 Bastien Nocera
 
    The Gnome Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public License as
diff --git a/geocode-glib/geocode-place.h b/geocode-glib/geocode-place.h
index 54883a2..b661494 100644
--- a/geocode-glib/geocode-place.h
+++ b/geocode-glib/geocode-place.h
@@ -1,5 +1,5 @@
 /*
-   Copyright (C) 2012 Bastien Nocera
+   Copyright 2012 Bastien Nocera
 
    The Gnome Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public License as
diff --git a/geocode-glib/geocode-reverse.c b/geocode-glib/geocode-reverse.c
index 1e8f228..4bfe0ea 100644
--- a/geocode-glib/geocode-reverse.c
+++ b/geocode-glib/geocode-reverse.c
@@ -1,5 +1,5 @@
 /*
-   Copyright (C) 2011-2012 Bastien Nocera
+   Copyright 2011-2012 Bastien Nocera
 
    The Gnome Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public License as
diff --git a/geocode-glib/geocode-reverse.h b/geocode-glib/geocode-reverse.h
index 884c849..98b2cff 100644
--- a/geocode-glib/geocode-reverse.h
+++ b/geocode-glib/geocode-reverse.h
@@ -1,5 +1,5 @@
 /*
-   Copyright (C) 2011 Bastien Nocera
+   Copyright 2011 Bastien Nocera
 
    The Gnome Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public License as
diff --git a/geocode-glib/tests/geo-uri.c b/geocode-glib/tests/geo-uri.c
index c0f89f6..4bd50de 100644
--- a/geocode-glib/tests/geo-uri.c
+++ b/geocode-glib/tests/geo-uri.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013, 2014 Jonas Danielsson
+ * Copyright 2013, 2014 Jonas Danielsson
  *
  * The Gnome Library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Library General Public License as
diff --git a/geocode-glib/tests/geocode-glib.c b/geocode-glib/tests/geocode-glib.c
index d3ddb8c..d90779d 100644
--- a/geocode-glib/tests/geocode-glib.c
+++ b/geocode-glib/tests/geocode-glib.c
@@ -1,7 +1,7 @@
 /*
- * Copyright (C) 2011–2015 Red Hat
- * Copyright (C) 2014, 2015, 2016 Jonas Danielsson
- * Copyright (C) 2016 Collabora Ltd.
+ * Copyright 2011–2015 Red Hat
+ * Copyright 2014, 2015, 2016 Jonas Danielsson
+ * Copyright 2016 Collabora Ltd.
  *
  * The Gnome Library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Library General Public License as
diff --git a/geocode-glib/tests/geocode-nominatim-test.c b/geocode-glib/tests/geocode-nominatim-test.c
index 3a819a9..d185ff1 100644
--- a/geocode-glib/tests/geocode-nominatim-test.c
+++ b/geocode-glib/tests/geocode-nominatim-test.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Collabora Ltd.
+ * Copyright 2016 Collabora Ltd.
  *
  * The geocode-glib library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Library General Public License as
diff --git a/geocode-glib/tests/geocode-nominatim-test.h b/geocode-glib/tests/geocode-nominatim-test.h
index 566881c..ff3230f 100644
--- a/geocode-glib/tests/geocode-nominatim-test.h
+++ b/geocode-glib/tests/geocode-nominatim-test.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Collabora Ltd.
+ * Copyright 2016 Collabora Ltd.
  *
  * The geocode-glib library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Library General Public License as
diff --git a/geocode-glib/tests/mock-backend.c b/geocode-glib/tests/mock-backend.c
index 2ae1b59..6d13a4f 100644
--- a/geocode-glib/tests/mock-backend.c
+++ b/geocode-glib/tests/mock-backend.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Collabora Ltd.
+ * Copyright 2016 Collabora Ltd.
  *
  * The geocode-glib library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Library General Public License as


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