From 932d21b48e6cfbe8a66a9bf62f1f213437e1eb12 Mon Sep 17 00:00:00 2001 From: Thomas Debesse Date: Sat, 4 Apr 2020 10:39:28 +0200 Subject: [PATCH] contrib: update urls and names --- contrib/bobtoolz/bobToolz-GTK.cpp | 7 +++++-- contrib/brushexport/plugin.cpp | 4 +++- contrib/ufoaiplug/ufoai.cpp | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/contrib/bobtoolz/bobToolz-GTK.cpp b/contrib/bobtoolz/bobToolz-GTK.cpp index ff144ea0..898c94cb 100644 --- a/contrib/bobtoolz/bobToolz-GTK.cpp +++ b/contrib/bobtoolz/bobToolz-GTK.cpp @@ -142,8 +142,11 @@ extern "C" void QERPlug_Dispatch( const char *p, vec3_t vMin, vec3_t vMax, bool static const char *label_text = PLUGIN_NAME " for " RADIANT_NAME " " RADIANT_VERSION "\n\n" - "by digibob (http://www.splashdamage.com)\n\n" - "Additional Contributors: MarsMattel, RR2DO2\n\n" + "by digibob \n" + "https://www.splashdamage.com\n\n" + "Additional Contributors:\n" + "Arnout van Meer \n" + "Mars Mattel\n\n" "Built against " RADIANT_NAME " " RADIANT_VERSION_STRING "\n" __DATE__; diff --git a/contrib/brushexport/plugin.cpp b/contrib/brushexport/plugin.cpp index 3e7c10f1..3bef9d5a 100644 --- a/contrib/brushexport/plugin.cpp +++ b/contrib/brushexport/plugin.cpp @@ -73,7 +73,9 @@ void dispatch( const char* command, float* vMin, float* vMax, bool bSingleBrush const char *label_text = PLUGIN_NAME " " PLUGIN_VERSION " for " RADIANT_NAME " " RADIANT_VERSION "\n\n" - "Written by namespace (www.codecreator.net)\n\n" + "Written by namespace \n\n" +// 20200404 dead link +// "http://www.codecreator.net" "Built against " RADIANT_NAME " " RADIANT_VERSION_STRING "\n" __DATE__; diff --git a/contrib/ufoaiplug/ufoai.cpp b/contrib/ufoaiplug/ufoai.cpp index 4792be91..33b6d3be 100644 --- a/contrib/ufoaiplug/ufoai.cpp +++ b/contrib/ufoaiplug/ufoai.cpp @@ -80,7 +80,7 @@ void dispatch( const char* command, float* vMin, float* vMax, bool bSingleBrush PLUGIN_NAME " " PLUGIN_VERSION " for " RADIANT_NAME " " RADIANT_VERSION "\n\n" "Written by Martin Gerhardy (tlh2000/mattn)\n" - "for the UFO:AI project (http://ufoai.sf.net)\n\n" + "for the UFO:AI project (http://ufoai.org)\n\n" "Built against " RADIANT_NAME " " RADIANT_VERSION_STRING "\n" __DATE__; -- 2.39.2