diff options
-rw-r--r-- | usr.sbin/pkg_add/OpenBSD/Dependencies.pm | 4 | ||||
-rw-r--r-- | usr.sbin/pkg_add/OpenBSD/Update.pm | 4 | ||||
-rw-r--r-- | usr.sbin/pkg_add/OpenBSD/UpdateSet.pm | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/pkg_add/OpenBSD/Dependencies.pm b/usr.sbin/pkg_add/OpenBSD/Dependencies.pm index b86157c81b6..33151d286eb 100644 --- a/usr.sbin/pkg_add/OpenBSD/Dependencies.pm +++ b/usr.sbin/pkg_add/OpenBSD/Dependencies.pm @@ -1,7 +1,7 @@ # ex:ts=8 sw=4: -# $OpenBSD: Dependencies.pm,v 1.117 2010/01/01 12:58:30 espie Exp $ +# $OpenBSD: Dependencies.pm,v 1.118 2010/01/01 13:00:05 espie Exp $ # -# Copyright (c) 2005-2007 Marc Espie <espie@openbsd.org> +# Copyright (c) 2005-2010 Marc Espie <espie@openbsd.org> # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff --git a/usr.sbin/pkg_add/OpenBSD/Update.pm b/usr.sbin/pkg_add/OpenBSD/Update.pm index c4024ecb11e..8d924c8371b 100644 --- a/usr.sbin/pkg_add/OpenBSD/Update.pm +++ b/usr.sbin/pkg_add/OpenBSD/Update.pm @@ -1,7 +1,7 @@ # ex:ts=8 sw=4: -# $OpenBSD: Update.pm,v 1.123 2010/01/01 12:58:30 espie Exp $ +# $OpenBSD: Update.pm,v 1.124 2010/01/01 13:00:05 espie Exp $ # -# Copyright (c) 2004-2006 Marc Espie <espie@openbsd.org> +# Copyright (c) 2004-2010 Marc Espie <espie@openbsd.org> # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff --git a/usr.sbin/pkg_add/OpenBSD/UpdateSet.pm b/usr.sbin/pkg_add/OpenBSD/UpdateSet.pm index a8d77f3f83e..7184e37cca2 100644 --- a/usr.sbin/pkg_add/OpenBSD/UpdateSet.pm +++ b/usr.sbin/pkg_add/OpenBSD/UpdateSet.pm @@ -1,7 +1,7 @@ # ex:ts=8 sw=4: -# $OpenBSD: UpdateSet.pm,v 1.48 2010/01/01 12:57:08 espie Exp $ +# $OpenBSD: UpdateSet.pm,v 1.49 2010/01/01 13:00:05 espie Exp $ # -# Copyright (c) 2007-2009 Marc Espie <espie@openbsd.org> +# Copyright (c) 2007-2010 Marc Espie <espie@openbsd.org> # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above |