diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bfc521e --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +*.obj +*.lib +*.dll +*.dylib +*.def +*.o +*.out +*.so +*.a +.svn +*~ +lib.grd +nohup.out diff --git a/LICENSE b/LICENSE index 7e53a52..20e8952 100644 --- a/LICENSE +++ b/LICENSE @@ -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. diff --git a/README.md b/README.md new file mode 100644 index 0000000..7cbfd70 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# OpenVML + +OpenVML is an open soruce vector math library.