[snappy] update THANKS file and version number



commit 12a12ad563dd0a8e84edbff2ea061506640000d5
Author: Luis de Bethencourt <luis debethencourt com>
Date:   Wed Mar 27 11:28:57 2013 -0400

    update THANKS file and version number

 AUTHORS              |   21 +++++++++++++++++++--
 README               |    2 +-
 THANKS               |    8 ++++++++
 configure.ac         |    2 +-
 src/dlna.c           |    6 +++---
 src/dlna.h           |    6 +++---
 src/gst_engine.c     |    6 +++---
 src/gst_engine.h     |    6 +++---
 src/screensaver.c    |    6 +++---
 src/screensaver.h    |    6 +++---
 src/snappy.c         |    8 ++++----
 src/user_interface.c |    6 +++---
 src/user_interface.h |    6 +++---
 src/utils.c          |    6 +++---
 src/utils.h          |    6 +++---
 15 files changed, 63 insertions(+), 38 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index 8dc349b..e51404e 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,5 +1,22 @@
-Copyright  (2011)
-               Collabora Multimedia Ltd.
+Copyright  (2011-2013)
+               Collabora Ltd.
                Luis de Bethencourt Guimera
                Robert Swain
                Sebastian Dröge
+
+               Alban Crequy
+               Andoni Morales Alastruey
+               Bastien Nocera
+               Bjørn Lie
+               David Schleef
+               Deirdre Kelly
+               Edward Hervey
+               Emmanuele Bassi
+               Jens Georg
+               Konstantinos Papagiannopoulos
+               George Danchev
+               Nicolas Dufresne
+               Nirbheek Chauhan
+               Phillipe Coval
+               Tim Philipp Muller
+               Wim Taymans
diff --git a/README b/README
index dde39fa..e8e4214 100644
--- a/README
+++ b/README
@@ -4,7 +4,7 @@ version 0.1 - "Louis, I think this is the beginning of a beautiful friendship."
 2011-03-25
 version 0.2 - "Mrs. Robinson, you're trying to seduce me."
 2011-06-20
-version 0.3 - "Rosebud."
+version 0.3 - "Rosebud." CiTIZEN Kane
 2013-03-24
 
 
diff --git a/THANKS b/THANKS
index d143b3e..ecb31d4 100644
--- a/THANKS
+++ b/THANKS
@@ -3,11 +3,19 @@ Thanks to all the people that helped the project with patches, guidance and/or a
 Alban Crequy
 Andoni Morales Alastruey
 Andy Wingo
+Bastien Nocera
+Bjørn Lie
+David Schleef
 Deirdre Kelly
 Edward Hervey
 Emmanuele Bassi
+Jens Georg
+Konstantinos Papagiannopoulos
 George Danchev
+Nicolas Dufresne
 Nirbheek Chauhan
+Phillipe Coval
 Robert Swain
 Sebastian Dröge
 Tim Philipp Muller
+Wim Taymans
diff --git a/configure.ac b/configure.ac
index 1976097..eb657b6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl initialize autoconf
 dnl when going to/from release please set the nano (fourth number) right !
 dnl releases only do Wall, cvs and prerelease does Werror too
 AC_INIT([snappy],
-    [0.2],
+    [0.3],
     NULL,
     snappy)
 AM_MAINTAINER_MODE
diff --git a/src/dlna.c b/src/dlna.c
index 33e9ba3..11f4f95 100644
--- a/src/dlna.c
+++ b/src/dlna.c
@@ -1,8 +1,8 @@
 /*
- * snappy - 0.2
+ * snappy - 0.3
  *
- * Copyright (C) 2011 Collabora Multimedia Ltd.
- * <luis debethencourt collabora co uk>
+ * Copyright (C) 2011-2013 Collabora Ltd.
+ * Luis de Bethencourt <luis debethencourt 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/dlna.h b/src/dlna.h
index 864e076..f3ddf1a 100644
--- a/src/dlna.h
+++ b/src/dlna.h
@@ -1,8 +1,8 @@
 /*
- * snappy - 0.2
+ * snappy - 0.3
  *
- * Copyright (C) 2011 Collabora Multimedia Ltd.
- * <luis debethencourt collabora co uk>
+ * Copyright (C) 2011-2013 Collabora Ltd.
+ * Luis de Bethencourt <luis debethencourt 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/gst_engine.c b/src/gst_engine.c
index 80b7b08..507debc 100644
--- a/src/gst_engine.c
+++ b/src/gst_engine.c
@@ -1,8 +1,8 @@
 /*
- * snappy - 0.2
+ * snappy - 0.3
  *
- * Copyright (C) 2011 Collabora Multimedia Ltd.
- * <luis debethencourt collabora co uk>
+ * Copyright (C) 2011-2013 Collabora Ltd.
+ * Luis de Bethencourt <luis debethencourt 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/gst_engine.h b/src/gst_engine.h
index faa49c1..ad17be0 100644
--- a/src/gst_engine.h
+++ b/src/gst_engine.h
@@ -1,8 +1,8 @@
 /*
- * snappy - 0.2
+ * snappy - 0.3
  *
- * Copyright (C) 2011 Collabora Multimedia Ltd.
- * <luis debethencourt collabora co uk>
+ * Copyright (C) 2011-2013 Collabora Ltd.
+ * Luis de Bethencourt <luis debethencourt 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/screensaver.c b/src/screensaver.c
index fb824b3..8a71ac1 100644
--- a/src/screensaver.c
+++ b/src/screensaver.c
@@ -1,8 +1,8 @@
 /*
- * snappy - 0.2
+ * snappy - 0.3
  *
- * Copyright (C) 2011 Collabora Multimedia Ltd.
- * <sebastian droege collabora co uk>
+ * Copyright (C) 2011-2013 Collabora Ltd.
+ * Sebastian Droege <sebastian droege collabora co uk>
  *
  * The screensaver code is heavily based on totem, which is
  *  Copyright (C) 2004-2006 Bastien Nocera <hadess hadess net>
diff --git a/src/screensaver.h b/src/screensaver.h
index da4d7a2..2bd8aaa 100644
--- a/src/screensaver.h
+++ b/src/screensaver.h
@@ -1,8 +1,8 @@
 /*
- * snappy - 0.2
+ * snappy - 0.3
  *
- * Copyright (C) 2011 Collabora Multimedia Ltd.
- * <sebastian droege collabora co uk>
+ * Copyright (C) 2011-2013 Collabora Ltd.
+ * Sebastian Droege <sebastian droege collabora co uk>
  *
  * 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/snappy.c b/src/snappy.c
index 81700fa..48ed372 100644
--- a/src/snappy.c
+++ b/src/snappy.c
@@ -1,8 +1,8 @@
 /*
- * snappy - 0.2
+ * snappy - 0.3
  *
- * Copyright (C) 2011 Collabora Multimedia Ltd.
- * <luis debethencourt collabora com>
+ * Copyright (C) 2011-2013 Collabora Ltd.
+ * Luis de Bethencourt <luis debethencourt 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
@@ -20,7 +20,7 @@
  * USA
  */
 
-#define VERSION "0.2"
+#define VERSION "0.3"
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
diff --git a/src/user_interface.c b/src/user_interface.c
index 585ae9a..4f48e07 100644
--- a/src/user_interface.c
+++ b/src/user_interface.c
@@ -1,8 +1,8 @@
 /*
- * snappy - 0.2
+ * snappy - 0.3
  *
- * Copyright (C) 2011 Collabora Multimedia Ltd.
- * <luis debethencourt collabora co uk>
+ * Copyright (C) 2011-213 Collabora Ltd.
+ * Luis de Bethencourt <luis debethencourt collabora co uk>
  *
  * 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/user_interface.h b/src/user_interface.h
index 01bf844..aeaf1a1 100644
--- a/src/user_interface.h
+++ b/src/user_interface.h
@@ -1,8 +1,8 @@
 /*
- * snappy - 0.2
+ * snappy - 0.3
  *
- * Copyright (C) 2011 Collabora Multimedia Ltd.
- * <luis debethencourt collabora co uk>
+ * Copyright (C) 2011-2013 Collabora Ltd.
+ * Luis de Bethencourt <luis debethencourt 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/utils.c b/src/utils.c
index f9be5c4..545deca 100644
--- a/src/utils.c
+++ b/src/utils.c
@@ -1,8 +1,8 @@
 /*
- * snappy - 0.2
+ * snappy - 0.3
  *
- * Copyright (C) 2011 Collabora Multimedia Ltd.
- * <luis debethencourt collabora co uk>
+ * Copyright (C) 2011-2013 Collabora Ltd.
+ * Luis de Bethencourt <luis debethencourt 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/utils.h b/src/utils.h
index aaaf968..dcfb4c9 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -1,8 +1,8 @@
 /*
- * snappy - 0.2
+ * snappy - 0.3
  *
- * Copyright (C) 2011 Collabora Multimedia Ltd.
- * <luis debethencourt collabora co uk>
+ * Copyright (C) 2011-2013 Collabora Ltd.
+ * <luis debethencourt 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]