From 05005d131b608d43923cfc2863e3ede868fc7c2a Mon Sep 17 00:00:00 2001 From: Richard Edwards Date: Thu, 28 Sep 2017 18:03:55 -0400 Subject: [PATCH] chore: Remove trial license --- Aggregator.ascx.vb | 36 ------------------------------------ LICENSE | 2 +- Version/All/License.html | 2 +- 3 files changed, 2 insertions(+), 38 deletions(-) diff --git a/Aggregator.ascx.vb b/Aggregator.ascx.vb index 62dd91d..2201bc2 100644 --- a/Aggregator.ascx.vb +++ b/Aggregator.ascx.vb @@ -190,10 +190,6 @@ Namespace DNNStuff.Aggregator ' add tabs based on rss AddRSSTabs() - ' add demo tab -#If Config = "Trial" Then - AddDemoTab() -#End If ' get selected module _selectedTabNumber = GetSelectedTab() End Sub @@ -232,38 +228,6 @@ Namespace DNNStuff.Aggregator End Sub - Private Sub AddDemoTab() - - Dim sb As New StringBuilder - sb.Append("

Thank you for evaluating the #1 tab control for DotNetNuke.

") - sb.Append("

This evaluation version is fully functional in every way. The only difference from the licensed version of Aggregator is the addition of this informational tab.

") - sb.Append("

If after your evaluation you wish to support great DotNetNuke software, please visit DNNStuff to purchase a licensed version. Use discount code 'TRIAL' at checkout for 10% off!

") - sb.Append("

Here are a few additional resources for you to consider:

") - sb.Append("") - - Dim ati As New AggregatorTabInfo - With ati - .Caption = "Unlicensed Version" - .HtmlText = sb.ToString - .ModuleId = Me.ModuleId - .AggregatorTabId = -1 - .Modules = New ArrayList - .Properties = New ArrayList - End With - 'alternate between first and last tab - If Now.Minute Mod 2 = 0 Then - _aggregator.Tabs.Insert(0, ati) - Else - _aggregator.Tabs.Add(ati) - End If - - End Sub - Private Sub UpdateTabCaptions() ' process tabs Dim tabNumber As Integer = 1 diff --git a/LICENSE b/LICENSE index 11f6b50..415844c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2017 Richard Edwards +Copyright (c) 2017 Red Tempo Software Inc Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/Version/All/License.html b/Version/All/License.html index 11f6b50..07bdd32 100644 --- a/Version/All/License.html +++ b/Version/All/License.html @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2017 Richard Edwards +Copyright (c) 2017 Red Tempo Software Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal