Skip to content

Commit

Permalink
Override copyright in the book, update the trademark notice
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev committed Jun 12, 2024
1 parent b0efa28 commit 3bdbad1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
11 changes: 10 additions & 1 deletion docs/cookbook/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ CI/CD tools, IDEs,
support for languages and frameworks,
and various peripheral tools.

In this document, _Gradle Build Tool_ is abbreviated _Gradle_.
In the Gradle Cookbook, _Gradle Build Tool_ is abbreviated _Gradle_.

!!! note
The Gradle Cookbook is under active development (see the roadmap item [here](https://github.com/gradle/community/issues/42)).
Expand Down Expand Up @@ -55,6 +55,15 @@ You can extend the Cookbook by adding new recipes, updating the existing ones,
or even creating whole new sections.
Check out the [Contributor Guide](./CONTRIBUTING.md) for more information.

## Trademark Notice

Gradle and the Gradlephant logo (the "Gradle Marks") are registered trademarks of Gradle, Inc. and/or its subsidiaries.
Use of the Gradle Marks the Gradle Cookbook pages is for identification purposes only and does not imply sponsorship or endorsement by Gradle, Inc.
In the Gradle Cookbook, "Gradle" typically means "Gradle Build Tool" and does not reference Gradle Inc. and/or its subsidiaries.

See the [Gradle Branding Guidelines](https://gradle.com/brand/) for more information about
trademark usage and the approval process.

## References

- [Gradle User Manual](https://docs.gradle.org/current/userguide/userguide.html)
Expand Down
11 changes: 7 additions & 4 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ site_description: >-
This is an open-source site for all Gradle community matters,
including governance, artwork, events, and public infrastructure.
copyright: >
For content - Copyright © 2024 - All contributors to the repository and included components.
Copyright © 2024 - All contributors to the repository and included components.
The original content licenses and copyrights from the included repositories are preserved,
you can find them in the linked repositories.
The GRADLE trademark is the property of Gradle, Inc.
Use of the term GRADLE on this website and any content and/or materials available through this website is
for identification purposes only and does not imply sponsorship or endorsement by Gradle, Inc.
Gradle and the Gradlephant logo (the "Gradle Marks") are registered trademarks of Gradle, Inc. and/or its subsidiaries.
Use of the Gradle Marks the Gradle Cookbook pages is for identification purposes only and does not imply sponsorship or endorsement by Gradle, Inc.
In the Gradle Cookbook, "Gradle" typically means "Gradle Build Tool" and does not reference Gradle Inc. and/or its subsidiaries.
docs_dir: docs
repo_url: https://github.com/gradle/community
repo_name: Gradle Community repo
Expand Down Expand Up @@ -185,6 +185,9 @@ plugins:
enabled_if_env: BUILD_PDF
output_path: pdf/cookbook.pdf
author: Gradle Contributors
# FIXME: Needs rendering style to include the trademark notice & Co into the header
copyright: >
Copyright © 2024 - All contributors to the repository and included components.
cover: true
cover_title: The Gradle Cookbook
cover_subtitle: Open Source Recipes for Gradle Build Tool
Expand Down

0 comments on commit 3bdbad1

Please sign in to comment.