X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fcopyright.py;h=6fc7e1f461a4b6e179cd8c9583421290d25dc28d;hb=0ac553107c601cc9c4c340338e0fc7e0ce8375cc;hp=d2df65ef9703dc43be6aee8a87c9c51511e48c2a;hpb=0b30217134add051e159a192066a1e568ebd837f;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/copyright.py b/gdb/copyright.py index d2df65ef97..6fc7e1f461 100644 --- a/gdb/copyright.py +++ b/gdb/copyright.py @@ -1,6 +1,6 @@ -#! /usr/bin/env python +#! /usr/bin/env python3 -# Copyright (C) 2011-2012 Free Software Foundation, Inc. +# Copyright (C) 2011-2020 Free Software Foundation, Inc. # # This file is part of GDB. # @@ -31,17 +31,11 @@ This removes the bulk of the changes which are most likely to be correct. """ import datetime +import locale import os import os.path import subprocess - -# A list of prefixes that start a multi-line comment. These prefixes -# should not be repeatead when wraping long lines. -MULTILINE_COMMENT_PREFIXES = ( - '/*', # C/C++ - '