fix date in copyright message

This commit is contained in:
Dietmar Maurer 2013-05-08 10:55:23 +02:00
parent 8d3190617d
commit d415354b32
3 changed files with 10 additions and 2 deletions

View File

@ -1,7 +1,7 @@
RELEASE=3.0
VERSION=3.0
PKGREL=2
PKGREL=3
PACKAGE=libpve-common-perl

View File

@ -4,11 +4,13 @@ use strict;
use Pod::Parser;
use base qw(Pod::Parser);
my $currentYear = (localtime(time))[5] + 1900;
my $stdinclude = {
pve_copyright => <<EODATA,
\=head1 COPYRIGHT AND DISCLAIMER
Copyright (C) 2007-2011 Proxmox Server Solutions GmbH
Copyright (C) 2007-$currentYear Proxmox Server Solutions GmbH
This program is free software: you can redistribute it and\/or modify
it under the terms of the GNU Affero General Public License as

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
libpve-common-perl (3.0-3) unstable; urgency=low
* fix date in copyright message
-- Proxmox Support Team <support@proxmox.com> Wed, 08 May 2013 10:55:00 +0200
libpve-common-perl (3.0-2) unstable; urgency=low
* implement shared file locks