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