pidgin/pidgin

Add Tanweer Ali to the COPYRIGHT file

2021-03-29, Gary Kramlich
1ec9131142c3
Add Tanweer Ali to the COPYRIGHT file
IRC_SOURCES = [
'cmds.c',
'dcc_send.c',
'irc.c',
'irc.h',
'msgs.c',
'parse.c'
]
if DYNAMIC_IRC
irc_prpl = shared_library('irc', IRC_SOURCES,
dependencies : [sasl, libpurple_dep, glib, gio, ws2_32],
install : true, install_dir : PURPLE_PLUGINDIR)
endif