pidgin/pidgin

Update the date in COPYRIGHT as it was a few years behind
release-2.x.y
3 months ago, Gary Kramlich
21a56db5f998
Update the date in COPYRIGHT as it was a few years behind

Testing Done:
None

Reviewed at https://reviews.imfreedom.org/r/3007/
SUBDIRS = api loader
mono_sources = GetBuddyBack.cs \
MPlugin.cs
EXTRA_DIST = $(mono_sources)
monodir = $(libdir)/purple-$(PURPLE_MAJOR_VERSION)
mono_SCRIPTS = MPlugin.dll GetBuddyBack.dll
mono_build_sources = $(addprefix $(srcdir)/, $(mono_sources))
all: $(mono_SCRIPTS)
SUFFIXES = .cs .dll
.cs.dll: api/PurpleAPI.dll $(mono_build_sources)
mcs -t:library -lib:./api -out:$@ -r:PurpleAPI.dll $<
clean-local:
rm -f $(mono_SCRIPTS)