~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/code-style.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-06-03 03:18:53 UTC
  • mfrom: (5278.1.5 gnuness)
  • Revision ID: pqm@pqm.ubuntu.com-20100603031853-rzypooksqjaonb9m
(mbp) avoid inaccurate use of "linux" or non-gnu-compliant "open source"
 (Martin Pool)

Show diffs side-by-side

added added

removed removed

Lines of Context:
441
441
    finally:
442
442
        f.close()
443
443
 
 
444
 
 
445
Terminology
 
446
===========
 
447
 
 
448
Bazaar is a GNU project and uses standard GNU terminology, especially:
 
449
 
 
450
 * Use the word "Linux" to refer to the Linux kernel, not as a synechoche
 
451
   for the entire operating system.  (See `bug 528253
 
452
   <https://bugs.launchpad.net/bzr/+bug/528253>`_).
 
453
 
 
454
 * Don't say "open source" when you mean "free software".
 
455
 
444
456
..
445
457
   vim: ft=rst tw=74 ai