From bb56ec4106fdc4ce34324e5b069032a36b2160bd Mon Sep 17 00:00:00 2001 From: Swastik Baranwal Date: Sun, 16 Feb 2020 20:15:47 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index cd9943f..290d85c 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,15 @@ -# v-logo +# Logo -Official Logo for the V Programming Language | https://vlang.io +Logo and art assets used for the V Programming Language | https://vlang.io ## Preview -### PNG +### Main logo - V Programming Language Logo + V Programming Language Logo -### SVG - -V Programming Language Logo +### Coummity Logo + V Community Logo ## Contributing @@ -21,4 +20,6 @@ Here are some steps you might take to contribute. - After you make changes, push to the forked repo, create the pull request. - Give a good pull request title and match the changes you have made. -Thank you !!! ✌️😊 +## License + +Creative Commons License
This work is licensed under a Creative Commons Attribution 3.0 Unported License. From f8e71dd4da9e80dfc4f6866842865d7568e909bb Mon Sep 17 00:00:00 2001 From: Swastik Baranwal Date: Sun, 16 Feb 2020 20:16:24 +0530 Subject: [PATCH 2/2] delete license --- LICENSE | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 LICENSE diff --git a/LICENSE b/LICENSE deleted file mode 100644 index d18aacf..0000000 --- a/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2019 Don Alfons Nisnoni - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE.