[frogr] Updated copyright headers and authorship
- From: Mario Sanchez Prada <msanchez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [frogr] Updated copyright headers and authorship
- Date: Mon, 9 Apr 2012 02:08:58 +0000 (UTC)
commit 7075ac7e56096360b37399f3056dead92a2bce4a
Author: Mario Sanchez Prada <msanchez igalia com>
Date: Mon Apr 9 04:07:56 2012 +0200
Updated copyright headers and authorship
AUTHORS | 7 -------
COPYING | 2 +-
src/Makefile.am | 2 +-
src/examples/Makefile.am | 3 +++
src/examples/example.c | 2 +-
src/flicksoup/Makefile.am | 3 +++
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-account.c | 2 +-
src/frogr-account.h | 2 +-
src/frogr-add-tags-dialog.c | 2 +-
src/frogr-auth-dialog.c | 2 +-
src/frogr-config.c | 2 +-
src/frogr-config.h | 2 +-
src/frogr-controller.c | 2 +-
src/frogr-controller.h | 2 +-
src/frogr-details-dialog.c | 2 +-
src/frogr-main-view-model.c | 2 +-
src/frogr-main-view-model.h | 2 +-
src/frogr-main-view.c | 7 +++++--
src/frogr-picture-loader.c | 2 +-
src/frogr-picture.c | 2 +-
src/frogr-settings-dialog.c | 2 +-
src/frogr-util.c | 2 +-
src/frogr-util.h | 2 +-
src/main.c | 2 +-
32 files changed, 39 insertions(+), 37 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index 0a4fdf7..0cb5260 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -4,16 +4,9 @@ Mario Sanchez Prada <msanchez igalia com>
Adrian Perez de Castro <aperez igalia com>
* Artwork
* Original configuration management system
-* Fedora packaging
-
-Alberto Garcia <agarcia igalia com>
-* Debian packaging
Alejandro PiÃeiro Iglesias <apinheiro igalia com>
* Gettext support for i18n
-Javier Jardon <javierjc1982 gmail com>
-* Cleanup and improvements for GNOME 3.0
-
Joaquim Rocha <jrocha igalia com>
* Migration to GtkActions
\ No newline at end of file
diff --git a/COPYING b/COPYING
index dd7cce8..2bd000a 100644
--- a/COPYING
+++ b/COPYING
@@ -1,4 +1,4 @@
-frogr is (C) 2009-2011 Mario Sanchez Prada <msanchez igalia com> and
+frogr is (C) 2009-2012 Mario Sanchez Prada <msanchez igalia com> and
is licensed under the following terms:
GNU GENERAL PUBLIC LICENSE
diff --git a/src/Makefile.am b/src/Makefile.am
index 47b05e1..0b9ca49 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2011 Mario Sanchez Prada
+# Copyright (C) 2009-2012 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/examples/Makefile.am b/src/examples/Makefile.am
index 8538145..411adb3 100644
--- a/src/examples/Makefile.am
+++ b/src/examples/Makefile.am
@@ -1,3 +1,6 @@
+# Copyright (C) 2010-2012 Mario Sanchez Prada
+# Authors: Mario Sanchez Prada <msanchez igalia com>
+#
# This program is free software; you can redistribute it and/or modify
# it under the terms of version 3 of the GNU General Public License as
# published by the Free Software Foundation.
diff --git a/src/examples/example.c b/src/examples/example.c
index e145010..24adbd7 100644
--- a/src/examples/example.c
+++ b/src/examples/example.c
@@ -1,7 +1,7 @@
/*
* example.c -- Random example to test the flicksoup files
*
- * Copyright (C) 2010-2011 Mario Sanchez Prada
+ * Copyright (C) 2010-2012 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/Makefile.am b/src/flicksoup/Makefile.am
index 7a8fd7d..877eb4d 100644
--- a/src/flicksoup/Makefile.am
+++ b/src/flicksoup/Makefile.am
@@ -1,3 +1,6 @@
+# Copyright (C) 2010-2012 Mario Sanchez Prada
+# Authors: Mario Sanchez Prada <msanchez igalia com>
+#
# This program is free software; you can redistribute it and/or modify
# it under the terms of version 3 of the GNU Lesser General Public
# License as published by the Free Software Foundation.
diff --git a/src/flicksoup/fsp-data.c b/src/flicksoup/fsp-data.c
index 53cdd1f..78910e8 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-2012 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 adbfaa3..f620c3c 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-2012 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 2efec74..e853a83 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-2012 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 07b0733..b74675c 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-2012 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 b461593..904a8ea 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-2012 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 244b125..46b02ee 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-2012 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 c30d0a4..f98e69c 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-2012 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.h b/src/flicksoup/fsp-session.h
index 1af4bf1..46a9c14 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-2012 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 da3b0b5..3a140d4 100644
--- a/src/frogr-account.c
+++ b/src/frogr-account.c
@@ -1,7 +1,7 @@
/*
* frogr-account.c -- User account for Frogr.
*
- * Copyright (C) 2009-2011 Mario Sanchez Prada
+ * Copyright (C) 2009-2012 Mario Sanchez Prada
* (C) 2009 Adrian Perez
* Authors:
* Adrian Perez <aperez igalia com>
diff --git a/src/frogr-account.h b/src/frogr-account.h
index ed341d5..5653c65 100644
--- a/src/frogr-account.h
+++ b/src/frogr-account.h
@@ -1,7 +1,7 @@
/*
* frogr-account.h -- User account for Frogr.
*
- * Copyright (C) 2009-2011 Mario Sanchez Prada
+ * Copyright (C) 2009-2012 Mario Sanchez Prada
* (C) 2009 Adrian Perez
* Authors:
* Adrian Perez <aperez igalia com>
diff --git a/src/frogr-add-tags-dialog.c b/src/frogr-add-tags-dialog.c
index 25117b8..cebc2a7 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-2011 Mario Sanchez Prada
+ * Copyright (C) 2009-2012 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 4220fa5..ac794d7 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-2011 Mario Sanchez Prada
+ * Copyright (C) 2009-2012 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 65525ad..4d80ba5 100644
--- a/src/frogr-config.c
+++ b/src/frogr-config.c
@@ -1,7 +1,7 @@
/*
* frogr-config.c -- Configuration system for Frogr.
*
- * Copyright (C) 2009-2011 Mario Sanchez Prada
+ * Copyright (C) 2009-2012 Mario Sanchez Prada
* (C) 2009 Adrian Perez
* Authors:
* Adrian Perez <aperez igalia com>
diff --git a/src/frogr-config.h b/src/frogr-config.h
index 2808b70..2d34140 100644
--- a/src/frogr-config.h
+++ b/src/frogr-config.h
@@ -1,7 +1,7 @@
/*
* frogr-config.h -- Configuration system for Frogr.
*
- * Copyright (C) 2009-2011 Mario Sanchez Prada
+ * Copyright (C) 2009-2012 Mario Sanchez Prada
* (C) 2009 Adrian Perez
* Authors:
* Adrian Perez <aperez igalia com>
diff --git a/src/frogr-controller.c b/src/frogr-controller.c
index 0f45be4..48ce2fc 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-2011 Mario Sanchez Prada
+ * Copyright (C) 2009-2012 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 a1d0f84..72a01de 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-2011 Mario Sanchez Prada
+ * Copyright (C) 2009-2012 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 1d472a7..e1ebe2a 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-2011 Mario Sanchez Prada
+ * Copyright (C) 2009-2012 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 8002c55..b2210fc 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-2011 Mario Sanchez Prada
+ * Copyright (C) 2009-2012 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 7e444da..30192d4 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-2011 Mario Sanchez Prada
+ * Copyright (C) 2009-2012 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 02504d4..ab64eff 100644
--- a/src/frogr-main-view.c
+++ b/src/frogr-main-view.c
@@ -1,8 +1,11 @@
/*
* frogr-main-view.c -- Main view for the application
*
- * Copyright (C) 2009-2011 Mario Sanchez Prada
- * Authors: Mario Sanchez Prada <msanchez igalia com>
+ * Copyright (C) 2009-2012 Mario Sanchez Prada
+ * (C) 2011 Joaquim Rocha
+ * Authors:
+ * Joaquim Rocha <jrocha igalia com>
+ * Mario Sanchez Prada <msanchez igalia com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 3 of the GNU General Public
diff --git a/src/frogr-picture-loader.c b/src/frogr-picture-loader.c
index 250e2af..baa0e72 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-2011 Mario Sanchez Prada
+ * Copyright (C) 2009-2012 Mario Sanchez Prada
* Authors: Mario Sanchez Prada <msanchez igalia com>
*
* Some parts of this file were based on source code from tracker,
diff --git a/src/frogr-picture.c b/src/frogr-picture.c
index e9d12c1..b996e4b 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-2011 Mario Sanchez Prada
+ * Copyright (C) 2009-2012 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 e5030bc..3fbfb72 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-2011 Mario Sanchez Prada
+ * Copyright (C) 2009-2012 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 a144c47..77ea40a 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-2012 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 4ebd7e2..fb9e686 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-2012 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 94dad7f..5d2fcaf 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1,7 +1,7 @@
/*
* main.c -- Main file and initialization
*
- * Copyright (C) 2009-2011 Mario Sanchez Prada
+ * Copyright (C) 2009-2012 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]