aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacien2014-09-30 22:01:48 +0200
committerPacien2014-09-30 22:01:48 +0200
commit67b03424e3aee09078dff50cbf9d3e9e4221bc93 (patch)
treebcb9ab8ff8b8022db1f6bb9eb554061124dc2f7d
downloadgo-vparse-67b03424e3aee09078dff50cbf9d3e9e4221bc93.tar.gz
Initial commit
-rw-r--r--.gitignore24
-rw-r--r--LICENSE22
-rw-r--r--README.md4
3 files changed, 50 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..daf913b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,24 @@
1# Compiled Object files, Static and Dynamic libs (Shared Objects)
2*.o
3*.a
4*.so
5
6# Folders
7_obj
8_test
9
10# Architecture specific extensions/prefixes
11*.[568vq]
12[568vq].out
13
14*.cgo1.go
15*.cgo2.c
16_cgo_defun.c
17_cgo_gotypes.go
18_cgo_export.*
19
20_testmain.go
21
22*.exe
23*.test
24*.prof
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..7b507ff
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,22 @@
1The MIT License (MIT)
2
3Copyright (c) 2014 Pacien
4
5Permission is hereby granted, free of charge, to any person obtaining a copy
6of this software and associated documentation files (the "Software"), to deal
7in the Software without restriction, including without limitation the rights
8to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9copies of the Software, and to permit persons to whom the Software is
10furnished to do so, subject to the following conditions:
11
12The above copyright notice and this permission notice shall be included in all
13copies or substantial portions of the Software.
14
15THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21SOFTWARE.
22
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..58dca23
--- /dev/null
+++ b/README.md
@@ -0,0 +1,4 @@
1vparse
2======
3
4A Go vCalendar/vCard-ish files parser