~ubuntu-branches/ubuntu/quantal/ginkgocadx/quantal

« back to all changes in this revision

Viewing changes to src/lightvisualizator/lightvisualizator/license.h

  • Committer: Package Import Robot
  • Author(s): Andreas Tille
  • Date: 2011-11-09 12:29:00 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20111109122900-idkd9vvhr31whz8z
Tags: 2.6.0.0~rc-1
* New upstream version
  Closes: #647413
* Rebuild against recent insighttoolkit
  Closes: #648167

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 *
3
 
 *  $Id: license.h 3923 2011-07-06 14:54:23Z tovar $
 
3
 *  $Id: license.h 4365 2011-11-03 14:01:58Z carlos $
4
4
 *  Ginkgo CADx Project
5
5
 *
6
6
 *  Copyright 2008-10 MetaEmotion S.L. All rights reserved.
13
13
 */
14
14
#pragma once
15
15
 
16
 
//modulo
17
 
#define LIGHT_VISUALIZATOR_CONTROLLER_UID "METAEMOTION_VISUALIZATOR_LITE"
18
 
//sid extension
19
 
#define LIGHT_VISUALIZATOR_SID_EXTENSION _Std("Lite Visualizator")
20
 
 
21
 
#define LIGHT_VISUALIZATOR_VERSION     1
22
 
#define LIGHT_VISUALIZATOR_SUB_VERSION 0
23
 
#define LIGHT_VISUALIZATOR_SUB_RELEASE 0
24
 
#define LIGHT_VISUALIZATOR_CODENAME    "final"
25
 
#define LIGHT_VISUALIZATOR_COPYRIGHT   "� 2011"
26
 
#define LIGHT_VISUALIZATOR_DESCRIPTION _Std("Visualizator Lite for old computers")
27
 
#define LIGHT_VISUALIZATOR_PROVIDER "Metaemotion S.L."
28
 
 
 
16
#define EXT_SID              "light_visualizator_extension_v2"
 
17
#define EXT_DESCRIPTION      _Std("Visualizator extension for old computers")
 
18
#define EXT_PROVIDER         "MetaEmotion S.L. http://metaemotion.com"
 
19
#define EXT_VERSION          2
 
20
#define EXT_SUBVERSION       6
 
21
#define EXT_RELEASE          0
 
22
#define EXT_BUILD            "$Revision: 4365 $"
 
23
#define EXT_CODENAME         "final"
 
24
#define EXT_UPDATEURL        "http://updates.ginkgo-cadx.com/light-visualizator.xml"
 
25
 
 
26
#define EXT_IMPORTER_SID     "METAEMOTION GINKGO_CADX VISUALIZATOR LITE"
 
27
#define EXT_NAME             "Light Visualizator"
 
28
#define EXT_COPYRIGHT        "(c) 2011"
 
 
b'\\ No newline at end of file'