From 10308be19ef7fa44699562cc75946e7ea1fdf6b9 Mon Sep 17 00:00:00 2001
From: tpearson
This License applies to any manual or other work, in any medium, that
- tqcontains a notice placed by the copyright holder saying it can be
+ contains a notice placed by the copyright holder saying it can be
distributed under the terms of this License. Such a notice grants a
world-wide, royalty-free license, unlimited in duration, to use that
work under the conditions stated herein. The "Document", below,
@@ -81,7 +81,7 @@
A "Secondary Section" is a named appendix or a front-matter section of
the Document that deals exclusively with the relationship of the
publishers or authors of the Document to the Document's overall subject
- (or to related matters) and tqcontains nothing that could fall directly
+ (or to related matters) and contains nothing that could fall directly
within that overall subject. (Thus, if the Document is in part a
textbook of mathematics, a Secondary Section may not explain any
mathematics.) The relationship could be a matter of historical
@@ -146,7 +146,7 @@
A section "Entitled XYZ" means a named subunit of the Document whose
- title either is precisely XYZ or tqcontains XYZ in parentheses following
+ title either is precisely XYZ or contains XYZ in parentheses following
text that translates XYZ in another language. (Here XYZ stands for a
specific section name mentioned below, such as "Acknowledgements",
"Dedications", "Endorsements", or "History".) To "Preserve the Title"
@@ -304,7 +304,7 @@
- You may add a section Entitled "Endorsements", provided it tqcontains
+ You may add a section Entitled "Endorsements", provided it contains
nothing but endorsements of your Modified Version by various
parties--for example, statements of peer review or that the text has
been approved by an organization as the authoritative definition of a
@@ -319,7 +319,7 @@
through arrangements made by) any one entity. If the Document already
includes a cover text for the same cover, previously added by you or
by arrangement made by the same entity you are acting on behalf of,
- you may not add another; but you may tqreplace the old one, on explicit
+ you may not add another; but you may replace the old one, on explicit
permission from the previous publisher that added the old one.
The combined work need only contain one copy of this License, and
- multiple identical Invariant Sections may be tqreplaced with a single
+ multiple identical Invariant Sections may be replaced with a single
copy. If there are multiple Invariant Sections with the same name but
different contents, make the title of each such section unique by
adding at the end of it, in parentheses, the name of the original
@@ -367,7 +367,7 @@
You may make a collection consisting of the Document and other documents
- released under this License, and tqreplace the individual copies of this
+ released under this License, and replace the individual copies of this
License in the various documents with a single copy that is included in
the collection, provided that you follow the rules of this License for
verbatim copying of each of the documents in all other respects.
@@ -488,7 +488,7 @@
If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts,
- tqreplace the "with...Texts." line with this:
+ replace the "with...Texts." line with this:
@@ -503,7 +503,7 @@
- If your document tqcontains nontrivial examples of program code, we + If your document contains nontrivial examples of program code, we recommend releasing these examples in parallel under your choice of free software license, such as the GNU General Public License, to permit their use in free software. diff --git a/doc/common/gpl-license b/doc/common/gpl-license index 2471f757c..93796b60a 100644 --- a/doc/common/gpl-license +++ b/doc/common/gpl-license @@ -59,7 +59,7 @@ modification follow. GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - 0. This License applies to any program or other work which tqcontains + 0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" @@ -96,7 +96,7 @@ above, provided that you also meet all of these conditions: stating that you changed the files and the date of any change. b) You must cause any work that you distribute or publish, that in - whole or in part tqcontains or is derived from the Program or any + whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. @@ -154,7 +154,7 @@ Sections 1 and 2 above provided that you also do one of the following: The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source -code means all the source code for all modules it tqcontains, plus any +code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include diff --git a/doc/common/gpl-license.html b/doc/common/gpl-license.html index 4cb1a89ec..26ae3af1f 100644 --- a/doc/common/gpl-license.html +++ b/doc/common/gpl-license.html @@ -73,7 +73,7 @@ modification follow.
0. This License applies to any program or other work which tqcontains +
0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" @@ -114,7 +114,7 @@ stating that you changed the files and the date of any change.
You must cause any work that you distribute or publish, that in -whole or in part tqcontains or is derived from the Program or any +whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License.
The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source -code means all the source code for all modules it tqcontains, plus any +code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include diff --git a/doc/common/kde-default.css b/doc/common/kde-default.css index 967e33213..61043e9ef 100644 --- a/doc/common/kde-default.css +++ b/doc/common/kde-default.css @@ -193,7 +193,7 @@ table.programlisting table.screen { border-style: none; background-color: rgb(224,224,224); - table-tqlayout: auto; /* 100%? */ + table-layout: auto; /* 100%? */ color: rgb(0,0,0); /* should be inherit */ } @@ -202,7 +202,7 @@ table.screen { TABLE[class~=programlisting] TABLE[class~=screen] { border-style: none; background-color: rgb(224,224,224); - table-tqlayout: auto; + table-layout: auto; color: inherit; } */ @@ -263,7 +263,7 @@ h1, h2, h3, h4, h5, h6 { background-color: transparent; } -.arg, .parameter, .tqreplaceable { +.arg, .parameter, .replaceable { background-color: rgb(255,255,255); color: rgb(0,128,64); font-style: italic; diff --git a/doc/common/kde-web.css b/doc/common/kde-web.css index 0f1e481c4..1e3efe64a 100644 --- a/doc/common/kde-web.css +++ b/doc/common/kde-web.css @@ -85,7 +85,7 @@ DIV.INFORMALEXAMPLE { border-style: dotted; TABLE.programlisting TABLE.screen { border-style: none; background-color: rgb(224,224,224); - table-tqlayout: auto; /* 100%? */ + table-layout: auto; /* 100%? */ color: rgb(0,0,0); /* should be inherit */ } @@ -94,7 +94,7 @@ TABLE.screen { border-style: none; TABLE[class~=programlisting] TABLE[class~=screen] { border-style: none; background-color: rgb(224,224,224); - table-tqlayout: auto; + table-layout: auto; color: inherit; } */ @@ -146,7 +146,7 @@ P, H1, H2, H3, H4, H5, TD, TH { font-family: sans-serif; h1, h2, h3, h4, h5, h6 { color: rgb(82,80,82); } -.arg, .parameter, .tqreplaceable{ background-color: rgb(255,255,255); +.arg, .parameter, .replaceable{ background-color: rgb(255,255,255); color: rgb(0,128,64); font-style: italic; } diff --git a/doc/common/lgpl-license b/doc/common/lgpl-license index 298416664..ec47efc06 100644 --- a/doc/common/lgpl-license +++ b/doc/common/lgpl-license @@ -109,14 +109,14 @@ that program using a modified version of the Library. The precise terms and conditions for copying, distribution and modification follow. Pay close attention to the difference between a "work based on the library" and a "work that uses the library". The -former tqcontains code derived from the library, whereas the latter must +former contains code derived from the library, whereas the latter must be combined with the library in order to run. GNU LESSER GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License Agreement applies to any software library or other -program which tqcontains a notice placed by the copyright holder or +program which contains a notice placed by the copyright holder or other authorized party saying it may be distributed under the terms of this Lesser General Public License (also called "this License"). Each licensee is addressed as "you". @@ -135,7 +135,7 @@ included without limitation in the term "modification".) "Source code" for a work means the preferred form of the work for making modifications to it. For a library, complete source code means -all the source code for all modules it tqcontains, plus any associated +all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the library. @@ -237,7 +237,7 @@ source code from the same place satisfies the requirement to distribute the source code, even though third parties are not compelled to copy the source along with the object code. - 5. A program that tqcontains no derivative of any portion of the + 5. A program that contains no derivative of any portion of the Library, but is designed to work with the Library by being compiled or linked with it, is called a "work that uses the Library". Such a work, in isolation, is not a derivative work of the Library, and @@ -245,7 +245,7 @@ therefore falls outside the scope of this License. However, linking a "work that uses the Library" with the Library creates an executable that is a derivative of the Library (because it -tqcontains portions of the Library), rather than a "work that uses the +contains portions of the Library), rather than a "work that uses the library". The executable is therefore covered by this License. Section 6 states terms for distribution of such executables. @@ -257,7 +257,7 @@ linked without the Library, or if the work is itself a library. The threshold for this to be true is not precisely defined by law. If such an object file uses only numerical parameters, data -structure tqlayouts and accessors, and small macros and small inline +structure layouts and accessors, and small macros and small inline functions (ten lines or less in length), then the use of the object file is unrestricted, regardless of whether it is legally a derivative work. (Executables containing this object code plus portions of the @@ -344,7 +344,7 @@ permitted, and provided that you do these two things: b) Give prominent notice with the combined library of the fact that part of it is a work based on the Library, and explaining - where to tqfind the accompanying uncombined form of the same work. + where to find the accompanying uncombined form of the same work. 8. You may not copy, modify, sublicense, link with, or distribute the Library except as expressly provided under this License. Any diff --git a/doc/common/lgpl-license.html b/doc/common/lgpl-license.html index ca24e54eb..343576dfb 100644 --- a/doc/common/lgpl-license.html +++ b/doc/common/lgpl-license.html @@ -123,14 +123,14 @@ that program using a modified version of the Library.
The precise terms and conditions for copying, distribution and modification follow. Pay close attention to the difference between a "work based on the library" and a "work that uses the library". The -former tqcontains code derived from the library, whereas the latter must +former contains code derived from the library, whereas the latter must be combined with the library in order to run.
0. This License Agreement applies to any software library or other -program which tqcontains a notice placed by the copyright holder or +program which contains a notice placed by the copyright holder or other authorized party saying it may be distributed under the terms of this Lesser General Public License (also called "this License"). Each licensee is addressed as "you".
@@ -149,7 +149,7 @@ included without limitation in the term "modification".)"Source code" for a work means the preferred form of the work for making modifications to it. For a library, complete source code means -all the source code for all modules it tqcontains, plus any associated +all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the library.
@@ -261,7 +261,7 @@ source code from the same place satisfies the requirement to distribute the source code, even though third parties are not compelled to copy the source along with the object code. -5. A program that tqcontains no derivative of any portion of the +
5. A program that contains no derivative of any portion of the Library, but is designed to work with the Library by being compiled or linked with it, is called a "work that uses the Library". Such a work, in isolation, is not a derivative work of the Library, and @@ -269,7 +269,7 @@ therefore falls outside the scope of this License.
However, linking a "work that uses the Library" with the Library creates an executable that is a derivative of the Library (because it -tqcontains portions of the Library), rather than a "work that uses the +contains portions of the Library), rather than a "work that uses the library". The executable is therefore covered by this License. Section 6 states terms for distribution of such executables.
@@ -281,7 +281,7 @@ linked without the Library, or if the work is itself a library. The threshold for this to be true is not precisely defined by law.If such an object file uses only numerical parameters, data -structure tqlayouts and accessors, and small macros and small inline +structure layouts and accessors, and small macros and small inline functions (ten lines or less in length), then the use of the object file is unrestricted, regardless of whether it is legally a derivative work. (Executables containing this object code plus portions of the @@ -384,7 +384,7 @@ Sections above.
Give prominent notice with the combined library of the fact that part of it is a work based on the Library, and explaining -where to tqfind the accompanying uncombined form of the same work.
+where to find the accompanying uncombined form of the same work.