lib: rename include dir to babeltrace2
[babeltrace.git] / extras / gen-babeltrace-h.py
index 18310b5ec5d0596e22ac5f89225cefae380cdd3a..f03110fc48f36fc63c6c1ef046f04ee374a8e51d 100644 (file)
@@ -24,10 +24,10 @@ def _get_sections(file):
             cur_title = m.group(1)
             continue
 
-        m = re.match(r'^\s+(babeltrace/.+\.h).*$', line)
+        m = re.match(r'^\s+(babeltrace2/.+\.h).*$', line)
 
         if m:
-            if m.group(1) != 'babeltrace/babeltrace.h':
+            if m.group(1) != 'babeltrace2/babeltrace.h':
                 cur_filenames.append(m.group(1))
 
             continue
@@ -65,7 +65,7 @@ def _main():
 /*
  * Babeltrace API
  *
- * Copyright 2010-2017 EfficiOS Inc. <http://www.efficios.com/>
+ * Copyright 2010-2018 EfficiOS Inc. <http://www.efficios.com/>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
This page took 0.024261 seconds and 4 git commands to generate.