From cd5464b6d7371c04ec30f2b46f51237df2950702 Mon Sep 17 00:00:00 2001 From: Luiz Marin <67489841+luizcmarin@users.noreply.github.com> Date: Thu, 23 May 2024 11:51:31 -0300 Subject: [PATCH] Fix docs (#188) Co-authored-by: Sergei Predvoditelev --- LICENSE.md | 18 +++++++++--------- README.md | 8 ++++---- composer.json | 2 +- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index fa6ef0f9f..c48bcea79 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -5,15 +5,15 @@ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. -* Neither the name of Yii Software nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + * Neither the name of Yii Software nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT diff --git a/README.md b/README.md index bf6de9276..8d3eeeee5 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@

- Yii Framework + Yii -

Yii Framework Data Displaying Extension

+

Yii Data Displaying Extension


@@ -12,7 +12,7 @@ [![Code Coverage](https://codecov.io/gh/yiisoft/yii-dataview/graph/badge.svg?token=NCRXPFPX59)](https://codecov.io/gh/yiisoft/yii-dataview) [![Mutation testing badge](https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2Fyiisoft%2Fyii-dataview%2Fmaster)](https://dashboard.stryker-mutator.io/reports/github.com/yiisoft/yii-dataview/master) -This [Yii Framework] provides data displaying widgets: +This package provides data displaying widgets: - ListView - GridView @@ -39,7 +39,7 @@ that. You may also check out other [Yii Community Resources](https://www.yiifram ## License -The Yii Framework Data Displaying Extension is free software. It is released under the terms of the BSD License. +The Yii Data Displaying Extension is free software. It is released under the terms of the BSD License. Please see [`LICENSE`](./LICENSE.md) for more information. Maintained by [Yii Software](https://www.yiiframework.com/). diff --git a/composer.json b/composer.json index b70bd0b43..bd6439c9b 100644 --- a/composer.json +++ b/composer.json @@ -13,8 +13,8 @@ "homepage": "https://www.yiiframework.com/", "license": "BSD-3-Clause", "support": { + "issues": "https://github.com/yiisoft/yii-dataview/issues?state=open", "source": "https://github.com/yiisoft/yii-dataview", - "issues": "https://github.com/yiisoft/yii-dataview/issues", "forum": "https://www.yiiframework.com/forum/", "wiki": "https://www.yiiframework.com/wiki/", "irc": "ircs://irc.libera.chat:6697/yii",