This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to annotated tag 0.5.0.1
in repository x2goclient.

commit e6e6937365d11e291d4dbf3d30122d57c902c4e0
Author: Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
Date:   Mon Oct 20 21:30:27 2014 +0200

    happy new year 2014 (belated)
---
 Makefile.docupload     | 2 +-
 README                 | 2 +-
 TODO                   | 2 +-
 debian/copyright       | 4 ++--
 debian/rules           | 2 +-
 pyhoca-cli             | 2 +-
 pyhoca/__init__.py     | 2 +-
 pyhoca/cli/__init__.py | 2 +-
 pyhoca/cli/frontend.py | 2 +-
 setup.py               | 2 +-
 10 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/Makefile.docupload b/Makefile.docupload
index 825b3199..64b2e800 100644
--- a/Makefile.docupload
+++ b/Makefile.docupload
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 # Makefile.docupload file - for pyhoca-cli
-# Copyright 2010-2012 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>, 
AGPLv3+ applies to this file
+# Copyright 2010-2014 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>, 
AGPLv3+ applies to this file
 
 VERSION=`head -n1 debian/changelog | sed 's,.*(\(.*\)).*,\1,' | cut -d"-" -f1`
 DOC_HOST=code.x2go.org
diff --git a/README b/README
index f513376a..795e4716 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-pyhoca-cli - Copyright (C) 2010-2012 by Mike Gabriel 
<mike.gabr...@das-netzwerkteam.de>
+pyhoca-cli - Copyright (C) 2010-2014 by Mike Gabriel 
<mike.gabr...@das-netzwerkteam.de>
 
 Contributors:
     Jörg Sawatzki <joerg.sawat...@web.de>
diff --git a/TODO b/TODO
index 685f653f..042cdc01 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,4 @@
-pyhoca-cli - Copyright (C) 2010-2012 by Mike Gabriel 
<mike.gabr...@das-netzwerkteam.de>
+pyhoca-cli - Copyright (C) 2010-2014 by Mike Gabriel 
<mike.gabr...@das-netzwerkteam.de>
 
 Contributors:
     Jörg Sawatzki <joerg.sawat...@web.de>
diff --git a/debian/copyright b/debian/copyright
index cdf6db85..9ec873b3 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,11 +4,11 @@ Upstream-Contact: Mike Gabriel 
<mike.gabr...@das-netzwerkteam.de>
 Source: http://wiki.x2go.org
 
 Files: *
-Copyright: 2010-2012, Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
+Copyright: 2010-2014, Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
 License: AGPL-3+
 
 Files: debian/*
-Copyright: 2010-2012, Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
+Copyright: 2010-2014, Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
 License: GPL-2+
  The code in debian/* 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/debian/rules b/debian/rules
index c8ce66bd..538f3527 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 # debian/rules file - for pyhoca-cli
 # Based on sample debian/rules file - for GNU Hello (1.3).
-# Copyright 2010-2012 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
+# Copyright 2010-2014 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
 
 WITH_PYTHON2 = $(shell test -f /usr/bin/dh_python2 && echo "--with python2")
 
diff --git a/pyhoca-cli b/pyhoca-cli
index 5d4eb168..c41d1955 100755
--- a/pyhoca-cli
+++ b/pyhoca-cli
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2012 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
+# Copyright (C) 2010-2014 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
 #
 # PyHoca CLI is free software; you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
diff --git a/pyhoca/__init__.py b/pyhoca/__init__.py
index 23f929b8..0a5836ef 100644
--- a/pyhoca/__init__.py
+++ b/pyhoca/__init__.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2012 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
+# Copyright (C) 2010-2014 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
 #
 # PyHoca CLI is free software; you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
diff --git a/pyhoca/cli/__init__.py b/pyhoca/cli/__init__.py
index 179be7a1..18a616c1 100644
--- a/pyhoca/cli/__init__.py
+++ b/pyhoca/cli/__init__.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2012 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
+# Copyright (C) 2010-2014 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
 #
 # PyHoca CLI is free software; you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
diff --git a/pyhoca/cli/frontend.py b/pyhoca/cli/frontend.py
index da9fa2f4..2c828c5c 100644
--- a/pyhoca/cli/frontend.py
+++ b/pyhoca/cli/frontend.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2012 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
+# Copyright (C) 2010-2014 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
 #
 # PyHoca CLI is free software; you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
diff --git a/setup.py b/setup.py
index c70c3646..348f3ec7 100755
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2012 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
+# Copyright (C) 2010-2014 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
 # 
 # PyHoca is free software; you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on 
/srv/git/code.x2go.org/x2goclient.git
_______________________________________________
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

Reply via email to