Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(561)

Side by Side Diff: visual_studio/NativeClientVSAddIn/InstallerResources/third_party/etree/__init__.py

Issue 10908249: Remove windows line ending from repo files (Closed) Base URL: https://github.com/samclegg/nativeclient-sdk.git@master
Patch Set: fix copyright headers Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # $Id: __init__.py 3375 2008-02-13 08:05:08Z fredrik $ 1 # $Id: __init__.py 3375 2008-02-13 08:05:08Z fredrik $
2 # elementtree package 2 # elementtree package
3 3
4 # -------------------------------------------------------------------- 4 # --------------------------------------------------------------------
5 # The ElementTree toolkit is 5 # The ElementTree toolkit is
6 # 6 #
7 # Copyright (c) 1999-2008 by Fredrik Lundh 7 # Copyright (c) 1999-2008 by Fredrik Lundh
8 # 8 #
9 # By obtaining, using, and/or copying this software and/or its 9 # By obtaining, using, and/or copying this software and/or its
10 # associated documentation, you agree that you have read, understood, 10 # associated documentation, you agree that you have read, understood,
(...skipping 13 matching lines...) Expand all
24 # ABILITY AND FITNESS. IN NO EVENT SHALL SECRET LABS AB OR THE AUTHOR 24 # ABILITY AND FITNESS. IN NO EVENT SHALL SECRET LABS AB OR THE AUTHOR
25 # BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY 25 # BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
26 # DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 26 # DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
27 # WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS 27 # WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
28 # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 28 # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
29 # OF THIS SOFTWARE. 29 # OF THIS SOFTWARE.
30 # -------------------------------------------------------------------- 30 # --------------------------------------------------------------------
31 31
32 # Licensed to PSF under a Contributor Agreement. 32 # Licensed to PSF under a Contributor Agreement.
33 # See http://www.python.org/psf/license for licensing details. 33 # See http://www.python.org/psf/license for licensing details.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698