diff options
author | Michael Schroeder <mls@suse.de> | 2012-02-20 15:49:59 +0100 |
---|---|---|
committer | Michael Schroeder <mls@suse.de> | 2012-02-20 15:49:59 +0100 |
commit | cb513140c75572584c95c14c7ed2459bc6c8b68c (patch) | |
tree | 8e789d21c86f3ced26f71a2fe414454bc50efabf /ext | |
parent | 2f7a0546a4bcbd124a944cb6e32981055295b309 (diff) | |
download | libsolv-cb513140c75572584c95c14c7ed2459bc6c8b68c.tar.gz libsolv-cb513140c75572584c95c14c7ed2459bc6c8b68c.tar.bz2 libsolv-cb513140c75572584c95c14c7ed2459bc6c8b68c.zip |
- add some bits of history
Diffstat (limited to 'ext')
-rw-r--r-- | ext/repo_helix.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ext/repo_helix.c b/ext/repo_helix.c index 25148fd..317f80c 100644 --- a/ext/repo_helix.c +++ b/ext/repo_helix.c @@ -11,6 +11,13 @@ * Parse 'helix' XML representation * and create 'repo' * + * A bit of history: "Helix Code" was the name of the company that + * wrote Red Carpet. The company was later renamed to Ximian. + * The Red Carpet solver was merged into the ZYPP project, the + * library used both by ZENworks and YaST for package management. + * Red Carpet came with solver testcases in it's own repository + * format, the 'helix' format. + * */ #include <sys/types.h> |