Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
HACKING: Add link to git tutorial and wordsmith a bit
  • Loading branch information
Bryce Harrington committed Mar 7, 2015
1 parent c0458b4 commit 581f813
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions HACKING
Expand Up @@ -73,9 +73,9 @@ We use /git/ for version control. See:

http://cairographics.org/download/

TODO:
Add links to some git tutorials or better, write a few paragraphs
about how to use git to efficiently hack on cairo.
For more information on using git, see:

http://freedesktop.org/wiki/Infrastructure/git/


Build System
Expand Down Expand Up @@ -103,10 +103,9 @@ No manual ChangeLog writing is necessary.
Copyrights and Licensing
------------------------

The cairo library is dual-licensed under LGPL and MPL. See file named
COPYING for details. The test suites are more liberal. For example,
GPL code is allowed in the test suites, though it's always better to
keep things simple.
The cairo library is dual-licensed under LGPL and MPL. See the file
named COPYING for details. The test suites are more liberal, and are
allowed to include GPL code.

When writing new code, update the file headers to add your (or your
employers) copyright line and contributor line. If adding new files
Expand Down Expand Up @@ -174,9 +173,8 @@ Some of those should gradually be moved to doc/.
Utilities
---------

There are a few useful utilities we have developed that are either
useful when writing code using cairo, or writing cairo, or useful in
general. These tools can be found under the util/ directory.
We have developed several utilities useful for writing cairo or code
that uses cairo. These tools can be found under the util/ directory.
See util/README for more information.


Expand Down

0 comments on commit 581f813

Please sign in to comment.