[X2Go-Commits] [x2goclient] 04/94: common: update copyright notices. Happy new year!

git-admin at x2go.org git-admin at x2go.org
Fri Dec 15 21:06:13 CET 2023


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

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

commit 9e78e00cc1f629529730174c3fd2370e23caaee2
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Thu Jan 28 15:34:07 2016 +0100

    common: update copyright notices. Happy new year!
---
 Makefile.docupload     | 2 +-
 README                 | 4 ++--
 TODO                   | 4 ++--
 debian/copyright       | 4 ++--
 debian/rules           | 4 ++--
 pyhoca-cli             | 2 +-
 pyhoca/__init__.py     | 2 +-
 pyhoca/cli/__init__.py | 2 +-
 pyhoca/cli/frontend.py | 2 +-
 setup.py               | 2 +-
 10 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/Makefile.docupload b/Makefile.docupload
index fb035836..8195e42c 100644
--- a/Makefile.docupload
+++ b/Makefile.docupload
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 # Makefile.docupload file - for pyhoca-cli
-# Copyright 2010-2015 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>, AGPLv3+ applies to this file
+# Copyright 2010-2016 by Mike Gabriel <mike.gabriel at 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 c0936461..0a72b386 100644
--- a/README
+++ b/README
@@ -1,8 +1,8 @@
-pyhoca-cli - Copyright (C) 2010-2015 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+pyhoca-cli - Copyright (C) 2010-2016 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
 
 Contributors:
     2010, Jörg Sawatzki <joerg.sawatzki at web.de>
-    2010-2015, Dick Kniep <dick.kniep at lindix.nl>
+    2010-2016, Dick Kniep <dick.kniep at lindix.nl>
 
 Published under the terms of the GNU Affero General Public License.
 See http://www.gnu.org/licenses/agpl.html for a recent copy.
diff --git a/TODO b/TODO
index b55bbe2d..616f738f 100644
--- a/TODO
+++ b/TODO
@@ -1,8 +1,8 @@
-pyhoca-cli - Copyright (C) 2010-2015 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+pyhoca-cli - Copyright (C) 2010-2016 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
 
 Contributors:
     2010, Jörg Sawatzki <joerg.sawatzki at web.de>
-    2010-2015, Dick Kniep <dick.kniep at lindix.nl>
+    2010-2016, Dick Kniep <dick.kniep at lindix.nl>
 
 Published under the terms of the GNU Affero General Public License.
 See http://www.gnu.org/licenses/gpl.html for a recent copy.
diff --git a/debian/copyright b/debian/copyright
index 91a908db..e085c16d 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,11 +4,11 @@ Upstream-Contact: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
 Source: http://wiki.x2go.org
 
 Files: *
-Copyright: 2010-2015, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+Copyright: 2010-2016, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
 License: AGPL-3+
 
 Files: debian/*
-Copyright: 2010-2015, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+Copyright: 2010-2016, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
 License: AGPL-3+
 
 License: AGPL-3+
diff --git a/debian/rules b/debian/rules
index 86039c71..f4eeb162 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-2015 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright 2010-2016 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
 
 WITH_PYTHON2 = $(shell test -f /usr/bin/dh_python2 && echo "--with python2")
 
@@ -10,4 +10,4 @@ WITH_PYTHON2 = $(shell test -f /usr/bin/dh_python2 && echo "--with python2")
 
 override_dh_auto_clean:
 	rm -Rf PyHoca_CLI.egg-info/
-	dh_auto_clean
\ No newline at end of file
+	dh_auto_clean
diff --git a/pyhoca-cli b/pyhoca-cli
index 36ba7c2f..0bf8bba8 100755
--- a/pyhoca-cli
+++ b/pyhoca-cli
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2015 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2016 by Mike Gabriel <mike.gabriel at 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 066ebfae..d0af13d1 100644
--- a/pyhoca/__init__.py
+++ b/pyhoca/__init__.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2015 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2016 by Mike Gabriel <mike.gabriel at 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 c2e86a14..45a1787e 100644
--- a/pyhoca/cli/__init__.py
+++ b/pyhoca/cli/__init__.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2015 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2016 by Mike Gabriel <mike.gabriel at 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 31ea33f8..9aa51ff4 100644
--- a/pyhoca/cli/frontend.py
+++ b/pyhoca/cli/frontend.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2015 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2016 by Mike Gabriel <mike.gabriel at 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 17688f8e..0df06368 100755
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2015 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2016 by Mike Gabriel <mike.gabriel at 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


More information about the x2go-commits mailing list