Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2b37fc4

Browse files
committed
Merged revisions 79385 via svnmerge from
svn+ssh://[email protected]/python/trunk ........ r79385 | benjamin.peterson | 2010-03-24 17:03:09 -0500 (Wed, 24 Mar 2010) | 1 line replace copy right notice with simple attribution ........
1 parent c857592 commit 2b37fc4

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

Lib/argparse.py

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,4 @@
1-
# Copyright 2006-2009 Steven J. Bethard <[email protected]>.
2-
#
3-
# Licensed under the Apache License, Version 2.0 (the "License"); you may not
4-
# use this file except in compliance with the License. You may obtain a copy
5-
# of the License at
6-
#
7-
# http://www.apache.org/licenses/LICENSE-2.0
8-
#
9-
# Unless required by applicable law or agreed to in writing, software
10-
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
11-
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
12-
# License for the specific language governing permissions and limitations
13-
# under the License.
1+
# Author: Steven J. Bethard <[email protected]>.
142

153
"""Command-line parsing library
164

0 commit comments

Comments
 (0)