From 6603f67bc46dd4fb5ef97833b1bb559f0c44ee58 Mon Sep 17 00:00:00 2001 From: Zhang Xianyi Date: Tue, 6 Jan 2015 01:00:48 +0800 Subject: [PATCH] Update doc. --- .gitignore | 13 +++++++++++++ LICENSE | 4 ++-- README.md | 3 +++ 3 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 .gitignore create mode 100644 README.md 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.