summaryrefslogtreecommitdiff
path: root/src/queue.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 /src/queue.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 'src/queue.c')
-rw-r--r--src/queue.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/queue.c b/src/queue.c
index 8ab4db0..a585c1c 100644
--- a/src/queue.c
+++ b/src/queue.c
@@ -1,4 +1,11 @@
/*
+ * Copyright (c) 2007, Novell Inc.
+ *
+ * This program is licensed under the BSD license, read LICENSE.BSD
+ * for further information
+ */
+
+/*
* queue.c
*
*/