X-Git-Url: http://git.tremily.us/?p=calibcant.git;a=blobdiff_plain;f=update_copyright.py;h=ce067d0ae0971926dc713d024529f8fe41bac759;hp=d1caaa6e7c3ab5cc995174e27628950490eff97f;hb=880506f0341764c5b7f979fcc51bb0798cd97474;hpb=30c687ee081aa9ac100de092ea9203fb18bc9739 diff --git a/update_copyright.py b/update_copyright.py index d1caaa6..ce067d0 100755 --- a/update_copyright.py +++ b/update_copyright.py @@ -1,21 +1,21 @@ -#!/usr/bin/python +#!/usr/bin/env python # -# Copyright (C) 2010 W. Trevor King +# Copyright (C) 2010-2011 W. Trevor King # -# This file is part of CalibCant. +# This file is part of calibcant. # -# CalibCant is free software: you can redistribute it and/or +# calibcant is free software: you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation, either # version 3 of the License, or (at your option) any later version. # -# CalibCant is distributed in the hope that it will be useful, +# calibcant is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public -# License along with CalibCant. If not, see +# License along with calibcant. If not, see # . """Automatically update copyright boilerplate. @@ -37,7 +37,7 @@ import time PROJECT_INFO = { - 'project': 'CalibCant', + 'project': 'calibcant', 'vcs': 'Git', }