Skip to content

Commit 9b218b8

Browse files
committed
Licensing & READMEing
1 parent 4fe7bbd commit 9b218b8

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed

LICENSE

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Copyright © 2015, Association LiberTIC
2+
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:
4+
5+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6+
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 Association LiberTIC 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.
8+
9+
Except as contained in this notice, the name of the Association LiberTIC shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from the Association LiberTIC.

README.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,37 @@
22

33
###/!\ Les documents ont été déplacé dans le dossier /doc ! /!\
44

5+
6+
## Installation:
7+
8+
```bash
9+
git https://github.com/LiberTIC/ODEV2.git
10+
cd ODEV2
11+
# The install process warns you
12+
# about requirements and configuration of Apache2, MySQL & PHP5.
13+
make
14+
make install
15+
php app/console server:run
16+
```
17+
18+
19+
## Qualité & tests
20+
21+
```bash
22+
make quality
23+
make tests
24+
```
25+
26+
## License, Copyright & Contributeurs
27+
28+
(c) 2015 LiberTIC
29+
30+
Licence: [MIT (X11)](http://en.wikipedia.org/wiki/MIT_License)
31+
32+
Made in Nantes, France @ [Les Polypodes](http://lespolypodes.com)
33+
34+
[Contributeurs](https://github.com/LiberTIC/ODEV2/graphs/contributors)
35+
536
## Analyse du projet Open Data Events
637

738
Ce dépôt conserve les documents et l'analyse de la v1 et ceux du prototype de la v2, ainsi que les compte-rendus des réunions de janvier-février 2015

0 commit comments

Comments
 (0)