- add some missing copyright blocks
authorMichael Schroeder <mls@suse.de>
Wed, 11 Jan 2012 13:28:09 +0000 (14:28 +0100)
committerMichael Schroeder <mls@suse.de>
Wed, 11 Jan 2012 13:28:09 +0000 (14:28 +0100)
ext/pool_fileconflicts.c
ext/pool_fileconflicts.h
ext/solv_xfopen.h
tools/dumpsolv.c

index 5c1a4c8..b835790 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2009-2012, Novell Inc.
+ *
+ * This program is licensed under the BSD license, read LICENSE.BSD
+ * for further information
+ */
+
 #include <stdio.h>
 #include <sys/stat.h>
 
index f1c2282..f8be98d 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2009-2012, Novell Inc.
+ *
+ * This program is licensed under the BSD license, read LICENSE.BSD
+ * for further information
+ */
+
 #ifndef POOL_FILECONFLICTS_H
 #define POOL_FILECONFLICTS_H
 
index e722bf2..31e24d3 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2009-2012, Novell Inc.
+ *
+ * This program is licensed under the BSD license, read LICENSE.BSD
+ * for further information
+ */
+
 #ifndef SOLV_XFOPEN_H
 #define SOLV_XFOPEN_H
 
index 681e98b..64a9a79 100644 (file)
@@ -341,16 +341,16 @@ int main(int argc, char **argv)
   printf ("\nSearchresults:\n");
   Dataiterator di;
   dataiterator_init(&di, pool, 0, 0, 0, "3", SEARCH_SUB | SEARCH_SUBSTRING | SEARCH_FILES);
-  //int count = 0;
+  /* int count = 0; */
   while (dataiterator_step(&di))
     {
       printf("%d:", di.solvid);
       dump_attr(repo, di.data, di.key, &di.kv);
       /*if (di.solvid == 4 && count++ == 0)
        dataiterator_jump_to_solvable(&di, pool->solvables + 3);*/
-      //dataiterator_skip_attribute(&di);
-      //dataiterator_skip_solvable(&di);
-      //dataiterator_skip_repo(&di);
+      /* dataiterator_skip_attribute(&di); */
+      /* dataiterator_skip_solvable(&di); */
+      /* dataiterator_skip_repo(&di); */
     }
 #endif
   pool_free(pool);