[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[lintian] 01/01: c/source-copyright: Indent source fragment with spaces



This is an automated email from the git hooks/post-receive script.

jwilk pushed a commit to branch master
in repository lintian.

commit d55e0c3fffff946b1f3f24d730111f23dd4e2ff9
Author: Jakub Wilk <jwilk@debian.org>
Date:   Tue Jan 5 18:45:29 2016 +0100

    c/source-copyright: Indent source fragment with spaces
---
 checks/source-copyright.desc | 23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)

diff --git a/checks/source-copyright.desc b/checks/source-copyright.desc
index ffce963..ee5ef3e 100644
--- a/checks/source-copyright.desc
+++ b/checks/source-copyright.desc
@@ -260,17 +260,18 @@ Info: This paragraph defines an already defined license.
  unique within a single copyright file.
  .
  This tag could be raised by something like this:
- | Files: filea ...
- | Copyright: 2009, ...
- | License: LGPL-2.1
- |  This program is free software;
- |         ...
- |
- | Files: fileb ...
- | Copyright: 2009, ...
- | License: LGPL-2.1
- |  This program is free software;
- |  ...
+ .
+  Files: filea ...
+  Copyright: 2009, ...
+  License: LGPL-2.1
+   This program is free software;
+          ...
+ .
+  Files: fileb ...
+  Copyright: 2009, ...
+  License: LGPL-2.1
+   This program is free software;
+   ...
  .
  In this case, you redefine LGPL-2.1 license. You should use
  a stand-alone paragraph or merge the two files (using a single

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git


Reply to: