From b1533306e3cb1838dc545fdbc19534373db9c8e9 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Sat, 9 Jan 2021 11:28:44 +0100 Subject: [PATCH] Fix d/copyright ordering and years. --- debian/changelog | 1 + debian/copyright | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8c83133..3e1f14f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ python-xstatic-jquery.bootstrap.wizard (1.0.0.1-3) unstable; urgency=medium [ Thomas Goirand ] * Remove useless overrides. + * Fix d/copyright ordering and years. -- Thomas Goirand Sat, 09 Jan 2021 11:27:59 +0100 diff --git a/debian/copyright b/debian/copyright index 63f4fd3..867adc0 100644 --- a/debian/copyright +++ b/debian/copyright @@ -3,10 +3,6 @@ Upstream-Name: XStatic-JQuery.Bootstrap.Wizard Upstream-Contact: Radomir Dopieralski Source: https://github.com/openstack/XStatic-JQuery.Bootstrap.Wizard -Files: debian/* -Copyright: (c) 2014, Thomas Goirand -License: Expat or GPL-3 - Files: * Copyright: (c) 2013, Radomir Dopieralski (c) 2013, Vadim Vincent Gabriel @@ -16,6 +12,10 @@ Comment: Original source for jquery-bootstrap-wizard may be found at: http://github.com/VinceG/twitter-bootstrap-wizard +Files: debian/* +Copyright: (c) 2014-2020, Thomas Goirand +License: Expat or GPL-3 + License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal -- GitLab