comparison build-aux/git-version-gen @ 12825:f68718212da8

maint: normalize copyright notices Normalize some copyright comments: change the two spaces before "Free Software..." to one: git grep -l -E '[0-9]{4} *Free Software' \ | xargs perl -pi -e 's/ +(Free Software)/ $1/'
author Jim Meyering <meyering@redhat.com>
date Wed, 27 Jan 2010 17:12:30 +0100
parents 442a82a053da
children 74f6f4021fe0
comparison
equal deleted inserted replaced
12824:8092eca444bb 12825:f68718212da8
1 #!/bin/sh 1 #!/bin/sh
2 # Print a version string. 2 # Print a version string.
3 scriptversion=2010-01-27.16 3 scriptversion=2010-01-27.16
4 4
5 # Copyright (C) 2007-2010 Free Software Foundation, Inc. 5 # Copyright (C) 2007-2010 Free Software Foundation, Inc.
6 # 6 #
7 # This program is free software: you can redistribute it and/or modify 7 # This program is free software: you can redistribute it and/or modify
8 # it under the terms of the GNU General Public License as published by 8 # it under the terms of the GNU General Public License as published by
9 # the Free Software Foundation; either version 3 of the License, or 9 # the Free Software Foundation; either version 3 of the License, or
10 # (at your option) any later version. 10 # (at your option) any later version.