Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2021-03-01 12:22:20 +1000
committerAllan McRae <allan@archlinux.org>2021-03-01 12:22:20 +1000
commit17f9911ffc79d60d1bebb4484fac82cb1ed78d2a (patch)
tree2fdd3a17d8c667993697a8a5bae6d39a3f8ad53a /src/util
parent0f75ab3224141a5e8a4fe72b48b4639c83c6316b (diff)
Update copyright year
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'src/util')
-rw-r--r--src/util/testpkg.c2
-rw-r--r--src/util/vercmp.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/util/testpkg.c b/src/util/testpkg.c
index c4320861..28dcdc50 100644
--- a/src/util/testpkg.c
+++ b/src/util/testpkg.c
@@ -1,7 +1,7 @@
/*
* testpkg.c : Test a pacman package for validity
*
- * Copyright (c) 2007-2020 Pacman Development Team <pacman-dev@archlinux.org>
+ * Copyright (c) 2007-2021 Pacman Development Team <pacman-dev@archlinux.org>
* Copyright (c) 2007 by Aaron Griffin <aaronmgriffin@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/util/vercmp.c b/src/util/vercmp.c
index 64b531fa..816d0a7a 100644
--- a/src/util/vercmp.c
+++ b/src/util/vercmp.c
@@ -2,7 +2,7 @@
* vercmp.c - Compare package version numbers using pacman's version
* comparison logic
*
- * Copyright (c) 2006-2020 Pacman Development Team <pacman-dev@archlinux.org>
+ * Copyright (c) 2006-2021 Pacman Development Team <pacman-dev@archlinux.org>
* Copyright (c) 2002-2005 by Judd Vinet <jvinet@zeroflux.org>
*
* This program is free software; you can redistribute it and/or modify