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

Side by Side Diff: mojo/public/third_party/ply/license.patch

Issue 1410053006: Move third_party/mojo/src/mojo/public to mojo/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 1 month 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
« no previous file with comments | « mojo/public/third_party/ply/lex.py ('k') | mojo/public/third_party/ply/yacc.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 diff --git a/third_party/ply/__init__.py b/third_party/ply/__init__.py 1 diff --git a/third_party/ply/__init__.py b/third_party/ply/__init__.py
2 index 853a985..f3da03e 100644 2 index 853a985..f3da03e 100644
3 --- a/third_party/ply/__init__.py 3 --- a/third_party/ply/__init__.py
4 +++ b/third_party/ply/__init__.py 4 +++ b/third_party/ply/__init__.py
5 @@ -1,4 +1,36 @@ 5 @@ -1,4 +1,36 @@
6 # PLY package 6 # PLY package
7 # Author: David Beazley (dave@dabeaz.com) 7 # Author: David Beazley (dave@dabeaz.com)
8 +# ----------------------------------------------------------------------------- 8 +# -----------------------------------------------------------------------------
9 +# ply: yacc.py 9 +# ply: yacc.py
10 +# 10 +#
(...skipping 21 matching lines...) Expand all
32 +# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 32 +# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
33 +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 33 +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
34 +# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 34 +# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
35 +# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 35 +# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
36 +# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 36 +# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
37 +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 37 +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
38 +# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 38 +# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39 +# ----------------------------------------------------------------------------- 39 +# -----------------------------------------------------------------------------
40 40
41 __all__ = ['lex','yacc'] 41 __all__ = ['lex','yacc']
OLDNEW
« no previous file with comments | « mojo/public/third_party/ply/lex.py ('k') | mojo/public/third_party/ply/yacc.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698