diff --git a/modules/juce_tracktion_marketplace/juce_tracktion_marketplace.cpp b/modules/juce_product_unlocking/juce_product_unlocking.cpp similarity index 92% rename from modules/juce_tracktion_marketplace/juce_tracktion_marketplace.cpp rename to modules/juce_product_unlocking/juce_product_unlocking.cpp index ee7d9911b8..a2e5208534 100644 --- a/modules/juce_tracktion_marketplace/juce_tracktion_marketplace.cpp +++ b/modules/juce_product_unlocking/juce_product_unlocking.cpp @@ -22,7 +22,7 @@ ============================================================================== */ -#ifdef JUCE_TRACKTION_MARKETPLACE_H_INCLUDED +#ifdef JUCE_PRODUCT_UNLOCKING_H_INCLUDED /* When you add this cpp file to your project, you mustn't include it in a file where you've already included any other headers - just put it inside a file on its own, possibly with your config flags preceding it, but don't include anything else. That also includes avoiding any automatic prefix @@ -31,7 +31,7 @@ #error "Incorrect use of JUCE cpp file" #endif -#include "juce_tracktion_marketplace.h" +#include "juce_product_unlocking.h" namespace juce { diff --git a/modules/juce_tracktion_marketplace/juce_tracktion_marketplace.h b/modules/juce_product_unlocking/juce_product_unlocking.h similarity index 84% rename from modules/juce_tracktion_marketplace/juce_tracktion_marketplace.h rename to modules/juce_product_unlocking/juce_product_unlocking.h index 5d01eb434d..db30970496 100644 --- a/modules/juce_tracktion_marketplace/juce_tracktion_marketplace.h +++ b/modules/juce_product_unlocking/juce_product_unlocking.h @@ -31,11 +31,11 @@ BEGIN_JUCE_MODULE_DECLARATION - ID: juce_tracktion_marketplace + ID: juce_product_unlocking vendor: juce version: 4.3.1 - name: JUCE Tracktion marketplace support - description: Classes for online product authentication via the Tracktion marketplace. + name: JUCE Online marketplace support + description: Classes for online product authentication website: http://www.juce.com/juce license: GPL/Commercial @@ -47,11 +47,11 @@ #pragma once -#define JUCE_TRACKTION_MARKETPLACE_H_INCLUDED +#define JUCE_PRODUCT_UNLOCKING_H_INCLUDED /** - The Tracktion Marketplace module is a simple user-registration system for - allowing you to build apps/plugins with features that are unlocked by a + The juce_product_unlocking module provides simple user-registration classes + for allowing you to build apps/plugins with features that are unlocked by a user having a suitable account on a webserver. Although originally designed for use with products that are sold on the diff --git a/modules/juce_tracktion_marketplace/marketplace/juce_KeyFileGeneration.h b/modules/juce_product_unlocking/marketplace/juce_KeyFileGeneration.h similarity index 100% rename from modules/juce_tracktion_marketplace/marketplace/juce_KeyFileGeneration.h rename to modules/juce_product_unlocking/marketplace/juce_KeyFileGeneration.h diff --git a/modules/juce_tracktion_marketplace/marketplace/juce_OnlineUnlockForm.cpp b/modules/juce_product_unlocking/marketplace/juce_OnlineUnlockForm.cpp similarity index 100% rename from modules/juce_tracktion_marketplace/marketplace/juce_OnlineUnlockForm.cpp rename to modules/juce_product_unlocking/marketplace/juce_OnlineUnlockForm.cpp diff --git a/modules/juce_tracktion_marketplace/marketplace/juce_OnlineUnlockForm.h b/modules/juce_product_unlocking/marketplace/juce_OnlineUnlockForm.h similarity index 100% rename from modules/juce_tracktion_marketplace/marketplace/juce_OnlineUnlockForm.h rename to modules/juce_product_unlocking/marketplace/juce_OnlineUnlockForm.h diff --git a/modules/juce_tracktion_marketplace/marketplace/juce_OnlineUnlockStatus.cpp b/modules/juce_product_unlocking/marketplace/juce_OnlineUnlockStatus.cpp similarity index 100% rename from modules/juce_tracktion_marketplace/marketplace/juce_OnlineUnlockStatus.cpp rename to modules/juce_product_unlocking/marketplace/juce_OnlineUnlockStatus.cpp diff --git a/modules/juce_tracktion_marketplace/marketplace/juce_OnlineUnlockStatus.h b/modules/juce_product_unlocking/marketplace/juce_OnlineUnlockStatus.h similarity index 100% rename from modules/juce_tracktion_marketplace/marketplace/juce_OnlineUnlockStatus.h rename to modules/juce_product_unlocking/marketplace/juce_OnlineUnlockStatus.h diff --git a/modules/juce_tracktion_marketplace/marketplace/juce_TracktionMarketplaceStatus.cpp b/modules/juce_product_unlocking/marketplace/juce_TracktionMarketplaceStatus.cpp similarity index 100% rename from modules/juce_tracktion_marketplace/marketplace/juce_TracktionMarketplaceStatus.cpp rename to modules/juce_product_unlocking/marketplace/juce_TracktionMarketplaceStatus.cpp diff --git a/modules/juce_tracktion_marketplace/marketplace/juce_TracktionMarketplaceStatus.h b/modules/juce_product_unlocking/marketplace/juce_TracktionMarketplaceStatus.h similarity index 100% rename from modules/juce_tracktion_marketplace/marketplace/juce_TracktionMarketplaceStatus.h rename to modules/juce_product_unlocking/marketplace/juce_TracktionMarketplaceStatus.h