Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Caroline #1

Open
wants to merge 6 commits into
base: CarolineTwoMoji
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,10 @@
* Applies to the JSON and CSV files, the documentation and everything else not covered under the artwork license above.
* License: MIT
* Complete Legal Terms: http://opensource.org/licenses/MIT

#### Linux build

* Applies to files in the linux/ directory
* License: Apache-2.0
* Complete Legal Terms: https://www.apache.org/licenses/LICENSE-2.0
* Forked from https://github.com/googlei18n/noto-emoji
337 changes: 68 additions & 269 deletions coverage.md

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions linux/AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# This is the official list of Noto authors for copyright
# purposes.
# This file is distinct from the CONTRIBUTORS files.
# See the latter for an explanation.

# Names should be added to this file as:
# Name or Organization <email address>
# The email address is not required for organizations.

Google Inc.
Arjen Nienhuis <[email protected]> # SVG cleanup
27 changes: 27 additions & 0 deletions linux/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
Want to contribute? Great! First, read this page (including the small print
at the end).

### Before you contribute
Before we can use your code, you must sign the
[Google Individual Contributor License
Agreement](https://cla.developers.google.com/about/google-individual)
(CLA), which you can do online. The CLA is necessary mainly because you own the
copyright to your changes, even after your contribution becomes part of our
codebase, so we need your permission to use and distribute your code. We also
need to be sure of various other things—for instance that you'll tell us if you
know that your code infringes on other people's patents. You don't have to sign
the CLA until after you've submitted your code for review and a member has
approved it, but you must do it before we can put your code into our codebase.
Before you start working on a larger contribution, you should get in touch with
us first through the issue tracker with your idea so that we can help out and
possibly guide you. Coordinating up front makes it much easier to avoid
frustration later on.

### Code reviews
All submissions, including submissions by project members, require review.
We use Github pull requests for this purpose.

### The small print
Contributions made by corporations are covered by a different agreement than
the one above, the [Software Grant and Corporate Contributor License
Agreement](https://cla.developers.google.com/about/google-corporate).
16 changes: 16 additions & 0 deletions linux/CONTRIBUTORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# People who have agreed to one of the CLAs and can contribute patches.
# The AUTHORS file lists the copyright holders; this file
# lists people. For example, Google employees are listed here
# but not in AUTHORS, because Google holds the copyright.
#
# https://developers.google.com/open-source/cla/individual
# https://developers.google.com/open-source/cla/corporate
#
# Names should be added to this file as:
# Name <email address>

Arjen Nienhuis <[email protected]>
Behdad Esfahbod <[email protected]>
Doug Felt <[email protected]>
Roozbeh Pournader <[email protected]>
Victoria Lease <[email protected]>
Loading