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

Side by Side Diff: base/third_party/libevent/LICENSE

Issue 1531573008: move libevent into base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix shim path Created 5 years 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 | « base/third_party/libevent/Doxyfile ('k') | base/third_party/libevent/Makefile.am » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Libevent is available for use under the following license, commonly known 1 Libevent is available for use under the following license, commonly known
2 as the 3-clause (or "modified") BSD license: 2 as the 3-clause (or "modified") BSD license:
3 3
4 ============================== 4 ==============================
5 Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu> 5 Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
6 Copyright (c) 2007-2010 Niels Provos and Nick Mathewson 6 Copyright (c) 2007-2010 Niels Provos and Nick Mathewson
7 7
8 Redistribution and use in source and binary forms, with or without 8 Redistribution and use in source and binary forms, with or without
9 modification, are permitted provided that the following conditions 9 modification, are permitted provided that the following conditions
10 are met: 10 are met:
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 Copyright (c) 2003 Michael A. Davis <mike@datanerds.net> 44 Copyright (c) 2003 Michael A. Davis <mike@datanerds.net>
45 45
46 evport.c: 46 evport.c:
47 Copyright (c) 2007 Sun Microsystems 47 Copyright (c) 2007 Sun Microsystems
48 48
49 min_heap.h: 49 min_heap.h:
50 Copyright (c) 2006 Maxim Yegorushkin <maxim.yegorushkin@gmail.com> 50 Copyright (c) 2006 Maxim Yegorushkin <maxim.yegorushkin@gmail.com>
51 51
52 tree.h: 52 tree.h:
53 Copyright 2002 Niels Provos <provos@citi.umich.edu> 53 Copyright 2002 Niels Provos <provos@citi.umich.edu>
OLDNEW
« no previous file with comments | « base/third_party/libevent/Doxyfile ('k') | base/third_party/libevent/Makefile.am » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698