diff options
author | P. J. McDermott <pehjota> | 2012-11-19 12:56:20 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-11-19 12:56:20 (EST) |
commit | 6caae65a27bb6e00abff18b865f6fad3a8758087 (patch) | |
tree | 0b9d74543f4254bd525e3d837a454f480c366dc0 /dev/packaging/tutorials | |
parent | 64c110b157eeac4e906573a32544014922c198ec (diff) |
Improve readability of a sentence in tutorial.
Diffstat (limited to 'dev/packaging/tutorials')
-rw-r--r-- | dev/packaging/tutorials/basic.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/packaging/tutorials/basic.mdwn b/dev/packaging/tutorials/basic.mdwn index 80f3406..4372f3c 100644 --- a/dev/packaging/tutorials/basic.mdwn +++ b/dev/packaging/tutorials/basic.mdwn @@ -619,9 +619,9 @@ that are newer than those that Debian's copyright file lists: tmp/src/amiga/expat_lib.c: MIT/X11 (BSD like) [Copyright: 2001-2009 Expat maintainers / HOLDERS BE LIABLE FOR ANY] -So collect some representative copyright notices, e.g. from +So collect some representative copyright notices – e.g. from `tmp/src/lib/xmlparse.c`, `tmp/src/examples/outline.c`, -`tmp/src/vms/expat_config.h`, and `tmp/src/amiga/expat_lib.c` and add them to +`tmp/src/vms/expat_config.h`, and `tmp/src/amiga/expat_lib.c` – and add them to the `copyright` file. Then describe the license under which the software may be used. `Expat` is a |