Browse Source

Renamed the juce_tracktion_marketplace module to juce_product_unlocking

tags/2021-05-28
jules hogliux 8 years ago
parent
commit
da0febe368
9 changed files with 8 additions and 8 deletions
  1. +2
    -2
      modules/juce_product_unlocking/juce_product_unlocking.cpp
  2. +6
    -6
      modules/juce_product_unlocking/juce_product_unlocking.h
  3. +0
    -0
      modules/juce_product_unlocking/marketplace/juce_KeyFileGeneration.h
  4. +0
    -0
      modules/juce_product_unlocking/marketplace/juce_OnlineUnlockForm.cpp
  5. +0
    -0
      modules/juce_product_unlocking/marketplace/juce_OnlineUnlockForm.h
  6. +0
    -0
      modules/juce_product_unlocking/marketplace/juce_OnlineUnlockStatus.cpp
  7. +0
    -0
      modules/juce_product_unlocking/marketplace/juce_OnlineUnlockStatus.h
  8. +0
    -0
      modules/juce_product_unlocking/marketplace/juce_TracktionMarketplaceStatus.cpp
  9. +0
    -0
      modules/juce_product_unlocking/marketplace/juce_TracktionMarketplaceStatus.h

modules/juce_tracktion_marketplace/juce_tracktion_marketplace.cpp → modules/juce_product_unlocking/juce_product_unlocking.cpp View File

@@ -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
{

modules/juce_tracktion_marketplace/juce_tracktion_marketplace.h → modules/juce_product_unlocking/juce_product_unlocking.h View File

@@ -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

modules/juce_tracktion_marketplace/marketplace/juce_KeyFileGeneration.h → modules/juce_product_unlocking/marketplace/juce_KeyFileGeneration.h View File


modules/juce_tracktion_marketplace/marketplace/juce_OnlineUnlockForm.cpp → modules/juce_product_unlocking/marketplace/juce_OnlineUnlockForm.cpp View File


modules/juce_tracktion_marketplace/marketplace/juce_OnlineUnlockForm.h → modules/juce_product_unlocking/marketplace/juce_OnlineUnlockForm.h View File


modules/juce_tracktion_marketplace/marketplace/juce_OnlineUnlockStatus.cpp → modules/juce_product_unlocking/marketplace/juce_OnlineUnlockStatus.cpp View File


modules/juce_tracktion_marketplace/marketplace/juce_OnlineUnlockStatus.h → modules/juce_product_unlocking/marketplace/juce_OnlineUnlockStatus.h View File


modules/juce_tracktion_marketplace/marketplace/juce_TracktionMarketplaceStatus.cpp → modules/juce_product_unlocking/marketplace/juce_TracktionMarketplaceStatus.cpp View File


modules/juce_tracktion_marketplace/marketplace/juce_TracktionMarketplaceStatus.h → modules/juce_product_unlocking/marketplace/juce_TracktionMarketplaceStatus.h View File


Loading…
Cancel
Save