diff options
author | Michael Schroeder <mls@suse.de> | 2007-11-08 11:37:00 +0000 |
---|---|---|
committer | Michael Schroeder <mls@suse.de> | 2007-11-08 11:37:00 +0000 |
commit | 13127796e4361ad8c74701736692b4ef159ec317 (patch) | |
tree | 1c0bdcf90c711fe2bfdf77429d7865446e2b5e39 /tools/rpmmd2solv.c | |
parent | 9582244b5619d91378bf373074ff5c4f28757a45 (diff) | |
download | libsolv-13127796e4361ad8c74701736692b4ef159ec317.tar.gz libsolv-13127796e4361ad8c74701736692b4ef159ec317.tar.bz2 libsolv-13127796e4361ad8c74701736692b4ef159ec317.zip |
- add a license
- don't branch for supplemented packages
- fix off by one in minimize queue revert code
Diffstat (limited to 'tools/rpmmd2solv.c')
-rw-r--r-- | tools/rpmmd2solv.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/rpmmd2solv.c b/tools/rpmmd2solv.c index 4a79752..becb3d2 100644 --- a/tools/rpmmd2solv.c +++ b/tools/rpmmd2solv.c @@ -1,3 +1,10 @@ +/* + * Copyright (c) 2007, Novell Inc. + * + * This program is licensed under the BSD license, read LICENSE.BSD + * for further information + */ + #include <sys/types.h> #include <limits.h> #include <fcntl.h> |