added copyright field for packages
authorewt <devnull@localhost>
Wed, 13 Dec 1995 20:10:25 +0000 (20:10 +0000)
committerewt <devnull@localhost>
Wed, 13 Dec 1995 20:10:25 +0000 (20:10 +0000)
CVS patchset: 24
CVS date: 1995/12/13 20:10:25

lib/oldrpmdb.h

index f28a450..87b9cdf 100644 (file)
@@ -37,6 +37,7 @@ struct rpmdbPackageInfo {
     char * vendor;
     char * buildHost;
     char * preamble;
+    char * copyright;
     unsigned int fileCount;
     struct rpmFileInfo * files;
 } ;