trivial: rename base filename and re-instate copyright

This commit is contained in:
Richard Hughes 2008-10-08 12:37:18 +01:00
parent de9be373b5
commit 18d408c016
5 changed files with 4 additions and 6 deletions

View File

@ -68,7 +68,7 @@ pkgenpack_SOURCES = \
egg-debug.h \
egg-string.c \
egg-string.h \
pk-generate-pack-main.c \
pk-generate-pack.c \
pk-service-pack.c \
pk-service-pack.h \
pk-tools-common.c \
@ -111,9 +111,6 @@ pk_self_test_SOURCES = \
egg-test.c \
egg-test.h \
pk-self-test.c \
pk-generate-pack.c \
pk-tools-common.c \
pk-tools-common.h \
$(shared_SOURCES) \
$(NULL)

View File

@ -40,7 +40,7 @@ main (int argc, char **argv)
egg_debug_init (TRUE);
/* tests go here */
pk_genpack_test (test);
//pk_genpack_test (test);
return (egg_test_finish (test));
}

View File

@ -2,7 +2,7 @@
# List of source files containing translatable strings.
# Please keep this file sorted alphabetically.
client/pk-console.c
client/pk-generate-pack-main.c
client/pk-generate-pack.c
client/pk-import-specspo.c
client/pk-monitor.c
client/pk-tools-common.c

View File

@ -1,6 +1,7 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-
*
* Copyright (C) 2008 Richard Hughes <richard@hughsie.com>
* Copyright (C) 2008 Shishir Goel <crazyontheedge@gmail.com>
*
* Licensed under the GNU General Public License Version 2
*