Update name in copyrights + minor changes
authorpixdamix <pixdamix@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>
Tue, 10 Nov 2009 16:29:08 +0000 (16:29 +0000)
committerpixdamix <pixdamix@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>
Tue, 10 Nov 2009 16:29:08 +0000 (16:29 +0000)
git-svn-id: http://opkg.googlecode.com/svn/trunk@279 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358

libopkg/opkg_pathfinder.c
libopkg/opkg_pathfinder.h

index 01912eb87bb15c8c10642bc1cdfd883d0a32b24e..6198c0414714469fdadf5682cff5e55c3e7afb77 100644 (file)
@@ -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);
index 446d861055fd457e87d73e8ca9c85fd3f72edd45..89bebbd78d956822daf4b42fdc9beb8653d23bb3 100644 (file)
@@ -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