From dda03553c7d193cd235960f9faffe07ddedacf14 Mon Sep 17 00:00:00 2001
From: Antonio Ospite <ao2@ao2.it>
Date: Thu, 8 May 2014 12:59:02 +0200
Subject: [PATCH] Update email address and copyright years

---
 contrib/am7xxx-autodisplay.sh   | 2 +-
 contrib/am7xxx-play-window.sh   | 2 +-
 doc/DoxygenMainpage.dox         | 2 +-
 doc/man/am7xxx-modeswitch.1.txt | 2 +-
 doc/man/am7xxx-play.1.txt       | 2 +-
 doc/man/picoproj.1.txt          | 2 +-
 examples/am7xxx-modeswitch.c    | 2 +-
 examples/am7xxx-play.c          | 2 +-
 examples/picoproj.c             | 2 +-
 src/am7xxx.c                    | 2 +-
 src/am7xxx.h                    | 2 +-
 src/serialize.c                 | 2 +-
 src/serialize.h                 | 2 +-
 13 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/contrib/am7xxx-autodisplay.sh b/contrib/am7xxx-autodisplay.sh
index 9d5199d..21ff9a3 100755
--- a/contrib/am7xxx-autodisplay.sh
+++ b/contrib/am7xxx-autodisplay.sh
@@ -2,7 +2,7 @@
 #
 # am7xxx-autodisplay - resize the screen and run am7xxx-play
 #
-# Copyright (C) 2012  Antonio Ospite <ospite@studenti.unina.it>
+# Copyright (C) 2012-2014  Antonio Ospite <ao2@ao2.it>
 #
 # This program is free software. It comes without any warranty, to
 # the extent permitted by applicable law. You can redistribute it
diff --git a/contrib/am7xxx-play-window.sh b/contrib/am7xxx-play-window.sh
index 729a72e..2978ef2 100755
--- a/contrib/am7xxx-play-window.sh
+++ b/contrib/am7xxx-play-window.sh
@@ -2,7 +2,7 @@
 #
 # am7xxx-play-window - show only a given window with am7xxx-play
 #
-# Copyright (C) 2013  Antonio Ospite <ospite@studenti.unina.it>
+# Copyright (C) 2013-2014  Antonio Ospite <ao2@ao2.it>
 #
 # This program is free software. It comes without any warranty, to
 # the extent permitted by applicable law. You can redistribute it
diff --git a/doc/DoxygenMainpage.dox b/doc/DoxygenMainpage.dox
index 407cf1d..6660e27 100644
--- a/doc/DoxygenMainpage.dox
+++ b/doc/DoxygenMainpage.dox
@@ -1,7 +1,7 @@
 /**
 @mainpage  libam7xxx
 
-@author Antonio Ospite <ospite@studenti.unina.it>
+@author Antonio Ospite <ao2@ao2.it>
 @copyright GNU General Public License version 2.
 
 Website: http://git.ao2.it/libam7xxx.git
diff --git a/doc/man/am7xxx-modeswitch.1.txt b/doc/man/am7xxx-modeswitch.1.txt
index a824d8c..b5ebe05 100644
--- a/doc/man/am7xxx-modeswitch.1.txt
+++ b/doc/man/am7xxx-modeswitch.1.txt
@@ -49,7 +49,7 @@ Main web site: <http://git.ao2.it/libam7xxx.git>
 
 COPYING
 -------
-Copyright \(C) 2012  Antonio Ospite <ospite@studenti.unina.it>
+Copyright \(C) 2012-2014  Antonio Ospite <ao2@ao2.it>
 
 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/doc/man/am7xxx-play.1.txt b/doc/man/am7xxx-play.1.txt
index a5c41c9..ae20974 100644
--- a/doc/man/am7xxx-play.1.txt
+++ b/doc/man/am7xxx-play.1.txt
@@ -99,7 +99,7 @@ Main web site: <http://git.ao2.it/libam7xxx.git>
 
 COPYING
 -------
-Copyright \(C) 2012  Antonio Ospite <ospite@studenti.unina.it>
+Copyright \(C) 2012-2014  Antonio Ospite <ao2@ao2.it>
 
 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/doc/man/picoproj.1.txt b/doc/man/picoproj.1.txt
index 69ec437..c4c095e 100644
--- a/doc/man/picoproj.1.txt
+++ b/doc/man/picoproj.1.txt
@@ -85,7 +85,7 @@ Main web site: <http://git.ao2.it/libam7xxx.git>
 
 COPYING
 -------
-Copyright \(C) 2012  Antonio Ospite <ospite@studenti.unina.it>
+Copyright \(C) 2012-2014  Antonio Ospite <ao2@ao2.it>
 
 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/examples/am7xxx-modeswitch.c b/examples/am7xxx-modeswitch.c
index 9942d81..a66c37d 100644
--- a/examples/am7xxx-modeswitch.c
+++ b/examples/am7xxx-modeswitch.c
@@ -1,6 +1,6 @@
 /* am7xxx-modeswitch - a simple usb-modeswitch for am7xxx devices
  *
- * Copyright (C) 2012  Antonio Ospite <ospite@studenti.unina.it>
+ * Copyright (C) 2012-2014  Antonio Ospite <ao2@ao2.it>
  *
  * 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/examples/am7xxx-play.c b/examples/am7xxx-play.c
index 9251701..4f9a505 100644
--- a/examples/am7xxx-play.c
+++ b/examples/am7xxx-play.c
@@ -1,7 +1,7 @@
 /*
  * am7xxx-play - play stuff on an am7xxx device (e.g. Acer C110, PicoPix 1020)
  *
- * Copyright (C) 2012  Antonio Ospite <ospite@studenti.unina.it>
+ * Copyright (C) 2012-2014  Antonio Ospite <ao2@ao2.it>
  *
  * 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/examples/picoproj.c b/examples/picoproj.c
index cb30de0..d335ed1 100644
--- a/examples/picoproj.c
+++ b/examples/picoproj.c
@@ -1,6 +1,6 @@
 /* picoproj - test program for libam7xxx
  *
- * Copyright (C) 2012  Antonio Ospite <ospite@studenti.unina.it>
+ * Copyright (C) 2012-2014  Antonio Ospite <ao2@ao2.it>
  *
  * 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/am7xxx.c b/src/am7xxx.c
index 7122658..ebc403e 100644
--- a/src/am7xxx.c
+++ b/src/am7xxx.c
@@ -1,6 +1,6 @@
 /* am7xxx - communication with AM7xxx based USB Pico Projectors and DPFs
  *
- * Copyright (C) 2012  Antonio Ospite <ospite@studenti.unina.it>
+ * Copyright (C) 2012-2014  Antonio Ospite <ao2@ao2.it>
  *
  * 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/am7xxx.h b/src/am7xxx.h
index 77c2030..4a97f69 100644
--- a/src/am7xxx.h
+++ b/src/am7xxx.h
@@ -1,6 +1,6 @@
 /* am7xxx - communication with AM7XXX based USB Pico Projectors and DPFs
  *
- * Copyright (C) 2012  Antonio Ospite <ospite@studenti.unina.it>
+ * Copyright (C) 2012-2014  Antonio Ospite <ao2@ao2.it>
  *
  * 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/serialize.c b/src/serialize.c
index 61536a0..0a1c2fd 100644
--- a/src/serialize.c
+++ b/src/serialize.c
@@ -1,6 +1,6 @@
 /* am7xxx - communication with AM7xxx based USB Pico Projectors and DPFs
  *
- * Copyright (C) 2012  Antonio Ospite <ospite@studenti.unina.it>
+ * Copyright (C) 2012-2014  Antonio Ospite <ao2@ao2.it>
  *
  * 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/serialize.h b/src/serialize.h
index f1869c9..c109172 100644
--- a/src/serialize.h
+++ b/src/serialize.h
@@ -1,6 +1,6 @@
 /* am7xxx - communication with AM7xxx based USB Pico Projectors and DPFs
  *
- * Copyright (C) 2012  Antonio Ospite <ospite@studenti.unina.it>
+ * Copyright (C) 2012-2014  Antonio Ospite <ao2@ao2.it>
  *
  * 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
-- 
2.1.4