[frogr] Updated years in copyright headers



commit 8e541e7feff8f90e62da5b75af0663d899d4e0dc
Author: Mario Sanchez Prada <msanchez gnome org>
Date:   Fri Jan 17 01:17:30 2014 +0000

    Updated years in copyright headers

 Makefile.am                       |    2 +-
 debian/copyright                  |    2 +-
 osx/Info-frogr.plist.in           |    4 ++--
 src/flicksoup/fsp-session.c       |    2 +-
 src/frogr-about-dialog.c          |    4 ++--
 src/frogr-add-tags-dialog.c       |    2 +-
 src/frogr-add-to-group-dialog.c   |    2 +-
 src/frogr-add-to-set-dialog.c     |    2 +-
 src/frogr-auth-dialog.c           |    2 +-
 src/frogr-controller.c            |    2 +-
 src/frogr-create-new-set-dialog.c |    2 +-
 src/frogr-details-dialog.c        |    2 +-
 src/frogr-main-view.c             |    2 +-
 src/frogr-settings-dialog.c       |    2 +-
 src/frogr-util.c                  |    2 +-
 src/main.c                        |    2 +-
 16 files changed, 18 insertions(+), 18 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index c853028..96d5f63 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2012 Mario Sanchez Prada
+# Copyright (C) 2009-2014 Mario Sanchez Prada
 # Authors: Mario Sanchez Prada <msanchez gnome org>
 #
 # This program is free software; you can redistribute it and/or
diff --git a/debian/copyright b/debian/copyright
index 1481ccd..3ba76e3 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -7,7 +7,7 @@ Upstream Author:
 
     Mario Sanchez Prada <msanchez gnome org>
 
-Copyright (C) 2009-2012 Mario Sanchez Prada
+Copyright (C) 2009-2014 Mario Sanchez Prada
 
     This program is free software: you can redistribute it and/or
     modify it under the terms of the GNU General Public License
diff --git a/osx/Info-frogr.plist.in b/osx/Info-frogr.plist.in
index 66c135e..5fecd31 100644
--- a/osx/Info-frogr.plist.in
+++ b/osx/Info-frogr.plist.in
@@ -7,7 +7,7 @@
     <key>CFBundleExecutable</key>
     <string>frogr</string>
     <key>CFBundleGetInfoString</key>
-    <string>@VERSION@, (c) 2009-2013 Mario Sanchez Prada, http://live.gnome.org/Apps/Frogr</string>
+    <string>@VERSION@, (c) 2009-2014 Mario Sanchez Prada, http://live.gnome.org/Apps/Frogr</string>
     <key>CFBundleIconFile</key>
     <string>frogr.icns</string>
     <key>CFBundleIdentifier</key>
@@ -23,7 +23,7 @@
     <key>CFBundleSignature</key>
     <string>????</string>
     <key>NSHumanReadableCopyright</key>
-    <string>Licensed under the terms of the GNU General Public License version 3 Copyright (c) 2009-2013 
Mario Sanchez Prada</string>
+    <string>Licensed under the terms of the GNU General Public License version 3 Copyright (c) 2009-2014 
Mario Sanchez Prada</string>
     <key>LSMinimumSystemVersion</key>
     <string>10.4</string>
 </dict>
diff --git a/src/flicksoup/fsp-session.c b/src/flicksoup/fsp-session.c
index bfe4bae..8a03c3f 100644
--- a/src/flicksoup/fsp-session.c
+++ b/src/flicksoup/fsp-session.c
@@ -1,7 +1,7 @@
 /*
  * fsp-session.c
  *
- * Copyright (C) 2010-2012 Mario Sanchez Prada
+ * Copyright (C) 2010-2014 Mario Sanchez Prada
  * Authors: Mario Sanchez Prada <msanchez gnome org>
  *
  * 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 7009259..43db22a 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-2012 Mario Sanchez Prada
+ * Copyright (C) 2009-2014 Mario Sanchez Prada
  * Authors: Mario Sanchez Prada <msanchez gnome org>
  *
  * This program is free software; you can redistribute it and/or
@@ -41,7 +41,7 @@ static const gchar *artists[] = {
 };
 
 static const gchar *appdescr = N_("A Flickr remote organizer for GNOME\n");
-static const gchar *copyright = "(c) 2009-2012 Mario Sanchez Prada";
+static const gchar *copyright = "(c) 2009-2014 Mario Sanchez Prada";
 static const gchar *website = "http://live.gnome.org/Apps/Frogr";;
 
 void
diff --git a/src/frogr-add-tags-dialog.c b/src/frogr-add-tags-dialog.c
index 759dfb3..2e98db9 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-2012 Mario Sanchez Prada
+ * Copyright (C) 2009-2014 Mario Sanchez Prada
  * Authors: Mario Sanchez Prada <msanchez gnome org>
  *
  * 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 bda3fd5..930476a 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-2012 Mario Sanchez Prada
+ * Copyright (C) 2010-2014 Mario Sanchez Prada
  * Authors: Mario Sanchez Prada <msanchez gnome org>
  *
  * 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 84c8dc2..9cdd036 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-2012 Mario Sanchez Prada
+ * Copyright (C) 2010-2014 Mario Sanchez Prada
  * Authors: Mario Sanchez Prada <msanchez gnome org>
  *
  * 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 c691118..bbe3b8d 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-2012 Mario Sanchez Prada
+ * Copyright (C) 2009-2014 Mario Sanchez Prada
  * Authors: Mario Sanchez Prada <msanchez gnome org>
  *
  * This program is free software; you can redistribute it and/or
diff --git a/src/frogr-controller.c b/src/frogr-controller.c
index 3782bb6..14a887b 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-2012 Mario Sanchez Prada
+ * Copyright (C) 2009-2014 Mario Sanchez Prada
  * Authors: Mario Sanchez Prada <msanchez gnome org>
  *
  * 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 4816e45..c28e187 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-2012 Mario Sanchez Prada
+ * Copyright (C) 2010-2014 Mario Sanchez Prada
  * Authors: Mario Sanchez Prada <msanchez gnome org>
  *
  * 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 2cb6d9a..ec18514 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-2012 Mario Sanchez Prada
+ * Copyright (C) 2009-2014 Mario Sanchez Prada
  * Authors: Mario Sanchez Prada <msanchez gnome org>
  *
  * 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 cbdc810..7c9c243 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-2012 Mario Sanchez Prada
+ * Copyright (C) 2009-2014 Mario Sanchez Prada
  *           (C) 2011 Joaquim Rocha
  * Authors:
  *   Joaquim Rocha <jrocha igalia com>
diff --git a/src/frogr-settings-dialog.c b/src/frogr-settings-dialog.c
index 51f9592..90dd4d5 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-2012 Mario Sanchez Prada
+ * Copyright (C) 2009-2014 Mario Sanchez Prada
  * Authors: Mario Sanchez Prada <msanchez gnome org>
  *
  * This program is free software; you can redistribute it and/or
diff --git a/src/frogr-util.c b/src/frogr-util.c
index a0fe0e2..913823c 100644
--- a/src/frogr-util.c
+++ b/src/frogr-util.c
@@ -1,7 +1,7 @@
 /*
  * frogr-util.c -- Misc tools.
  *
- * Copyright (C) 2010-2012 Mario Sanchez Prada
+ * Copyright (C) 2010-2014 Mario Sanchez Prada
  * Authors: Mario Sanchez Prada <msanchez gnome org>
  *
  * This program is free software; you can redistribute it and/or
diff --git a/src/main.c b/src/main.c
index 0807126..de01658 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1,7 +1,7 @@
 /*
  * main.c -- Main file and initialization
  *
- * Copyright (C) 2009-2012 Mario Sanchez Prada
+ * Copyright (C) 2009-2014 Mario Sanchez Prada
  * Authors: Mario Sanchez Prada <msanchez gnome org>
  *
  * 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]