From e082edf24a72f8d2a2c67b2b87e7a8bd1daa2637 Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Thu, 23 Jan 2025 19:15:33 -0600 Subject: [PATCH] Remove reference to Blades of Exile license. I don't know what it was, but I don't think we could enforce one even if we wanted to. And it was probably to protect Spiderweb's IP in the game, which is now Free, so there's not much point. --- src/scenedit/scen.actions.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/scenedit/scen.actions.cpp b/src/scenedit/scen.actions.cpp index ef9df212..753cd7e0 100644 --- a/src/scenedit/scen.actions.cpp +++ b/src/scenedit/scen.actions.cpp @@ -2364,10 +2364,6 @@ void set_up_start_screen() { set_lb(7,LB_TEXT,LB_NO_ACTION,"To find out how to use the"); set_lb(8,LB_TEXT,LB_NO_ACTION,"editor, select Getting Started "); set_lb(9,LB_TEXT,LB_NO_ACTION,"from the Help menu."); - set_lb(NLS - 6,LB_TEXT,LB_NO_ACTION,"Be sure to read the file Blades"); - set_lb(NLS - 5,LB_TEXT,LB_NO_ACTION,"of Exile License. Using this"); - set_lb(NLS - 4,LB_TEXT,LB_NO_ACTION,"program implies that you agree "); - set_lb(NLS - 3,LB_TEXT,LB_NO_ACTION,"with the terms of the license."); set_lb(NLS - 2,LB_TEXT,LB_NO_ACTION,"Created 1997, Free Open Source"); set_lb(NLS - 1,LB_TEXT,LB_NO_ACTION,version()); change_made = false;