Update doc.

This commit is contained in:
Zhang Xianyi 2015-01-06 01:00:48 +08:00
parent 14b5733846
commit 6603f67bc4
3 changed files with 18 additions and 2 deletions

13
.gitignore vendored Normal file
View File

@ -0,0 +1,13 @@
*.obj
*.lib
*.dll
*.dylib
*.def
*.o
*.out
*.so
*.a
.svn
*~
lib.grd
nohup.out

View File

@ -1,4 +1,4 @@
Copyright (c) 2014, Zhang Xianyi
Copyright (c) 2014, 2015 Zhang Xianyi
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
@ -11,7 +11,7 @@ are permitted provided that the following conditions are met:
list of conditions and the following disclaimer in the documentation and/or
other materials provided with the distribution.
* Neither the name of the {organization} nor the names of its
* Neither the name of the OpenVML nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# OpenVML
OpenVML is an open soruce vector math library.