Skip to content

Commit

Permalink
Update copy
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaucau committed Jul 5, 2021
1 parent c51355d commit 8e3f3ac
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 13 deletions.
4 changes: 2 additions & 2 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
MIT License

Copyright (c) <year> <copyright holders>
Copyright (c) <2021> <forum.android.com.pl>

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.
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.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

A [Flarum](http://flarum.org) extension. Displays a list of tags that the user is following in the sidebar.

Requires `fof/follow tags`

![Imgur](https://i.imgur.com/YpjDEZd.gif)

### Installation
Expand Down
15 changes: 6 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
],
"type": "flarum-extension",
"license": "MIT",
"support": {
"issues": "https://github.com/android-com-pl/my-tags/issues",
"source": "https://github.com/android-com-pl/my-tags",
"forum": "https://discuss.flarum.org/d/28004-my-tags"
},
"require": {
"flarum/core": "^1.0",
"fof/follow-tags": "*"
Expand All @@ -26,23 +31,15 @@
"Acpl\\MyTags\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Acpl\\MyTags\\Tests\\": "tests/"
}
},
"extra": {
"flarum-extension": {
"title": "My Tags",
"category": "",
"category": "feature",
"icon": {
"name": "fas fa-th-list",
"backgroundColor": "#0F9D58",
"color": "#fff"
}
},
"flagrow": {
"discuss": "feature"
}
}
}
4 changes: 2 additions & 2 deletions extend.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/*
* This file is part of android-com-pl/my-tags.
* This file is part of acpl/my-tags.
*
* Copyright (c) 2021 rafaucau.
* Copyright (c) 2021 forum.android.com.pl.
*
* For the full copyright and license information, please view the LICENSE.md
* file that was distributed with this source code.
Expand Down

0 comments on commit 8e3f3ac

Please sign in to comment.