D20615: bitset: Add bit number to tooltip
Albert Astals Cid
noreply at phabricator.kde.org
Sun May 19 21:00:00 BST 2019
aacid added a comment.
Can you explain what are your reasons to want to stay anonymous? Or you feel you'd lose anonymity already by doing so?
Meanwhile, i think it's fair to accept your contribution if you propose a commit to the kde-dev-scripts with this patch
diff --git a/relicensecheck.pl b/relicensecheck.pl
index e9265bf..0aac179 100755
--- a/relicensecheck.pl
+++ b/relicensecheck.pl
@@ -32,6 +32,7 @@ use List::Util qw(any);
my %license_table = (
'acrouthamel' => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV', 'CCBYSA4' ],
'aheinecke' => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV', 'CCBYSA4' ],
+ 'athurhfree' => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV', 'CCBYSA4' ],
'cgerloff' => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV', 'CCBYSA4' ],
'flherne' => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV', 'CCBYSA4' ],
'huoni' => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV', 'CCBYSA4' ],
@@ -409,6 +410,7 @@ my %secondary_mail_addresses = (
'thb at net-bembel.de' => 'tbaumgart',
'trev at adblockplus.org' => 'palant',
'tsdgeos at terra.es' => 'aacid',
+ 'athurh at gmail.com' => 'athurhfree',
);
my %ruletable;
This way we won't have problems if ever we want to relicense the code.
REPOSITORY
R353 KCalc
BRANCH
bit_tooltip
REVISION DETAIL
https://phabricator.kde.org/D20615
To: athurh, aacid
Cc: cfeck, kde-utils-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-utils-devel/attachments/20190519/bded2c56/attachment.html>
More information about the Kde-utils-devel
mailing list