diff options
Diffstat (limited to 'Swift/Controllers')
-rw-r--r-- | Swift/Controllers/ApplicationInfo.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Swift/Controllers/ApplicationInfo.h b/Swift/Controllers/ApplicationInfo.h new file mode 100644 index 0000000..8e6db31 --- /dev/null +++ b/Swift/Controllers/ApplicationInfo.h @@ -0,0 +1,12 @@ +/* + * Copyright (c) 2010 Remko Tronçon + * Licensed under the GNU General Public License v3. + * See Documentation/Licenses/GPLv3.txt for more information. + */ + +#pragma once + +#define SWIFT_APPLICATION_NAME "Swift" + +#define SWIFT_ORGANIZATION_NAME "Swift" +#define SWIFT_ORGANIZATION_DOMAIN "swift.im" |