diff options
author | pixdamix <pixdamix@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358> | 2009-11-10 11:29:08 (EST) |
---|---|---|
committer | pixdamix <pixdamix@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358> | 2009-11-10 11:29:08 (EST) |
commit | aad35f9e96c15956cf47c1be96faa23bdf745605 (patch) | |
tree | e633cee600135de65e6983c987a000e74c875180 | |
parent | 90788433e3cfb11817839cd52ef9d75c2a504468 (diff) |
Update name in copyrights + minor changes
git-svn-id: http://opkg.googlecode.com/svn/trunk@279 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
-rw-r--r-- | libopkg/opkg_pathfinder.c | 9 | ||||
-rw-r--r-- | libopkg/opkg_pathfinder.h | 5 |
2 files changed, 5 insertions, 9 deletions
diff --git a/libopkg/opkg_pathfinder.c b/libopkg/opkg_pathfinder.c index 01912eb..6198c04 100644 --- a/libopkg/opkg_pathfinder.c +++ b/libopkg/opkg_pathfinder.c @@ -1,10 +1,7 @@ /* vi: set noexpandtab sw=4 sts=4: */ -/* opkg_download.c - the opkg package management system +/* opkg_pathfinder.c - the opkg package management system - Carl D. Worth - - Copyright (C) 2001 University of Southern California - Copyright (C) 2008 OpenMoko Inc + Copyright (C) 2009 Camille Moncelier <moncelier@devlife.org> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -58,7 +55,7 @@ static int pathfinder_verify_callback(X509_STORE_CTX *ctx, void *arg) int validated = pathfinder_dbus_verify(certdata_str, policy, 0, 0, &errmsg); if (!validated) - fprintf(stderr, "curlcb_pathfinder: Path verification failed: %s", errmsg); + fprintf(stderr, "curlcb_pathfinder: Path verification failed: %s\n", errmsg); free(certdata_str); free(errmsg); diff --git a/libopkg/opkg_pathfinder.h b/libopkg/opkg_pathfinder.h index 446d861..89bebbd 100644 --- a/libopkg/opkg_pathfinder.h +++ b/libopkg/opkg_pathfinder.h @@ -1,8 +1,7 @@ -/* opkg_download.h - the opkg package management system +/* opkg_pathfinder.h - the opkg package management system - Camille Moncelier <moncelier@devlife.org> - Copyright (C) 2009 Camille Moncelier + Copyright (C) 2009 Camille Moncelier <moncelier@devlife.org> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as |