Browse Source

Modified version, author, copyright adding me

mingodad 13 years ago
parent
commit
b47560d93d
1 changed files with 5 additions and 4 deletions
  1. 5 4
      include/squirrel.h

+ 5 - 4
include/squirrel.h

@@ -1,5 +1,6 @@
 /*
 /*
-Copyright (c) 2003-2012 Alberto Demichelis
+Copyright (c) 2003-2012 Alberto Demichelis
+Forked by Domingo Alvarez Duarte
 
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 of this software and associated documentation files (the "Software"), to deal
@@ -187,9 +188,9 @@ typedef char SQChar;
 #define _PRINT_INT_FMT _SC("%d")
 #define _PRINT_INT_FMT _SC("%d")
 #endif
 #endif
 
 
-#define SQUIRREL_VERSION	_SC("Squirrel 3.0.4 stable")
-#define SQUIRREL_COPYRIGHT	_SC("Copyright (C) 2003-2012 Alberto Demichelis")
-#define SQUIRREL_AUTHOR		_SC("Alberto Demichelis")
+#define SQUIRREL_VERSION	_SC("SquiLu based on Squirrel 3.0.4 stable and Lua 5.1.5")
+#define SQUIRREL_COPYRIGHT	_SC("Copyright (C) 2003-2012 Alberto Demichelis, Domingo Alvarez Duarte")
+#define SQUIRREL_AUTHOR		_SC("Alberto Demichelis, Domingo Alvarez Duarte")
 #define SQUIRREL_VERSION_NUMBER	304
 #define SQUIRREL_VERSION_NUMBER	304
 
 
 #define SQ_VMSTATE_IDLE			0
 #define SQ_VMSTATE_IDLE			0