Skip to content

Commit cd4ec0e

Browse files
committed
Merged revisions 79388 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r79388 | steven.bethard | 2010-03-24 16:03:24 -0700 (Wed, 24 Mar 2010) | 1 line Replace license with simple attribution. ........
1 parent 2b37fc4 commit cd4ec0e

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

Lib/test/test_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 <steven.bethard@gmail.com>.
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 <steven.bethard@gmail.com>.
142

153
import codecs
164
import os

0 commit comments

Comments
 (0)