X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Fversion.h;h=d2c0fe0a9ddbb49092f5f8ffaa89fa0f2dcc4a89;hb=ac2f16c0421fc0d2d404f9555db5f2eb5d555a7b;hp=6d20d083d38572310b2115966fc4f2df6e38643b;hpb=b411f33060c7401500694c04fd71a8d9d564e7f0;p=pspp diff --git a/src/libpspp/version.h b/src/libpspp/version.h index 6d20d083d3..d2c0fe0a9d 100644 --- a/src/libpspp/version.h +++ b/src/libpspp/version.h @@ -1,6 +1,5 @@ /* PSPP - computes sample statistics. Copyright (C) 1997-9, 2000 Free Software Foundation, Inc. - Written by Ben Pfaff . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -45,4 +44,7 @@ extern const char include_path[]; /* Locale directory. */ extern const char locale_dir[]; +/* From the AUTHORS file */ +extern const char *const authors[]; + #endif /* !version_h */