[frogr] Updated Copyright strings in license headers.



commit 02d12a48bf2fbfc5872009ee303886f81d090d31
Author: Mario Sanchez Prada <msanchez igalia com>
Date:   Tue Feb 8 10:44:24 2011 +0100

    Updated Copyright strings in license headers.
    
    Use intervals instead of a comma-separated list.

 COPYING                           |    4 ++--
 Makefile.am                       |    2 +-
 README                            |    3 ++-
 examples/example.c                |    2 +-
 src/Makefile.am                   |    2 +-
 src/flicksoup/fsp-data.c          |    2 +-
 src/flicksoup/fsp-data.h          |    2 +-
 src/flicksoup/fsp-error.c         |    2 +-
 src/flicksoup/fsp-error.h         |    2 +-
 src/flicksoup/fsp-parser.c        |    2 +-
 src/flicksoup/fsp-parser.h        |    2 +-
 src/flicksoup/fsp-session.c       |    2 +-
 src/flicksoup/fsp-session.h       |    2 +-
 src/frogr-about-dialog.c          |    4 ++--
 src/frogr-about-dialog.h          |    2 +-
 src/frogr-account.c               |    3 ++-
 src/frogr-account.h               |    3 ++-
 src/frogr-add-tags-dialog.c       |    2 +-
 src/frogr-add-tags-dialog.h       |    2 +-
 src/frogr-add-to-group-dialog.c   |    2 +-
 src/frogr-add-to-group-dialog.h   |    2 +-
 src/frogr-add-to-set-dialog.c     |    2 +-
 src/frogr-add-to-set-dialog.h     |    2 +-
 src/frogr-auth-dialog.c           |    2 +-
 src/frogr-auth-dialog.h           |    2 +-
 src/frogr-config.c                |    3 ++-
 src/frogr-config.h                |    3 ++-
 src/frogr-controller.c            |    2 +-
 src/frogr-controller.h            |    2 +-
 src/frogr-create-new-set-dialog.c |    2 +-
 src/frogr-create-new-set-dialog.h |    2 +-
 src/frogr-details-dialog.c        |    2 +-
 src/frogr-details-dialog.h        |    2 +-
 src/frogr-global-defs.h           |    2 +-
 src/frogr-group.c                 |    2 +-
 src/frogr-group.h                 |    2 +-
 src/frogr-main-view-model.c       |    2 +-
 src/frogr-main-view-model.h       |    2 +-
 src/frogr-main-view.c             |    2 +-
 src/frogr-main-view.h             |    2 +-
 src/frogr-photoset.c              |    2 +-
 src/frogr-photoset.h              |    2 +-
 src/frogr-picture-loader.c        |    2 +-
 src/frogr-picture-loader.h        |    2 +-
 src/frogr-picture-uploader.c      |    2 +-
 src/frogr-picture-uploader.h      |    2 +-
 src/frogr-picture.c               |    2 +-
 src/frogr-picture.h               |    2 +-
 src/frogr-settings-dialog.c       |    2 +-
 src/frogr-settings-dialog.h       |    2 +-
 src/frogr-util.c                  |    2 +-
 src/frogr-util.h                  |    2 +-
 src/main.c                        |    2 +-
 53 files changed, 60 insertions(+), 55 deletions(-)
---
diff --git a/COPYING b/COPYING
index 0a2a904..dd7cce8 100644
--- a/COPYING
+++ b/COPYING
@@ -1,5 +1,5 @@
-frogr is (C) 2009, 2010, 2011 Mario Sanchez Prada <msanchez igalia com>
-and is licensed under the following terms:
+frogr is (C) 2009-2011 Mario Sanchez Prada <msanchez igalia com> and
+is licensed under the following terms:
 
                     GNU GENERAL PUBLIC LICENSE
                        Version 3, 29 June 2007
diff --git a/Makefile.am b/Makefile.am
index 258d3ea..7bb1ffe 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-# Copyright (C) 2009, 2010, 2011 Mario Sanchez Prada
+# Copyright (C) 2009-2011 Mario Sanchez Prada
 # Authors: Mario Sanchez Prada <msanchez igalia com>
 #
 # This program is free software; you can redistribute it and/or
diff --git a/README b/README
index bc57756..43cf1e7 100644
--- a/README
+++ b/README
@@ -17,7 +17,8 @@ To work properly, frogr needs some libraries to be installed first::
 
 -------------------------------------------
 
-frogr is (c) 2009, 2010, 2011 Mario Sanchez Prada
+Frogr is Copyright (c) 2009-2011 Mario Sanchez Prada
+
 http://live.gnome.org/Frogr
 
 See AUTHORS file for details on authors
diff --git a/examples/example.c b/examples/example.c
index 35ac92d..01e1907 100644
--- a/examples/example.c
+++ b/examples/example.c
@@ -1,7 +1,7 @@
 /*
  * example.c -- Random example to test the library
  *
- * Copyright (C) 2010, 2011 Mario Sanchez Prada
+ * Copyright (C) 2010-2011 Mario Sanchez Prada
  * Authors: Mario Sanchez Prada <msanchez igalia com>
  *
  * This program is free software; you can redistribute it and/or
diff --git a/src/Makefile.am b/src/Makefile.am
index 8bf31c1..a630ce6 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,4 +1,4 @@
-# Copyright (C) 2009, 2010, 2011 Mario Sanchez Prada
+# Copyright (C) 2009-2011 Mario Sanchez Prada
 # Authors: Mario Sanchez Prada <msanchez igalia com>
 #
 # This program is free software; you can redistribute it and/or
diff --git a/src/flicksoup/fsp-data.c b/src/flicksoup/fsp-data.c
index 58cd60b..d0bd199 100644
--- a/src/flicksoup/fsp-data.c
+++ b/src/flicksoup/fsp-data.c
@@ -1,6 +1,6 @@
 /* fsp-data.c
  *
- * Copyright (C) 2010, 2011 Mario Sanchez Prada
+ * Copyright (C) 2010-2011 Mario Sanchez Prada
  * Authors: Mario Sanchez Prada <msanchez igalia com>
  *
  * This program is free software; you can redistribute it and/or
diff --git a/src/flicksoup/fsp-data.h b/src/flicksoup/fsp-data.h
index 9fbd8fb..08a6552 100644
--- a/src/flicksoup/fsp-data.h
+++ b/src/flicksoup/fsp-data.h
@@ -1,6 +1,6 @@
 /* fsp-data.h
  *
- * Copyright (C) 2010, 2011 Mario Sanchez Prada
+ * Copyright (C) 2010-2011 Mario Sanchez Prada
  * Authors: Mario Sanchez Prada <msanchez igalia com>
  *
  * This program is free software; you can redistribute it and/or
diff --git a/src/flicksoup/fsp-error.c b/src/flicksoup/fsp-error.c
index 00c8278..796cad5 100644
--- a/src/flicksoup/fsp-error.c
+++ b/src/flicksoup/fsp-error.c
@@ -1,7 +1,7 @@
 /*
  * fsp-error.c
  *
- * Copyright (C) 2010, 2011 Mario Sanchez Prada
+ * Copyright (C) 2010-2011 Mario Sanchez Prada
  * Authors: Mario Sanchez Prada <msanchez igalia com>
  *
  * This program is free software; you can redistribute it and/or
diff --git a/src/flicksoup/fsp-error.h b/src/flicksoup/fsp-error.h
index 5915001..a42ac0d 100644
--- a/src/flicksoup/fsp-error.h
+++ b/src/flicksoup/fsp-error.h
@@ -1,7 +1,7 @@
 /*
  * fsp-error.h
  *
- * Copyright (C) 2010, 2011 Mario Sanchez Prada
+ * Copyright (C) 2010-2011 Mario Sanchez Prada
  * Authors: Mario Sanchez Prada <msanchez igalia com>
  *
  * This program is free software; you can redistribute it and/or
diff --git a/src/flicksoup/fsp-parser.c b/src/flicksoup/fsp-parser.c
index fb08569..2977658 100644
--- a/src/flicksoup/fsp-parser.c
+++ b/src/flicksoup/fsp-parser.c
@@ -1,7 +1,7 @@
 /*
  * fsp-parser.c
  *
- * Copyright (C) 2010, 2011 Mario Sanchez Prada
+ * Copyright (C) 2010-2011 Mario Sanchez Prada
  * Authors: Mario Sanchez Prada <msanchez igalia com>
  *
  * This program is free software; you can redistribute it and/or
diff --git a/src/flicksoup/fsp-parser.h b/src/flicksoup/fsp-parser.h
index 13f6c47..96d45f8 100644
--- a/src/flicksoup/fsp-parser.h
+++ b/src/flicksoup/fsp-parser.h
@@ -1,7 +1,7 @@
 /*
  * fsp-parser.h
  *
- * Copyright (C) 2010, 2011 Mario Sanchez Prada
+ * Copyright (C) 2010-2011 Mario Sanchez Prada
  * Authors: Mario Sanchez Prada <msanchez igalia com>
  *
  * This program is free software; you can redistribute it and/or
diff --git a/src/flicksoup/fsp-session.c b/src/flicksoup/fsp-session.c
index b2b9acf..f9c7c5a 100644
--- a/src/flicksoup/fsp-session.c
+++ b/src/flicksoup/fsp-session.c
@@ -1,7 +1,7 @@
 /*
  * fsp-session.c
  *
- * Copyright (C) 2010, 2011 Mario Sanchez Prada
+ * Copyright (C) 2010-2011 Mario Sanchez Prada
  * Authors: Mario Sanchez Prada <msanchez igalia com>
  *
  * Some parts of this file were based on source code from the libsoup
diff --git a/src/flicksoup/fsp-session.h b/src/flicksoup/fsp-session.h
index 1883da0..d58e700 100644
--- a/src/flicksoup/fsp-session.h
+++ b/src/flicksoup/fsp-session.h
@@ -1,7 +1,7 @@
 /*
  * fsp-session.h
  *
- * Copyright (C) 2010, 2011 Mario Sanchez Prada
+ * Copyright (C) 2010-2011 Mario Sanchez Prada
  * Authors: Mario Sanchez Prada <msanchez igalia com>
  *
  * This program is free software; you can redistribute it and/or
diff --git a/src/frogr-about-dialog.c b/src/frogr-about-dialog.c
index 62b0465..18ed807 100644
--- a/src/frogr-about-dialog.c
+++ b/src/frogr-about-dialog.c
@@ -1,7 +1,7 @@
 /*
  * frogr-about-dialog.c -- About dialog
  *
- * Copyright (C) 2009, 2010, 2011 Mario Sanchez Prada
+ * Copyright (C) 2009-2011 Mario Sanchez Prada
  * Authors: Mario Sanchez Prada <msanchez igalia com>
  *
  * This program is free software; you can redistribute it and/or
@@ -42,7 +42,7 @@ static const gchar *artists[] = {
 };
 
 static const gchar *appdescr = N_("A Flickr remote organizer for GNOME\n");
-static const gchar *copyright = "(c) 2009, 2010, 2011 Mario Sanchez Prada";
+static const gchar *copyright = "(c) 2009-2011 Mario Sanchez Prada";
 static const gchar *website = "http://live.gnome.org/Frogr";;
 static const gchar *license =
   "frogr is free software: you can redistribute\n"
diff --git a/src/frogr-about-dialog.h b/src/frogr-about-dialog.h
index 6dc1e88..d458f77 100644
--- a/src/frogr-about-dialog.h
+++ b/src/frogr-about-dialog.h
@@ -1,7 +1,7 @@
 /*
  * frogr-about-dialog.h -- About dialog
  *
- * Copyright (C) 2009, 2010, 2011 Mario Sanchez Prada
+ * Copyright (C) 2009-2011 Mario Sanchez Prada
  * Authors: Mario Sanchez Prada <msanchez igalia com>
  *
  * This program is free software; you can redistribute it and/or
diff --git a/src/frogr-account.c b/src/frogr-account.c
index 838ed1a..912833d 100644
--- a/src/frogr-account.c
+++ b/src/frogr-account.c
@@ -1,7 +1,8 @@
 /*
  * frogr-account.c -- User account for Frogr.
  *
- * Copyright (C) 2009, 2010, 2011 Adrian Perez
+ * Copyright (C) 2009-2011 Mario Sanchez Prada
+ *           (C) 2009 Adrian Perez
  * Authors:
  *   Adrian Perez <aperez igalia com>
  *   Mario Sanchez Prada <msanchez igalia com>
diff --git a/src/frogr-account.h b/src/frogr-account.h
index 1316261..4b3ac94 100644
--- a/src/frogr-account.h
+++ b/src/frogr-account.h
@@ -1,7 +1,8 @@
 /*
  * frogr-account.h -- User account for Frogr.
  *
- * Copyright (C) 2009, 2010, 2011 Adrian Perez
+ * Copyright (C) 2009-2011 Mario Sanchez Prada
+ *           (C) 2009 Adrian Perez
  * Authors:
  *   Adrian Perez <aperez igalia com>
  *   Mario Sanchez Prada <msanchez igalia com>
diff --git a/src/frogr-add-tags-dialog.c b/src/frogr-add-tags-dialog.c
index b4b4fb6..51c1555 100644
--- a/src/frogr-add-tags-dialog.c
+++ b/src/frogr-add-tags-dialog.c
@@ -1,7 +1,7 @@
 /*
  * frogr-add-tags-dialog.c -- Frogr 'add tags' dialog
  *
- * Copyright (C) 2009, 2010, 2011 Mario Sanchez Prada
+ * Copyright (C) 2009-2011 Mario Sanchez Prada
  * Authors: Mario Sanchez Prada <msanchez igalia com>
  *
  * This program is free software; you can redistribute it and/or
diff --git a/src/frogr-add-tags-dialog.h b/src/frogr-add-tags-dialog.h
index e47d8b4..b4d9bf1 100644
--- a/src/frogr-add-tags-dialog.h
+++ b/src/frogr-add-tags-dialog.h
@@ -1,7 +1,7 @@
 /*
  * frogr-add-tags-dialog.h -- Picture 'add tags' dialog
  *
- * Copyright (C) 2009, 2010, 2011 Mario Sanchez Prada
+ * Copyright (C) 2009-2011 Mario Sanchez Prada
  * Authors: Mario Sanchez Prada <msanchez igalia com>
  *
  * This program is free software; you can redistribute it and/or
diff --git a/src/frogr-add-to-group-dialog.c b/src/frogr-add-to-group-dialog.c
index 4f75025..2f658aa 100644
--- a/src/frogr-add-to-group-dialog.c
+++ b/src/frogr-add-to-group-dialog.c
@@ -1,7 +1,7 @@
 /*
  * frogr-add-to-group-dialog.c -- 'Add to group' dialog
  *
- * Copyright (C) 2010, 2011 Mario Sanchez Prada
+ * Copyright (C) 2010-2011 Mario Sanchez Prada
  * Authors: Mario Sanchez Prada <msanchez igalia com>
  *
  * This program is free software; you can redistribute it and/or
diff --git a/src/frogr-add-to-group-dialog.h b/src/frogr-add-to-group-dialog.h
index b123e21..35e018c 100644
--- a/src/frogr-add-to-group-dialog.h
+++ b/src/frogr-add-to-group-dialog.h
@@ -1,7 +1,7 @@
 /*
  * frogr-add-to-group-dialog.h -- 'Add to group' dialog
  *
- * Copyright (C) 2010, 2011 Mario Sanchez Prada
+ * Copyright (C) 2010-2011 Mario Sanchez Prada
  * Authors: Mario Sanchez Prada <msanchez igalia com>
  *
  * This program is free software; you can redistribute it and/or
diff --git a/src/frogr-add-to-set-dialog.c b/src/frogr-add-to-set-dialog.c
index a3c82b4..8b24cbe 100644
--- a/src/frogr-add-to-set-dialog.c
+++ b/src/frogr-add-to-set-dialog.c
@@ -1,7 +1,7 @@
 /*
  * frogr-add-to-set-dialog.c -- 'Add to set' dialog
  *
- * Copyright (C) 2010, 2011 Mario Sanchez Prada
+ * Copyright (C) 2010-2011 Mario Sanchez Prada
  * Authors: Mario Sanchez Prada <msanchez igalia com>
  *
  * This program is free software; you can redistribute it and/or
diff --git a/src/frogr-add-to-set-dialog.h b/src/frogr-add-to-set-dialog.h
index 4f6ceca..a334ed9 100644
--- a/src/frogr-add-to-set-dialog.h
+++ b/src/frogr-add-to-set-dialog.h
@@ -1,7 +1,7 @@
 /*
  * frogr-add-to-set-dialog.h -- 'Add to set' dialog
  *
- * Copyright (C) 2010, 2011 Mario Sanchez Prada
+ * Copyright (C) 2010-2011 Mario Sanchez Prada
  * Authors: Mario Sanchez Prada <msanchez igalia com>
  *
  * This program is free software; you can redistribute it and/or
diff --git a/src/frogr-auth-dialog.c b/src/frogr-auth-dialog.c
index f03a676..b4f6273 100644
--- a/src/frogr-auth-dialog.c
+++ b/src/frogr-auth-dialog.c
@@ -1,7 +1,7 @@
 /*
  * frogr-auth-dialog.c -- Authorization dialog
  *
- * Copyright (C) 2009, 2010, 2011 Mario Sanchez Prada
+ * Copyright (C) 2009-2011 Mario Sanchez Prada
  * Authors: Mario Sanchez Prada <msanchez igalia com>
  *
  * This program is free software; you can redistribute it and/or
diff --git a/src/frogr-auth-dialog.h b/src/frogr-auth-dialog.h
index ee8eb84..6335039 100644
--- a/src/frogr-auth-dialog.h
+++ b/src/frogr-auth-dialog.h
@@ -1,7 +1,7 @@
 /*
  * frogr-auth-dialog.h -- Authorization dialog
  *
- * Copyright (C) 2009, 2010, 2011 Mario Sanchez Prada
+ * Copyright (C) 2009-2011 Mario Sanchez Prada
  * Authors: Mario Sanchez Prada <msanchez igalia com>
  *
  * This program is free software; you can redistribute it and/or
diff --git a/src/frogr-config.c b/src/frogr-config.c
index 6000b75..13d9f39 100644
--- a/src/frogr-config.c
+++ b/src/frogr-config.c
@@ -1,7 +1,8 @@
 /*
  * frogr-config.c -- Configuration system for Frogr.
  *
- * Copyright (C) 2009, 2010, 2011 Adrian Perez
+ * Copyright (C) 2009-2011 Mario Sanchez Prada
+ *           (C) 2009 Adrian Perez
  * Authors:
  *   Adrian Perez <aperez igalia com>
  *   Mario Sanchez Prada <msanchez igalia com>
diff --git a/src/frogr-config.h b/src/frogr-config.h
index 732d573..c6db627 100644
--- a/src/frogr-config.h
+++ b/src/frogr-config.h
@@ -1,7 +1,8 @@
 /*
  * frogr-config.h -- Configuration system for Frogr.
  *
- * Copyright (C) 2009, 2010, 2011 Adrian Perez
+ * Copyright (C) 2009-2011 Mario Sanchez Prada
+ *           (C) 2009 Adrian Perez
  * Authors:
  *   Adrian Perez <aperez igalia com>
  *   Mario Sanchez Prada <msanchez igalia com>
diff --git a/src/frogr-controller.c b/src/frogr-controller.c
index 56843a2..5b918ae 100644
--- a/src/frogr-controller.c
+++ b/src/frogr-controller.c
@@ -1,7 +1,7 @@
 /*
  * frogr-controller.c -- Controller of the whole application
  *
- * Copyright (C) 2009, 2010, 2011 Mario Sanchez Prada
+ * Copyright (C) 2009-2011 Mario Sanchez Prada
  * Authors: Mario Sanchez Prada <msanchez igalia com>
  *
  * This program is free software; you can redistribute it and/or
diff --git a/src/frogr-controller.h b/src/frogr-controller.h
index e4ea732..cd4a557 100644
--- a/src/frogr-controller.h
+++ b/src/frogr-controller.h
@@ -1,7 +1,7 @@
 /*
  * frogr-controller.h -- Controller of the whole application
  *
- * Copyright (C) 2009, 2010, 2011 Mario Sanchez Prada
+ * Copyright (C) 2009-2011 Mario Sanchez Prada
  * Authors: Mario Sanchez Prada <msanchez igalia com>
  *
  * This program is free software; you can redistribute it and/or
diff --git a/src/frogr-create-new-set-dialog.c b/src/frogr-create-new-set-dialog.c
index a53d45b..cc05792 100644
--- a/src/frogr-create-new-set-dialog.c
+++ b/src/frogr-create-new-set-dialog.c
@@ -1,7 +1,7 @@
 /*
  * frogr-create-new-set-dialog.c -- 'Create new set' dialog
  *
- * Copyright (C) 2010, 2011 Mario Sanchez Prada
+ * Copyright (C) 2010-2011 Mario Sanchez Prada
  * Authors: Mario Sanchez Prada <msanchez igalia com>
  *
  * This program is free software; you can redistribute it and/or
diff --git a/src/frogr-create-new-set-dialog.h b/src/frogr-create-new-set-dialog.h
index cc0fe82..86ccdf5 100644
--- a/src/frogr-create-new-set-dialog.h
+++ b/src/frogr-create-new-set-dialog.h
@@ -1,7 +1,7 @@
 /*
  * frogr-create-new-set-dialog.h -- 'Create new set' dialog
  *
- * Copyright (C) 2010, 2011 Mario Sanchez Prada
+ * Copyright (C) 2010-2011 Mario Sanchez Prada
  * Authors: Mario Sanchez Prada <msanchez igalia com>
  *
  * This program is free software; you can redistribute it and/or
diff --git a/src/frogr-details-dialog.c b/src/frogr-details-dialog.c
index e833a2b..001d8ed 100644
--- a/src/frogr-details-dialog.c
+++ b/src/frogr-details-dialog.c
@@ -1,7 +1,7 @@
 /*
  * frogr-details-dialog.c -- Picture details dialog
  *
- * Copyright (C) 2009, 2010, 2011 Mario Sanchez Prada
+ * Copyright (C) 2009-2011 Mario Sanchez Prada
  * Authors: Mario Sanchez Prada <msanchez igalia com>
  *
  * This program is free software; you can redistribute it and/or
diff --git a/src/frogr-details-dialog.h b/src/frogr-details-dialog.h
index 00c2d6e..91757e7 100644
--- a/src/frogr-details-dialog.h
+++ b/src/frogr-details-dialog.h
@@ -1,7 +1,7 @@
 /*
  * frogr-details-dialog.h -- Picture details dialog
  *
- * Copyright (C) 2009, 2010, 2011 Mario Sanchez Prada
+ * Copyright (C) 2009-2011 Mario Sanchez Prada
  * Authors: Mario Sanchez Prada <msanchez igalia com>
  *
  * This program is free software; you can redistribute it and/or
diff --git a/src/frogr-global-defs.h b/src/frogr-global-defs.h
index cbadbc4..c9c08f4 100644
--- a/src/frogr-global-defs.h
+++ b/src/frogr-global-defs.h
@@ -1,7 +1,7 @@
 /*
  * frogr-global-defs.h -- Global definitions and constants
  *
- * Copyright (C) 2009, 2010, 2011 Mario Sanchez Prada
+ * Copyright (C) 2009-2011 Mario Sanchez Prada
  * Authors: Mario Sanchez Prada <msanchez igalia com>
  *
  * This program is free software; you can redistribute it and/or
diff --git a/src/frogr-group.c b/src/frogr-group.c
index 5033715..257c5dd 100644
--- a/src/frogr-group.c
+++ b/src/frogr-group.c
@@ -1,7 +1,7 @@
 /*
  * frogr-group.c -- A group in frogr (a photoset from flickr)
  *
- * Copyright (C) 2010, 2011 Mario Sanchez Prada
+ * Copyright (C) 2010-2011 Mario Sanchez Prada
  * Authors: Mario Sanchez Prada <msanchez igalia com>
  *
  * This program is free software; you can redistribute it and/or
diff --git a/src/frogr-group.h b/src/frogr-group.h
index 7060ac3..6a0c8a3 100644
--- a/src/frogr-group.h
+++ b/src/frogr-group.h
@@ -1,7 +1,7 @@
 /*
  * frogr-group.h -- A group in frogr (a photoset from flickr)
  *
- * Copyright (C) 2010, 2011 Mario Sanchez Prada
+ * Copyright (C) 2010-2011 Mario Sanchez Prada
  * Authors: Mario Sanchez Prada <msanchez igalia com>
  *
  * This program is free software; you can redistribute it and/or
diff --git a/src/frogr-main-view-model.c b/src/frogr-main-view-model.c
index e55b2f0..008cd26 100644
--- a/src/frogr-main-view-model.c
+++ b/src/frogr-main-view-model.c
@@ -1,7 +1,7 @@
 /*
  * frogr-main-view-model.c -- Main view model in frogr
  *
- * Copyright (C) 2009, 2010, 2011 Mario Sanchez Prada
+ * Copyright (C) 2009-2011 Mario Sanchez Prada
  * Authors: Mario Sanchez Prada <msanchez igalia com>
  *
  * This program is free software; you can redistribute it and/or
diff --git a/src/frogr-main-view-model.h b/src/frogr-main-view-model.h
index 2e77693..fd6c4a2 100644
--- a/src/frogr-main-view-model.h
+++ b/src/frogr-main-view-model.h
@@ -1,7 +1,7 @@
 /*
  * frogr-main-view-model.h -- Main view model in frogr
  *
- * Copyright (C) 2009, 2010, 2011 Mario Sanchez Prada
+ * Copyright (C) 2009-2011 Mario Sanchez Prada
  * Authors: Mario Sanchez Prada <msanchez igalia com>
  *
  * This program is free software; you can redistribute it and/or
diff --git a/src/frogr-main-view.c b/src/frogr-main-view.c
index 2f25474..9f79240 100644
--- a/src/frogr-main-view.c
+++ b/src/frogr-main-view.c
@@ -1,7 +1,7 @@
 /*
  * frogr-main-view.c -- Main view for the application
  *
- * Copyright (C) 2009, 2010, 2011 Mario Sanchez Prada
+ * Copyright (C) 2009-2011 Mario Sanchez Prada
  * Authors: Mario Sanchez Prada <msanchez igalia com>
  *
  * This program is free software; you can redistribute it and/or
diff --git a/src/frogr-main-view.h b/src/frogr-main-view.h
index 75a28cf..472ef77 100644
--- a/src/frogr-main-view.h
+++ b/src/frogr-main-view.h
@@ -1,7 +1,7 @@
 /*
  * frogr-main-view.h -- Main view for the application
  *
- * Copyright (C) 2009, 2010, 2011 Mario Sanchez Prada
+ * Copyright (C) 2009-2011 Mario Sanchez Prada
  * Authors: Mario Sanchez Prada <msanchez igalia com>
  *
  * This program is free software; you can redistribute it and/or
diff --git a/src/frogr-photoset.c b/src/frogr-photoset.c
index 724d830..84fa654 100644
--- a/src/frogr-photoset.c
+++ b/src/frogr-photoset.c
@@ -1,7 +1,7 @@
 /*
  * frogr-photoset.c -- An set in frogr (a photoset from flickr)
  *
- * Copyright (C) 2010, 2011 Mario Sanchez Prada
+ * Copyright (C) 2010-2011 Mario Sanchez Prada
  * Authors: Mario Sanchez Prada <msanchez igalia com>
  *
  * This program is free software; you can redistribute it and/or
diff --git a/src/frogr-photoset.h b/src/frogr-photoset.h
index 34771ff..b3463e7 100644
--- a/src/frogr-photoset.h
+++ b/src/frogr-photoset.h
@@ -1,7 +1,7 @@
 /*
  * frogr-photoset.h -- An set in frogr (a photoset from flickr)
  *
- * Copyright (C) 2010, 2011 Mario Sanchez Prada
+ * Copyright (C) 2010-2011 Mario Sanchez Prada
  * Authors: Mario Sanchez Prada <msanchez igalia com>
  *
  * This program is free software; you can redistribute it and/or
diff --git a/src/frogr-picture-loader.c b/src/frogr-picture-loader.c
index e5bb942..4e47d7b 100644
--- a/src/frogr-picture-loader.c
+++ b/src/frogr-picture-loader.c
@@ -1,7 +1,7 @@
 /*
  * frogr-picture-loader.c -- Asynchronous picture loader in frogr
  *
- * Copyright (C) 2009, 2010, 2011 Mario Sanchez Prada
+ * Copyright (C) 2009-2011 Mario Sanchez Prada
  * Authors: Mario Sanchez Prada <msanchez igalia com>
  *
  * This program is free software; you can redistribute it and/or
diff --git a/src/frogr-picture-loader.h b/src/frogr-picture-loader.h
index f1247b4..f48c084 100644
--- a/src/frogr-picture-loader.h
+++ b/src/frogr-picture-loader.h
@@ -1,7 +1,7 @@
 /*
  * frogr-picture-loader.h -- Asynchronous picture loader in frogr
  *
- * Copyright (C) 2009, 2010, 2011 Mario Sanchez Prada
+ * Copyright (C) 2009-2011 Mario Sanchez Prada
  * Authors: Mario Sanchez Prada <msanchez igalia com>
  *
  * This program is free software; you can redistribute it and/or
diff --git a/src/frogr-picture-uploader.c b/src/frogr-picture-uploader.c
index 59993de..536cf95 100644
--- a/src/frogr-picture-uploader.c
+++ b/src/frogr-picture-uploader.c
@@ -1,7 +1,7 @@
 /*
  * frogr-picture-uploader.c -- Asynchronous picture uploader in frogr
  *
- * Copyright (C) 2009, 2010, 2011 Mario Sanchez Prada
+ * Copyright (C) 2009-2011 Mario Sanchez Prada
  * Authors: Mario Sanchez Prada <msanchez igalia com>
  *
  * This program is free software; you can redistribute it and/or
diff --git a/src/frogr-picture-uploader.h b/src/frogr-picture-uploader.h
index 838187b..8d21671 100644
--- a/src/frogr-picture-uploader.h
+++ b/src/frogr-picture-uploader.h
@@ -1,7 +1,7 @@
 /*
  * frogr-picture-uploader.h -- Asynchronous picture uploader in frogr
  *
- * Copyright (C) 2009, 2010, 2011 Mario Sanchez Prada
+ * Copyright (C) 2009-2011 Mario Sanchez Prada
  * Authors: Mario Sanchez Prada <msanchez igalia com>
  *
  * This program is free software; you can redistribute it and/or
diff --git a/src/frogr-picture.c b/src/frogr-picture.c
index 893f6f2..b695e71 100644
--- a/src/frogr-picture.c
+++ b/src/frogr-picture.c
@@ -1,7 +1,7 @@
 /*
  * frogr-picture.c -- A picture in frogr
  *
- * Copyright (C) 2009, 2010, 2011 Mario Sanchez Prada
+ * Copyright (C) 2009-2011 Mario Sanchez Prada
  * Authors: Mario Sanchez Prada <msanchez igalia com>
  *
  * This program is free software; you can redistribute it and/or
diff --git a/src/frogr-picture.h b/src/frogr-picture.h
index a710287..2d54e65 100644
--- a/src/frogr-picture.h
+++ b/src/frogr-picture.h
@@ -1,7 +1,7 @@
 /*
  * frogr-picture.h -- A picture in frogr
  *
- * Copyright (C) 2009, 2010, 2011 Mario Sanchez Prada
+ * Copyright (C) 2009-2011 Mario Sanchez Prada
  * Authors: Mario Sanchez Prada <msanchez igalia com>
  *
  * This program is free software; you can redistribute it and/or
diff --git a/src/frogr-settings-dialog.c b/src/frogr-settings-dialog.c
index b71a31b..c636332 100644
--- a/src/frogr-settings-dialog.c
+++ b/src/frogr-settings-dialog.c
@@ -1,7 +1,7 @@
 /*
  * frogr-settings-dialog.c -- Main settings dialog
  *
- * Copyright (C) 2009, 2010, 2011 Mario Sanchez Prada
+ * Copyright (C) 2009-2011 Mario Sanchez Prada
  * Authors: Mario Sanchez Prada <msanchez igalia com>
  *
  * This program is free software; you can redistribute it and/or
diff --git a/src/frogr-settings-dialog.h b/src/frogr-settings-dialog.h
index cce6da1..4d9b8fa 100644
--- a/src/frogr-settings-dialog.h
+++ b/src/frogr-settings-dialog.h
@@ -1,7 +1,7 @@
 /*
  * frogr-settings-dialog.h -- Main settings dialog
  *
- * Copyright (C) 2010, 2011 Mario Sanchez Prada
+ * Copyright (C) 2010-2011 Mario Sanchez Prada
  * Authors: Mario Sanchez Prada <msanchez igalia com>
  *
  * This program is free software; you can redistribute it and/or
diff --git a/src/frogr-util.c b/src/frogr-util.c
index b07e553..8984ea9 100644
--- a/src/frogr-util.c
+++ b/src/frogr-util.c
@@ -1,7 +1,7 @@
 /*
  * frogr-util.c -- Misc tools.
  *
- * Copyright (C) 2010, 2011 Mario Sanchez Prada
+ * Copyright (C) 2010-2011 Mario Sanchez Prada
  * Authors: Mario Sanchez Prada <msanchez igalia com>
  *
  * This program is free software; you can redistribute it and/or
diff --git a/src/frogr-util.h b/src/frogr-util.h
index 378db93..d90dfef 100644
--- a/src/frogr-util.h
+++ b/src/frogr-util.h
@@ -1,7 +1,7 @@
 /*
  * frogr-util.h -- Misc tools.
  *
- * Copyright (C) 2010, 2011 Mario Sanchez Prada
+ * Copyright (C) 2010-2011 Mario Sanchez Prada
  * Authors: Mario Sanchez Prada <msanchez igalia com>
  *
  * This program is free software; you can redistribute it and/or
diff --git a/src/main.c b/src/main.c
index 2252d76..e7cc55c 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1,7 +1,7 @@
 /*
  * main.c -- Main file and initialization
  *
- * Copyright (C) 2009, 2010, 2011 Mario Sanchez Prada
+ * Copyright (C) 2009-2011 Mario Sanchez Prada
  * Authors: Mario Sanchez Prada <msanchez igalia com>
  *
  * This program is free software; you can redistribute it and/or



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