From 7179af4e908b58499abdbb193c6e1eb1b5918532 Mon Sep 17 00:00:00 2001
From: Antonio Ospite <ospite@studenti.unina.it>
Date: Thu, 24 Sep 2009 20:08:29 +0200
Subject: [PATCH] Update URL and copyright

Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
---
 vrm.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/vrm.py b/vrm.py
index 42eaf3b..72ed002 100755
--- a/vrm.py
+++ b/vrm.py
@@ -7,7 +7,7 @@ Tooltip: 'Vector Rendering Method script'
 """
 
 __author__ = "Antonio Ospite"
-__url__ = ["http://projects.blender.org/projects/vrm"]
+__url__ = ["http://vrm.ao2.it"]
 __version__ = "0.3.beta"
 
 __bpydoc__ = """\
@@ -15,7 +15,7 @@ __bpydoc__ = """\
 """
 
 # ---------------------------------------------------------------------
-#    Copyright (c) 2006, 2007, 2008 Antonio Ospite
+#    Copyright (c) 2006, 2007, 2008, 2009 Antonio Ospite
 #
 #    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