diff options
author | Guillem Jover <guillem@debian.org> | 2009-11-07 19:47:41 +0100 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2009-11-08 13:45:46 +0100 |
commit | d99d361f1b8e07522ccbffc32493e1280b588183 (patch) | |
tree | 26ed8126eb10a56929330d2a77027125273b7a4a /get-version | |
parent | 0716206865109c3cdfc64c700adbf91a01f86364 (diff) | |
download | dpkg-d99d361f1b8e07522ccbffc32493e1280b588183.tar.gz |
Replace FSF address by pointing to the gnu.org URL
Use the <http://www.gnu.org/licenses/> URL, instead of in most cases
the outdated FSF address, which is way more stable, as the latter has
changed several times in the past.
Diffstat (limited to 'get-version')
-rwxr-xr-x | get-version | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/get-version b/get-version index f16f183d1..257bdbd86 100755 --- a/get-version +++ b/get-version @@ -15,8 +15,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# along with this program. If not, see <http://www.gnu.org/licenses/>. # if [ -f .dist-version ]; then |