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

Side by Side Diff: third_party/ply/README.chromium

Issue 10821103: Make 'License' field in third-party metadata required (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 | Annotate | Revision Log
OLDNEW
1 Name: PLY (Python Lex-Yacc) 1 Name: PLY (Python Lex-Yacc)
2 Current version: 3.4 2 Current version: 3.4
3 URL: http://www.dabeaz.com/ply/ply-3.4.tar.gz 3 URL: http://www.dabeaz.com/ply/ply-3.4.tar.gz
4 License: BSD
4 License File: LICENSE 5 License File: LICENSE
6 Security Critical: no
7 Version: unknown
Nico 2012/07/31 14:30:39 The next few lines suggest "3.4"
Steve Block 2012/07/31 15:18:14 Done.
5 8
6 This directory contains a copy of these ply-3.4 components: 9 This directory contains a copy of these ply-3.4 components:
7 10
8 README ply-3.4/README 11 README ply-3.4/README
9 Sources ply-3.4/ply/__init__.py 12 Sources ply-3.4/ply/__init__.py
10 ply-3.4/ply/lex.py 13 ply-3.4/ply/lex.py
11 ply-3.4/ply/yacc.py 14 ply-3.4/ply/yacc.py
12 15
13 16
14 The license is in LICENSE. 17 The license is in LICENSE.
15 18
16 Modifications made with initial commit: 19 Modifications made with initial commit:
17 - Added the file README.chromium (this file) 20 - Added the file README.chromium (this file)
18 21
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698