Package: dh-make
Version: 0.47
Severity: wishlist
Tags: patch
Here is small update for the GPL template. The layout is
proposed as:
Copyright (C) YYYY Foo Bar
Not as:
Copyright (C YYYY, Foo Bar
The comma is no needed. It is used to separate multiple years:
Copyright (C) YYYY[, YYYY]+ Foo Bar
References:
http://www.gnu.org/licenses/gpl-howto.html
Whichever license you plan to use, the process involves adding
two elements to each source file of your program: a copyright
notice (such as “Copyright 1999 Terry Jones”)
-- System Information:
Debian Release: 5.0
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages dh-make depends on:
ii debhelper 7.0.17 helper programs for debian/rules
ii dpkg-dev 1.14.25 Debian package development tools
ii make 3.81-5 The GNU version of the "make" util
ii perl 5.10.0-19 Larry Wall's Practical Extraction
dh-make recommends no packages.
Versions of packages dh-make suggests:
ii build-essential 11.4 Informational list of build-essent
-- debconf-show failed
>From 73d7282c6927d8a11254a60c97950cec5cc7eb8b Mon Sep 17 00:00:00 2001
From: Jari Aalto <[email protected]>
Date: Wed, 4 Mar 2009 15:09:10 +0200
Subject: [PATCH] gpl: (Debian packaging): update
Signed-off-by: Jari Aalto <[email protected]>
---
gpl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/gpl b/gpl
index 42a9454..5f6b8fc 100644
--- a/gpl
+++ b/gpl
@@ -43,7 +43,7 @@ Public License can be found in
`/usr/share/common-licenses/GPL'.
The Debian packaging is:
- Copyright C) #YEAR#, #USERNAME# <#EMAIL#>
+ Copyright (C) #YEAR# #USERNAME# <#EMAIL#>
and is licensed under the GPL, see above.
--
1.6.1.3