summaryrefslogtreecommitdiff
path: root/scite/debian/copyright
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-07-13 13:32:25 +0000
committerB. Stack <bgstack15@gmail.com>2022-07-13 13:32:25 +0000
commitc7680b77118df075f6ac4ebfd2c62a6226224c11 (patch)
tree3024a22f41a97cfe85be3979da233bf88f96482a /scite/debian/copyright
parentMerge branch 'newmoon-bump' into 'master' (diff)
parentscite: fix dsc version (diff)
downloadstackrpms-c7680b77118df075f6ac4ebfd2c62a6226224c11.tar.gz
stackrpms-c7680b77118df075f6ac4ebfd2c62a6226224c11.tar.bz2
stackrpms-c7680b77118df075f6ac4ebfd2c62a6226224c11.zip
Merge branch 'scite-bump' into 'master'
scite 5.2.4 See merge request bgstack15/stackrpms!309
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