pidgin/pidgin

Update the date in COPYRIGHT as it was a few years behind
release-2.x.y
7 weeks 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/
environment:
- DOCS_BUILD_IMAGE=docker.io/pidgin/2.x.y-builders:debian-bookworm-amd64
tasks:
clean:
type: convey/clean
files:
- pidgin2-docs
- pidgin2-docs.zip
docs-build:
type: docker/run
image: ${DOCS_BUILD_IMAGE}
workdir: ${CONVEY_WORKSPACE}
script:
- set -ex
- ./autogen.sh --disable-gevolution
- make -s -j$(nproc) docs
- cd doc
- mv html pidgin2
- zip -9r pidgin2-docs.zip pidgin2
docs-clean:
type: convey/clean
files:
- pidgin2-docs
- pidgin2-docs.zip
docs-export:
type: docker/export
files:
- doc/pidgin2-docs.zip:pidgin2-docs.zip
import:
type: docker/import
files: .:.
plans:
clean:
stages:
- tasks: [clean]
docs:
stages:
- tasks: [docs-clean, import, docs-build, docs-export]