1 24 25 package com.mckoi.database.global; 26 27 34 35 public final class StandardMessages { 36 37 40 public static String AUTHOR = "Tobias Downer"; 41 42 45 public static String COPYRIGHT = 46 "Copyright (C) 2000 - 2004 Diehl and Associates, Inc. " + 47 "All rights reserved."; 48 49 52 public static String VERSION = "1.0.3"; 53 54 57 public static String NAME = "Mckoi SQL Database ( " + VERSION + " )"; 58 59 } 60 | Popular Tags |