[llvm-commits] [poolalloc] r104525 - in /poolalloc/trunk: LICENSE.TXT tools/Makefile tools/WatchDog/
John Criswell
criswell at uiuc.edu
Mon May 24 11:31:05 PDT 2010
Author: criswell
Date: Mon May 24 13:31:05 2010
New Revision: 104525
URL: http://llvm.org/viewvc/llvm-project?rev=104525&view=rev
Log:
Added the WatchDog program from the SAFECode source code.
Added:
poolalloc/trunk/tools/WatchDog/ (props changed)
- copied from r104523, safecode/trunk/tools/WatchDog/
Modified:
poolalloc/trunk/LICENSE.TXT
poolalloc/trunk/tools/Makefile
Modified: poolalloc/trunk/LICENSE.TXT
URL: http://llvm.org/viewvc/llvm-project/poolalloc/trunk/LICENSE.TXT?rev=104525&r1=104524&r2=104525&view=diff
==============================================================================
--- poolalloc/trunk/LICENSE.TXT (original)
+++ poolalloc/trunk/LICENSE.TXT Mon May 24 13:31:05 2010
@@ -42,3 +42,24 @@
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
SOFTWARE.
+==============================================================================
+Copyrights and Licenses for Third Party Software Distributed with LLVM:
+==============================================================================
+The Automatic Pool Allocation software contains code written by third parties.
+Such software will have its own individual LICENSE.TXT file in the directory in
+which it appears. This file will describe the copyrights, license, and
+restrictions which apply to that code.
+
+The disclaimer of warranty in the University of Illinois Open Source License
+applies to all code in this distribution, and nothing in any of the
+other licenses gives permission to use the names of the LLVM Team or the
+University of Illinois to endorse or promote products derived from this
+Software.
+
+The following pieces of software have additional or alternate copyrights,
+licenses, and/or restrictions:
+
+Program Directory
+------- ---------
+Watchdog poolalloc/tools/WatchDog
+
Modified: poolalloc/trunk/tools/Makefile
URL: http://llvm.org/viewvc/llvm-project/poolalloc/trunk/tools/Makefile?rev=104525&r1=104524&r2=104525&view=diff
==============================================================================
--- poolalloc/trunk/tools/Makefile (original)
+++ poolalloc/trunk/tools/Makefile Mon May 24 13:31:05 2010
@@ -6,6 +6,6 @@
#
# List all of the subdirectories that we will compile.
#
-PARALLEL_DIRS= #Pa
+PARALLEL_DIRS=WatchDog
include $(LEVEL)/Makefile.common
Propchange: poolalloc/trunk/tools/WatchDog/
------------------------------------------------------------------------------
svn:mergeinfo = /safecode/branches/release_26/tools/WatchDog:97821-104255
More information about the llvm-commits
mailing list