mirror of
https://git.proxmox.com/git/pve-common
synced 2025-08-06 04:29:33 +00:00
fix date in copyright message
This commit is contained in:
parent
8d3190617d
commit
d415354b32
2
Makefile
2
Makefile
@ -1,7 +1,7 @@
|
||||
RELEASE=3.0
|
||||
|
||||
VERSION=3.0
|
||||
PKGREL=2
|
||||
PKGREL=3
|
||||
|
||||
PACKAGE=libpve-common-perl
|
||||
|
||||
|
@ -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
6
debian/changelog
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user