[llvm-commits] [hlvm] r38234 - in /hlvm/trunk: ChangeLog LICENSE.txt Makefile hlvm/Reader/YamlReader.cpp hlvm/Reader/YamlReader.h

Reid Spencer reid at x10sys.com
Sat Jul 7 17:01:26 PDT 2007


Author: reid
Date: Sat Jul  7 19:01:26 2007
New Revision: 38234

URL: http://llvm.org/viewvc/llvm-project?rev=38234&view=rev
Log:
Remove last vestiges of "HLVM Group", which doesn't exist. We'll revisit this
when there is such a non-profit organization.

Modified:
    hlvm/trunk/ChangeLog
    hlvm/trunk/LICENSE.txt
    hlvm/trunk/Makefile
    hlvm/trunk/hlvm/Reader/YamlReader.cpp
    hlvm/trunk/hlvm/Reader/YamlReader.h

Modified: hlvm/trunk/ChangeLog
URL: http://llvm.org/viewvc/llvm-project/hlvm/trunk/ChangeLog?rev=38234&r1=38233&r2=38234&view=diff

==============================================================================
--- hlvm/trunk/ChangeLog (original)
+++ hlvm/trunk/ChangeLog Sat Jul  7 19:01:26 2007
@@ -1,4 +1,4 @@
-2006.06.13 - Release 0.1 of HLVM. This corresponds to revision 265 in the SVN
+2006.06.13 - Release 0.1 of HLVM. This corresponds to revision 266 in the SVN
              repository. This version correctly compiles the "Hello, World" test
 	     program. See the Release Notes in docs/ReleaseNotes.html
 2006.06.10 - HLVM runs its first "Hello, World" program

Modified: hlvm/trunk/LICENSE.txt
URL: http://llvm.org/viewvc/llvm-project/hlvm/trunk/LICENSE.txt?rev=38234&r1=38233&r2=38234&view=diff

==============================================================================
--- hlvm/trunk/LICENSE.txt (original)
+++ hlvm/trunk/LICENSE.txt Sat Jul  7 19:01:26 2007
@@ -1,7 +1,7 @@
 ==============================================================================
 HLVM Release License
 ==============================================================================
-Copyright (c) 2006 HLVM Group. All rights reserved.
+Copyright (c) 2006 Reid Spencer. All rights reserved.
 
 Unless otherwise stated, the license for HLVM software is the Lesser General
 Public License (LGPL) as given below. 
@@ -19,8 +19,8 @@
 
 The disclaimer of warranty in the LGPL applies equally to all code in the HLVM 
 Distribution, and nothing in any of the other licenses gives permission to use 
-the names of the HLVM Group to endorse or promote products derived from this 
-Software.
+the names of any of the developers to endorse or promote products derived from 
+this software.
 
 The following pieces of software have additional or alternate copyrights,
 licenses, and/or restrictions:

Modified: hlvm/trunk/Makefile
URL: http://llvm.org/viewvc/llvm-project/hlvm/trunk/Makefile?rev=38234&r1=38233&r2=38234&view=diff

==============================================================================
--- hlvm/trunk/Makefile (original)
+++ hlvm/trunk/Makefile Sat Jul  7 19:01:26 2007
@@ -61,7 +61,7 @@
 	cd tools ; scons $(SCONSOPTS) -u mode=$(MYMODE)
 
 dist: exclusions
-	tar jcf hlvm-0.1-tar.bz2 -C .. --exclude-from exclusions hlvm
+	tar jcf hlvm-0.1-tar.bz2 -C .. --exclude-from exclusions hlvm-0.1
 
 exclusions: Makefile
 	echo exclusions > exclusions

Modified: hlvm/trunk/hlvm/Reader/YamlReader.cpp
URL: http://llvm.org/viewvc/llvm-project/hlvm/trunk/hlvm/Reader/YamlReader.cpp?rev=38234&r1=38233&r2=38234&view=diff

==============================================================================
--- hlvm/trunk/hlvm/Reader/YamlReader.cpp (original)
+++ hlvm/trunk/hlvm/Reader/YamlReader.cpp Sat Jul  7 19:01:26 2007
@@ -1,6 +1,6 @@
 //===-- AST Yaml Reader Implementation --------------------------*- C++ -*-===//
 //
-// Copyright (C) 2006 HLVM Group. All Rights Reserved.
+// Copyright (C) 2006 Reid Spencer. All Rights Reserved.
 //
 // This program is open source software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License (GPL) as published by

Modified: hlvm/trunk/hlvm/Reader/YamlReader.h
URL: http://llvm.org/viewvc/llvm-project/hlvm/trunk/hlvm/Reader/YamlReader.h?rev=38234&r1=38233&r2=38234&view=diff

==============================================================================
--- hlvm/trunk/hlvm/Reader/YamlReader.h (original)
+++ hlvm/trunk/hlvm/Reader/YamlReader.h Sat Jul  7 19:01:26 2007
@@ -1,6 +1,6 @@
 //===-- AST Yaml Reader Interface -------------------------------*- C++ -*-===//
 //
-// Copyright (C) 2006 HLVM Group. All Rights Reserved.
+// Copyright (C) 2006 Reid Spencer. All Rights Reserved.
 //
 // This program is open source software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License (GPL) as published by





More information about the llvm-commits mailing list