Fix "copying" section to use best practises like in LaTeX, GDB or Texinfo manuals
This commit is contained in:
parent
38277eb6ad
commit
0c011b94e5
2 changed files with 50 additions and 52 deletions
|
|
@ -7,24 +7,26 @@
|
|||
@c a prefix arg). This updates the node pointers, which texinfmt.el
|
||||
@c needs.
|
||||
|
||||
@dircategory Major Modes
|
||||
@copying
|
||||
Copyright (c) 2013, Craig Earls. All rights reserved.
|
||||
Copyright @copyright{} 2013, Craig Earls. All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are
|
||||
met:
|
||||
|
||||
- Redistributions of source code must retain the above copyright notice,
|
||||
this list of conditions and the following disclaimer.
|
||||
|
||||
- Redistributions in binary form must reproduce the above copyright
|
||||
notice, this list of conditions and the following disclaimer in the
|
||||
documentation and/or other materials provided with the distribution.
|
||||
|
||||
- Neither the name of New Artisans LLC nor the names of its contributors
|
||||
may be used to endorse or promote products derived from this software
|
||||
without specific prior written permission.
|
||||
@itemize
|
||||
@item
|
||||
Redistributions of source code must retain the above copyright notice,
|
||||
this list of conditions and the following disclaimer.
|
||||
@item
|
||||
Redistributions in binary form must reproduce the above copyright
|
||||
notice, this list of conditions and the following disclaimer in the
|
||||
documentation and/or other materials provided with the distribution.
|
||||
@item
|
||||
Neither the name of New Artisans LLC nor the names of its contributors
|
||||
may be used to endorse or promote products derived from this software
|
||||
without specific prior written permission.
|
||||
@end itemize
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS
|
||||
IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
|
||||
|
|
@ -39,6 +41,11 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|||
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
@end copying
|
||||
|
||||
@dircategory Major Modes
|
||||
@direntry
|
||||
* Ledger Mode: (ledger-mode). Command-Line Accounting
|
||||
@end direntry
|
||||
|
||||
@documentencoding UTF-8
|
||||
|
||||
@iftex
|
||||
|
|
@ -49,17 +56,16 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
@title Ledger Mode
|
||||
@subtitle Emacs Support For Version 3.0 of Ledger
|
||||
@author Craig Earls
|
||||
@page
|
||||
@vskip 0pt plus 1filll
|
||||
@insertcopying
|
||||
@end titlepage
|
||||
|
||||
@direntry
|
||||
* Ledger Mode: (ledger-mode). Command-Line Accounting
|
||||
@end direntry
|
||||
|
||||
@contents
|
||||
|
||||
@ifnottex
|
||||
|
||||
@node Top, Copying, (dir), (dir)
|
||||
@node Top, Introduction to Ledger-mode, (dir), (dir)
|
||||
@top Overview
|
||||
|
||||
Ledger is a command line accounting tool that provides double-entry
|
||||
|
|
@ -73,7 +79,6 @@ reports and much more...
|
|||
@end ifnottex
|
||||
|
||||
@menu
|
||||
* Copying::
|
||||
* Introduction to Ledger-mode::
|
||||
* The Ledger Buffer::
|
||||
* The Reconcile Buffer::
|
||||
|
|
@ -87,12 +92,7 @@ reports and much more...
|
|||
* Keystroke Index::
|
||||
@end menu
|
||||
|
||||
@node Copying, Introduction to Ledger-mode, Top, Top
|
||||
@chapter Copying
|
||||
|
||||
@insertcopying
|
||||
|
||||
@node Introduction to Ledger-mode, The Ledger Buffer, Copying, Top
|
||||
@node Introduction to Ledger-mode, The Ledger Buffer, Top, Top
|
||||
@chapter Introduction to Ledger-mode
|
||||
|
||||
@menu
|
||||
|
|
|
|||
|
|
@ -7,24 +7,26 @@
|
|||
@c a prefix arg). This updates the node pointers, which texinfmt.el
|
||||
@c needs.
|
||||
|
||||
@dircategory User Applications
|
||||
@copying
|
||||
Copyright (c) 2003-2013, John Wiegley. All rights reserved.
|
||||
Copyright @copyright{} 2003-2013, John Wiegley. All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are
|
||||
met:
|
||||
|
||||
- Redistributions of source code must retain the above copyright
|
||||
notice, this list of conditions and the following disclaimer.
|
||||
|
||||
- Redistributions in binary form must reproduce the above copyright
|
||||
notice, this list of conditions and the following disclaimer in the
|
||||
documentation and/or other materials provided with the distribution.
|
||||
|
||||
- Neither the name of New Artisans LLC nor the names of its
|
||||
contributors may be used to endorse or promote products derived from
|
||||
this software without specific prior written permission.
|
||||
@itemize
|
||||
@item
|
||||
Redistributions of source code must retain the above copyright
|
||||
notice, this list of conditions and the following disclaimer.
|
||||
@item
|
||||
Redistributions in binary form must reproduce the above copyright
|
||||
notice, this list of conditions and the following disclaimer in the
|
||||
documentation and/or other materials provided with the distribution.
|
||||
@item
|
||||
Neither the name of New Artisans LLC nor the names of its
|
||||
contributors may be used to endorse or promote products derived from
|
||||
this software without specific prior written permission.
|
||||
@end itemize
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||||
|
|
@ -39,6 +41,11 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
@end copying
|
||||
|
||||
@dircategory User Applications
|
||||
@direntry
|
||||
* Ledger3: (ledger3). Command-Line Accounting
|
||||
@end direntry
|
||||
|
||||
@documentencoding UTF-8
|
||||
|
||||
@iftex
|
||||
|
|
@ -49,27 +56,26 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
@title Ledger: Command-Line Accounting
|
||||
@subtitle For Version 3.0 of Ledger
|
||||
@author John Wiegley
|
||||
@page
|
||||
@vskip 0pt plus 1filll
|
||||
@insertcopying
|
||||
@end titlepage
|
||||
|
||||
@direntry
|
||||
* Ledger3: (ledger3). Command-Line Accounting
|
||||
@end direntry
|
||||
|
||||
@contents
|
||||
|
||||
@ifnottex
|
||||
|
||||
@node Top, Copying, (dir), (dir)
|
||||
@node Top, Introduction to Ledger, (dir), (dir)
|
||||
@top Overview
|
||||
|
||||
Ledger is a command line accounting tool that provides double-entry
|
||||
accounting based on a text journal. It provides no bells or whistles,
|
||||
and returns the user to the days before user interfaces were even a
|
||||
twinkling in their father's CRT.
|
||||
@c @insertcopying
|
||||
|
||||
@end ifnottex
|
||||
|
||||
@menu
|
||||
* Copying::
|
||||
* Introduction to Ledger::
|
||||
* Ledger Tutorial::
|
||||
* Principles of Accounting::
|
||||
|
|
@ -91,15 +97,7 @@ twinkling in their father's CRT.
|
|||
* Command Index::
|
||||
@end menu
|
||||
|
||||
@node Copying, Introduction to Ledger, Top, Top
|
||||
@chapter Copying
|
||||
|
||||
@insertcopying
|
||||
|
||||
This license can also be obtained from the command-line by executing
|
||||
@code{ledger --license}
|
||||
|
||||
@node Introduction to Ledger, Ledger Tutorial, Copying, Top
|
||||
@node Introduction to Ledger, Ledger Tutorial, Top, Top
|
||||
@chapter Introduction to Ledger
|
||||
|
||||
@menu
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue