src/HOL/Tools/Sledgehammer/MaSh/src/argparse.py
changeset 50228 cf1a274bbba6
parent 50222 40e3c3be6bca
equal deleted inserted replaced
50227:01d545993e8c 50228:cf1a274bbba6
     2 #
     2 #
     3 # Argument parser. See copyright notice below.
     3 # Argument parser. See copyright notice below.
     4 
     4 
     5 # -*- coding: utf-8 -*-
     5 # -*- coding: utf-8 -*-
     6 
     6 
     7 # Copyright © 2006-2009 Steven J. Bethard <steven.bethard@gmail.com>.
     7 # Copyright (C) 2006-2009 Steven J. Bethard <steven.bethard@gmail.com>.
     8 #
     8 #
     9 # Licensed under the Apache License, Version 2.0 (the "License"); you may not
     9 # Licensed under the Apache License, Version 2.0 (the "License"); you may not
    10 # use this file except in compliance with the License. You may obtain a copy
    10 # use this file except in compliance with the License. You may obtain a copy
    11 # of the License at
    11 # of the License at
    12 #
    12 #