File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -83,9 +83,8 @@ The basic directory structure of an AcmeBlogBundle must read as follows:
83
83
├─ AcmeBlogBundle.php
84
84
├─ Controller/
85
85
├─ README.md
86
+ ├─ LICENSE
86
87
├─ Resources/
87
- │ ├─ meta/
88
- │ │ └─ LICENSE
89
88
│ ├─ config/
90
89
│ ├─ doc/
91
90
│ │ └─ index.rst
@@ -102,9 +101,8 @@ that automated tools can rely on:
102
101
* ``README.md ``: This file contains the basic description of the bundle and it
103
102
usually shows some basic examples and links to its full documentation (it
104
103
can use any of the markup formats supported by GitHub, such as ``README.rst ``);
105
- * ``Resources/meta/LICENSE ``: The full license for the code. The license file
106
- can also be stored in the bundle's root directory to follow the generic
107
- conventions about packages;
104
+ * ``LICENSE ``: The full contents of the license used by the code. Most third-party
105
+ bundles are published under the MIT license, but you can `choose any license `_;
108
106
* ``Resources/doc/index.rst ``: The root file for the Bundle documentation.
109
107
110
108
The depth of sub-directories should be kept to the minimum for most used
@@ -424,3 +422,4 @@ Learn more from the Cookbook
424
422
.. _`PSR-4` : http://www.php-fig.org/psr/psr-4/
425
423
.. _`Semantic Versioning Standard` : http://semver.org/
426
424
.. _`Packagist` : https://packagist.org/
425
+ .. _`choose any license` : http://choosealicense.com/
You can’t perform that action at this time.
0 commit comments