summaryrefslogtreecommitdiff
path: root/scite/debian/copyright
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-07-11 15:03:58 -0400
committerB. Stack <bgstack15@gmail.com>2022-07-11 15:03:58 -0400
commitd04ff98bff01c8444c5f4c9543197092bf033dbf (patch)
tree95be479b3c73fff2e06a6492b28655ba17bfaf45 /scite/debian/copyright
parentMerge branch 'librewolf-bump' into 'master' (diff)
downloadstackrpms-d04ff98bff01c8444c5f4c9543197092bf033dbf.tar.gz
stackrpms-d04ff98bff01c8444c5f4c9543197092bf033dbf.tar.bz2
stackrpms-d04ff98bff01c8444c5f4c9543197092bf033dbf.zip
scite 5.2.4 rc1
Diffstat (limited to 'scite/debian/copyright')
-rw-r--r--scite/debian/copyright5
1 files changed, 4 insertions, 1 deletions
diff --git a/scite/debian/copyright b/scite/debian/copyright
index 8a923bb..5bd547c 100644
--- a/scite/debian/copyright
+++ b/scite/debian/copyright
@@ -7,7 +7,10 @@ Copyright: 1998-2014 Neil Hodgson <neilh@scintilla.org>
License: scintilla
Files: debian/*
-Copyright: 2000 Aubin Paul <aubin@debian.org>
+Copyright: 2000-2002 Aubin Paul <aubin@debian.org>
+ 2002-2013 Michael Vogt <mvo@debian.org>
+ 2013-2022 Antonio Valentino <antonio.valentino@tiscali.it>
+ 2018-2022 Andreas Rönnquist <gusnan@debian.org>
License: GPL-3.0+
Files: scite/lua/*
bgstack15