/* cmd-add-tag.h: * **************************************************************** * Copyright (C) 2004 Yann Droneaud * Portions Copyright (C) 2004 Canonical Ltd. * * See the file "COPYING" for further information about * the copyright and warranty status of this work. */ #include "config-options.h" #include "commands/version.h" #include "hackerlab/machine/types.h" t_uchar * libarch_version_string = (cfg__std__package "\n" "Copyright 2001-2004 Various Contributors\n" "\n" "This is free software; see the source for copying conditions.\n" "There is NO warranty; not even for MERCHANTABILITY or FITNESS\n" "FOR A PARTICULAR PURPOSE.\n" "\n" "Report bugs to " cfg__tla_bug_mail ".\n" cfg__std__release_id_string "\n"); /* tag: Sun Oct 31 21:20:37 EST 2004 (version.c) */