[llvm-commits] [dragonegg] r101367 - /dragonegg/trunk/llvm-backend.cpp

Duncan Sands baldrick at free.fr
Thu Apr 15 04:44:49 PDT 2010


Author: baldrick
Date: Thu Apr 15 06:44:49 2010
New Revision: 101367

URL: http://llvm.org/viewvc/llvm-project?rev=101367&view=rev
Log:
The plugin's code is licensed under the GPLv2 or (at the users option)
any later version.  Add a small note about this.

Modified:
    dragonegg/trunk/llvm-backend.cpp

Modified: dragonegg/trunk/llvm-backend.cpp
URL: http://llvm.org/viewvc/llvm-project/dragonegg/trunk/llvm-backend.cpp?rev=101367&r1=101366&r2=101367&view=diff
==============================================================================
--- dragonegg/trunk/llvm-backend.cpp (original)
+++ dragonegg/trunk/llvm-backend.cpp Thu Apr 15 06:44:49 2010
@@ -1519,8 +1519,8 @@
 //                             Plugin interface
 //===----------------------------------------------------------------------===//
 
-// This plugin's code is licensed under the GPLv2.  The LLVM libraries use
-// the GPL compatible University of Illinois/NCSA Open Source License.
+// This plugin's code is licensed under the GPLv2 or later.  The LLVM libraries
+// use the GPL compatible University of Illinois/NCSA Open Source License.
 int plugin_is_GPL_compatible; // This plugin is GPL compatible.
 
 





More information about the llvm-commits mailing list