summaryrefslogtreecommitdiff
path: root/tools/rpmmd2solv.c
diff options
context:
space:
mode:
authorMichael Schroeder <mls@suse.de>2007-11-08 11:37:00 +0000
committerMichael Schroeder <mls@suse.de>2007-11-08 11:37:00 +0000
commit13127796e4361ad8c74701736692b4ef159ec317 (patch)
tree1c0bdcf90c711fe2bfdf77429d7865446e2b5e39 /tools/rpmmd2solv.c
parent9582244b5619d91378bf373074ff5c4f28757a45 (diff)
downloadlibsolv-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.c7
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>