Skip to content

Commit 991a68f

Browse files
committed
Update LICENSE and .gitignore
1 parent 04ec9d1 commit 991a68f

File tree

2 files changed

+26
-8
lines changed

2 files changed

+26
-8
lines changed

.gitignore

+13-4
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,21 @@
22
.bundle
33
Gemfile.lock
44
pkg/*
5-
.idea/
5+
.idea/*
66
doc/
7-
log/*.log
8-
/tmp/
9-
tmp/
7+
log/*
8+
tmp/*
109
db/*.sqlite3
1110
/coverage
1211
/coverage.data
1312
/.yardoc
13+
.rvmrc
14+
15+
## generic files to ignore
16+
*~
17+
*.lock
18+
*.DS_Store
19+
*.swp
20+
*.out
21+
*.swo
22+
*.md.html

LICENSE

+13-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
1-
Copyright (c) 2011 Alexander N Paramonov
1+
Copyright (c) 2011-2012 Alexander N Paramonov
22

3-
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:
3+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
4+
documentation files (the "Software"), to deal in the Software without restriction,
5+
including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
6+
and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
7+
subject to the following conditions:
48

5-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
9+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the
10+
Software.
611

7-
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.
12+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
13+
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
14+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
15+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
16+
USE OR OTHER DEALINGS IN THE SOFTWARE.

0 commit comments

Comments
 (0)