Skip to content
Snippets Groups Projects
Commit 206c4143 authored by Bady's avatar Bady
Browse files

Fix license and credits

parent 8c66df3f
Branches
No related merge requests found
This diff is collapsed.
## Free Software User Group
## Official Website of Free Software User Groups in India
## Dependencies
......@@ -75,6 +76,25 @@ This portion inside `watch` configures `jshint` and `uglify` to be run whenever
Is that a lot to take in?
Just one more! `connect` task starts a local server at [http://localhost:8080](http://localhost:8080). It also inject a script to your page that keeps a live connection to the server, so that browser will automatically refresh whenever you change and save code. Does that sound awesome to you?
Just one more! `connect` task starts a local server at [http://localhost:8080](http://localhost:8080). It also inject a script to your page that keeps a live connection to the server, so that browser will automatically refresh whenever you change and save code. Doesn't that sound awesome to you?
Let us know ;)
## License
Official Website of Free Software User Groups in India
Copyleft (ɔ) 2017 FSCI (Free Software Community of India) - All rights reseved, all wrongs reversed.
This project comes under free software license: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This project is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
Let me know ;)
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
{
"name": "fsug",
"authors": [
"Bady <ambadyanands2207@gmail.com>"
"FSCI - Free Software Community of India <fosscommunity.in@disroot.org>"
],
"description": "Free Software User Group",
"description": "Free Software User Groups in India",
"license": "GPL-3.0",
"homepage": "http://fsug.in/",
"ignore": [
......
{
"name": "fsug",
"description": "Free Software User Group",
"description": "Free Software User Groups in India",
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com:fsug/fsug.gitlab.io.git"
......@@ -30,6 +30,6 @@
"time-grunt": "^1.3.0"
},
"dependencies": {},
"author": "Bady <ambadyanands2207@gmail.com>",
"author": "FSCI - Free Software Community of India <fosscommunity.in@disroot.org>",
"license": "GPL-3.0"
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment