pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] r4131 - trunk/pingus/src/editor


From: grumbel
Subject: [Pingus-CVS] r4131 - trunk/pingus/src/editor
Date: Thu, 19 Aug 2010 15:14:29 +0200

Author: grumbel
Date: 2010-08-19 15:14:29 +0200 (Thu, 19 Aug 2010)
New Revision: 4131

Modified:
   trunk/pingus/src/editor/editor_level.cpp
Log:
Use GPLv3 or later for levels

Modified: trunk/pingus/src/editor/editor_level.cpp
===================================================================
--- trunk/pingus/src/editor/editor_level.cpp    2010-08-19 12:39:58 UTC (rev 
4130)
+++ trunk/pingus/src/editor/editor_level.cpp    2010-08-19 13:14:29 UTC (rev 
4131)
@@ -141,7 +141,7 @@
         
   out_file << ";; -*- scheme -*-" << std::endl;
   out_file << ";; Generated by Pingus Editor " << VERSION << std::endl;
-  out_file << ";; License: GPLv2 or later";
+  out_file << ";; License: GPLv3 or later";
 
   // Write header
   fw.begin_section("pingus-level");




reply via email to

[Prev in Thread] Current Thread [Next in Thread]