[gnome-software] trivial: Give Matthias due credit for his work



commit 63f601d488b120e94795089020904d545534b221
Author: Richard Hughes <richard hughsie com>
Date:   Wed Sep 11 16:21:59 2013 +0100

    trivial: Give Matthias due credit for his work

 AUTHORS                                   |    2 +-
 src/gs-app-tile.c                         |    2 +-
 src/gs-app-tile.h                         |    2 +-
 src/gs-app-widget.c                       |    1 +
 src/gs-app.c                              |    1 +
 src/gs-box.c                              |    2 +-
 src/gs-box.h                              |    2 +-
 src/gs-category-tile.c                    |    2 +-
 src/gs-category-tile.h                    |    2 +-
 src/gs-category.c                         |    1 +
 src/gs-category.h                         |    1 +
 src/gs-feature-tile.c                     |    2 +-
 src/gs-feature-tile.h                     |    2 +-
 src/gs-main.c                             |    1 +
 src/gs-popular-tile.c                     |    2 +-
 src/gs-popular-tile.h                     |    2 +-
 src/gs-shell-category.c                   |    1 +
 src/gs-shell-details.c                    |    1 +
 src/gs-shell-installed.c                  |    1 +
 src/gs-shell.c                            |    1 +
 src/plugins/gs-plugin-hardcoded-popular.c |    1 +
 21 files changed, 21 insertions(+), 11 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index 9419717..9e3cec5 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,2 +1,2 @@
 Richard Hughes <richard hughsie com>
-
+Matthias Clasen <mclasen redhat com>
diff --git a/src/gs-app-tile.c b/src/gs-app-tile.c
index 7a7bb36..cd817de 100644
--- a/src/gs-app-tile.c
+++ b/src/gs-app-tile.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-
  *
- * Copyright (C) 2013 Richard Hughes <richard hughsie com>
+ * Copyright (C) 2013 Matthias Clasen <mclasen redhat com>
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/src/gs-app-tile.h b/src/gs-app-tile.h
index 9a39452..69afef3 100644
--- a/src/gs-app-tile.h
+++ b/src/gs-app-tile.h
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-
  *
- * Copyright (C) 2013 Richard Hughes <richard hughsie com>
+ * Copyright (C) 2013 Matthias Clasen <mclasen redhat com>
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/src/gs-app-widget.c b/src/gs-app-widget.c
index e74ff7b..fbbb028 100644
--- a/src/gs-app-widget.c
+++ b/src/gs-app-widget.c
@@ -1,6 +1,7 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-
  *
  * Copyright (C) 2012-2013 Richard Hughes <richard hughsie com>
+ * Copyright (C) 2013 Matthias Clasen <mclasen redhat com>
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/src/gs-app.c b/src/gs-app.c
index d4d4225..8ded0c3 100644
--- a/src/gs-app.c
+++ b/src/gs-app.c
@@ -1,6 +1,7 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-
  *
  * Copyright (C) 2013 Richard Hughes <richard hughsie com>
+ * Copyright (C) 2013 Matthias Clasen <mclasen redhat com>
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/src/gs-box.c b/src/gs-box.c
index 4ccc099..58c118b 100644
--- a/src/gs-box.c
+++ b/src/gs-box.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-
  *
- * Copyright (C) 2012-2013 Richard Hughes <richard hughsie com>
+ * Copyright (C) 2013 Matthias Clasen <mclasen redhat com>
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/src/gs-box.h b/src/gs-box.h
index 375a2d4..8120ae8 100644
--- a/src/gs-box.h
+++ b/src/gs-box.h
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-
  *
- * Copyright (C) 2012 Richard Hughes <richard hughsie com>
+ * Copyright (C) 2013 Matthias Clasen <mclasen redhat com>
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/src/gs-category-tile.c b/src/gs-category-tile.c
index 1e957bf..d876bf3 100644
--- a/src/gs-category-tile.c
+++ b/src/gs-category-tile.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-
  *
- * Copyright (C) 2013 Richard Hughes <richard hughsie com>
+ * Copyright (C) 2013 Matthias Clasen <mclasen redhat com>
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/src/gs-category-tile.h b/src/gs-category-tile.h
index f3fb0a0..5426fae 100644
--- a/src/gs-category-tile.h
+++ b/src/gs-category-tile.h
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-
  *
- * Copyright (C) 2013 Richard Hughes <richard hughsie com>
+ * Copyright (C) 2013 Matthias Clasen <mclasen redhat com>
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/src/gs-category.c b/src/gs-category.c
index 8ebe279..581743d 100644
--- a/src/gs-category.c
+++ b/src/gs-category.c
@@ -1,6 +1,7 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-
  *
  * Copyright (C) 2013 Richard Hughes <richard hughsie com>
+ * Copyright (C) 2013 Matthias Clasen <mclasen redhat com>
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/src/gs-category.h b/src/gs-category.h
index b3bbffe..f7c6ff4 100644
--- a/src/gs-category.h
+++ b/src/gs-category.h
@@ -1,6 +1,7 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-
  *
  * Copyright (C) 2013 Richard Hughes <richard hughsie com>
+ * Copyright (C) 2013 Matthias Clasen <mclasen redhat com>
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/src/gs-feature-tile.c b/src/gs-feature-tile.c
index e3d399b..7f6c214 100644
--- a/src/gs-feature-tile.c
+++ b/src/gs-feature-tile.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-
  *
- * Copyright (C) 2013 Richard Hughes <richard hughsie com>
+ * Copyright (C) 2013 Matthias Clasen <mclasen redhat com>
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/src/gs-feature-tile.h b/src/gs-feature-tile.h
index fb1eb79..e8239b0 100644
--- a/src/gs-feature-tile.h
+++ b/src/gs-feature-tile.h
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-
  *
- * Copyright (C) 2013 Richard Hughes <richard hughsie com>
+ * Copyright (C) 2013 Matthias Clasen <mclasen redhat com>
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/src/gs-main.c b/src/gs-main.c
index 0155c56..03e72cb 100644
--- a/src/gs-main.c
+++ b/src/gs-main.c
@@ -1,6 +1,7 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-
  *
  * Copyright (C) 2012-2013 Richard Hughes <richard hughsie com>
+ * Copyright (C) 2013 Matthias Clasen <mclasen redhat com>
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/src/gs-popular-tile.c b/src/gs-popular-tile.c
index ec67b0d..55cc84c 100644
--- a/src/gs-popular-tile.c
+++ b/src/gs-popular-tile.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-
  *
- * Copyright (C) 2013 Richard Hughes <richard hughsie com>
+ * Copyright (C) 2013 Matthias Clasen <mclasen redhat com>
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/src/gs-popular-tile.h b/src/gs-popular-tile.h
index 9402100..2be5a7e 100644
--- a/src/gs-popular-tile.h
+++ b/src/gs-popular-tile.h
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-
  *
- * Copyright (C) 2013 Richard Hughes <richard hughsie com>
+ * Copyright (C) 2013 Matthias Clasen <mclasen redhat com>
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/src/gs-shell-category.c b/src/gs-shell-category.c
index 37a5d2a..6f92a2d 100644
--- a/src/gs-shell-category.c
+++ b/src/gs-shell-category.c
@@ -1,6 +1,7 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-
  *
  * Copyright (C) 2013 Richard Hughes <richard hughsie com>
+ * Copyright (C) 2013 Matthias Clasen <mclasen redhat com>
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/src/gs-shell-details.c b/src/gs-shell-details.c
index a0d10b3..02ed7a0 100644
--- a/src/gs-shell-details.c
+++ b/src/gs-shell-details.c
@@ -1,6 +1,7 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-
  *
  * Copyright (C) 2013 Richard Hughes <richard hughsie com>
+ * Copyright (C) 2013 Matthias Clasen <mclasen redhat com>
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/src/gs-shell-installed.c b/src/gs-shell-installed.c
index 091e3ff..d06d57b 100644
--- a/src/gs-shell-installed.c
+++ b/src/gs-shell-installed.c
@@ -1,6 +1,7 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-
  *
  * Copyright (C) 2013 Richard Hughes <richard hughsie com>
+ * Copyright (C) 2013 Matthias Clasen <mclasen redhat com>
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/src/gs-shell.c b/src/gs-shell.c
index 52d1973..9c606a5 100644
--- a/src/gs-shell.c
+++ b/src/gs-shell.c
@@ -1,6 +1,7 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-
  *
  * Copyright (C) 2013 Richard Hughes <richard hughsie com>
+ * Copyright (C) 2013 Matthias Clasen <mclasen redhat com>
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/src/plugins/gs-plugin-hardcoded-popular.c b/src/plugins/gs-plugin-hardcoded-popular.c
index e688f7b..fda2e45 100644
--- a/src/plugins/gs-plugin-hardcoded-popular.c
+++ b/src/plugins/gs-plugin-hardcoded-popular.c
@@ -1,6 +1,7 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-
  *
  * Copyright (C) 2011-2013 Richard Hughes <richard hughsie com>
+ * Copyright (C) 2013 Matthias Clasen <mclasen redhat com>
  *
  * Licensed under the GNU General Public License Version 2
  *


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