diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7ba39f8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*~ +*.pyc +*.egg/ +*.log diff --git a/bin/gva b/bin/gva index 4188803..2546bb7 100755 --- a/bin/gva +++ b/bin/gva @@ -1,8 +1,8 @@ -#!/usr/bin/python +#!/usr/bin/env python # -*- python -*- # -*- coding: utf-8 -*- # -# Copyright (C) 2007, 2008 by Jan Dittberner. +# Copyright (C) 2007, 2008, 2009 by Jan Dittberner. # # 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/bin/gvaserver b/bin/gvaserver index d031a82..84e2c03 100755 --- a/bin/gvaserver +++ b/bin/gvaserver @@ -1,8 +1,8 @@ -#!/usr/bin/python +#!/usr/bin/env python # -*- python -*- # -*- coding: utf-8 -*- # -# Copyright (C) 2008 by Jan Dittberner. +# Copyright (C) 2008, 2009 by Jan Dittberner. # # 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/setup.py b/setup.py index b797314..eb2738d 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2007, 2008 by Jan Dittberner. +# Copyright (C) 2007, 2008, 2009 by Jan Dittberner. # # 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