Skip to content

Commit f7d69f8

Browse files
committed
adding content license fixes #39
1 parent 50826e9 commit f7d69f8

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Dev.java
1+
# Contributing to Dev.java
22

3-
[Dev.java](https://dev.java) is the official website for the Java platform and language maintained by the Java Platform Group at Oracle.
3+
[Dev.java](https://dev.java) is the official website for the Java platform and language maintained by the Java Platform Group at Oracle. We accept contributions from community members through this repo. [Click here](https://dev.java/authors) for examples of contributed content.
44

5-
We [recently announced](https://inside.java) that we are accepting contributions to Dev.java. This repository contains a lightweight JavaScript toolchain to build the site into static HTML and guidelines for contributing to it.
5+
This repo contains the contribution guidelines as well as a lightweight JavaScript toolchain to build the site into static HTML.
66

77
Here are the sections of this document:
88

@@ -11,6 +11,7 @@ Here are the sections of this document:
1111
* [Content Lifecycle](#content-lifecycle)
1212
* [Content Proposal](#content-proposal)
1313
* [GitHub Workflow](#github-workflow)
14+
* [Content License](#content-license)
1415
* [Building the Site](#building-the-site)
1516
* [Working with Content](#working-with-content)
1617

@@ -70,6 +71,10 @@ Once your proposal has been moved to the `accepted` stage, you can begin working
7071
1. Submit a pull request back to this repo
7172

7273

74+
### Contributor Agreement and License
75+
76+
Contributors must sign the OCA which will be verified once there is a pull request created. Contributed content is made available under the [UPL license](https://oss.oracle.com/licenses/upl/). You can find examples [here](https://dev.java/authors).
77+
7378

7479
## Building the Site
7580

0 commit comments

Comments
 (0)