[gnome-calendar] copyright: update year



commit 0b2367200b34f4cf7c1a487f893a015437b8ed06
Author: Erick Pérez Castellanos <erick red gmail com>
Date:   Thu Jan 15 01:43:05 2015 -0500

    copyright: update year

 src/gcal-application.c   |    2 +-
 src/gcal-application.h   |    2 +-
 src/gcal-date-selector.h |    2 +-
 src/gcal-edit-dialog.c   |    2 +-
 src/gcal-edit-dialog.h   |    2 +-
 src/gcal-event-widget.c  |    2 +-
 src/gcal-event-widget.h  |    2 +-
 src/gcal-manager.c       |    2 +-
 src/gcal-manager.h       |    2 +-
 src/gcal-month-view.c    |    2 +-
 src/gcal-time-selector.c |    2 +-
 src/gcal-time-selector.h |    2 +-
 src/gcal-utils.h         |    2 +-
 src/gcal-view.c          |    2 +-
 src/gcal-week-view.c     |    2 +-
 src/gcal-window.c        |    2 +-
 src/gcal-window.h        |    2 +-
 src/main.c               |    2 +-
 18 files changed, 18 insertions(+), 18 deletions(-)
---
diff --git a/src/gcal-application.c b/src/gcal-application.c
index e3a3890..3635191 100644
--- a/src/gcal-application.c
+++ b/src/gcal-application.c
@@ -1,7 +1,7 @@
 /* -*- mode: c; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
 /*
  * gcal-application.c
- * Copyright (C) 2012 Erick Pérez Castellanos <erickpc gnome org>
+ * Copyright (C) 2015 Erick Pérez Castellanos <erickpc gnome org>
  *
  * gnome-calendar is free software: you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by the
diff --git a/src/gcal-application.h b/src/gcal-application.h
index 39490f1..7232976 100644
--- a/src/gcal-application.h
+++ b/src/gcal-application.h
@@ -1,7 +1,7 @@
 /* -*- mode: c; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
 /*
  * gcal-application.h
- * Copyright (C) 2012 Erick Pérez Castellanos <erickpc gnome org>
+ * Copyright (C) 2015 Erick Pérez Castellanos <erickpc gnome org>
  *
  * gnome-calendar is free software: you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by the
diff --git a/src/gcal-date-selector.h b/src/gcal-date-selector.h
index 15a6deb..dde2fc1 100644
--- a/src/gcal-date-selector.h
+++ b/src/gcal-date-selector.h
@@ -1,7 +1,7 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
 /*
  * gcal-date-selector.h
- * Copyright (C) 2012 Erick Pérez Castellanos <erickpc gnome org>
+ * Copyright (C) 2015 Erick Pérez Castellanos <erickpc gnome org>
  *
  * gnome-calendar is free software: you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by the
diff --git a/src/gcal-edit-dialog.c b/src/gcal-edit-dialog.c
index fa7898e..5cb533b 100644
--- a/src/gcal-edit-dialog.c
+++ b/src/gcal-edit-dialog.c
@@ -1,7 +1,7 @@
 /* -*- mode: c; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
 /*
  * gcal-ediat-dialog.c
- * Copyright (C) 2012 Erick Pérez Castellanos <erickpc gnome org>
+ * Copyright (C) 2015 Erick Pérez Castellanos <erickpc gnome org>
  *
  * gnome-calendar is free software: you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by the
diff --git a/src/gcal-edit-dialog.h b/src/gcal-edit-dialog.h
index 9b4524e..1053ca2 100644
--- a/src/gcal-edit-dialog.h
+++ b/src/gcal-edit-dialog.h
@@ -1,7 +1,7 @@
 /* -*- mode: c; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
 /*
  * gcal-edit-dialog.h
- * Copyright (C) 2012 Erick Pérez Castellanos <erickpc gnome org>
+ * Copyright (C) 2015 Erick Pérez Castellanos <erickpc gnome org>
  *
  * gnome-calendar is free software: you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by the
diff --git a/src/gcal-event-widget.c b/src/gcal-event-widget.c
index 4c3daf2..8ee0509 100644
--- a/src/gcal-event-widget.c
+++ b/src/gcal-event-widget.c
@@ -1,7 +1,7 @@
 /* -*- mode: c; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
 /*
  * gcal-event-widget.c
- * Copyright (C) 2012 Erick Pérez Castellanos <erickpc gnome org>
+ * Copyright (C) 2015 Erick Pérez Castellanos <erickpc gnome org>
  *
  * gnome-calendar is free software: you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by the
diff --git a/src/gcal-event-widget.h b/src/gcal-event-widget.h
index 6ed2084..c1c2ce6 100644
--- a/src/gcal-event-widget.h
+++ b/src/gcal-event-widget.h
@@ -1,7 +1,7 @@
 /* -*- mode: c; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
 /*
  * gcal-event-widget.h
- * Copyright (C) 2012 Erick Pérez Castellanos <erickpc gnome org>
+ * Copyright (C) 2015 Erick Pérez Castellanos <erickpc gnome org>
  *
  * gnome-calendar is free software: you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by the
diff --git a/src/gcal-manager.c b/src/gcal-manager.c
index ea04b66..4ba2de9 100644
--- a/src/gcal-manager.c
+++ b/src/gcal-manager.c
@@ -1,7 +1,7 @@
 /* -*- mode: c; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
 /*
  * gcal-manager.c
- * Copyright (C) 2012 Erick Pérez Castellanos <erickpc gnome org>
+ * Copyright (C) 2015 Erick Pérez Castellanos <erickpc gnome org>
  *
  * gnome-calendar is free software: you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by the
diff --git a/src/gcal-manager.h b/src/gcal-manager.h
index a4a2964..923d948 100644
--- a/src/gcal-manager.h
+++ b/src/gcal-manager.h
@@ -1,7 +1,7 @@
 /* -*- mode: c; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
 /*
  * gcal-manager.h
- * Copyright (C) 2012 Erick Pérez Castellanos <erickpc gnome org>
+ * Copyright (C) 2015 Erick Pérez Castellanos <erickpc gnome org>
  *
  * gnome-calendar is free software: you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by the
diff --git a/src/gcal-month-view.c b/src/gcal-month-view.c
index 338468b..ddcc7d0 100644
--- a/src/gcal-month-view.c
+++ b/src/gcal-month-view.c
@@ -2,7 +2,7 @@
 /*
  * gcal-month-view.c
  *
- * Copyright (C) 2012 - Erick Pérez Castellanos
+ * Copyright (C) 2015 - Erick Pérez Castellanos
  *
  * 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/gcal-time-selector.c b/src/gcal-time-selector.c
index 2d574d9..cc21dec 100644
--- a/src/gcal-time-selector.c
+++ b/src/gcal-time-selector.c
@@ -1,7 +1,7 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
 /*
  * gcal-time-selector.c
- * Copyright (C) 2012 Erick Pérez Castellanos <erickpc gnome org>
+ * Copyright (C) 2015 Erick Pérez Castellanos <erickpc gnome org>
  *               2014 Georges Basile Stavracas Neto <georges stavracas gmail com>
  *
  * gnome-calendar is free software: you can redistribute it and/or modify it
diff --git a/src/gcal-time-selector.h b/src/gcal-time-selector.h
index af0369f..59d71a8 100644
--- a/src/gcal-time-selector.h
+++ b/src/gcal-time-selector.h
@@ -1,7 +1,7 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
 /*
  * gcal-time-selector.h
- * Copyright (C) 2012 Erick Pérez Castellanos <erickpc gnome org>
+ * Copyright (C) 2015 Erick Pérez Castellanos <erickpc gnome org>
  *
  * gnome-calendar is free software: you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by the
diff --git a/src/gcal-utils.h b/src/gcal-utils.h
index 4d9a6db..ad4c7a4 100644
--- a/src/gcal-utils.h
+++ b/src/gcal-utils.h
@@ -1,7 +1,7 @@
 /* -*- mode: c; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
 /*
  * gcal-window.h
- * Copyright (C) 2012 Erick Pérez Castellanos <erickpc gnome org>
+ * Copyright (C) 2015 Erick Pérez Castellanos <erickpc gnome org>
  *
  * gnome-calendar is free software: you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by the
diff --git a/src/gcal-view.c b/src/gcal-view.c
index dbb11e4..989da23 100644
--- a/src/gcal-view.c
+++ b/src/gcal-view.c
@@ -2,7 +2,7 @@
 /*
  * gcal-view.c
  *
- * Copyright (C) 2012 - Erick Pérez Castellanos
+ * Copyright (C) 2015 - Erick Pérez Castellanos
  *
  * 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/gcal-week-view.c b/src/gcal-week-view.c
index 50e214a..703f517 100644
--- a/src/gcal-week-view.c
+++ b/src/gcal-week-view.c
@@ -2,7 +2,7 @@
 /*
  * gcal-week-view.c
  *
- * Copyright (C) 2012 - Erick Pérez Castellanos
+ * Copyright (C) 2015 - Erick Pérez Castellanos
  *
  * 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/gcal-window.c b/src/gcal-window.c
index 19d72ed..b7844ce 100644
--- a/src/gcal-window.c
+++ b/src/gcal-window.c
@@ -1,7 +1,7 @@
 /* -*- mode: c; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
 /*
  * gcal-window.c
- * Copyright (C) 2012 Erick Pérez Castellanos <erickpc gnome org>
+ * Copyright (C) 2015 Erick Pérez Castellanos <erickpc gnome org>
  * Copyright (C) 2014 Georges Basile Stavracas Neto <georges stavracas gmail com>
  *
  * gnome-calendar is free software: you can redistribute it and/or modify it
diff --git a/src/gcal-window.h b/src/gcal-window.h
index 0ba14ab..79b5d39 100644
--- a/src/gcal-window.h
+++ b/src/gcal-window.h
@@ -1,7 +1,7 @@
 /* -*- mode: c; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
 /*
  * gcal-window.h
- * Copyright (C) 2012 Erick Pérez Castellanos <erickpc gnome org>
+ * Copyright (C) 2015 Erick Pérez Castellanos <erickpc gnome org>
  *
  * gnome-calendar is free software: you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by the
diff --git a/src/main.c b/src/main.c
index 479869c..6805066 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1,7 +1,7 @@
 /* -*- mode: c; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
 /*
  * main.c
- * Copyright (C) 2012 Erick Pérez Castellanos <erickpc gnome org>
+ * Copyright (C) 2015 Erick Pérez Castellanos <erickpc gnome org>
  * 
  * gnome-calendar is free software: you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by the


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