minor bookkeeping changes

This commit is contained in:
Justin J. Meza 2012-12-13 00:02:17 -05:00
parent b74839d704
commit 5751d3fd42
6 changed files with 7 additions and 7 deletions

View File

@ -8,7 +8,7 @@
*
* \author Justin J. Meza
*
* \date 2010-2011
* \date 2010-2012
*/
#ifndef __INTERPRETER_H__

View File

@ -9,7 +9,7 @@
*
* \author Justin J. Meza
*
* \date 2010-2011
* \date 2010-2012
*/
#ifndef __LEXER_H__

4
main.c
View File

@ -4,7 +4,7 @@
* \section license License
*
* lci - a LOLCODE interpreter written in C.
* Copyright (C) 2010-2011 Justin J. Meza
* Copyright (C) 2010-2012 Justin J. Meza
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
@ -151,7 +151,7 @@ int main(int argc, char **argv)
FILE *file = NULL;
int ch;
char *revision = "v0.10.2";
char *revision = "v0.10.3";
program_name = argv[0];
while ((ch = getopt_long(argc, argv, shortopt, longopt, NULL)) != -1) {

View File

@ -8,7 +8,7 @@
*
* \author Justin J. Meza
*
* \date 2010-2011
* \date 2010-2012
*/
/**

View File

@ -9,7 +9,7 @@
*
* \author Justin J. Meza
*
* \date 2010-2011
* \date 2010-2012
*/
#ifndef __TOKENIZER_H__

View File

@ -6,7 +6,7 @@
*
* \author Justin J. Meza
*
* \date 2010-2011
* \date 2010-2012
*/
#ifndef __UNICODE_H__