[gnome-builder] cmake: fixup copyrights
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] cmake: fixup copyrights
- Date: Mon, 23 Oct 2017 21:16:48 +0000 (UTC)
commit 9faedcc70db6f349dafb8f18751d2cf130a26802
Author: Christian Hergert <chergert redhat com>
Date: Mon Oct 23 14:13:55 2017 -0700
cmake: fixup copyrights
src/plugins/cmake/cmake-plugin.c | 2 +-
src/plugins/cmake/cmake.plugin | 2 +-
src/plugins/cmake/gbp-cmake-build-system.c | 4 ++--
src/plugins/cmake/gbp-cmake-build-system.h | 4 ++--
src/plugins/cmake/gbp-cmake-build-target.c | 4 ++--
src/plugins/cmake/gbp-cmake-build-target.h | 4 ++--
src/plugins/cmake/gbp-cmake-pipeline-addin.c | 4 ++--
src/plugins/cmake/gbp-cmake-pipeline-addin.h | 4 ++--
8 files changed, 14 insertions(+), 14 deletions(-)
---
diff --git a/src/plugins/cmake/cmake-plugin.c b/src/plugins/cmake/cmake-plugin.c
index a4eae84..5b3c6ae 100644
--- a/src/plugins/cmake/cmake-plugin.c
+++ b/src/plugins/cmake/cmake-plugin.c
@@ -1,6 +1,6 @@
/* cmake-plugin.c
*
- * Copyright (C) 2016 Martin Blanchard <tchaik gmx com>
+ * Copyright © 2017 Martin Blanchard <tchaik gmx com>
*
* 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/cmake/cmake.plugin b/src/plugins/cmake/cmake.plugin
index e668d2c..2edfe38 100644
--- a/src/plugins/cmake/cmake.plugin
+++ b/src/plugins/cmake/cmake.plugin
@@ -3,7 +3,7 @@ Module=cmake-plugin
Name=CMake
Description=Provides integration with the CMake build system
Authors=Martin Blanchard <tchaik gmx com>
-Copyright=Copyright © 2016 Martin Blanchard
+Copyright=Copyright © 2017 Martin Blanchard
Builtin=true
X-Project-File-Filter-Pattern=CMakeLists.txt
X-Project-File-Filter-Name=CMake Project (CMakeLists.txt)
diff --git a/src/plugins/cmake/gbp-cmake-build-system.c b/src/plugins/cmake/gbp-cmake-build-system.c
index 2755bf8..f9bf9ec 100644
--- a/src/plugins/cmake/gbp-cmake-build-system.c
+++ b/src/plugins/cmake/gbp-cmake-build-system.c
@@ -1,7 +1,7 @@
/* gbp-cmake-build-system.c
*
- * Copyright (C) 2017 Christian Hergert <chergert redhat com>
- * Copyright (C) 2016 Martin Blanchard <tchaik gmx com>
+ * Copyright © 2017 Christian Hergert <chergert redhat com>
+ * Copyright © 2017 Martin Blanchard <tchaik gmx com>
*
* 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/cmake/gbp-cmake-build-system.h b/src/plugins/cmake/gbp-cmake-build-system.h
index 7aad12d..26b99d5 100644
--- a/src/plugins/cmake/gbp-cmake-build-system.h
+++ b/src/plugins/cmake/gbp-cmake-build-system.h
@@ -1,7 +1,7 @@
/* gbp-cmake-build-system.h
*
- * Copyright (C) 2017 Christian Hergert <chergert redhat com>
- * Copyright (C) 2016 Martin Blanchard <tchaik gmx com>
+ * Copyright © 2017 Christian Hergert <chergert redhat com>
+ * Copyright © 2017 Martin Blanchard <tchaik gmx com>
*
* 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/cmake/gbp-cmake-build-target.c b/src/plugins/cmake/gbp-cmake-build-target.c
index e52eba5..484d43c 100644
--- a/src/plugins/cmake/gbp-cmake-build-target.c
+++ b/src/plugins/cmake/gbp-cmake-build-target.c
@@ -1,7 +1,7 @@
/* gbp-cmake-build-target.c
*
- * Copyright (C) 2017 Christian Hergert <chergert redhat com>
- * Copyright (C) 2016 Martin Blanchard <tchaik gmx com>
+ * Copyright © 2017 Christian Hergert <chergert redhat com>
+ * Copyright © 2017 Martin Blanchard <tchaik gmx com>
*
* 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/cmake/gbp-cmake-build-target.h b/src/plugins/cmake/gbp-cmake-build-target.h
index 662a0b1..09c8e34 100644
--- a/src/plugins/cmake/gbp-cmake-build-target.h
+++ b/src/plugins/cmake/gbp-cmake-build-target.h
@@ -1,7 +1,7 @@
/* gbp-cmake-build-target.h
*
- * Copyright (C) 2017 Christian Hergert <chergert redhat com>
- * Copyright (C) 2016 Martin Blanchard <tchaik gmx com>
+ * Copyright © 2017 Christian Hergert <chergert redhat com>
+ * Copyright © 2017 Martin Blanchard <tchaik gmx com>
*
* 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/cmake/gbp-cmake-pipeline-addin.c b/src/plugins/cmake/gbp-cmake-pipeline-addin.c
index 316e86f..9e8ff01 100644
--- a/src/plugins/cmake/gbp-cmake-pipeline-addin.c
+++ b/src/plugins/cmake/gbp-cmake-pipeline-addin.c
@@ -1,7 +1,7 @@
/* gbp-cmake-pipeline-addin.c
*
- * Copyright (C) 2017 Christian Hergert <chergert redhat com>
- * Copyright (C) 2016 Martin Blanchard <tchaik gmx com>
+ * Copyright © 2017 Christian Hergert <chergert redhat com>
+ * Copyright © 2017 Martin Blanchard <tchaik gmx com>
*
* 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/cmake/gbp-cmake-pipeline-addin.h b/src/plugins/cmake/gbp-cmake-pipeline-addin.h
index b0a55c5..5839149 100644
--- a/src/plugins/cmake/gbp-cmake-pipeline-addin.h
+++ b/src/plugins/cmake/gbp-cmake-pipeline-addin.h
@@ -1,7 +1,7 @@
/* gbp-cmake-pipeline-addin.h
*
- * Copyright (C) 2017 Christian Hergert <chergert redhat com>
- * Copyright (C) 2016 Martin Blanchard <tchaik gmx com>
+ * Copyright © 2017 Christian Hergert <chergert redhat com>
+ * Copyright © 2017 Martin Blanchard <tchaik gmx com>
*
* 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]