X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=extras%2Fgen-babeltrace-h.py;h=f03110fc48f36fc63c6c1ef046f04ee374a8e51d;hb=3fadfbc0c91f82c46bd36e6e0657ea93570c9db1;hp=18310b5ec5d0596e22ac5f89225cefae380cdd3a;hpb=a3dc8f465e2840734e817543229ec4017c756b02;p=babeltrace.git diff --git a/extras/gen-babeltrace-h.py b/extras/gen-babeltrace-h.py index 18310b5e..f03110fc 100644 --- a/extras/gen-babeltrace-h.py +++ b/extras/gen-babeltrace-h.py @@ -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. + * Copyright 2010-2018 EfficiOS Inc. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal