This commit is contained in:
Elias Dorneles 2026-07-14 00:47:58 +00:00 committed by GitHub
commit fd253c76e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 35 additions and 0 deletions

11
artwork/LICENSE Normal file
View File

@ -0,0 +1,11 @@
Copyright (c) by Scrapy developers.
Some rights reserved.
This logo or a modified version may be used by anyone to refer to the Scrapy project, but does not indicate endorsement by the project.
Redistribution and use in source (the Gimp file) and binary forms (rendered JPEG files etc.) of the image, with or without modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice and this list of conditions.
* The names of the contributors to the Scrapy software may not be used to endorse or promote products derived from this software without specific prior written permission.
Note: we would appreciate that you make the image a link to https://scrapy.org if you use it on a web page.

View File

@ -280,6 +280,7 @@ All the rest
news
contributing
versioning
license
:doc:`news`
See what has changed in recent Scrapy versions.
@ -289,3 +290,6 @@ All the rest
:doc:`versioning`
Understand Scrapy versioning and API stability.
:doc:`license`
Read licenses of Scrapy software and artwork.

20
docs/license.rst Normal file
View File

@ -0,0 +1,20 @@
.. _license:
License
=======
Scrapy is licensed under a three clause BSD License. It basically means: do whatever you want with it as long as the copyright in Scrapy sticks around, the conditions are not modified and the disclaimer is present. Furthermore you must not use the names of the authors to promote derivatives of the software without written consent.
The full license text can be found below (Scrapy License). For the documentation and artwork different licenses apply.
Scrapy License
--------------
.. include:: ../LICENSE
Scrapy Artwork License
----------------------
.. include:: ../artwork/LICENSE