~ubuntu-branches/ubuntu/oneiric/ginkgocadx/oneiric

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Tille
  • Date: 2011-05-02 08:09:26 UTC
  • Revision ID: james.westby@ubuntu.com-20110502080926-bql5wep49c7hg91t
Tags: upstream-2.4.1.1
Import upstream version 2.4.1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 *
 
3
 *  $Id: license.h 3667 2011-04-11 08:58:02Z tovar $
 
4
 *  Ginkgo CADx Project
 
5
 *
 
6
 *  Copyright 2008-10 MetaEmotion S.L. All rights reserved.
 
7
 *  http://ginkgo-cadx.com
 
8
 *
 
9
 *  This file is licensed under LGPL v3 license.
 
10
 *  See License.txt for details
 
11
 *
 
12
 *
 
13
 */
 
14
#pragma once
 
15
 
 
16
 
 
17
#define VISUALIZATOR_SID _Std("GNKVisualizator")
 
18
 
 
19
#define VISUALIZATOR_VERSION     1
 
20
#define VISUALIZATOR_SUB_VERSION 0
 
21
#define VISUALIZATOR_SUB_RELEASE 0
 
22
#define VISUALIZATOR_CODENAME    "final"
 
23
#define VISUALIZATOR_COPYRIGHT   "� 2011"
 
24
#define VISUALIZATOR_DESCRIPTION _Std("Visualization Module")
 
25
#define VISUALIZATOR_PROVIDER "MetaEmotion S.L."
 
26