The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Build.PL 05
Copyright 11
META.json 1717
META.yml 1312
PrintCols.pm 48
README 55
lib/Array/PrintCols.pm 48
tests/11.ref 1216304
tests/12.ref 1216607
tests/13.ref 1216304
tests/14.ref 1216607
tests/15.ref 1216607
tests/16.ref 1216607
tests/17.ref 1216607
tests/18.ref 1216304
tests/19.ref 1216607
tests/20.ref 608243
17 files changed (This is a version diff) 115964853
@@ -35,5 +35,10 @@ ABSTRACT
     requires	       => { 
       'Carp'	       => 0,
     },
+    meta_merge => {
+        resources => {
+            repository => 'https://github.com/aks/array-printcols'
+        }
+    },
   );
   $build->create_build_script;
@@ -1,5 +1,5 @@
 #
-#    Copyright (C) 1996-2013  Alan K. Stebbens <aks@stebbens.org>
+#    Copyright (C) 1996-2014  Alan K. Stebbens <aks@stebbens.org>
 #
 #    This program is free software: you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
@@ -1,22 +1,33 @@
 {
-   "abstract" : "Format or print values from an array or hash in one or more sorted, vertical columns.\n",
+   "abstract" : "unknown",
    "author" : [
-      "Alan K. Stebbens <aks@stebbens.org>"
+      "unknown"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "Module::Build version 0.4005, CPAN::Meta::Converter version 2.120921",
+   "generated_by" : "ExtUtils::MakeMaker version 6.68, CPAN::Meta::Converter version 2.131560",
    "license" : [
-      "open_source"
+      "unknown"
    ],
    "meta-spec" : {
       "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
       "version" : "2"
    },
    "name" : "Array-PrintCols",
+   "no_index" : {
+      "directory" : [
+         "t",
+         "inc"
+      ]
+   },
    "prereqs" : {
+      "build" : {
+         "requires" : {
+            "ExtUtils::MakeMaker" : "0"
+         }
+      },
       "configure" : {
          "requires" : {
-            "Module::Build" : "0.40"
+            "ExtUtils::MakeMaker" : "0"
          }
       },
       "runtime" : {
@@ -26,17 +37,6 @@
          }
       }
    },
-   "provides" : {
-      "Array::PrintCols" : {
-         "file" : "lib/Array/PrintCols.pm",
-         "version" : "2.5"
-      }
-   },
    "release_status" : "stable",
-   "resources" : {
-      "license" : [
-         "http://opensource.org/licenses/gpl-license.php"
-      ]
-   },
-   "version" : "2.5"
+   "version" : "2.6"
 }
@@ -1,24 +1,23 @@
 ---
-abstract: "Format or print values from an array or hash in one or more sorted, vertical columns.\n"
+abstract: unknown
 author:
-  - 'Alan K. Stebbens <aks@stebbens.org>'
-build_requires: {}
+  - unknown
+build_requires:
+  ExtUtils::MakeMaker: 0
 configure_requires:
-  Module::Build: 0.40
+  ExtUtils::MakeMaker: 0
 dynamic_config: 1
-generated_by: 'Module::Build version 0.4005, CPAN::Meta::Converter version 2.120921'
-license: open_source
+generated_by: 'ExtUtils::MakeMaker version 6.68, CPAN::Meta::Converter version 2.131560'
+license: unknown
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
   version: 1.4
 name: Array-PrintCols
-provides:
-  Array::PrintCols:
-    file: lib/Array/PrintCols.pm
-    version: 2.5
+no_index:
+  directory:
+    - t
+    - inc
 requires:
   Carp: 0
   File::ShareDir: 1.00
-resources:
-  license: http://opensource.org/licenses/gpl-license.php
-version: 2.5
+version: 2.6
@@ -1,6 +1,6 @@
 # Array::PrintCols.pm
 #
-#    Copyright (C) 1996-2013  Alan K. Stebbens <aks@stebbens.org>
+#    Copyright (C) 1996-2014  Alan K. Stebbens <aks@stebbens.org>
 #
 #    This program is free software: you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
@@ -20,7 +20,7 @@
 
 package Array::PrintCols;
 
-$VERSION = '2.5';
+$VERSION = '2.6';
 
 require 5.001;
 
@@ -131,7 +131,7 @@ __END__
 
 =head1 NAME
 
-print_cols, format_cols - Print or format array elements in vertically sorted columns.
+Array::PrintCols - Print or format array elements in vertically sorted columns.
 
 =head1 SYNOPSIS
 
@@ -208,9 +208,13 @@ the real work.
     # print the formatted result data to the result file
     print RESULTFILE format_cols(\@result_data);
 
+=head1 REPOSITORY
+
+L<https://github.com/aks/array-printcols>
+
 =head1 AUTHOR
 
-Copyright (C) 1996-2013  Alan K. Stebbens <aks@stebbens.org>
+Copyright (C) 1996-2014  Alan K. Stebbens <aks@stebbens.org>
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -1,4 +1,4 @@
-Array::PrintCols, version 2.4, is a Perl module which defines a
+Array::PrintCols, version 2.6, is a Perl module which defines a
 subroutine to print arrays of elements in alphabetically,
 vertically sorted columns.  Optional arguments can be given to
 control either the width or number of the columns, the total width
@@ -30,9 +30,9 @@ To install the software:
 
 or (the "old" way):
 
-	gunzip Array-PrintCols-2.4.tar.gz
-	tar xvf Array-PrintCols-2.4.tar
-	cd Array-PrintCols-2.4
+	gunzip Array-PrintCols-2.6.tar.gz
+	tar xvf Array-PrintCols-2.6.tar
+	cd Array-PrintCols-2.6
 	perl Makefile.PL
 	make
 	make install
@@ -43,4 +43,4 @@ The archives are available at the nearest CPAN site
 
 Contributions or improvements are welcome.
 _________________________________________
-Alan K. Stebbens       <aks@stebbens.org>    
+Alan K. Stebbens       <aks@stebbens.org>
@@ -1,6 +1,6 @@
 # Array::PrintCols.pm
 #
-#    Copyright (C) 1996-2013  Alan K. Stebbens <aks@stebbens.org>
+#    Copyright (C) 1996-2014  Alan K. Stebbens <aks@stebbens.org>
 #
 #    This program is free software: you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
@@ -20,7 +20,7 @@
 
 package Array::PrintCols;
 
-$VERSION = '2.5';
+$VERSION = '2.6';
 
 require 5.001;
 
@@ -131,7 +131,7 @@ __END__
 
 =head1 NAME
 
-print_cols, format_cols - Print or format array elements in vertically sorted columns.
+Array::PrintCols - Print or format array elements in vertically sorted columns.
 
 =head1 SYNOPSIS
 
@@ -208,9 +208,13 @@ the real work.
     # print the formatted result data to the result file
     print RESULTFILE format_cols(\@result_data);
 
+=head1 REPOSITORY
+
+L<https://github.com/aks/array-printcols>
+
 =head1 AUTHOR
 
-Copyright (C) 1996-2013  Alan K. Stebbens <aks@stebbens.org>
+Copyright (C) 1996-2014  Alan K. Stebbens <aks@stebbens.org>
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -1,1219 +1,307 @@
 Test 11: 200 words (from the GNU License)
 12345678901234567890123456789012345678901234567890123456789012345678901234567890
- 0                                               
- 1                                               
- 10                                              
- 11                                              
- 12                                              
- 13                                              
- 14                                              
- 15                                              
- 16                                              
- 17                                              
- 1996                                            
- 2                                               
- 20                                              
- 2007                                            
- 28                                              
- 29                                              
- 3                                               
- 30                                              
- 4                                               
- 5                                               
- 6                                               
- 60                                              
- 6b                                              
- 6d                                              
- 7                                               
- 8                                               
- 9                                               
- A                                               
- ABOVE                                           
- ABSOLUTELY                                      
- ADVISED                                         
- AGREED                                          
- ALL                                             
- AND                                             
- AND/OR                                          
- ANY                                             
- APPLICABLE                                      
- ARISING                                         
- AS                                              
- ASSUME                                          
- Acceptance                                      
- Access                                          
- Additional                                      
- Affero                                          
- All                                             
- Also                                            
- An                                              
- Ancillary                                       
- And                                             
- Anti-Circumvention                              
- Any                                             
- Apply                                           
- Appropriate                                     
- Automatic                                       
- BE                                              
- BEEN                                            
- BEING                                           
- BUT                                             
- BY                                              
- Basic                                           
- But                                             
- By                                              
- C                                               
- CONDITIONS                                      
- CONSEQUENTIAL                                   
- CONVEYS                                         
- COPYRIGHT                                       
- CORRECTION                                      
- COST                                            
- Code                                            
- Component                                       
- Convey                                          
- Conveying                                       
- Copies                                          
- Copyright                                       
- Corresponding                                   
- DAMAGES                                         
- DATA                                            
- DEFECTIVE                                       
- December                                        
- Declining                                       
- Definitions                                     
- Developers                                      
- Disclaimer                                      
- Disclaiming                                     
- Downstream                                      
- EITHER                                          
- END                                             
- ENTIRE                                          
- EVEN                                            
- EVENT                                           
- EXCEPT                                          
- EXPRESSED                                       
- EXTENT                                          
- Each                                            
- Everyone                                        
- FAILURE                                         
- FITNESS                                         
- FOR                                             
- Finally                                         
- For                                             
- Forms                                           
- Foundation                                      
- Free                                            
- Freedom                                         
- From                                            
- GENERAL                                         
- GNU                                             
- GPL                                             
- GPL-3.0                                         
- GUI                                             
- General                                         
- HAS                                             
- HOLDER                                          
- HOLDERS                                         
- Having                                          
- How                                             
- However                                         
- IF                                              
- IMPLIED                                         
- IN                                              
- INABILITY                                       
- INACCURATE                                      
- INCIDENTAL                                      
- INCLUDING                                       
- IS                                              
- If                                              
- In                                              
- Inc                                             
- Inclusion                                       
- Information                                     
- Installation                                    
- Interface                                       
- Interpretation                                  
- It                                              
- June                                            
- KIND                                            
- Knowingly                                       
- LAW                                             
- LIABLE                                          
- LICENSE                                         
- LIMITED                                         
- LOSS                                            
- LOSSES                                          
- Later                                           
- Law                                             
- Legal                                           
- Lesser                                          
- Liability                                       
- Libraries                                       
- Library                                         
- License                                         
- Licensees                                       
- Licenses                                        
- Licensing                                       
- Limitation                                      
- Limiting                                        
- MERCHANTABILITY                                 
- MODIFIES                                        
- Major                                           
- March                                           
- Mere                                            
- Modified                                        
- Moreover                                        
- NECESSARY                                       
- NO                                              
- NOT                                             
- New                                             
- No                                              
- Non-Source                                      
- Not                                             
- Nothing                                         
- Notices                                         
- Notwithstanding                                 
- OF                                              
- OPERATE                                         
- OR                                              
- OTHER                                           
- OTHERWISE                                       
- OUT                                             
- Object                                          
- Of                                              
- Others                                          
- Our                                             
- PARTICULAR                                      
- PARTIES                                         
- PARTY                                           
- PERFORMANCE                                     
- PERMITTED                                       
- POSSIBILITY                                     
- PROGRAM                                         
- PROGRAMS                                        
- PROVE                                           
- PROVIDE                                         
- PUBLIC                                          
- PURPOSE                                         
- Patents                                         
- Permissions                                     
- Preamble                                        
- Product                                         
- Program                                         
- Program's                                       
- Programs                                        
- Prohibiting                                     
- Propagation                                     
- Protecting                                      
- Public                                          
- QUALITY                                         
- RENDERED                                        
- REPAIR                                          
- REQUIRED                                        
- RISK                                            
- ROM                                             
- Recipients                                      
- Regardless                                      
- Required                                        
- Requiring                                       
- Revised                                         
- Rights                                          
- SERVICING                                       
- SHOULD                                          
- SPECIAL                                         
- STATED                                          
- SUCH                                            
- SUSTAINED                                       
- Sections                                        
- See                                             
- Software                                        
- Some                                            
- Source                                          
- Standard                                        
- States                                          
- Sublicensing                                    
- Such                                            
- Surrender                                       
- System                                          
- TERMS                                           
- THE                                             
- THERE                                           
- THIRD                                           
- TO                                              
- Termination                                     
- Terms                                           
- The                                             
- Therefore                                       
- These                                           
- This                                            
- Those                                           
- To                                              
- UNLESS                                          
- USE                                             
- Use                                             
- User                                            
- Users                                           
- Verbatim                                        
- Version                                         
- Versions                                        
- WARRANTIES                                      
- WARRANTY                                        
- WHEN                                            
- WHO                                             
- WILL                                            
- WIPO                                            
- WITH                                            
- WITHOUT                                         
- WRITING                                         
- Warranty                                        
- We                                              
- When                                            
- YOU                                             
- You                                             
- Your                                            
- a                                               
- ability                                         
- about                                           
- above                                           
- absence                                         
- absolute                                        
- abuse                                           
- accept                                          
- acceptance                                      
- access                                          
- accessible                                      
- accompanied                                     
- accompanies                                     
- accord                                          
- according                                       
- achieve                                         
- acknowledges                                    
- acquired                                        
- across                                          
- actions                                         
- activities                                      
- activity                                        
- actual                                          
- actually                                        
- adapt                                           
- add                                             
- added                                           
- additional                                      
- address                                         
- addressed                                       
- adopted                                         
- adversely                                       
- affects                                         
- affirmed                                        
- affirms                                         
- after                                           
- against                                         
- aggregate                                       
- agree                                           
- agreement                                       
- aim                                             
- all                                             
- alleging                                        
- allow                                           
- allowed                                         
- along                                           
- already                                         
- also                                            
- alternative                                     
- although                                        
- among                                           
- an                                              
- and                                             
- and/or                                          
- any                                             
- anyone                                          
- anything                                        
- applicable                                      
- applications                                    
- applied                                         
- applies                                         
- apply                                           
- appropriate                                     
- appropriately                                   
- approximates                                    
- are                                             
- area                                            
- arise                                           
- arrange                                         
- arrangement                                     
- article                                         
- as                                              
- asking                                          
- assert                                          
- assets                                          
- associated                                      
- assumption                                      
- assumptions                                     
- assures                                         
- at                                              
- attach                                          
- attempt                                         
- attributed                                      
- attributions                                    
- author                                          
- authorization                                   
- authorized                                      
- authorizes                                      
- authorizing                                     
- authors                                         
- automatically                                   
- available                                       
- avoid                                           
- away                                            
- b                                               
- based                                           
- be                                              
- because                                         
- been                                            
- behalf                                          
- being                                           
- believe                                         
- below                                           
- benefit                                         
- best                                            
- between                                         
- beyond                                          
- body                                            
- both                                            
- box                                             
- brief                                           
- business                                        
- but                                             
- by                                              
- c                                               
- called                                          
- can                                             
- cannot                                          
- carry                                           
- case                                            
- cases                                           
- cause                                           
- cease                                           
- certain                                         
- cessation                                       
- change                                          
- changed                                         
- changing                                        
- characterized                                   
- charge                                          
- choose                                          
- choosing                                        
- circumstances                                   
- circumvention                                   
- civil                                           
- claim                                           
- claims                                          
- class                                           
- clear                                           
- clearly                                         
- closely                                         
- code                                            
- collect                                         
- combination                                     
- combine                                         
- combined                                        
- comes                                           
- commands                                        
- commercial                                      
- commitment                                      
- common                                          
- communication                                   
- compilation                                     
- compilation's                                   
- compilations                                    
- compiler                                        
- compliance                                      
- comply                                          
- component                                       
- computer                                        
- computers                                       
- concerning                                      
- concerns                                        
- conditioned                                     
- conditions                                      
- connection                                      
- consequence                                     
- consider                                        
- considered                                      
- consistent                                      
- conspicuously                                   
- constantly                                      
- constitutes                                     
- construed                                       
- consumer                                        
- contact                                         
- contain                                         
- containing                                      
- contains                                        
- content                                         
- contents                                        
- context                                         
- continue                                        
- continued                                       
- contractual                                     
- contradict                                      
- contrast                                        
- contributor                                     
- contributor's                                   
- control                                         
- controlled                                      
- convenient                                      
- convey                                          
- conveyance                                      
- conveyed                                        
- conveying                                       
- conveys                                         
- copies                                          
- copy                                            
- copying                                         
- copyleft                                        
- copyright                                       
- copyright-like                                  
- copyrightable                                   
- copyrighted                                     
- cost                                            
- could                                           
- counterclaim                                    
- countries                                       
- country                                         
- course                                          
- court                                           
- courts                                          
- covenant                                        
- coverage                                        
- covered                                         
- criterion                                       
- cross-claim                                     
- cure                                            
- customarily                                     
- customer                                        
- d                                               
- danger                                          
- data                                            
- date                                            
- days                                            
- decide                                          
- deemed                                          
- defenses                                        
- defined                                         
- definition                                      
- denied                                          
- denominated                                     
- deny                                            
- denying                                         
- deprive                                         
- designated                                      
- designed                                        
- detail                                          
- details                                         
- determining                                     
- develop                                         
- developers                                      
- development                                     
- devices                                         
- differ                                          
- different                                       
- differently                                     
- direction                                       
- directions                                      
- directly                                        
- disclaim                                        
- disclaimer                                      
- discriminatory                                  
- display                                         
- displayed                                       
- displays                                        
- distinguishing                                  
- distribute                                      
- distributed                                     
- distributing                                    
- distribution                                    
- do                                              
- document                                        
- documented                                      
- does                                            
- domains                                         
- doubtful                                        
- downstream                                      
- durable                                         
- dwelling                                        
- dynamically                                     
- e                                               
- each                                            
- earlier                                         
- effect                                          
- effected                                        
- effective                                       
- effectively                                     
- efforts                                         
- either                                          
- electronic                                      
- embodied                                        
- employer                                        
- enable                                          
- enables                                         
- enforce                                         
- enforcing                                       
- ensure                                          
- entered                                         
- entire                                          
- entirely                                        
- entity                                          
- equivalent                                      
- erroneously                                     
- essential                                       
- even                                            
- ever                                            
- every                                           
- everyone                                        
- exact                                           
- example                                         
- except                                          
- exceptions                                      
- excluded                                        
- excluding                                       
- exclusion                                       
- exclusively                                     
- excuse                                          
- executable                                      
- execute                                         
- executing                                       
- exercise                                        
- exercising                                      
- expected                                        
- expects                                         
- explains                                        
- explicitly                                      
- express                                         
- expressly                                       
- extend                                          
- extended                                        
- extensions                                      
- extent                                          
- f                                               
- facilities                                      
- fails                                           
- fair                                            
- family                                          
- fashion                                         
- favor                                           
- feature                                         
- fee                                             
- file                                            
- files                                           
- finally                                         
- find                                            
- first                                           
- fixed                                           
- flow                                            
- follow                                          
- following                                       
- for                                             
- forbid                                          
- force                                           
- form                                            
- format                                          
- found                                           
- free                                            
- freedom                                         
- freedoms                                        
- from                                            
- fulfilling                                      
- full                                            
- functioning                                     
- fundamentally                                   
- further                                         
- future                                          
- general                                         
- general-purpose                                 
- generally                                       
- generate                                        
- get                                             
- give                                            
- given                                           
- gives                                           
- giving                                          
- governed                                        
- grant                                           
- granted                                         
- grants                                          
- gratis                                          
- greatest                                        
- guarantee                                       
- had                                             
- has                                             
- have                                            
- having                                          
- hereafter                                       
- holder                                          
- holders                                         
- hope                                            
- hosts                                           
- household                                       
- how                                             
- however                                         
- http://fsf.org                                  
- http://www.gnu.org/licenses                     
- http://www.gnu.org/philosophy/why-not-lgpl.html 
- hypothetical                                    
- idea                                            
- identifiable                                    
- if                                              
- implement                                       
- implementation                                  
- implied                                         
- import                                          
- importing                                       
- impose                                          
- imposed                                         
- in                                              
- include                                         
- included                                        
- includes                                        
- including                                       
- incompatible                                    
- incorporating                                   
- incorporation                                   
- indemnification                                 
- independent                                     
- indicate                                        
- indicating                                      
- individual                                      
- individuals                                     
- industrial                                      
- inform                                          
- information                                     
- infringe                                        
- infringed                                       
- infringement                                    
- initiate                                        
- inside                                          
- install                                         
- installed                                       
- instead                                         
- intact                                          
- intended                                        
- intention                                       
- interaction                                     
- interactive                                     
- interchange                                     
- interest                                        
- interface                                       
- interfaces                                      
- interfered                                      
- interpreter                                     
- intimate                                        
- into                                            
- invalidate                                      
- irrevocable                                     
- is                                              
- it                                              
- item                                            
- its                                             
- itself                                          
- keep                                            
- kernel                                          
- key                                             
- keys                                            
- kind                                            
- kinds                                           
- know                                            
- knowingly                                       
- knowledge                                       
- language                                        
- larger                                          
- later                                           
- law                                             
- laws                                            
- lawsuit                                         
- least                                           
- legal                                           
- liability                                       
- liable                                          
- libraries                                       
- library                                         
- license                                         
- licensed                                        
- licensee                                        
- licensees                                       
- licenses                                        
- licensors                                       
- like                                            
- likewise                                        
- limit                                           
- limitation                                      
- limiting                                        
- line                                            
- link                                            
- linked                                          
- linking                                         
- list                                            
- litigation                                      
- local                                           
- long                                            
- machine-readable                                
- made                                            
- mail                                            
- maintain                                        
- major                                           
- make                                            
- makes                                           
- making                                          
- manner                                          
- manufacturer                                    
- marked                                          
- marks                                           
- masks                                           
- material                                        
- materially                                      
- may                                             
- meaning                                         
- means                                           
- measure                                         
- measures                                        
- medium                                          
- meet                                            
- meets                                           
- menu                                            
- merging                                         
- met                                             
- methods                                         
- might                                           
- misrepresentation                               
- mode                                            
- model                                           
- modification                                    
- modifications                                   
- modified                                        
- modifies                                        
- modify                                          
- modifying                                       
- more                                            
- most                                            
- must                                            
- name                                            
- names                                           
- nature                                          
- necessary                                       
- need                                            
- needed                                          
- neither                                         
- network                                         
- new                                             
- next                                            
- no                                              
- non-consumer                                    
- non-exclusive                                   
- non-exercise                                    
- non-free                                        
- non-permissive                                  
- non-source                                      
- noncommercially                                 
- nor                                             
- normal                                          
- normally                                        
- not                                             
- nothing                                         
- notice                                          
- notices                                         
- notifies                                        
- notify                                          
- number                                          
- numbered                                        
- object                                          
- obligate                                        
- obligated                                       
- obligations                                     
- occasionally                                    
- occurring                                       
- occurs                                          
- of                                              
- offer                                           
- offered                                         
- offering                                        
- official                                        
- on                                              
- one                                             
- only                                            
- operated                                        
- operating                                       
- operation                                       
- option                                          
- options                                         
- or                                              
- order                                           
- organization                                    
- organizations                                   
- origin                                          
- original                                        
- other                                           
- others                                          
- otherwise                                       
- our                                             
- output                                          
- outside                                         
- own                                             
- owned                                           
- packaged                                        
- packaging                                       
- paper                                           
- paragraph                                       
- paragraphs                                      
- part                                            
- particular                                      
- parties                                         
- parts                                           
- party                                           
- party's                                         
- pass                                            
- password                                        
- patent                                          
- patents                                         
- pattern                                         
- payment                                         
- peer-to-peer                                    
- peers                                           
- performing                                      
- permanently                                     
- permission                                      
- permissions                                     
- permissive                                      
- permit                                          
- permits                                         
- permitted                                       
- perpetuity                                      
- personal                                        
- pertinent                                       
- physical                                        
- physically                                      
- pieces                                          
- place                                           
- please                                          
- plus                                            
- pointer                                         
- portion                                         
- possesses                                       
- possession                                      
- possible                                        
- power                                           
- practical                                       
- practice                                        
- precise                                         
- precisely                                       
- predecessor                                     
- preferred                                       
- present                                         
- presents                                        
- preservation                                    
- prevent                                         
- prevented                                       
- previous                                        
- price                                           
- primarily                                       
- prior                                           
- private                                         
- problems                                        
- procedures                                      
- procuring                                       
- produce                                         
- product                                         
- products                                        
- program                                         
- program's                                       
- program--to                                     
- programmer                                      
- programming                                     
- programs                                        
- prohibit                                        
- prohibiting                                     
- prohibits                                       
- prominent                                       
- prominently                                     
- propagate                                       
- propagating                                     
- propagation                                     
- property                                        
- proprietary                                     
- protect                                         
- protecting                                      
- protection                                      
- protocols                                       
- provide                                         
- provided                                        
- provision                                       
- provisionally                                   
- proxy                                           
- proxy's                                         
- public                                          
- publicity                                       
- publicly                                        
- publish                                         
- published                                       
- purpose                                         
- purposes                                        
- pursuant                                        
- qualify                                         
- read                                            
- readily                                         
- reading                                         
- ready                                           
- reason                                          
- reasonable                                      
- receipt                                         
- receive                                         
- received                                        
- receives                                        
- receiving                                       
- recipient                                       
- recipient's                                     
- recipients                                      
- recognized                                      
- redistribute                                    
- referring                                       
- refers                                          
- refrain                                         
- regard                                          
- regardless                                      
- regenerate                                      
- reinstated                                      
- relationship                                    
- released                                        
- relevant                                        
- relicensing                                     
- relying                                         
- remain                                          
- remains                                         
- removal                                         
- remove                                          
- render                                          
- represent                                       
- require                                         
- required                                        
- requirement                                     
- requirements                                    
- requires                                        
- requiring                                       
- resolved                                        
- respect                                         
- responsibilities                                
- responsible                                     
- restrict                                        
- restricting                                     
- restriction                                     
- restrictions                                    
- result                                          
- resulting                                       
- results                                         
- retains                                         
- return                                          
- reviewing                                       
- revised                                         
- right                                           
- rights                                          
- royalty                                         
- royalty-free                                    
- rules                                           
- run                                             
- running                                         
- runs                                            
- safest                                          
- sake                                            
- sale                                            
- same                                            
- satisfy                                         
- saying                                          
- school                                          
- scope                                           
- scripts                                         
- secondarily                                     
- section                                         
- sections                                        
- see                                             
- sell                                            
- selling                                         
- semiconductor                                   
- separable                                       
- separate                                        
- separately                                      
- server                                          
- serves                                          
- service                                         
- shall                                           
- share                                           
- shared                                          
- short                                           
- should                                          
- show                                            
- sign                                            
- significant                                     
- similar                                         
- simultaneously                                  
- single                                          
- so                                              
- software                                        
- sold                                            
- sole                                            
- solely                                          
- some                                            
- source                                          
- spare                                           
- speak                                           
- special                                         
- specific                                        
- specifically                                    
- specified                                       
- specifies                                       
- specify                                         
- spirit                                          
- stand                                           
- standard                                        
- standards                                       
- start                                           
- starts                                          
- state                                           
- stated                                          
- statement                                       
- stating                                         
- status                                          
- steps                                           
- storage                                         
- subdividing                                     
- subject                                         
- sublicenses                                     
- subprograms                                     
- subroutine                                      
- subsection                                      
- substantial                                     
- substantially                                   
- such                                            
- sue                                             
- suffice                                         
- supplement                                      
- support                                         
- supports                                        
- sure                                            
- surrender                                       
- survive                                         
- system                                          
- systematic                                      
- take                                            
- tangible                                        
- technological                                   
- tells                                           
- term                                            
- terminal                                        
- terminate                                       
- terminated                                      
- terminates                                      
- terms                                           
- than                                            
- that                                            
- the                                             
- their                                           
- them                                            
- then                                            
- there                                           
- therefore                                       
- these                                           
- they                                            
- things                                          
- third                                           
- this                                            
- those                                           
- though                                          
- threatened                                      
- three                                           
- through                                         
- thus                                            
- time                                            
- to                                              
- too                                             
- tools                                           
- trade                                           
- trademark                                       
- trademarks                                      
- transaction                                     
- transfer                                        
- transferred                                     
- transferring                                    
- transmission                                    
- treated                                         
- treaty                                          
- two                                             
- type                                            
- typical                                         
- unacceptable                                    
- under                                           
- unless                                          
- unlimited                                       
- unmodified                                      
- unnecessary                                     
- unpacking                                       
- until                                           
- updates                                         
- use                                             
- used                                            
- useful                                          
- user                                            
- users                                           
- uses                                            
- using                                           
- valid                                           
- verbatim                                        
- version                                         
- versions                                        
- view                                            
- violates                                        
- violation                                       
- visible                                         
- void                                            
- volume                                          
- w                                               
- waive                                           
- waiver                                          
- want                                            
- warranties                                      
- warranty                                        
- was                                             
- way                                             
- ways                                            
- we                                              
- welcome                                         
- well                                            
- were                                            
- what                                            
- whatever                                        
- when                                            
- where                                           
- whether                                         
- which                                           
- who                                             
- whole                                           
- whom                                            
- whose                                           
- widely                                          
- will                                            
- window                                          
- wish                                            
- with                                            
- within                                          
- without                                         
- work                                            
- work's                                          
- working                                         
- works                                           
- worldwide                                       
- would                                           
- written                                         
- year                                            
- years                                           
- you                                             
- your                                            
- yourself                                        
+ 0                  affects            find               primarily          
+ 1                  affirmed           first              prior              
+ 10                 affirms            fixed              private            
+ 11                 after              flow               problems           
+ 12                 against            follow             procedures         
+ 13                 aggregate          following          procuring          
+ 14                 agree              for                produce            
+ 15                 agreement          forbid             product            
+ 16                 aim                force              products           
+ 17                 all                form               program            
+ 1996               alleging           format             program's          
+ 2                  allow              found              program--to        
+ 20                 allowed            free               programmer         
+ 2007               along              freedom            programming        
+ 28                 already            freedoms           programs           
+ 29                 also               from               prohibit           
+ 3                  alternative        fulfilling         prohibiting        
+ 30                 although           full               prohibits          
+ 4                  among              functioning        prominent          
+ 5                  an                 fundamentally      prominently        
+ 6                  and                further            propagate          
+ 60                 and/or             future             propagating        
+ 6b                 any                general            propagation        
+ 6d                 anyone             general-purpose    property           
+ 7                  anything           generally          proprietary        
+ 8                  applicable         generate           protect            
+ 9                  applications       get                protecting         
+ A                  applied            give               protection         
+ ABOVE              applies            given              protocols          
+ ABSOLUTELY         apply              gives              provide            
+ ADVISED            appropriate        giving             provided           
+ AGREED             appropriately      governed           provision          
+ ALL                approximates       grant              provisionally      
+ AND                are                granted            proxy              
+ AND/OR             area               grants             proxy's            
+ ANY                arise              gratis             public             
+ APPLICABLE         arrange            greatest           publicity          
+ ARISING            arrangement        guarantee          publicly           
+ AS                 article            had                publish            
+ ASSUME             as                 has                published          
+ Acceptance         asking             have               purpose            
+ Access             assert             having             purposes           
+ Additional         assets             hereafter          pursuant           
+ Affero             associated         holder             qualify            
+ All                assumption         holders            read               
+ Also               assumptions        hope               readily            
+ An                 assures            hosts              reading            
+ Ancillary          at                 household          ready              
+ And                attach             how                reason             
+ Anti-Circumvention attempt            however            reasonable         
+ Any                attributed         hypothetical       receipt            
+ Apply              attributions       idea               receive            
+ Appropriate        author             identifiable       received           
+ Automatic          authorization      if                 receives           
+ BE                 authorized         implement          receiving          
+ BEEN               authorizes         implementation     recipient          
+ BEING              authorizing        implied            recipient's        
+ BUT                authors            import             recipients         
+ BY                 automatically      importing          recognized         
+ Basic              available          impose             redistribute       
+ But                avoid              imposed            referring          
+ By                 away               in                 refers             
+ C                  b                  include            refrain            
+ CONDITIONS         based              included           regard             
+ CONSEQUENTIAL      be                 includes           regardless         
+ CONVEYS            because            including          regenerate         
+ COPYRIGHT          been               incompatible       reinstated         
+ CORRECTION         behalf             incorporating      relationship       
+ COST               being              incorporation      released           
+ Code               believe            indemnification    relevant           
+ Component          below              independent        relicensing        
+ Convey             benefit            indicate           relying            
+ Conveying          best               indicating         remain             
+ Copies             between            individual         remains            
+ Copyright          beyond             individuals        removal            
+ Corresponding      body               industrial         remove             
+ DAMAGES            both               inform             render             
+ DATA               box                information        represent          
+ DEFECTIVE          brief              infringe           require            
+ December           business           infringed          required           
+ Declining          but                infringement       requirement        
+ Definitions        by                 initiate           requirements       
+ Developers         c                  inside             requires           
+ Disclaimer         called             install            requiring          
+ Disclaiming        can                installed          resolved           
+ Downstream         cannot             instead            respect            
+ EITHER             carry              intact             responsibilities   
+ END                case               intended           responsible        
+ ENTIRE             cases              intention          restrict           
+ EVEN               cause              interaction        restricting        
+ EVENT              cease              interactive        restriction        
+ EXCEPT             certain            interchange        restrictions       
+ EXPRESSED          cessation          interest           result             
+ EXTENT             change             interface          resulting          
+ Each               changed            interfaces         results            
+ Everyone           changing           interfered         retains            
+ FAILURE            characterized      interpreter        return             
+ FITNESS            charge             intimate           reviewing          
+ FOR                choose             into               revised            
+ Finally            choosing           invalidate         right              
+ For                circumstances      irrevocable        rights             
+ Forms              circumvention      is                 royalty            
+ Foundation         civil              it                 royalty-free       
+ Free               claim              item               rules              
+ Freedom            claims             its                run                
+ From               class              itself             running            
+ GENERAL            clear              keep               runs               
+ GNU                clearly            kernel             safest             
+ GPL                closely            key                sake               
+ GPL-3.0            code               keys               sale               
+ GUI                collect            kind               same               
+ General            combination        kinds              satisfy            
+ HAS                combine            know               saying             
+ HOLDER             combined           knowingly          school             
+ HOLDERS            comes              knowledge          scope              
+ Having             commands           language           scripts            
+ How                commercial         larger             secondarily        
+ However            commitment         later              section            
+ IF                 common             law                sections           
+ IMPLIED            communication      laws               see                
+ IN                 compilation        lawsuit            sell               
+ INABILITY          compilation's      least              selling            
+ INACCURATE         compilations       legal              semiconductor      
+ INCIDENTAL         compiler           liability          separable          
+ INCLUDING          compliance         liable             separate           
+ IS                 comply             libraries          separately         
+ If                 component          library            server             
+ In                 computer           license            serves             
+ Inc                computers          licensed           service            
+ Inclusion          concerning         licensee           shall              
+ Information        concerns           licensees          share              
+ Installation       conditioned        licenses           shared             
+ Interface          conditions         licensors          short              
+ Interpretation     connection         like               should             
+ It                 consequence        likewise           show               
+ June               consider           limit              sign               
+ KIND               considered         limitation         significant        
+ Knowingly          consistent         limiting           similar            
+ LAW                conspicuously      line               simultaneously     
+ LIABLE             constantly         link               single             
+ LICENSE            constitutes        linked             so                 
+ LIMITED            construed          linking            software           
+ LOSS               consumer           list               sold               
+ LOSSES             contact            litigation         sole               
+ Later              contain            local              solely             
+ Law                containing         long               some               
+ Legal              contains           machine-readable   source             
+ Lesser             content            made               spare              
+ Liability          contents           mail               speak              
+ Libraries          context            maintain           special            
+ Library            continue           major              specific           
+ License            continued          make               specifically       
+ Licensees          contractual        makes              specified          
+ Licenses           contradict         making             specifies          
+ Licensing          contrast           manner             specify            
+ Limitation         contributor        manufacturer       spirit             
+ Limiting           contributor's      marked             stand              
+ MERCHANTABILITY    control            marks              standard           
+ MODIFIES           controlled         masks              standards          
+ Major              convenient         material           start              
+ March              convey             materially         starts             
+ Mere               conveyance         may                state              
+ Modified           conveyed           meaning            stated             
+ Moreover           conveying          means              statement          
+ NECESSARY          conveys            measure            stating            
+ NO                 copies             measures           status             
+ NOT                copy               medium             steps              
+ New                copying            meet               storage            
+ No                 copyleft           meets              subdividing        
+ Non-Source         copyright          menu               subject            
+ Not                copyright-like     merging            sublicenses        
+ Nothing            copyrightable      met                subprograms        
+ Notices            copyrighted        methods            subroutine         
+ Notwithstanding    cost               might              subsection         
+ OF                 could              misrepresentation  substantial        
+ OPERATE            counterclaim       mode               substantially      
+ OR                 countries          model              such               
+ OTHER              country            modification       sue                
+ OTHERWISE          course             modifications      suffice            
+ OUT                court              modified           supplement         
+ Object             courts             modifies           support            
+ Of                 covenant           modify             supports           
+ Others             coverage           modifying          sure               
+ Our                covered            more               surrender          
+ PARTICULAR         criterion          most               survive            
+ PARTIES            cross-claim        must               system             
+ PARTY              cure               name               systematic         
+ PERFORMANCE        customarily        names              take               
+ PERMITTED          customer           nature             tangible           
+ POSSIBILITY        d                  necessary          technological      
+ PROGRAM            danger             need               tells              
+ PROGRAMS           data               needed             term               
+ PROVE              date               neither            terminal           
+ PROVIDE            days               network            terminate          
+ PUBLIC             decide             new                terminated         
+ PURPOSE            deemed             next               terminates         
+ Patents            defenses           no                 terms              
+ Permissions        defined            non-consumer       than               
+ Preamble           definition         non-exclusive      that               
+ Product            denied             non-exercise       the                
+ Program            denominated        non-free           their              
+ Program's          deny               non-permissive     them               
+ Programs           denying            non-source         then               
+ Prohibiting        deprive            noncommercially    there              
+ Propagation        designated         nor                therefore          
+ Protecting         designed           normal             these              
+ Public             detail             normally           they               
+ QUALITY            details            not                things             
+ RENDERED           determining        nothing            third              
+ REPAIR             develop            notice             this               
+ REQUIRED           developers         notices            those              
+ RISK               development        notifies           though             
+ ROM                devices            notify             threatened         
+ Recipients         differ             number             three              
+ Regardless         different          numbered           through            
+ Required           differently        object             thus               
+ Requiring          direction          obligate           time               
+ Revised            directions         obligated          to                 
+ Rights             directly           obligations        too                
+ SERVICING          disclaim           occasionally       tools              
+ SHOULD             disclaimer         occurring          trade              
+ SPECIAL            discriminatory     occurs             trademark          
+ STATED             display            of                 trademarks         
+ SUCH               displayed          offer              transaction        
+ SUSTAINED          displays           offered            transfer           
+ Sections           distinguishing     offering           transferred        
+ See                distribute         official           transferring       
+ Software           distributed        on                 transmission       
+ Some               distributing       one                treated            
+ Source             distribution       only               treaty             
+ Standard           do                 operated           two                
+ States             document           operating          type               
+ Sublicensing       documented         operation          typical            
+ Such               does               option             unacceptable       
+ Surrender          domains            options            under              
+ System             doubtful           or                 unless             
+ TERMS              downstream         order              unlimited          
+ THE                durable            organization       unmodified         
+ THERE              dwelling           organizations      unnecessary        
+ THIRD              dynamically        origin             unpacking          
+ TO                 e                  original           until              
+ Termination        each               other              updates            
+ Terms              earlier            others             use                
+ The                effect             otherwise          used               
+ Therefore          effected           our                useful             
+ These              effective          output             user               
+ This               effectively        outside            users              
+ Those              efforts            own                uses               
+ To                 either             owned              using              
+ UNLESS             electronic         packaged           valid              
+ USE                embodied           packaging          verbatim           
+ Use                employer           paper              version            
+ User               enable             paragraph          versions           
+ Users              enables            paragraphs         view               
+ Verbatim           enforce            part               violates           
+ Version            enforcing          particular         violation          
+ Versions           ensure             parties            visible            
+ WARRANTIES         entered            parts              void               
+ WARRANTY           entire             party              volume             
+ WHEN               entirely           party's            w                  
+ WHO                entity             pass               waive              
+ WILL               equivalent         password           waiver             
+ WIPO               erroneously        patent             want               
+ WITH               essential          patents            warranties         
+ WITHOUT            even               pattern            warranty           
+ WRITING            ever               payment            was                
+ Warranty           every              peer-to-peer       way                
+ We                 everyone           peers              ways               
+ When               exact              performing         we                 
+ YOU                example            permanently        welcome            
+ You                except             permission         well               
+ Your               exceptions         permissions        were               
+ a                  excluded           permissive         what               
+ ability            excluding          permit             whatever           
+ about              exclusion          permits            when               
+ above              exclusively        permitted          where              
+ absence            excuse             perpetuity         whether            
+ absolute           executable         personal           which              
+ abuse              execute            pertinent          who                
+ accept             executing          physical           whole              
+ acceptance         exercise           physically         whom               
+ access             exercising         pieces             whose              
+ accessible         expected           place              widely             
+ accompanied        expects            please             will               
+ accompanies        explains           plus               window             
+ accord             explicitly         pointer            wish               
+ according          express            portion            with               
+ achieve            expressly          possesses          within             
+ acknowledges       extend             possession         without            
+ acquired           extended           possible           work               
+ across             extensions         power              work's             
+ actions            extent             practical          working            
+ activities         f                  practice           works              
+ activity           facilities         precise            worldwide          
+ actual             fails              precisely          would              
+ actually           fair               predecessor        written            
+ adapt              family             preferred          year               
+ add                fashion            present            years              
+ added              favor              presents           you                
+ additional         feature            preservation       your               
+ address            fee                prevent            yourself           
+ addressed          file               prevented          
+ adopted            files              previous           
+ adversely          finally            price              
 12345678901234567890123456789012345678901234567890123456789012345678901234567890
@@ -1,1219 +1,610 @@
 Test 12: 200 words in 2 columns
 12345678901234567890123456789012345678901234567890123456789012345678901234567890
-0                                               
-1                                               
-10                                              
-11                                              
-12                                              
-13                                              
-14                                              
-15                                              
-16                                              
-17                                              
-1996                                            
-2                                               
-20                                              
-2007                                            
-28                                              
-29                                              
-3                                               
-30                                              
-4                                               
-5                                               
-6                                               
-60                                              
-6b                                              
-6d                                              
-7                                               
-8                                               
-9                                               
-A                                               
-ABOVE                                           
-ABSOLUTELY                                      
-ADVISED                                         
-AGREED                                          
-ALL                                             
-AND                                             
-AND/OR                                          
-ANY                                             
-APPLICABLE                                      
-ARISING                                         
-AS                                              
-ASSUME                                          
-Acceptance                                      
-Access                                          
-Additional                                      
-Affero                                          
-All                                             
-Also                                            
-An                                              
-Ancillary                                       
-And                                             
-Anti-Circumvention                              
-Any                                             
-Apply                                           
-Appropriate                                     
-Automatic                                       
-BE                                              
-BEEN                                            
-BEING                                           
-BUT                                             
-BY                                              
-Basic                                           
-But                                             
-By                                              
-C                                               
-CONDITIONS                                      
-CONSEQUENTIAL                                   
-CONVEYS                                         
-COPYRIGHT                                       
-CORRECTION                                      
-COST                                            
-Code                                            
-Component                                       
-Convey                                          
-Conveying                                       
-Copies                                          
-Copyright                                       
-Corresponding                                   
-DAMAGES                                         
-DATA                                            
-DEFECTIVE                                       
-December                                        
-Declining                                       
-Definitions                                     
-Developers                                      
-Disclaimer                                      
-Disclaiming                                     
-Downstream                                      
-EITHER                                          
-END                                             
-ENTIRE                                          
-EVEN                                            
-EVENT                                           
-EXCEPT                                          
-EXPRESSED                                       
-EXTENT                                          
-Each                                            
-Everyone                                        
-FAILURE                                         
-FITNESS                                         
-FOR                                             
-Finally                                         
-For                                             
-Forms                                           
-Foundation                                      
-Free                                            
-Freedom                                         
-From                                            
-GENERAL                                         
-GNU                                             
-GPL                                             
-GPL-3.0                                         
-GUI                                             
-General                                         
-HAS                                             
-HOLDER                                          
-HOLDERS                                         
-Having                                          
-How                                             
-However                                         
-IF                                              
-IMPLIED                                         
-IN                                              
-INABILITY                                       
-INACCURATE                                      
-INCIDENTAL                                      
-INCLUDING                                       
-IS                                              
-If                                              
-In                                              
-Inc                                             
-Inclusion                                       
-Information                                     
-Installation                                    
-Interface                                       
-Interpretation                                  
-It                                              
-June                                            
-KIND                                            
-Knowingly                                       
-LAW                                             
-LIABLE                                          
-LICENSE                                         
-LIMITED                                         
-LOSS                                            
-LOSSES                                          
-Later                                           
-Law                                             
-Legal                                           
-Lesser                                          
-Liability                                       
-Libraries                                       
-Library                                         
-License                                         
-Licensees                                       
-Licenses                                        
-Licensing                                       
-Limitation                                      
-Limiting                                        
-MERCHANTABILITY                                 
-MODIFIES                                        
-Major                                           
-March                                           
-Mere                                            
-Modified                                        
-Moreover                                        
-NECESSARY                                       
-NO                                              
-NOT                                             
-New                                             
-No                                              
-Non-Source                                      
-Not                                             
-Nothing                                         
-Notices                                         
-Notwithstanding                                 
-OF                                              
-OPERATE                                         
-OR                                              
-OTHER                                           
-OTHERWISE                                       
-OUT                                             
-Object                                          
-Of                                              
-Others                                          
-Our                                             
-PARTICULAR                                      
-PARTIES                                         
-PARTY                                           
-PERFORMANCE                                     
-PERMITTED                                       
-POSSIBILITY                                     
-PROGRAM                                         
-PROGRAMS                                        
-PROVE                                           
-PROVIDE                                         
-PUBLIC                                          
-PURPOSE                                         
-Patents                                         
-Permissions                                     
-Preamble                                        
-Product                                         
-Program                                         
-Program's                                       
-Programs                                        
-Prohibiting                                     
-Propagation                                     
-Protecting                                      
-Public                                          
-QUALITY                                         
-RENDERED                                        
-REPAIR                                          
-REQUIRED                                        
-RISK                                            
-ROM                                             
-Recipients                                      
-Regardless                                      
-Required                                        
-Requiring                                       
-Revised                                         
-Rights                                          
-SERVICING                                       
-SHOULD                                          
-SPECIAL                                         
-STATED                                          
-SUCH                                            
-SUSTAINED                                       
-Sections                                        
-See                                             
-Software                                        
-Some                                            
-Source                                          
-Standard                                        
-States                                          
-Sublicensing                                    
-Such                                            
-Surrender                                       
-System                                          
-TERMS                                           
-THE                                             
-THERE                                           
-THIRD                                           
-TO                                              
-Termination                                     
-Terms                                           
-The                                             
-Therefore                                       
-These                                           
-This                                            
-Those                                           
-To                                              
-UNLESS                                          
-USE                                             
-Use                                             
-User                                            
-Users                                           
-Verbatim                                        
-Version                                         
-Versions                                        
-WARRANTIES                                      
-WARRANTY                                        
-WHEN                                            
-WHO                                             
-WILL                                            
-WIPO                                            
-WITH                                            
-WITHOUT                                         
-WRITING                                         
-Warranty                                        
-We                                              
-When                                            
-YOU                                             
-You                                             
-Your                                            
-a                                               
-ability                                         
-about                                           
-above                                           
-absence                                         
-absolute                                        
-abuse                                           
-accept                                          
-acceptance                                      
-access                                          
-accessible                                      
-accompanied                                     
-accompanies                                     
-accord                                          
-according                                       
-achieve                                         
-acknowledges                                    
-acquired                                        
-across                                          
-actions                                         
-activities                                      
-activity                                        
-actual                                          
-actually                                        
-adapt                                           
-add                                             
-added                                           
-additional                                      
-address                                         
-addressed                                       
-adopted                                         
-adversely                                       
-affects                                         
-affirmed                                        
-affirms                                         
-after                                           
-against                                         
-aggregate                                       
-agree                                           
-agreement                                       
-aim                                             
-all                                             
-alleging                                        
-allow                                           
-allowed                                         
-along                                           
-already                                         
-also                                            
-alternative                                     
-although                                        
-among                                           
-an                                              
-and                                             
-and/or                                          
-any                                             
-anyone                                          
-anything                                        
-applicable                                      
-applications                                    
-applied                                         
-applies                                         
-apply                                           
-appropriate                                     
-appropriately                                   
-approximates                                    
-are                                             
-area                                            
-arise                                           
-arrange                                         
-arrangement                                     
-article                                         
-as                                              
-asking                                          
-assert                                          
-assets                                          
-associated                                      
-assumption                                      
-assumptions                                     
-assures                                         
-at                                              
-attach                                          
-attempt                                         
-attributed                                      
-attributions                                    
-author                                          
-authorization                                   
-authorized                                      
-authorizes                                      
-authorizing                                     
-authors                                         
-automatically                                   
-available                                       
-avoid                                           
-away                                            
-b                                               
-based                                           
-be                                              
-because                                         
-been                                            
-behalf                                          
-being                                           
-believe                                         
-below                                           
-benefit                                         
-best                                            
-between                                         
-beyond                                          
-body                                            
-both                                            
-box                                             
-brief                                           
-business                                        
-but                                             
-by                                              
-c                                               
-called                                          
-can                                             
-cannot                                          
-carry                                           
-case                                            
-cases                                           
-cause                                           
-cease                                           
-certain                                         
-cessation                                       
-change                                          
-changed                                         
-changing                                        
-characterized                                   
-charge                                          
-choose                                          
-choosing                                        
-circumstances                                   
-circumvention                                   
-civil                                           
-claim                                           
-claims                                          
-class                                           
-clear                                           
-clearly                                         
-closely                                         
-code                                            
-collect                                         
-combination                                     
-combine                                         
-combined                                        
-comes                                           
-commands                                        
-commercial                                      
-commitment                                      
-common                                          
-communication                                   
-compilation                                     
-compilation's                                   
-compilations                                    
-compiler                                        
-compliance                                      
-comply                                          
-component                                       
-computer                                        
-computers                                       
-concerning                                      
-concerns                                        
-conditioned                                     
-conditions                                      
-connection                                      
-consequence                                     
-consider                                        
-considered                                      
-consistent                                      
-conspicuously                                   
-constantly                                      
-constitutes                                     
-construed                                       
-consumer                                        
-contact                                         
-contain                                         
-containing                                      
-contains                                        
-content                                         
-contents                                        
-context                                         
-continue                                        
-continued                                       
-contractual                                     
-contradict                                      
-contrast                                        
-contributor                                     
-contributor's                                   
-control                                         
-controlled                                      
-convenient                                      
-convey                                          
-conveyance                                      
-conveyed                                        
-conveying                                       
-conveys                                         
-copies                                          
-copy                                            
-copying                                         
-copyleft                                        
-copyright                                       
-copyright-like                                  
-copyrightable                                   
-copyrighted                                     
-cost                                            
-could                                           
-counterclaim                                    
-countries                                       
-country                                         
-course                                          
-court                                           
-courts                                          
-covenant                                        
-coverage                                        
-covered                                         
-criterion                                       
-cross-claim                                     
-cure                                            
-customarily                                     
-customer                                        
-d                                               
-danger                                          
-data                                            
-date                                            
-days                                            
-decide                                          
-deemed                                          
-defenses                                        
-defined                                         
-definition                                      
-denied                                          
-denominated                                     
-deny                                            
-denying                                         
-deprive                                         
-designated                                      
-designed                                        
-detail                                          
-details                                         
-determining                                     
-develop                                         
-developers                                      
-development                                     
-devices                                         
-differ                                          
-different                                       
-differently                                     
-direction                                       
-directions                                      
-directly                                        
-disclaim                                        
-disclaimer                                      
-discriminatory                                  
-display                                         
-displayed                                       
-displays                                        
-distinguishing                                  
-distribute                                      
-distributed                                     
-distributing                                    
-distribution                                    
-do                                              
-document                                        
-documented                                      
-does                                            
-domains                                         
-doubtful                                        
-downstream                                      
-durable                                         
-dwelling                                        
-dynamically                                     
-e                                               
-each                                            
-earlier                                         
-effect                                          
-effected                                        
-effective                                       
-effectively                                     
-efforts                                         
-either                                          
-electronic                                      
-embodied                                        
-employer                                        
-enable                                          
-enables                                         
-enforce                                         
-enforcing                                       
-ensure                                          
-entered                                         
-entire                                          
-entirely                                        
-entity                                          
-equivalent                                      
-erroneously                                     
-essential                                       
-even                                            
-ever                                            
-every                                           
-everyone                                        
-exact                                           
-example                                         
-except                                          
-exceptions                                      
-excluded                                        
-excluding                                       
-exclusion                                       
-exclusively                                     
-excuse                                          
-executable                                      
-execute                                         
-executing                                       
-exercise                                        
-exercising                                      
-expected                                        
-expects                                         
-explains                                        
-explicitly                                      
-express                                         
-expressly                                       
-extend                                          
-extended                                        
-extensions                                      
-extent                                          
-f                                               
-facilities                                      
-fails                                           
-fair                                            
-family                                          
-fashion                                         
-favor                                           
-feature                                         
-fee                                             
-file                                            
-files                                           
-finally                                         
-find                                            
-first                                           
-fixed                                           
-flow                                            
-follow                                          
-following                                       
-for                                             
-forbid                                          
-force                                           
-form                                            
-format                                          
-found                                           
-free                                            
-freedom                                         
-freedoms                                        
-from                                            
-fulfilling                                      
-full                                            
-functioning                                     
-fundamentally                                   
-further                                         
-future                                          
-general                                         
-general-purpose                                 
-generally                                       
-generate                                        
-get                                             
-give                                            
-given                                           
-gives                                           
-giving                                          
-governed                                        
-grant                                           
-granted                                         
-grants                                          
-gratis                                          
-greatest                                        
-guarantee                                       
-had                                             
-has                                             
-have                                            
-having                                          
-hereafter                                       
-holder                                          
-holders                                         
-hope                                            
-hosts                                           
-household                                       
-how                                             
-however                                         
-http://fsf.org                                  
-http://www.gnu.org/licenses                     
-http://www.gnu.org/philosophy/why-not-lgpl.html 
-hypothetical                                    
-idea                                            
-identifiable                                    
-if                                              
-implement                                       
-implementation                                  
-implied                                         
-import                                          
-importing                                       
-impose                                          
-imposed                                         
-in                                              
-include                                         
-included                                        
-includes                                        
-including                                       
-incompatible                                    
-incorporating                                   
-incorporation                                   
-indemnification                                 
-independent                                     
-indicate                                        
-indicating                                      
-individual                                      
-individuals                                     
-industrial                                      
-inform                                          
-information                                     
-infringe                                        
-infringed                                       
-infringement                                    
-initiate                                        
-inside                                          
-install                                         
-installed                                       
-instead                                         
-intact                                          
-intended                                        
-intention                                       
-interaction                                     
-interactive                                     
-interchange                                     
-interest                                        
-interface                                       
-interfaces                                      
-interfered                                      
-interpreter                                     
-intimate                                        
-into                                            
-invalidate                                      
-irrevocable                                     
-is                                              
-it                                              
-item                                            
-its                                             
-itself                                          
-keep                                            
-kernel                                          
-key                                             
-keys                                            
-kind                                            
-kinds                                           
-know                                            
-knowingly                                       
-knowledge                                       
-language                                        
-larger                                          
-later                                           
-law                                             
-laws                                            
-lawsuit                                         
-least                                           
-legal                                           
-liability                                       
-liable                                          
-libraries                                       
-library                                         
-license                                         
-licensed                                        
-licensee                                        
-licensees                                       
-licenses                                        
-licensors                                       
-like                                            
-likewise                                        
-limit                                           
-limitation                                      
-limiting                                        
-line                                            
-link                                            
-linked                                          
-linking                                         
-list                                            
-litigation                                      
-local                                           
-long                                            
-machine-readable                                
-made                                            
-mail                                            
-maintain                                        
-major                                           
-make                                            
-makes                                           
-making                                          
-manner                                          
-manufacturer                                    
-marked                                          
-marks                                           
-masks                                           
-material                                        
-materially                                      
-may                                             
-meaning                                         
-means                                           
-measure                                         
-measures                                        
-medium                                          
-meet                                            
-meets                                           
-menu                                            
-merging                                         
-met                                             
-methods                                         
-might                                           
-misrepresentation                               
-mode                                            
-model                                           
-modification                                    
-modifications                                   
-modified                                        
-modifies                                        
-modify                                          
-modifying                                       
-more                                            
-most                                            
-must                                            
-name                                            
-names                                           
-nature                                          
-necessary                                       
-need                                            
-needed                                          
-neither                                         
-network                                         
-new                                             
-next                                            
-no                                              
-non-consumer                                    
-non-exclusive                                   
-non-exercise                                    
-non-free                                        
-non-permissive                                  
-non-source                                      
-noncommercially                                 
-nor                                             
-normal                                          
-normally                                        
-not                                             
-nothing                                         
-notice                                          
-notices                                         
-notifies                                        
-notify                                          
-number                                          
-numbered                                        
-object                                          
-obligate                                        
-obligated                                       
-obligations                                     
-occasionally                                    
-occurring                                       
-occurs                                          
-of                                              
-offer                                           
-offered                                         
-offering                                        
-official                                        
-on                                              
-one                                             
-only                                            
-operated                                        
-operating                                       
-operation                                       
-option                                          
-options                                         
-or                                              
-order                                           
-organization                                    
-organizations                                   
-origin                                          
-original                                        
-other                                           
-others                                          
-otherwise                                       
-our                                             
-output                                          
-outside                                         
-own                                             
-owned                                           
-packaged                                        
-packaging                                       
-paper                                           
-paragraph                                       
-paragraphs                                      
-part                                            
-particular                                      
-parties                                         
-parts                                           
-party                                           
-party's                                         
-pass                                            
-password                                        
-patent                                          
-patents                                         
-pattern                                         
-payment                                         
-peer-to-peer                                    
-peers                                           
-performing                                      
-permanently                                     
-permission                                      
-permissions                                     
-permissive                                      
-permit                                          
-permits                                         
-permitted                                       
-perpetuity                                      
-personal                                        
-pertinent                                       
-physical                                        
-physically                                      
-pieces                                          
-place                                           
-please                                          
-plus                                            
-pointer                                         
-portion                                         
-possesses                                       
-possession                                      
-possible                                        
-power                                           
-practical                                       
-practice                                        
-precise                                         
-precisely                                       
-predecessor                                     
-preferred                                       
-present                                         
-presents                                        
-preservation                                    
-prevent                                         
-prevented                                       
-previous                                        
-price                                           
-primarily                                       
-prior                                           
-private                                         
-problems                                        
-procedures                                      
-procuring                                       
-produce                                         
-product                                         
-products                                        
-program                                         
-program's                                       
-program--to                                     
-programmer                                      
-programming                                     
-programs                                        
-prohibit                                        
-prohibiting                                     
-prohibits                                       
-prominent                                       
-prominently                                     
-propagate                                       
-propagating                                     
-propagation                                     
-property                                        
-proprietary                                     
-protect                                         
-protecting                                      
-protection                                      
-protocols                                       
-provide                                         
-provided                                        
-provision                                       
-provisionally                                   
-proxy                                           
-proxy's                                         
-public                                          
-publicity                                       
-publicly                                        
-publish                                         
-published                                       
-purpose                                         
-purposes                                        
-pursuant                                        
-qualify                                         
-read                                            
-readily                                         
-reading                                         
-ready                                           
-reason                                          
-reasonable                                      
-receipt                                         
-receive                                         
-received                                        
-receives                                        
-receiving                                       
-recipient                                       
-recipient's                                     
-recipients                                      
-recognized                                      
-redistribute                                    
-referring                                       
-refers                                          
-refrain                                         
-regard                                          
-regardless                                      
-regenerate                                      
-reinstated                                      
-relationship                                    
-released                                        
-relevant                                        
-relicensing                                     
-relying                                         
-remain                                          
-remains                                         
-removal                                         
-remove                                          
-render                                          
-represent                                       
-require                                         
-required                                        
-requirement                                     
-requirements                                    
-requires                                        
-requiring                                       
-resolved                                        
-respect                                         
-responsibilities                                
-responsible                                     
-restrict                                        
-restricting                                     
-restriction                                     
-restrictions                                    
-result                                          
-resulting                                       
-results                                         
-retains                                         
-return                                          
-reviewing                                       
-revised                                         
-right                                           
-rights                                          
-royalty                                         
-royalty-free                                    
-rules                                           
-run                                             
-running                                         
-runs                                            
-safest                                          
-sake                                            
-sale                                            
-same                                            
-satisfy                                         
-saying                                          
-school                                          
-scope                                           
-scripts                                         
-secondarily                                     
-section                                         
-sections                                        
-see                                             
-sell                                            
-selling                                         
-semiconductor                                   
-separable                                       
-separate                                        
-separately                                      
-server                                          
-serves                                          
-service                                         
-shall                                           
-share                                           
-shared                                          
-short                                           
-should                                          
-show                                            
-sign                                            
-significant                                     
-similar                                         
-simultaneously                                  
-single                                          
-so                                              
-software                                        
-sold                                            
-sole                                            
-solely                                          
-some                                            
-source                                          
-spare                                           
-speak                                           
-special                                         
-specific                                        
-specifically                                    
-specified                                       
-specifies                                       
-specify                                         
-spirit                                          
-stand                                           
-standard                                        
-standards                                       
-start                                           
-starts                                          
-state                                           
-stated                                          
-statement                                       
-stating                                         
-status                                          
-steps                                           
-storage                                         
-subdividing                                     
-subject                                         
-sublicenses                                     
-subprograms                                     
-subroutine                                      
-subsection                                      
-substantial                                     
-substantially                                   
-such                                            
-sue                                             
-suffice                                         
-supplement                                      
-support                                         
-supports                                        
-sure                                            
-surrender                                       
-survive                                         
-system                                          
-systematic                                      
-take                                            
-tangible                                        
-technological                                   
-tells                                           
-term                                            
-terminal                                        
-terminate                                       
-terminated                                      
-terminates                                      
-terms                                           
-than                                            
-that                                            
-the                                             
-their                                           
-them                                            
-then                                            
-there                                           
-therefore                                       
-these                                           
-they                                            
-things                                          
-third                                           
-this                                            
-those                                           
-though                                          
-threatened                                      
-three                                           
-through                                         
-thus                                            
-time                                            
-to                                              
-too                                             
-tools                                           
-trade                                           
-trademark                                       
-trademarks                                      
-transaction                                     
-transfer                                        
-transferred                                     
-transferring                                    
-transmission                                    
-treated                                         
-treaty                                          
-two                                             
-type                                            
-typical                                         
-unacceptable                                    
-under                                           
-unless                                          
-unlimited                                       
-unmodified                                      
-unnecessary                                     
-unpacking                                       
-until                                           
-updates                                         
-use                                             
-used                                            
-useful                                          
-user                                            
-users                                           
-uses                                            
-using                                           
-valid                                           
-verbatim                                        
-version                                         
-versions                                        
-view                                            
-violates                                        
-violation                                       
-visible                                         
-void                                            
-volume                                          
-w                                               
-waive                                           
-waiver                                          
-want                                            
-warranties                                      
-warranty                                        
-was                                             
-way                                             
-ways                                            
-we                                              
-welcome                                         
-well                                            
-were                                            
-what                                            
-whatever                                        
-when                                            
-where                                           
-whether                                         
-which                                           
-who                                             
-whole                                           
-whom                                            
-whose                                           
-widely                                          
-will                                            
-window                                          
-wish                                            
-with                                            
-within                                          
-without                                         
-work                                            
-work's                                          
-working                                         
-works                                           
-worldwide                                       
-would                                           
-written                                         
-year                                            
-years                                           
-you                                             
-your                                            
-yourself                                        
+0                  finally            
+1                  find               
+10                 first              
+11                 fixed              
+12                 flow               
+13                 follow             
+14                 following          
+15                 for                
+16                 forbid             
+17                 force              
+1996               form               
+2                  format             
+20                 found              
+2007               free               
+28                 freedom            
+29                 freedoms           
+3                  from               
+30                 fulfilling         
+4                  full               
+5                  functioning        
+6                  fundamentally      
+60                 further            
+6b                 future             
+6d                 general            
+7                  general-purpose    
+8                  generally          
+9                  generate           
+A                  get                
+ABOVE              give               
+ABSOLUTELY         given              
+ADVISED            gives              
+AGREED             giving             
+ALL                governed           
+AND                grant              
+AND/OR             granted            
+ANY                grants             
+APPLICABLE         gratis             
+ARISING            greatest           
+AS                 guarantee          
+ASSUME             had                
+Acceptance         has                
+Access             have               
+Additional         having             
+Affero             hereafter          
+All                holder             
+Also               holders            
+An                 hope               
+Ancillary          hosts              
+And                household          
+Anti-Circumvention how                
+Any                however            
+Apply              hypothetical       
+Appropriate        idea               
+Automatic          identifiable       
+BE                 if                 
+BEEN               implement          
+BEING              implementation     
+BUT                implied            
+BY                 import             
+Basic              importing          
+But                impose             
+By                 imposed            
+C                  in                 
+CONDITIONS         include            
+CONSEQUENTIAL      included           
+CONVEYS            includes           
+COPYRIGHT          including          
+CORRECTION         incompatible       
+COST               incorporating      
+Code               incorporation      
+Component          indemnification    
+Convey             independent        
+Conveying          indicate           
+Copies             indicating         
+Copyright          individual         
+Corresponding      individuals        
+DAMAGES            industrial         
+DATA               inform             
+DEFECTIVE          information        
+December           infringe           
+Declining          infringed          
+Definitions        infringement       
+Developers         initiate           
+Disclaimer         inside             
+Disclaiming        install            
+Downstream         installed          
+EITHER             instead            
+END                intact             
+ENTIRE             intended           
+EVEN               intention          
+EVENT              interaction        
+EXCEPT             interactive        
+EXPRESSED          interchange        
+EXTENT             interest           
+Each               interface          
+Everyone           interfaces         
+FAILURE            interfered         
+FITNESS            interpreter        
+FOR                intimate           
+Finally            into               
+For                invalidate         
+Forms              irrevocable        
+Foundation         is                 
+Free               it                 
+Freedom            item               
+From               its                
+GENERAL            itself             
+GNU                keep               
+GPL                kernel             
+GPL-3.0            key                
+GUI                keys               
+General            kind               
+HAS                kinds              
+HOLDER             know               
+HOLDERS            knowingly          
+Having             knowledge          
+How                language           
+However            larger             
+IF                 later              
+IMPLIED            law                
+IN                 laws               
+INABILITY          lawsuit            
+INACCURATE         least              
+INCIDENTAL         legal              
+INCLUDING          liability          
+IS                 liable             
+If                 libraries          
+In                 library            
+Inc                license            
+Inclusion          licensed           
+Information        licensee           
+Installation       licensees          
+Interface          licenses           
+Interpretation     licensors          
+It                 like               
+June               likewise           
+KIND               limit              
+Knowingly          limitation         
+LAW                limiting           
+LIABLE             line               
+LICENSE            link               
+LIMITED            linked             
+LOSS               linking            
+LOSSES             list               
+Later              litigation         
+Law                local              
+Legal              long               
+Lesser             machine-readable   
+Liability          made               
+Libraries          mail               
+Library            maintain           
+License            major              
+Licensees          make               
+Licenses           makes              
+Licensing          making             
+Limitation         manner             
+Limiting           manufacturer       
+MERCHANTABILITY    marked             
+MODIFIES           marks              
+Major              masks              
+March              material           
+Mere               materially         
+Modified           may                
+Moreover           meaning            
+NECESSARY          means              
+NO                 measure            
+NOT                measures           
+New                medium             
+No                 meet               
+Non-Source         meets              
+Not                menu               
+Nothing            merging            
+Notices            met                
+Notwithstanding    methods            
+OF                 might              
+OPERATE            misrepresentation  
+OR                 mode               
+OTHER              model              
+OTHERWISE          modification       
+OUT                modifications      
+Object             modified           
+Of                 modifies           
+Others             modify             
+Our                modifying          
+PARTICULAR         more               
+PARTIES            most               
+PARTY              must               
+PERFORMANCE        name               
+PERMITTED          names              
+POSSIBILITY        nature             
+PROGRAM            necessary          
+PROGRAMS           need               
+PROVE              needed             
+PROVIDE            neither            
+PUBLIC             network            
+PURPOSE            new                
+Patents            next               
+Permissions        no                 
+Preamble           non-consumer       
+Product            non-exclusive      
+Program            non-exercise       
+Program's          non-free           
+Programs           non-permissive     
+Prohibiting        non-source         
+Propagation        noncommercially    
+Protecting         nor                
+Public             normal             
+QUALITY            normally           
+RENDERED           not                
+REPAIR             nothing            
+REQUIRED           notice             
+RISK               notices            
+ROM                notifies           
+Recipients         notify             
+Regardless         number             
+Required           numbered           
+Requiring          object             
+Revised            obligate           
+Rights             obligated          
+SERVICING          obligations        
+SHOULD             occasionally       
+SPECIAL            occurring          
+STATED             occurs             
+SUCH               of                 
+SUSTAINED          offer              
+Sections           offered            
+See                offering           
+Software           official           
+Some               on                 
+Source             one                
+Standard           only               
+States             operated           
+Sublicensing       operating          
+Such               operation          
+Surrender          option             
+System             options            
+TERMS              or                 
+THE                order              
+THERE              organization       
+THIRD              organizations      
+TO                 origin             
+Termination        original           
+Terms              other              
+The                others             
+Therefore          otherwise          
+These              our                
+This               output             
+Those              outside            
+To                 own                
+UNLESS             owned              
+USE                packaged           
+Use                packaging          
+User               paper              
+Users              paragraph          
+Verbatim           paragraphs         
+Version            part               
+Versions           particular         
+WARRANTIES         parties            
+WARRANTY           parts              
+WHEN               party              
+WHO                party's            
+WILL               pass               
+WIPO               password           
+WITH               patent             
+WITHOUT            patents            
+WRITING            pattern            
+Warranty           payment            
+We                 peer-to-peer       
+When               peers              
+YOU                performing         
+You                permanently        
+Your               permission         
+a                  permissions        
+ability            permissive         
+about              permit             
+above              permits            
+absence            permitted          
+absolute           perpetuity         
+abuse              personal           
+accept             pertinent          
+acceptance         physical           
+access             physically         
+accessible         pieces             
+accompanied        place              
+accompanies        please             
+accord             plus               
+according          pointer            
+achieve            portion            
+acknowledges       possesses          
+acquired           possession         
+across             possible           
+actions            power              
+activities         practical          
+activity           practice           
+actual             precise            
+actually           precisely          
+adapt              predecessor        
+add                preferred          
+added              present            
+additional         presents           
+address            preservation       
+addressed          prevent            
+adopted            prevented          
+adversely          previous           
+affects            price              
+affirmed           primarily          
+affirms            prior              
+after              private            
+against            problems           
+aggregate          procedures         
+agree              procuring          
+agreement          produce            
+aim                product            
+all                products           
+alleging           program            
+allow              program's          
+allowed            program--to        
+along              programmer         
+already            programming        
+also               programs           
+alternative        prohibit           
+although           prohibiting        
+among              prohibits          
+an                 prominent          
+and                prominently        
+and/or             propagate          
+any                propagating        
+anyone             propagation        
+anything           property           
+applicable         proprietary        
+applications       protect            
+applied            protecting         
+applies            protection         
+apply              protocols          
+appropriate        provide            
+appropriately      provided           
+approximates       provision          
+are                provisionally      
+area               proxy              
+arise              proxy's            
+arrange            public             
+arrangement        publicity          
+article            publicly           
+as                 publish            
+asking             published          
+assert             purpose            
+assets             purposes           
+associated         pursuant           
+assumption         qualify            
+assumptions        read               
+assures            readily            
+at                 reading            
+attach             ready              
+attempt            reason             
+attributed         reasonable         
+attributions       receipt            
+author             receive            
+authorization      received           
+authorized         receives           
+authorizes         receiving          
+authorizing        recipient          
+authors            recipient's        
+automatically      recipients         
+available          recognized         
+avoid              redistribute       
+away               referring          
+b                  refers             
+based              refrain            
+be                 regard             
+because            regardless         
+been               regenerate         
+behalf             reinstated         
+being              relationship       
+believe            released           
+below              relevant           
+benefit            relicensing        
+best               relying            
+between            remain             
+beyond             remains            
+body               removal            
+both               remove             
+box                render             
+brief              represent          
+business           require            
+but                required           
+by                 requirement        
+c                  requirements       
+called             requires           
+can                requiring          
+cannot             resolved           
+carry              respect            
+case               responsibilities   
+cases              responsible        
+cause              restrict           
+cease              restricting        
+certain            restriction        
+cessation          restrictions       
+change             result             
+changed            resulting          
+changing           results            
+characterized      retains            
+charge             return             
+choose             reviewing          
+choosing           revised            
+circumstances      right              
+circumvention      rights             
+civil              royalty            
+claim              royalty-free       
+claims             rules              
+class              run                
+clear              running            
+clearly            runs               
+closely            safest             
+code               sake               
+collect            sale               
+combination        same               
+combine            satisfy            
+combined           saying             
+comes              school             
+commands           scope              
+commercial         scripts            
+commitment         secondarily        
+common             section            
+communication      sections           
+compilation        see                
+compilation's      sell               
+compilations       selling            
+compiler           semiconductor      
+compliance         separable          
+comply             separate           
+component          separately         
+computer           server             
+computers          serves             
+concerning         service            
+concerns           shall              
+conditioned        share              
+conditions         shared             
+connection         short              
+consequence        should             
+consider           show               
+considered         sign               
+consistent         significant        
+conspicuously      similar            
+constantly         simultaneously     
+constitutes        single             
+construed          so                 
+consumer           software           
+contact            sold               
+contain            sole               
+containing         solely             
+contains           some               
+content            source             
+contents           spare              
+context            speak              
+continue           special            
+continued          specific           
+contractual        specifically       
+contradict         specified          
+contrast           specifies          
+contributor        specify            
+contributor's      spirit             
+control            stand              
+controlled         standard           
+convenient         standards          
+convey             start              
+conveyance         starts             
+conveyed           state              
+conveying          stated             
+conveys            statement          
+copies             stating            
+copy               status             
+copying            steps              
+copyleft           storage            
+copyright          subdividing        
+copyright-like     subject            
+copyrightable      sublicenses        
+copyrighted        subprograms        
+cost               subroutine         
+could              subsection         
+counterclaim       substantial        
+countries          substantially      
+country            such               
+course             sue                
+court              suffice            
+courts             supplement         
+covenant           support            
+coverage           supports           
+covered            sure               
+criterion          surrender          
+cross-claim        survive            
+cure               system             
+customarily        systematic         
+customer           take               
+d                  tangible           
+danger             technological      
+data               tells              
+date               term               
+days               terminal           
+decide             terminate          
+deemed             terminated         
+defenses           terminates         
+defined            terms              
+definition         than               
+denied             that               
+denominated        the                
+deny               their              
+denying            them               
+deprive            then               
+designated         there              
+designed           therefore          
+detail             these              
+details            they               
+determining        things             
+develop            third              
+developers         this               
+development        those              
+devices            though             
+differ             threatened         
+different          three              
+differently        through            
+direction          thus               
+directions         time               
+directly           to                 
+disclaim           too                
+disclaimer         tools              
+discriminatory     trade              
+display            trademark          
+displayed          trademarks         
+displays           transaction        
+distinguishing     transfer           
+distribute         transferred        
+distributed        transferring       
+distributing       transmission       
+distribution       treated            
+do                 treaty             
+document           two                
+documented         type               
+does               typical            
+domains            unacceptable       
+doubtful           under              
+downstream         unless             
+durable            unlimited          
+dwelling           unmodified         
+dynamically        unnecessary        
+e                  unpacking          
+each               until              
+earlier            updates            
+effect             use                
+effected           used               
+effective          useful             
+effectively        user               
+efforts            users              
+either             uses               
+electronic         using              
+embodied           valid              
+employer           verbatim           
+enable             version            
+enables            versions           
+enforce            view               
+enforcing          violates           
+ensure             violation          
+entered            visible            
+entire             void               
+entirely           volume             
+entity             w                  
+equivalent         waive              
+erroneously        waiver             
+essential          want               
+even               warranties         
+ever               warranty           
+every              was                
+everyone           way                
+exact              ways               
+example            we                 
+except             welcome            
+exceptions         well               
+excluded           were               
+excluding          what               
+exclusion          whatever           
+exclusively        when               
+excuse             where              
+executable         whether            
+execute            which              
+executing          who                
+exercise           whole              
+exercising         whom               
+expected           whose              
+expects            widely             
+explains           will               
+explicitly         window             
+express            wish               
+expressly          with               
+extend             within             
+extended           without            
+extensions         work               
+extent             work's             
+f                  working            
+facilities         works              
+fails              worldwide          
+fair               would              
+family             written            
+fashion            year               
+favor              years              
+feature            you                
+fee                your               
+file               yourself           
+files              
 12345678901234567890123456789012345678901234567890123456789012345678901234567890
@@ -1,1219 +1,307 @@
 Test 13: 200 words with column width of 15
 12345678901234567890123456789012345678901234567890123456789012345678901234567890
-0                                               
-1                                               
-10                                              
-11                                              
-12                                              
-13                                              
-14                                              
-15                                              
-16                                              
-17                                              
-1996                                            
-2                                               
-20                                              
-2007                                            
-28                                              
-29                                              
-3                                               
-30                                              
-4                                               
-5                                               
-6                                               
-60                                              
-6b                                              
-6d                                              
-7                                               
-8                                               
-9                                               
-A                                               
-ABOVE                                           
-ABSOLUTELY                                      
-ADVISED                                         
-AGREED                                          
-ALL                                             
-AND                                             
-AND/OR                                          
-ANY                                             
-APPLICABLE                                      
-ARISING                                         
-AS                                              
-ASSUME                                          
-Acceptance                                      
-Access                                          
-Additional                                      
-Affero                                          
-All                                             
-Also                                            
-An                                              
-Ancillary                                       
-And                                             
-Anti-Circumvention                              
-Any                                             
-Apply                                           
-Appropriate                                     
-Automatic                                       
-BE                                              
-BEEN                                            
-BEING                                           
-BUT                                             
-BY                                              
-Basic                                           
-But                                             
-By                                              
-C                                               
-CONDITIONS                                      
-CONSEQUENTIAL                                   
-CONVEYS                                         
-COPYRIGHT                                       
-CORRECTION                                      
-COST                                            
-Code                                            
-Component                                       
-Convey                                          
-Conveying                                       
-Copies                                          
-Copyright                                       
-Corresponding                                   
-DAMAGES                                         
-DATA                                            
-DEFECTIVE                                       
-December                                        
-Declining                                       
-Definitions                                     
-Developers                                      
-Disclaimer                                      
-Disclaiming                                     
-Downstream                                      
-EITHER                                          
-END                                             
-ENTIRE                                          
-EVEN                                            
-EVENT                                           
-EXCEPT                                          
-EXPRESSED                                       
-EXTENT                                          
-Each                                            
-Everyone                                        
-FAILURE                                         
-FITNESS                                         
-FOR                                             
-Finally                                         
-For                                             
-Forms                                           
-Foundation                                      
-Free                                            
-Freedom                                         
-From                                            
-GENERAL                                         
-GNU                                             
-GPL                                             
-GPL-3.0                                         
-GUI                                             
-General                                         
-HAS                                             
-HOLDER                                          
-HOLDERS                                         
-Having                                          
-How                                             
-However                                         
-IF                                              
-IMPLIED                                         
-IN                                              
-INABILITY                                       
-INACCURATE                                      
-INCIDENTAL                                      
-INCLUDING                                       
-IS                                              
-If                                              
-In                                              
-Inc                                             
-Inclusion                                       
-Information                                     
-Installation                                    
-Interface                                       
-Interpretation                                  
-It                                              
-June                                            
-KIND                                            
-Knowingly                                       
-LAW                                             
-LIABLE                                          
-LICENSE                                         
-LIMITED                                         
-LOSS                                            
-LOSSES                                          
-Later                                           
-Law                                             
-Legal                                           
-Lesser                                          
-Liability                                       
-Libraries                                       
-Library                                         
-License                                         
-Licensees                                       
-Licenses                                        
-Licensing                                       
-Limitation                                      
-Limiting                                        
-MERCHANTABILITY                                 
-MODIFIES                                        
-Major                                           
-March                                           
-Mere                                            
-Modified                                        
-Moreover                                        
-NECESSARY                                       
-NO                                              
-NOT                                             
-New                                             
-No                                              
-Non-Source                                      
-Not                                             
-Nothing                                         
-Notices                                         
-Notwithstanding                                 
-OF                                              
-OPERATE                                         
-OR                                              
-OTHER                                           
-OTHERWISE                                       
-OUT                                             
-Object                                          
-Of                                              
-Others                                          
-Our                                             
-PARTICULAR                                      
-PARTIES                                         
-PARTY                                           
-PERFORMANCE                                     
-PERMITTED                                       
-POSSIBILITY                                     
-PROGRAM                                         
-PROGRAMS                                        
-PROVE                                           
-PROVIDE                                         
-PUBLIC                                          
-PURPOSE                                         
-Patents                                         
-Permissions                                     
-Preamble                                        
-Product                                         
-Program                                         
-Program's                                       
-Programs                                        
-Prohibiting                                     
-Propagation                                     
-Protecting                                      
-Public                                          
-QUALITY                                         
-RENDERED                                        
-REPAIR                                          
-REQUIRED                                        
-RISK                                            
-ROM                                             
-Recipients                                      
-Regardless                                      
-Required                                        
-Requiring                                       
-Revised                                         
-Rights                                          
-SERVICING                                       
-SHOULD                                          
-SPECIAL                                         
-STATED                                          
-SUCH                                            
-SUSTAINED                                       
-Sections                                        
-See                                             
-Software                                        
-Some                                            
-Source                                          
-Standard                                        
-States                                          
-Sublicensing                                    
-Such                                            
-Surrender                                       
-System                                          
-TERMS                                           
-THE                                             
-THERE                                           
-THIRD                                           
-TO                                              
-Termination                                     
-Terms                                           
-The                                             
-Therefore                                       
-These                                           
-This                                            
-Those                                           
-To                                              
-UNLESS                                          
-USE                                             
-Use                                             
-User                                            
-Users                                           
-Verbatim                                        
-Version                                         
-Versions                                        
-WARRANTIES                                      
-WARRANTY                                        
-WHEN                                            
-WHO                                             
-WILL                                            
-WIPO                                            
-WITH                                            
-WITHOUT                                         
-WRITING                                         
-Warranty                                        
-We                                              
-When                                            
-YOU                                             
-You                                             
-Your                                            
-a                                               
-ability                                         
-about                                           
-above                                           
-absence                                         
-absolute                                        
-abuse                                           
-accept                                          
-acceptance                                      
-access                                          
-accessible                                      
-accompanied                                     
-accompanies                                     
-accord                                          
-according                                       
-achieve                                         
-acknowledges                                    
-acquired                                        
-across                                          
-actions                                         
-activities                                      
-activity                                        
-actual                                          
-actually                                        
-adapt                                           
-add                                             
-added                                           
-additional                                      
-address                                         
-addressed                                       
-adopted                                         
-adversely                                       
-affects                                         
-affirmed                                        
-affirms                                         
-after                                           
-against                                         
-aggregate                                       
-agree                                           
-agreement                                       
-aim                                             
-all                                             
-alleging                                        
-allow                                           
-allowed                                         
-along                                           
-already                                         
-also                                            
-alternative                                     
-although                                        
-among                                           
-an                                              
-and                                             
-and/or                                          
-any                                             
-anyone                                          
-anything                                        
-applicable                                      
-applications                                    
-applied                                         
-applies                                         
-apply                                           
-appropriate                                     
-appropriately                                   
-approximates                                    
-are                                             
-area                                            
-arise                                           
-arrange                                         
-arrangement                                     
-article                                         
-as                                              
-asking                                          
-assert                                          
-assets                                          
-associated                                      
-assumption                                      
-assumptions                                     
-assures                                         
-at                                              
-attach                                          
-attempt                                         
-attributed                                      
-attributions                                    
-author                                          
-authorization                                   
-authorized                                      
-authorizes                                      
-authorizing                                     
-authors                                         
-automatically                                   
-available                                       
-avoid                                           
-away                                            
-b                                               
-based                                           
-be                                              
-because                                         
-been                                            
-behalf                                          
-being                                           
-believe                                         
-below                                           
-benefit                                         
-best                                            
-between                                         
-beyond                                          
-body                                            
-both                                            
-box                                             
-brief                                           
-business                                        
-but                                             
-by                                              
-c                                               
-called                                          
-can                                             
-cannot                                          
-carry                                           
-case                                            
-cases                                           
-cause                                           
-cease                                           
-certain                                         
-cessation                                       
-change                                          
-changed                                         
-changing                                        
-characterized                                   
-charge                                          
-choose                                          
-choosing                                        
-circumstances                                   
-circumvention                                   
-civil                                           
-claim                                           
-claims                                          
-class                                           
-clear                                           
-clearly                                         
-closely                                         
-code                                            
-collect                                         
-combination                                     
-combine                                         
-combined                                        
-comes                                           
-commands                                        
-commercial                                      
-commitment                                      
-common                                          
-communication                                   
-compilation                                     
-compilation's                                   
-compilations                                    
-compiler                                        
-compliance                                      
-comply                                          
-component                                       
-computer                                        
-computers                                       
-concerning                                      
-concerns                                        
-conditioned                                     
-conditions                                      
-connection                                      
-consequence                                     
-consider                                        
-considered                                      
-consistent                                      
-conspicuously                                   
-constantly                                      
-constitutes                                     
-construed                                       
-consumer                                        
-contact                                         
-contain                                         
-containing                                      
-contains                                        
-content                                         
-contents                                        
-context                                         
-continue                                        
-continued                                       
-contractual                                     
-contradict                                      
-contrast                                        
-contributor                                     
-contributor's                                   
-control                                         
-controlled                                      
-convenient                                      
-convey                                          
-conveyance                                      
-conveyed                                        
-conveying                                       
-conveys                                         
-copies                                          
-copy                                            
-copying                                         
-copyleft                                        
-copyright                                       
-copyright-like                                  
-copyrightable                                   
-copyrighted                                     
-cost                                            
-could                                           
-counterclaim                                    
-countries                                       
-country                                         
-course                                          
-court                                           
-courts                                          
-covenant                                        
-coverage                                        
-covered                                         
-criterion                                       
-cross-claim                                     
-cure                                            
-customarily                                     
-customer                                        
-d                                               
-danger                                          
-data                                            
-date                                            
-days                                            
-decide                                          
-deemed                                          
-defenses                                        
-defined                                         
-definition                                      
-denied                                          
-denominated                                     
-deny                                            
-denying                                         
-deprive                                         
-designated                                      
-designed                                        
-detail                                          
-details                                         
-determining                                     
-develop                                         
-developers                                      
-development                                     
-devices                                         
-differ                                          
-different                                       
-differently                                     
-direction                                       
-directions                                      
-directly                                        
-disclaim                                        
-disclaimer                                      
-discriminatory                                  
-display                                         
-displayed                                       
-displays                                        
-distinguishing                                  
-distribute                                      
-distributed                                     
-distributing                                    
-distribution                                    
-do                                              
-document                                        
-documented                                      
-does                                            
-domains                                         
-doubtful                                        
-downstream                                      
-durable                                         
-dwelling                                        
-dynamically                                     
-e                                               
-each                                            
-earlier                                         
-effect                                          
-effected                                        
-effective                                       
-effectively                                     
-efforts                                         
-either                                          
-electronic                                      
-embodied                                        
-employer                                        
-enable                                          
-enables                                         
-enforce                                         
-enforcing                                       
-ensure                                          
-entered                                         
-entire                                          
-entirely                                        
-entity                                          
-equivalent                                      
-erroneously                                     
-essential                                       
-even                                            
-ever                                            
-every                                           
-everyone                                        
-exact                                           
-example                                         
-except                                          
-exceptions                                      
-excluded                                        
-excluding                                       
-exclusion                                       
-exclusively                                     
-excuse                                          
-executable                                      
-execute                                         
-executing                                       
-exercise                                        
-exercising                                      
-expected                                        
-expects                                         
-explains                                        
-explicitly                                      
-express                                         
-expressly                                       
-extend                                          
-extended                                        
-extensions                                      
-extent                                          
-f                                               
-facilities                                      
-fails                                           
-fair                                            
-family                                          
-fashion                                         
-favor                                           
-feature                                         
-fee                                             
-file                                            
-files                                           
-finally                                         
-find                                            
-first                                           
-fixed                                           
-flow                                            
-follow                                          
-following                                       
-for                                             
-forbid                                          
-force                                           
-form                                            
-format                                          
-found                                           
-free                                            
-freedom                                         
-freedoms                                        
-from                                            
-fulfilling                                      
-full                                            
-functioning                                     
-fundamentally                                   
-further                                         
-future                                          
-general                                         
-general-purpose                                 
-generally                                       
-generate                                        
-get                                             
-give                                            
-given                                           
-gives                                           
-giving                                          
-governed                                        
-grant                                           
-granted                                         
-grants                                          
-gratis                                          
-greatest                                        
-guarantee                                       
-had                                             
-has                                             
-have                                            
-having                                          
-hereafter                                       
-holder                                          
-holders                                         
-hope                                            
-hosts                                           
-household                                       
-how                                             
-however                                         
-http://fsf.org                                  
-http://www.gnu.org/licenses                     
-http://www.gnu.org/philosophy/why-not-lgpl.html 
-hypothetical                                    
-idea                                            
-identifiable                                    
-if                                              
-implement                                       
-implementation                                  
-implied                                         
-import                                          
-importing                                       
-impose                                          
-imposed                                         
-in                                              
-include                                         
-included                                        
-includes                                        
-including                                       
-incompatible                                    
-incorporating                                   
-incorporation                                   
-indemnification                                 
-independent                                     
-indicate                                        
-indicating                                      
-individual                                      
-individuals                                     
-industrial                                      
-inform                                          
-information                                     
-infringe                                        
-infringed                                       
-infringement                                    
-initiate                                        
-inside                                          
-install                                         
-installed                                       
-instead                                         
-intact                                          
-intended                                        
-intention                                       
-interaction                                     
-interactive                                     
-interchange                                     
-interest                                        
-interface                                       
-interfaces                                      
-interfered                                      
-interpreter                                     
-intimate                                        
-into                                            
-invalidate                                      
-irrevocable                                     
-is                                              
-it                                              
-item                                            
-its                                             
-itself                                          
-keep                                            
-kernel                                          
-key                                             
-keys                                            
-kind                                            
-kinds                                           
-know                                            
-knowingly                                       
-knowledge                                       
-language                                        
-larger                                          
-later                                           
-law                                             
-laws                                            
-lawsuit                                         
-least                                           
-legal                                           
-liability                                       
-liable                                          
-libraries                                       
-library                                         
-license                                         
-licensed                                        
-licensee                                        
-licensees                                       
-licenses                                        
-licensors                                       
-like                                            
-likewise                                        
-limit                                           
-limitation                                      
-limiting                                        
-line                                            
-link                                            
-linked                                          
-linking                                         
-list                                            
-litigation                                      
-local                                           
-long                                            
-machine-readable                                
-made                                            
-mail                                            
-maintain                                        
-major                                           
-make                                            
-makes                                           
-making                                          
-manner                                          
-manufacturer                                    
-marked                                          
-marks                                           
-masks                                           
-material                                        
-materially                                      
-may                                             
-meaning                                         
-means                                           
-measure                                         
-measures                                        
-medium                                          
-meet                                            
-meets                                           
-menu                                            
-merging                                         
-met                                             
-methods                                         
-might                                           
-misrepresentation                               
-mode                                            
-model                                           
-modification                                    
-modifications                                   
-modified                                        
-modifies                                        
-modify                                          
-modifying                                       
-more                                            
-most                                            
-must                                            
-name                                            
-names                                           
-nature                                          
-necessary                                       
-need                                            
-needed                                          
-neither                                         
-network                                         
-new                                             
-next                                            
-no                                              
-non-consumer                                    
-non-exclusive                                   
-non-exercise                                    
-non-free                                        
-non-permissive                                  
-non-source                                      
-noncommercially                                 
-nor                                             
-normal                                          
-normally                                        
-not                                             
-nothing                                         
-notice                                          
-notices                                         
-notifies                                        
-notify                                          
-number                                          
-numbered                                        
-object                                          
-obligate                                        
-obligated                                       
-obligations                                     
-occasionally                                    
-occurring                                       
-occurs                                          
-of                                              
-offer                                           
-offered                                         
-offering                                        
-official                                        
-on                                              
-one                                             
-only                                            
-operated                                        
-operating                                       
-operation                                       
-option                                          
-options                                         
-or                                              
-order                                           
-organization                                    
-organizations                                   
-origin                                          
-original                                        
-other                                           
-others                                          
-otherwise                                       
-our                                             
-output                                          
-outside                                         
-own                                             
-owned                                           
-packaged                                        
-packaging                                       
-paper                                           
-paragraph                                       
-paragraphs                                      
-part                                            
-particular                                      
-parties                                         
-parts                                           
-party                                           
-party's                                         
-pass                                            
-password                                        
-patent                                          
-patents                                         
-pattern                                         
-payment                                         
-peer-to-peer                                    
-peers                                           
-performing                                      
-permanently                                     
-permission                                      
-permissions                                     
-permissive                                      
-permit                                          
-permits                                         
-permitted                                       
-perpetuity                                      
-personal                                        
-pertinent                                       
-physical                                        
-physically                                      
-pieces                                          
-place                                           
-please                                          
-plus                                            
-pointer                                         
-portion                                         
-possesses                                       
-possession                                      
-possible                                        
-power                                           
-practical                                       
-practice                                        
-precise                                         
-precisely                                       
-predecessor                                     
-preferred                                       
-present                                         
-presents                                        
-preservation                                    
-prevent                                         
-prevented                                       
-previous                                        
-price                                           
-primarily                                       
-prior                                           
-private                                         
-problems                                        
-procedures                                      
-procuring                                       
-produce                                         
-product                                         
-products                                        
-program                                         
-program's                                       
-program--to                                     
-programmer                                      
-programming                                     
-programs                                        
-prohibit                                        
-prohibiting                                     
-prohibits                                       
-prominent                                       
-prominently                                     
-propagate                                       
-propagating                                     
-propagation                                     
-property                                        
-proprietary                                     
-protect                                         
-protecting                                      
-protection                                      
-protocols                                       
-provide                                         
-provided                                        
-provision                                       
-provisionally                                   
-proxy                                           
-proxy's                                         
-public                                          
-publicity                                       
-publicly                                        
-publish                                         
-published                                       
-purpose                                         
-purposes                                        
-pursuant                                        
-qualify                                         
-read                                            
-readily                                         
-reading                                         
-ready                                           
-reason                                          
-reasonable                                      
-receipt                                         
-receive                                         
-received                                        
-receives                                        
-receiving                                       
-recipient                                       
-recipient's                                     
-recipients                                      
-recognized                                      
-redistribute                                    
-referring                                       
-refers                                          
-refrain                                         
-regard                                          
-regardless                                      
-regenerate                                      
-reinstated                                      
-relationship                                    
-released                                        
-relevant                                        
-relicensing                                     
-relying                                         
-remain                                          
-remains                                         
-removal                                         
-remove                                          
-render                                          
-represent                                       
-require                                         
-required                                        
-requirement                                     
-requirements                                    
-requires                                        
-requiring                                       
-resolved                                        
-respect                                         
-responsibilities                                
-responsible                                     
-restrict                                        
-restricting                                     
-restriction                                     
-restrictions                                    
-result                                          
-resulting                                       
-results                                         
-retains                                         
-return                                          
-reviewing                                       
-revised                                         
-right                                           
-rights                                          
-royalty                                         
-royalty-free                                    
-rules                                           
-run                                             
-running                                         
-runs                                            
-safest                                          
-sake                                            
-sale                                            
-same                                            
-satisfy                                         
-saying                                          
-school                                          
-scope                                           
-scripts                                         
-secondarily                                     
-section                                         
-sections                                        
-see                                             
-sell                                            
-selling                                         
-semiconductor                                   
-separable                                       
-separate                                        
-separately                                      
-server                                          
-serves                                          
-service                                         
-shall                                           
-share                                           
-shared                                          
-short                                           
-should                                          
-show                                            
-sign                                            
-significant                                     
-similar                                         
-simultaneously                                  
-single                                          
-so                                              
-software                                        
-sold                                            
-sole                                            
-solely                                          
-some                                            
-source                                          
-spare                                           
-speak                                           
-special                                         
-specific                                        
-specifically                                    
-specified                                       
-specifies                                       
-specify                                         
-spirit                                          
-stand                                           
-standard                                        
-standards                                       
-start                                           
-starts                                          
-state                                           
-stated                                          
-statement                                       
-stating                                         
-status                                          
-steps                                           
-storage                                         
-subdividing                                     
-subject                                         
-sublicenses                                     
-subprograms                                     
-subroutine                                      
-subsection                                      
-substantial                                     
-substantially                                   
-such                                            
-sue                                             
-suffice                                         
-supplement                                      
-support                                         
-supports                                        
-sure                                            
-surrender                                       
-survive                                         
-system                                          
-systematic                                      
-take                                            
-tangible                                        
-technological                                   
-tells                                           
-term                                            
-terminal                                        
-terminate                                       
-terminated                                      
-terminates                                      
-terms                                           
-than                                            
-that                                            
-the                                             
-their                                           
-them                                            
-then                                            
-there                                           
-therefore                                       
-these                                           
-they                                            
-things                                          
-third                                           
-this                                            
-those                                           
-though                                          
-threatened                                      
-three                                           
-through                                         
-thus                                            
-time                                            
-to                                              
-too                                             
-tools                                           
-trade                                           
-trademark                                       
-trademarks                                      
-transaction                                     
-transfer                                        
-transferred                                     
-transferring                                    
-transmission                                    
-treated                                         
-treaty                                          
-two                                             
-type                                            
-typical                                         
-unacceptable                                    
-under                                           
-unless                                          
-unlimited                                       
-unmodified                                      
-unnecessary                                     
-unpacking                                       
-until                                           
-updates                                         
-use                                             
-used                                            
-useful                                          
-user                                            
-users                                           
-uses                                            
-using                                           
-valid                                           
-verbatim                                        
-version                                         
-versions                                        
-view                                            
-violates                                        
-violation                                       
-visible                                         
-void                                            
-volume                                          
-w                                               
-waive                                           
-waiver                                          
-want                                            
-warranties                                      
-warranty                                        
-was                                             
-way                                             
-ways                                            
-we                                              
-welcome                                         
-well                                            
-were                                            
-what                                            
-whatever                                        
-when                                            
-where                                           
-whether                                         
-which                                           
-who                                             
-whole                                           
-whom                                            
-whose                                           
-widely                                          
-will                                            
-window                                          
-wish                                            
-with                                            
-within                                          
-without                                         
-work                                            
-work's                                          
-working                                         
-works                                           
-worldwide                                       
-would                                           
-written                                         
-year                                            
-years                                           
-you                                             
-your                                            
-yourself                                        
+0                  affects            find               primarily          
+1                  affirmed           first              prior              
+10                 affirms            fixed              private            
+11                 after              flow               problems           
+12                 against            follow             procedures         
+13                 aggregate          following          procuring          
+14                 agree              for                produce            
+15                 agreement          forbid             product            
+16                 aim                force              products           
+17                 all                form               program            
+1996               alleging           format             program's          
+2                  allow              found              program--to        
+20                 allowed            free               programmer         
+2007               along              freedom            programming        
+28                 already            freedoms           programs           
+29                 also               from               prohibit           
+3                  alternative        fulfilling         prohibiting        
+30                 although           full               prohibits          
+4                  among              functioning        prominent          
+5                  an                 fundamentally      prominently        
+6                  and                further            propagate          
+60                 and/or             future             propagating        
+6b                 any                general            propagation        
+6d                 anyone             general-purpose    property           
+7                  anything           generally          proprietary        
+8                  applicable         generate           protect            
+9                  applications       get                protecting         
+A                  applied            give               protection         
+ABOVE              applies            given              protocols          
+ABSOLUTELY         apply              gives              provide            
+ADVISED            appropriate        giving             provided           
+AGREED             appropriately      governed           provision          
+ALL                approximates       grant              provisionally      
+AND                are                granted            proxy              
+AND/OR             area               grants             proxy's            
+ANY                arise              gratis             public             
+APPLICABLE         arrange            greatest           publicity          
+ARISING            arrangement        guarantee          publicly           
+AS                 article            had                publish            
+ASSUME             as                 has                published          
+Acceptance         asking             have               purpose            
+Access             assert             having             purposes           
+Additional         assets             hereafter          pursuant           
+Affero             associated         holder             qualify            
+All                assumption         holders            read               
+Also               assumptions        hope               readily            
+An                 assures            hosts              reading            
+Ancillary          at                 household          ready              
+And                attach             how                reason             
+Anti-Circumvention attempt            however            reasonable         
+Any                attributed         hypothetical       receipt            
+Apply              attributions       idea               receive            
+Appropriate        author             identifiable       received           
+Automatic          authorization      if                 receives           
+BE                 authorized         implement          receiving          
+BEEN               authorizes         implementation     recipient          
+BEING              authorizing        implied            recipient's        
+BUT                authors            import             recipients         
+BY                 automatically      importing          recognized         
+Basic              available          impose             redistribute       
+But                avoid              imposed            referring          
+By                 away               in                 refers             
+C                  b                  include            refrain            
+CONDITIONS         based              included           regard             
+CONSEQUENTIAL      be                 includes           regardless         
+CONVEYS            because            including          regenerate         
+COPYRIGHT          been               incompatible       reinstated         
+CORRECTION         behalf             incorporating      relationship       
+COST               being              incorporation      released           
+Code               believe            indemnification    relevant           
+Component          below              independent        relicensing        
+Convey             benefit            indicate           relying            
+Conveying          best               indicating         remain             
+Copies             between            individual         remains            
+Copyright          beyond             individuals        removal            
+Corresponding      body               industrial         remove             
+DAMAGES            both               inform             render             
+DATA               box                information        represent          
+DEFECTIVE          brief              infringe           require            
+December           business           infringed          required           
+Declining          but                infringement       requirement        
+Definitions        by                 initiate           requirements       
+Developers         c                  inside             requires           
+Disclaimer         called             install            requiring          
+Disclaiming        can                installed          resolved           
+Downstream         cannot             instead            respect            
+EITHER             carry              intact             responsibilities   
+END                case               intended           responsible        
+ENTIRE             cases              intention          restrict           
+EVEN               cause              interaction        restricting        
+EVENT              cease              interactive        restriction        
+EXCEPT             certain            interchange        restrictions       
+EXPRESSED          cessation          interest           result             
+EXTENT             change             interface          resulting          
+Each               changed            interfaces         results            
+Everyone           changing           interfered         retains            
+FAILURE            characterized      interpreter        return             
+FITNESS            charge             intimate           reviewing          
+FOR                choose             into               revised            
+Finally            choosing           invalidate         right              
+For                circumstances      irrevocable        rights             
+Forms              circumvention      is                 royalty            
+Foundation         civil              it                 royalty-free       
+Free               claim              item               rules              
+Freedom            claims             its                run                
+From               class              itself             running            
+GENERAL            clear              keep               runs               
+GNU                clearly            kernel             safest             
+GPL                closely            key                sake               
+GPL-3.0            code               keys               sale               
+GUI                collect            kind               same               
+General            combination        kinds              satisfy            
+HAS                combine            know               saying             
+HOLDER             combined           knowingly          school             
+HOLDERS            comes              knowledge          scope              
+Having             commands           language           scripts            
+How                commercial         larger             secondarily        
+However            commitment         later              section            
+IF                 common             law                sections           
+IMPLIED            communication      laws               see                
+IN                 compilation        lawsuit            sell               
+INABILITY          compilation's      least              selling            
+INACCURATE         compilations       legal              semiconductor      
+INCIDENTAL         compiler           liability          separable          
+INCLUDING          compliance         liable             separate           
+IS                 comply             libraries          separately         
+If                 component          library            server             
+In                 computer           license            serves             
+Inc                computers          licensed           service            
+Inclusion          concerning         licensee           shall              
+Information        concerns           licensees          share              
+Installation       conditioned        licenses           shared             
+Interface          conditions         licensors          short              
+Interpretation     connection         like               should             
+It                 consequence        likewise           show               
+June               consider           limit              sign               
+KIND               considered         limitation         significant        
+Knowingly          consistent         limiting           similar            
+LAW                conspicuously      line               simultaneously     
+LIABLE             constantly         link               single             
+LICENSE            constitutes        linked             so                 
+LIMITED            construed          linking            software           
+LOSS               consumer           list               sold               
+LOSSES             contact            litigation         sole               
+Later              contain            local              solely             
+Law                containing         long               some               
+Legal              contains           machine-readable   source             
+Lesser             content            made               spare              
+Liability          contents           mail               speak              
+Libraries          context            maintain           special            
+Library            continue           major              specific           
+License            continued          make               specifically       
+Licensees          contractual        makes              specified          
+Licenses           contradict         making             specifies          
+Licensing          contrast           manner             specify            
+Limitation         contributor        manufacturer       spirit             
+Limiting           contributor's      marked             stand              
+MERCHANTABILITY    control            marks              standard           
+MODIFIES           controlled         masks              standards          
+Major              convenient         material           start              
+March              convey             materially         starts             
+Mere               conveyance         may                state              
+Modified           conveyed           meaning            stated             
+Moreover           conveying          means              statement          
+NECESSARY          conveys            measure            stating            
+NO                 copies             measures           status             
+NOT                copy               medium             steps              
+New                copying            meet               storage            
+No                 copyleft           meets              subdividing        
+Non-Source         copyright          menu               subject            
+Not                copyright-like     merging            sublicenses        
+Nothing            copyrightable      met                subprograms        
+Notices            copyrighted        methods            subroutine         
+Notwithstanding    cost               might              subsection         
+OF                 could              misrepresentation  substantial        
+OPERATE            counterclaim       mode               substantially      
+OR                 countries          model              such               
+OTHER              country            modification       sue                
+OTHERWISE          course             modifications      suffice            
+OUT                court              modified           supplement         
+Object             courts             modifies           support            
+Of                 covenant           modify             supports           
+Others             coverage           modifying          sure               
+Our                covered            more               surrender          
+PARTICULAR         criterion          most               survive            
+PARTIES            cross-claim        must               system             
+PARTY              cure               name               systematic         
+PERFORMANCE        customarily        names              take               
+PERMITTED          customer           nature             tangible           
+POSSIBILITY        d                  necessary          technological      
+PROGRAM            danger             need               tells              
+PROGRAMS           data               needed             term               
+PROVE              date               neither            terminal           
+PROVIDE            days               network            terminate          
+PUBLIC             decide             new                terminated         
+PURPOSE            deemed             next               terminates         
+Patents            defenses           no                 terms              
+Permissions        defined            non-consumer       than               
+Preamble           definition         non-exclusive      that               
+Product            denied             non-exercise       the                
+Program            denominated        non-free           their              
+Program's          deny               non-permissive     them               
+Programs           denying            non-source         then               
+Prohibiting        deprive            noncommercially    there              
+Propagation        designated         nor                therefore          
+Protecting         designed           normal             these              
+Public             detail             normally           they               
+QUALITY            details            not                things             
+RENDERED           determining        nothing            third              
+REPAIR             develop            notice             this               
+REQUIRED           developers         notices            those              
+RISK               development        notifies           though             
+ROM                devices            notify             threatened         
+Recipients         differ             number             three              
+Regardless         different          numbered           through            
+Required           differently        object             thus               
+Requiring          direction          obligate           time               
+Revised            directions         obligated          to                 
+Rights             directly           obligations        too                
+SERVICING          disclaim           occasionally       tools              
+SHOULD             disclaimer         occurring          trade              
+SPECIAL            discriminatory     occurs             trademark          
+STATED             display            of                 trademarks         
+SUCH               displayed          offer              transaction        
+SUSTAINED          displays           offered            transfer           
+Sections           distinguishing     offering           transferred        
+See                distribute         official           transferring       
+Software           distributed        on                 transmission       
+Some               distributing       one                treated            
+Source             distribution       only               treaty             
+Standard           do                 operated           two                
+States             document           operating          type               
+Sublicensing       documented         operation          typical            
+Such               does               option             unacceptable       
+Surrender          domains            options            under              
+System             doubtful           or                 unless             
+TERMS              downstream         order              unlimited          
+THE                durable            organization       unmodified         
+THERE              dwelling           organizations      unnecessary        
+THIRD              dynamically        origin             unpacking          
+TO                 e                  original           until              
+Termination        each               other              updates            
+Terms              earlier            others             use                
+The                effect             otherwise          used               
+Therefore          effected           our                useful             
+These              effective          output             user               
+This               effectively        outside            users              
+Those              efforts            own                uses               
+To                 either             owned              using              
+UNLESS             electronic         packaged           valid              
+USE                embodied           packaging          verbatim           
+Use                employer           paper              version            
+User               enable             paragraph          versions           
+Users              enables            paragraphs         view               
+Verbatim           enforce            part               violates           
+Version            enforcing          particular         violation          
+Versions           ensure             parties            visible            
+WARRANTIES         entered            parts              void               
+WARRANTY           entire             party              volume             
+WHEN               entirely           party's            w                  
+WHO                entity             pass               waive              
+WILL               equivalent         password           waiver             
+WIPO               erroneously        patent             want               
+WITH               essential          patents            warranties         
+WITHOUT            even               pattern            warranty           
+WRITING            ever               payment            was                
+Warranty           every              peer-to-peer       way                
+We                 everyone           peers              ways               
+When               exact              performing         we                 
+YOU                example            permanently        welcome            
+You                except             permission         well               
+Your               exceptions         permissions        were               
+a                  excluded           permissive         what               
+ability            excluding          permit             whatever           
+about              exclusion          permits            when               
+above              exclusively        permitted          where              
+absence            excuse             perpetuity         whether            
+absolute           executable         personal           which              
+abuse              execute            pertinent          who                
+accept             executing          physical           whole              
+acceptance         exercise           physically         whom               
+access             exercising         pieces             whose              
+accessible         expected           place              widely             
+accompanied        expects            please             will               
+accompanies        explains           plus               window             
+accord             explicitly         pointer            wish               
+according          express            portion            with               
+achieve            expressly          possesses          within             
+acknowledges       extend             possession         without            
+acquired           extended           possible           work               
+across             extensions         power              work's             
+actions            extent             practical          working            
+activities         f                  practice           works              
+activity           facilities         precise            worldwide          
+actual             fails              precisely          would              
+actually           fair               predecessor        written            
+adapt              family             preferred          year               
+add                fashion            present            years              
+added              favor              presents           you                
+additional         feature            preservation       your               
+address            fee                prevent            yourself           
+addressed          file               prevented          
+adopted            files              previous           
+adversely          finally            price              
 12345678901234567890123456789012345678901234567890123456789012345678901234567890
@@ -1,1219 +1,610 @@
 Test 14: 200 words in a total width of 40
 12345678901234567890123456789012345678901234567890123456789012345678901234567890
-0                                               
-1                                               
-10                                              
-11                                              
-12                                              
-13                                              
-14                                              
-15                                              
-16                                              
-17                                              
-1996                                            
-2                                               
-20                                              
-2007                                            
-28                                              
-29                                              
-3                                               
-30                                              
-4                                               
-5                                               
-6                                               
-60                                              
-6b                                              
-6d                                              
-7                                               
-8                                               
-9                                               
-A                                               
-ABOVE                                           
-ABSOLUTELY                                      
-ADVISED                                         
-AGREED                                          
-ALL                                             
-AND                                             
-AND/OR                                          
-ANY                                             
-APPLICABLE                                      
-ARISING                                         
-AS                                              
-ASSUME                                          
-Acceptance                                      
-Access                                          
-Additional                                      
-Affero                                          
-All                                             
-Also                                            
-An                                              
-Ancillary                                       
-And                                             
-Anti-Circumvention                              
-Any                                             
-Apply                                           
-Appropriate                                     
-Automatic                                       
-BE                                              
-BEEN                                            
-BEING                                           
-BUT                                             
-BY                                              
-Basic                                           
-But                                             
-By                                              
-C                                               
-CONDITIONS                                      
-CONSEQUENTIAL                                   
-CONVEYS                                         
-COPYRIGHT                                       
-CORRECTION                                      
-COST                                            
-Code                                            
-Component                                       
-Convey                                          
-Conveying                                       
-Copies                                          
-Copyright                                       
-Corresponding                                   
-DAMAGES                                         
-DATA                                            
-DEFECTIVE                                       
-December                                        
-Declining                                       
-Definitions                                     
-Developers                                      
-Disclaimer                                      
-Disclaiming                                     
-Downstream                                      
-EITHER                                          
-END                                             
-ENTIRE                                          
-EVEN                                            
-EVENT                                           
-EXCEPT                                          
-EXPRESSED                                       
-EXTENT                                          
-Each                                            
-Everyone                                        
-FAILURE                                         
-FITNESS                                         
-FOR                                             
-Finally                                         
-For                                             
-Forms                                           
-Foundation                                      
-Free                                            
-Freedom                                         
-From                                            
-GENERAL                                         
-GNU                                             
-GPL                                             
-GPL-3.0                                         
-GUI                                             
-General                                         
-HAS                                             
-HOLDER                                          
-HOLDERS                                         
-Having                                          
-How                                             
-However                                         
-IF                                              
-IMPLIED                                         
-IN                                              
-INABILITY                                       
-INACCURATE                                      
-INCIDENTAL                                      
-INCLUDING                                       
-IS                                              
-If                                              
-In                                              
-Inc                                             
-Inclusion                                       
-Information                                     
-Installation                                    
-Interface                                       
-Interpretation                                  
-It                                              
-June                                            
-KIND                                            
-Knowingly                                       
-LAW                                             
-LIABLE                                          
-LICENSE                                         
-LIMITED                                         
-LOSS                                            
-LOSSES                                          
-Later                                           
-Law                                             
-Legal                                           
-Lesser                                          
-Liability                                       
-Libraries                                       
-Library                                         
-License                                         
-Licensees                                       
-Licenses                                        
-Licensing                                       
-Limitation                                      
-Limiting                                        
-MERCHANTABILITY                                 
-MODIFIES                                        
-Major                                           
-March                                           
-Mere                                            
-Modified                                        
-Moreover                                        
-NECESSARY                                       
-NO                                              
-NOT                                             
-New                                             
-No                                              
-Non-Source                                      
-Not                                             
-Nothing                                         
-Notices                                         
-Notwithstanding                                 
-OF                                              
-OPERATE                                         
-OR                                              
-OTHER                                           
-OTHERWISE                                       
-OUT                                             
-Object                                          
-Of                                              
-Others                                          
-Our                                             
-PARTICULAR                                      
-PARTIES                                         
-PARTY                                           
-PERFORMANCE                                     
-PERMITTED                                       
-POSSIBILITY                                     
-PROGRAM                                         
-PROGRAMS                                        
-PROVE                                           
-PROVIDE                                         
-PUBLIC                                          
-PURPOSE                                         
-Patents                                         
-Permissions                                     
-Preamble                                        
-Product                                         
-Program                                         
-Program's                                       
-Programs                                        
-Prohibiting                                     
-Propagation                                     
-Protecting                                      
-Public                                          
-QUALITY                                         
-RENDERED                                        
-REPAIR                                          
-REQUIRED                                        
-RISK                                            
-ROM                                             
-Recipients                                      
-Regardless                                      
-Required                                        
-Requiring                                       
-Revised                                         
-Rights                                          
-SERVICING                                       
-SHOULD                                          
-SPECIAL                                         
-STATED                                          
-SUCH                                            
-SUSTAINED                                       
-Sections                                        
-See                                             
-Software                                        
-Some                                            
-Source                                          
-Standard                                        
-States                                          
-Sublicensing                                    
-Such                                            
-Surrender                                       
-System                                          
-TERMS                                           
-THE                                             
-THERE                                           
-THIRD                                           
-TO                                              
-Termination                                     
-Terms                                           
-The                                             
-Therefore                                       
-These                                           
-This                                            
-Those                                           
-To                                              
-UNLESS                                          
-USE                                             
-Use                                             
-User                                            
-Users                                           
-Verbatim                                        
-Version                                         
-Versions                                        
-WARRANTIES                                      
-WARRANTY                                        
-WHEN                                            
-WHO                                             
-WILL                                            
-WIPO                                            
-WITH                                            
-WITHOUT                                         
-WRITING                                         
-Warranty                                        
-We                                              
-When                                            
-YOU                                             
-You                                             
-Your                                            
-a                                               
-ability                                         
-about                                           
-above                                           
-absence                                         
-absolute                                        
-abuse                                           
-accept                                          
-acceptance                                      
-access                                          
-accessible                                      
-accompanied                                     
-accompanies                                     
-accord                                          
-according                                       
-achieve                                         
-acknowledges                                    
-acquired                                        
-across                                          
-actions                                         
-activities                                      
-activity                                        
-actual                                          
-actually                                        
-adapt                                           
-add                                             
-added                                           
-additional                                      
-address                                         
-addressed                                       
-adopted                                         
-adversely                                       
-affects                                         
-affirmed                                        
-affirms                                         
-after                                           
-against                                         
-aggregate                                       
-agree                                           
-agreement                                       
-aim                                             
-all                                             
-alleging                                        
-allow                                           
-allowed                                         
-along                                           
-already                                         
-also                                            
-alternative                                     
-although                                        
-among                                           
-an                                              
-and                                             
-and/or                                          
-any                                             
-anyone                                          
-anything                                        
-applicable                                      
-applications                                    
-applied                                         
-applies                                         
-apply                                           
-appropriate                                     
-appropriately                                   
-approximates                                    
-are                                             
-area                                            
-arise                                           
-arrange                                         
-arrangement                                     
-article                                         
-as                                              
-asking                                          
-assert                                          
-assets                                          
-associated                                      
-assumption                                      
-assumptions                                     
-assures                                         
-at                                              
-attach                                          
-attempt                                         
-attributed                                      
-attributions                                    
-author                                          
-authorization                                   
-authorized                                      
-authorizes                                      
-authorizing                                     
-authors                                         
-automatically                                   
-available                                       
-avoid                                           
-away                                            
-b                                               
-based                                           
-be                                              
-because                                         
-been                                            
-behalf                                          
-being                                           
-believe                                         
-below                                           
-benefit                                         
-best                                            
-between                                         
-beyond                                          
-body                                            
-both                                            
-box                                             
-brief                                           
-business                                        
-but                                             
-by                                              
-c                                               
-called                                          
-can                                             
-cannot                                          
-carry                                           
-case                                            
-cases                                           
-cause                                           
-cease                                           
-certain                                         
-cessation                                       
-change                                          
-changed                                         
-changing                                        
-characterized                                   
-charge                                          
-choose                                          
-choosing                                        
-circumstances                                   
-circumvention                                   
-civil                                           
-claim                                           
-claims                                          
-class                                           
-clear                                           
-clearly                                         
-closely                                         
-code                                            
-collect                                         
-combination                                     
-combine                                         
-combined                                        
-comes                                           
-commands                                        
-commercial                                      
-commitment                                      
-common                                          
-communication                                   
-compilation                                     
-compilation's                                   
-compilations                                    
-compiler                                        
-compliance                                      
-comply                                          
-component                                       
-computer                                        
-computers                                       
-concerning                                      
-concerns                                        
-conditioned                                     
-conditions                                      
-connection                                      
-consequence                                     
-consider                                        
-considered                                      
-consistent                                      
-conspicuously                                   
-constantly                                      
-constitutes                                     
-construed                                       
-consumer                                        
-contact                                         
-contain                                         
-containing                                      
-contains                                        
-content                                         
-contents                                        
-context                                         
-continue                                        
-continued                                       
-contractual                                     
-contradict                                      
-contrast                                        
-contributor                                     
-contributor's                                   
-control                                         
-controlled                                      
-convenient                                      
-convey                                          
-conveyance                                      
-conveyed                                        
-conveying                                       
-conveys                                         
-copies                                          
-copy                                            
-copying                                         
-copyleft                                        
-copyright                                       
-copyright-like                                  
-copyrightable                                   
-copyrighted                                     
-cost                                            
-could                                           
-counterclaim                                    
-countries                                       
-country                                         
-course                                          
-court                                           
-courts                                          
-covenant                                        
-coverage                                        
-covered                                         
-criterion                                       
-cross-claim                                     
-cure                                            
-customarily                                     
-customer                                        
-d                                               
-danger                                          
-data                                            
-date                                            
-days                                            
-decide                                          
-deemed                                          
-defenses                                        
-defined                                         
-definition                                      
-denied                                          
-denominated                                     
-deny                                            
-denying                                         
-deprive                                         
-designated                                      
-designed                                        
-detail                                          
-details                                         
-determining                                     
-develop                                         
-developers                                      
-development                                     
-devices                                         
-differ                                          
-different                                       
-differently                                     
-direction                                       
-directions                                      
-directly                                        
-disclaim                                        
-disclaimer                                      
-discriminatory                                  
-display                                         
-displayed                                       
-displays                                        
-distinguishing                                  
-distribute                                      
-distributed                                     
-distributing                                    
-distribution                                    
-do                                              
-document                                        
-documented                                      
-does                                            
-domains                                         
-doubtful                                        
-downstream                                      
-durable                                         
-dwelling                                        
-dynamically                                     
-e                                               
-each                                            
-earlier                                         
-effect                                          
-effected                                        
-effective                                       
-effectively                                     
-efforts                                         
-either                                          
-electronic                                      
-embodied                                        
-employer                                        
-enable                                          
-enables                                         
-enforce                                         
-enforcing                                       
-ensure                                          
-entered                                         
-entire                                          
-entirely                                        
-entity                                          
-equivalent                                      
-erroneously                                     
-essential                                       
-even                                            
-ever                                            
-every                                           
-everyone                                        
-exact                                           
-example                                         
-except                                          
-exceptions                                      
-excluded                                        
-excluding                                       
-exclusion                                       
-exclusively                                     
-excuse                                          
-executable                                      
-execute                                         
-executing                                       
-exercise                                        
-exercising                                      
-expected                                        
-expects                                         
-explains                                        
-explicitly                                      
-express                                         
-expressly                                       
-extend                                          
-extended                                        
-extensions                                      
-extent                                          
-f                                               
-facilities                                      
-fails                                           
-fair                                            
-family                                          
-fashion                                         
-favor                                           
-feature                                         
-fee                                             
-file                                            
-files                                           
-finally                                         
-find                                            
-first                                           
-fixed                                           
-flow                                            
-follow                                          
-following                                       
-for                                             
-forbid                                          
-force                                           
-form                                            
-format                                          
-found                                           
-free                                            
-freedom                                         
-freedoms                                        
-from                                            
-fulfilling                                      
-full                                            
-functioning                                     
-fundamentally                                   
-further                                         
-future                                          
-general                                         
-general-purpose                                 
-generally                                       
-generate                                        
-get                                             
-give                                            
-given                                           
-gives                                           
-giving                                          
-governed                                        
-grant                                           
-granted                                         
-grants                                          
-gratis                                          
-greatest                                        
-guarantee                                       
-had                                             
-has                                             
-have                                            
-having                                          
-hereafter                                       
-holder                                          
-holders                                         
-hope                                            
-hosts                                           
-household                                       
-how                                             
-however                                         
-http://fsf.org                                  
-http://www.gnu.org/licenses                     
-http://www.gnu.org/philosophy/why-not-lgpl.html 
-hypothetical                                    
-idea                                            
-identifiable                                    
-if                                              
-implement                                       
-implementation                                  
-implied                                         
-import                                          
-importing                                       
-impose                                          
-imposed                                         
-in                                              
-include                                         
-included                                        
-includes                                        
-including                                       
-incompatible                                    
-incorporating                                   
-incorporation                                   
-indemnification                                 
-independent                                     
-indicate                                        
-indicating                                      
-individual                                      
-individuals                                     
-industrial                                      
-inform                                          
-information                                     
-infringe                                        
-infringed                                       
-infringement                                    
-initiate                                        
-inside                                          
-install                                         
-installed                                       
-instead                                         
-intact                                          
-intended                                        
-intention                                       
-interaction                                     
-interactive                                     
-interchange                                     
-interest                                        
-interface                                       
-interfaces                                      
-interfered                                      
-interpreter                                     
-intimate                                        
-into                                            
-invalidate                                      
-irrevocable                                     
-is                                              
-it                                              
-item                                            
-its                                             
-itself                                          
-keep                                            
-kernel                                          
-key                                             
-keys                                            
-kind                                            
-kinds                                           
-know                                            
-knowingly                                       
-knowledge                                       
-language                                        
-larger                                          
-later                                           
-law                                             
-laws                                            
-lawsuit                                         
-least                                           
-legal                                           
-liability                                       
-liable                                          
-libraries                                       
-library                                         
-license                                         
-licensed                                        
-licensee                                        
-licensees                                       
-licenses                                        
-licensors                                       
-like                                            
-likewise                                        
-limit                                           
-limitation                                      
-limiting                                        
-line                                            
-link                                            
-linked                                          
-linking                                         
-list                                            
-litigation                                      
-local                                           
-long                                            
-machine-readable                                
-made                                            
-mail                                            
-maintain                                        
-major                                           
-make                                            
-makes                                           
-making                                          
-manner                                          
-manufacturer                                    
-marked                                          
-marks                                           
-masks                                           
-material                                        
-materially                                      
-may                                             
-meaning                                         
-means                                           
-measure                                         
-measures                                        
-medium                                          
-meet                                            
-meets                                           
-menu                                            
-merging                                         
-met                                             
-methods                                         
-might                                           
-misrepresentation                               
-mode                                            
-model                                           
-modification                                    
-modifications                                   
-modified                                        
-modifies                                        
-modify                                          
-modifying                                       
-more                                            
-most                                            
-must                                            
-name                                            
-names                                           
-nature                                          
-necessary                                       
-need                                            
-needed                                          
-neither                                         
-network                                         
-new                                             
-next                                            
-no                                              
-non-consumer                                    
-non-exclusive                                   
-non-exercise                                    
-non-free                                        
-non-permissive                                  
-non-source                                      
-noncommercially                                 
-nor                                             
-normal                                          
-normally                                        
-not                                             
-nothing                                         
-notice                                          
-notices                                         
-notifies                                        
-notify                                          
-number                                          
-numbered                                        
-object                                          
-obligate                                        
-obligated                                       
-obligations                                     
-occasionally                                    
-occurring                                       
-occurs                                          
-of                                              
-offer                                           
-offered                                         
-offering                                        
-official                                        
-on                                              
-one                                             
-only                                            
-operated                                        
-operating                                       
-operation                                       
-option                                          
-options                                         
-or                                              
-order                                           
-organization                                    
-organizations                                   
-origin                                          
-original                                        
-other                                           
-others                                          
-otherwise                                       
-our                                             
-output                                          
-outside                                         
-own                                             
-owned                                           
-packaged                                        
-packaging                                       
-paper                                           
-paragraph                                       
-paragraphs                                      
-part                                            
-particular                                      
-parties                                         
-parts                                           
-party                                           
-party's                                         
-pass                                            
-password                                        
-patent                                          
-patents                                         
-pattern                                         
-payment                                         
-peer-to-peer                                    
-peers                                           
-performing                                      
-permanently                                     
-permission                                      
-permissions                                     
-permissive                                      
-permit                                          
-permits                                         
-permitted                                       
-perpetuity                                      
-personal                                        
-pertinent                                       
-physical                                        
-physically                                      
-pieces                                          
-place                                           
-please                                          
-plus                                            
-pointer                                         
-portion                                         
-possesses                                       
-possession                                      
-possible                                        
-power                                           
-practical                                       
-practice                                        
-precise                                         
-precisely                                       
-predecessor                                     
-preferred                                       
-present                                         
-presents                                        
-preservation                                    
-prevent                                         
-prevented                                       
-previous                                        
-price                                           
-primarily                                       
-prior                                           
-private                                         
-problems                                        
-procedures                                      
-procuring                                       
-produce                                         
-product                                         
-products                                        
-program                                         
-program's                                       
-program--to                                     
-programmer                                      
-programming                                     
-programs                                        
-prohibit                                        
-prohibiting                                     
-prohibits                                       
-prominent                                       
-prominently                                     
-propagate                                       
-propagating                                     
-propagation                                     
-property                                        
-proprietary                                     
-protect                                         
-protecting                                      
-protection                                      
-protocols                                       
-provide                                         
-provided                                        
-provision                                       
-provisionally                                   
-proxy                                           
-proxy's                                         
-public                                          
-publicity                                       
-publicly                                        
-publish                                         
-published                                       
-purpose                                         
-purposes                                        
-pursuant                                        
-qualify                                         
-read                                            
-readily                                         
-reading                                         
-ready                                           
-reason                                          
-reasonable                                      
-receipt                                         
-receive                                         
-received                                        
-receives                                        
-receiving                                       
-recipient                                       
-recipient's                                     
-recipients                                      
-recognized                                      
-redistribute                                    
-referring                                       
-refers                                          
-refrain                                         
-regard                                          
-regardless                                      
-regenerate                                      
-reinstated                                      
-relationship                                    
-released                                        
-relevant                                        
-relicensing                                     
-relying                                         
-remain                                          
-remains                                         
-removal                                         
-remove                                          
-render                                          
-represent                                       
-require                                         
-required                                        
-requirement                                     
-requirements                                    
-requires                                        
-requiring                                       
-resolved                                        
-respect                                         
-responsibilities                                
-responsible                                     
-restrict                                        
-restricting                                     
-restriction                                     
-restrictions                                    
-result                                          
-resulting                                       
-results                                         
-retains                                         
-return                                          
-reviewing                                       
-revised                                         
-right                                           
-rights                                          
-royalty                                         
-royalty-free                                    
-rules                                           
-run                                             
-running                                         
-runs                                            
-safest                                          
-sake                                            
-sale                                            
-same                                            
-satisfy                                         
-saying                                          
-school                                          
-scope                                           
-scripts                                         
-secondarily                                     
-section                                         
-sections                                        
-see                                             
-sell                                            
-selling                                         
-semiconductor                                   
-separable                                       
-separate                                        
-separately                                      
-server                                          
-serves                                          
-service                                         
-shall                                           
-share                                           
-shared                                          
-short                                           
-should                                          
-show                                            
-sign                                            
-significant                                     
-similar                                         
-simultaneously                                  
-single                                          
-so                                              
-software                                        
-sold                                            
-sole                                            
-solely                                          
-some                                            
-source                                          
-spare                                           
-speak                                           
-special                                         
-specific                                        
-specifically                                    
-specified                                       
-specifies                                       
-specify                                         
-spirit                                          
-stand                                           
-standard                                        
-standards                                       
-start                                           
-starts                                          
-state                                           
-stated                                          
-statement                                       
-stating                                         
-status                                          
-steps                                           
-storage                                         
-subdividing                                     
-subject                                         
-sublicenses                                     
-subprograms                                     
-subroutine                                      
-subsection                                      
-substantial                                     
-substantially                                   
-such                                            
-sue                                             
-suffice                                         
-supplement                                      
-support                                         
-supports                                        
-sure                                            
-surrender                                       
-survive                                         
-system                                          
-systematic                                      
-take                                            
-tangible                                        
-technological                                   
-tells                                           
-term                                            
-terminal                                        
-terminate                                       
-terminated                                      
-terminates                                      
-terms                                           
-than                                            
-that                                            
-the                                             
-their                                           
-them                                            
-then                                            
-there                                           
-therefore                                       
-these                                           
-they                                            
-things                                          
-third                                           
-this                                            
-those                                           
-though                                          
-threatened                                      
-three                                           
-through                                         
-thus                                            
-time                                            
-to                                              
-too                                             
-tools                                           
-trade                                           
-trademark                                       
-trademarks                                      
-transaction                                     
-transfer                                        
-transferred                                     
-transferring                                    
-transmission                                    
-treated                                         
-treaty                                          
-two                                             
-type                                            
-typical                                         
-unacceptable                                    
-under                                           
-unless                                          
-unlimited                                       
-unmodified                                      
-unnecessary                                     
-unpacking                                       
-until                                           
-updates                                         
-use                                             
-used                                            
-useful                                          
-user                                            
-users                                           
-uses                                            
-using                                           
-valid                                           
-verbatim                                        
-version                                         
-versions                                        
-view                                            
-violates                                        
-violation                                       
-visible                                         
-void                                            
-volume                                          
-w                                               
-waive                                           
-waiver                                          
-want                                            
-warranties                                      
-warranty                                        
-was                                             
-way                                             
-ways                                            
-we                                              
-welcome                                         
-well                                            
-were                                            
-what                                            
-whatever                                        
-when                                            
-where                                           
-whether                                         
-which                                           
-who                                             
-whole                                           
-whom                                            
-whose                                           
-widely                                          
-will                                            
-window                                          
-wish                                            
-with                                            
-within                                          
-without                                         
-work                                            
-work's                                          
-working                                         
-works                                           
-worldwide                                       
-would                                           
-written                                         
-year                                            
-years                                           
-you                                             
-your                                            
-yourself                                        
+0                  finally            
+1                  find               
+10                 first              
+11                 fixed              
+12                 flow               
+13                 follow             
+14                 following          
+15                 for                
+16                 forbid             
+17                 force              
+1996               form               
+2                  format             
+20                 found              
+2007               free               
+28                 freedom            
+29                 freedoms           
+3                  from               
+30                 fulfilling         
+4                  full               
+5                  functioning        
+6                  fundamentally      
+60                 further            
+6b                 future             
+6d                 general            
+7                  general-purpose    
+8                  generally          
+9                  generate           
+A                  get                
+ABOVE              give               
+ABSOLUTELY         given              
+ADVISED            gives              
+AGREED             giving             
+ALL                governed           
+AND                grant              
+AND/OR             granted            
+ANY                grants             
+APPLICABLE         gratis             
+ARISING            greatest           
+AS                 guarantee          
+ASSUME             had                
+Acceptance         has                
+Access             have               
+Additional         having             
+Affero             hereafter          
+All                holder             
+Also               holders            
+An                 hope               
+Ancillary          hosts              
+And                household          
+Anti-Circumvention how                
+Any                however            
+Apply              hypothetical       
+Appropriate        idea               
+Automatic          identifiable       
+BE                 if                 
+BEEN               implement          
+BEING              implementation     
+BUT                implied            
+BY                 import             
+Basic              importing          
+But                impose             
+By                 imposed            
+C                  in                 
+CONDITIONS         include            
+CONSEQUENTIAL      included           
+CONVEYS            includes           
+COPYRIGHT          including          
+CORRECTION         incompatible       
+COST               incorporating      
+Code               incorporation      
+Component          indemnification    
+Convey             independent        
+Conveying          indicate           
+Copies             indicating         
+Copyright          individual         
+Corresponding      individuals        
+DAMAGES            industrial         
+DATA               inform             
+DEFECTIVE          information        
+December           infringe           
+Declining          infringed          
+Definitions        infringement       
+Developers         initiate           
+Disclaimer         inside             
+Disclaiming        install            
+Downstream         installed          
+EITHER             instead            
+END                intact             
+ENTIRE             intended           
+EVEN               intention          
+EVENT              interaction        
+EXCEPT             interactive        
+EXPRESSED          interchange        
+EXTENT             interest           
+Each               interface          
+Everyone           interfaces         
+FAILURE            interfered         
+FITNESS            interpreter        
+FOR                intimate           
+Finally            into               
+For                invalidate         
+Forms              irrevocable        
+Foundation         is                 
+Free               it                 
+Freedom            item               
+From               its                
+GENERAL            itself             
+GNU                keep               
+GPL                kernel             
+GPL-3.0            key                
+GUI                keys               
+General            kind               
+HAS                kinds              
+HOLDER             know               
+HOLDERS            knowingly          
+Having             knowledge          
+How                language           
+However            larger             
+IF                 later              
+IMPLIED            law                
+IN                 laws               
+INABILITY          lawsuit            
+INACCURATE         least              
+INCIDENTAL         legal              
+INCLUDING          liability          
+IS                 liable             
+If                 libraries          
+In                 library            
+Inc                license            
+Inclusion          licensed           
+Information        licensee           
+Installation       licensees          
+Interface          licenses           
+Interpretation     licensors          
+It                 like               
+June               likewise           
+KIND               limit              
+Knowingly          limitation         
+LAW                limiting           
+LIABLE             line               
+LICENSE            link               
+LIMITED            linked             
+LOSS               linking            
+LOSSES             list               
+Later              litigation         
+Law                local              
+Legal              long               
+Lesser             machine-readable   
+Liability          made               
+Libraries          mail               
+Library            maintain           
+License            major              
+Licensees          make               
+Licenses           makes              
+Licensing          making             
+Limitation         manner             
+Limiting           manufacturer       
+MERCHANTABILITY    marked             
+MODIFIES           marks              
+Major              masks              
+March              material           
+Mere               materially         
+Modified           may                
+Moreover           meaning            
+NECESSARY          means              
+NO                 measure            
+NOT                measures           
+New                medium             
+No                 meet               
+Non-Source         meets              
+Not                menu               
+Nothing            merging            
+Notices            met                
+Notwithstanding    methods            
+OF                 might              
+OPERATE            misrepresentation  
+OR                 mode               
+OTHER              model              
+OTHERWISE          modification       
+OUT                modifications      
+Object             modified           
+Of                 modifies           
+Others             modify             
+Our                modifying          
+PARTICULAR         more               
+PARTIES            most               
+PARTY              must               
+PERFORMANCE        name               
+PERMITTED          names              
+POSSIBILITY        nature             
+PROGRAM            necessary          
+PROGRAMS           need               
+PROVE              needed             
+PROVIDE            neither            
+PUBLIC             network            
+PURPOSE            new                
+Patents            next               
+Permissions        no                 
+Preamble           non-consumer       
+Product            non-exclusive      
+Program            non-exercise       
+Program's          non-free           
+Programs           non-permissive     
+Prohibiting        non-source         
+Propagation        noncommercially    
+Protecting         nor                
+Public             normal             
+QUALITY            normally           
+RENDERED           not                
+REPAIR             nothing            
+REQUIRED           notice             
+RISK               notices            
+ROM                notifies           
+Recipients         notify             
+Regardless         number             
+Required           numbered           
+Requiring          object             
+Revised            obligate           
+Rights             obligated          
+SERVICING          obligations        
+SHOULD             occasionally       
+SPECIAL            occurring          
+STATED             occurs             
+SUCH               of                 
+SUSTAINED          offer              
+Sections           offered            
+See                offering           
+Software           official           
+Some               on                 
+Source             one                
+Standard           only               
+States             operated           
+Sublicensing       operating          
+Such               operation          
+Surrender          option             
+System             options            
+TERMS              or                 
+THE                order              
+THERE              organization       
+THIRD              organizations      
+TO                 origin             
+Termination        original           
+Terms              other              
+The                others             
+Therefore          otherwise          
+These              our                
+This               output             
+Those              outside            
+To                 own                
+UNLESS             owned              
+USE                packaged           
+Use                packaging          
+User               paper              
+Users              paragraph          
+Verbatim           paragraphs         
+Version            part               
+Versions           particular         
+WARRANTIES         parties            
+WARRANTY           parts              
+WHEN               party              
+WHO                party's            
+WILL               pass               
+WIPO               password           
+WITH               patent             
+WITHOUT            patents            
+WRITING            pattern            
+Warranty           payment            
+We                 peer-to-peer       
+When               peers              
+YOU                performing         
+You                permanently        
+Your               permission         
+a                  permissions        
+ability            permissive         
+about              permit             
+above              permits            
+absence            permitted          
+absolute           perpetuity         
+abuse              personal           
+accept             pertinent          
+acceptance         physical           
+access             physically         
+accessible         pieces             
+accompanied        place              
+accompanies        please             
+accord             plus               
+according          pointer            
+achieve            portion            
+acknowledges       possesses          
+acquired           possession         
+across             possible           
+actions            power              
+activities         practical          
+activity           practice           
+actual             precise            
+actually           precisely          
+adapt              predecessor        
+add                preferred          
+added              present            
+additional         presents           
+address            preservation       
+addressed          prevent            
+adopted            prevented          
+adversely          previous           
+affects            price              
+affirmed           primarily          
+affirms            prior              
+after              private            
+against            problems           
+aggregate          procedures         
+agree              procuring          
+agreement          produce            
+aim                product            
+all                products           
+alleging           program            
+allow              program's          
+allowed            program--to        
+along              programmer         
+already            programming        
+also               programs           
+alternative        prohibit           
+although           prohibiting        
+among              prohibits          
+an                 prominent          
+and                prominently        
+and/or             propagate          
+any                propagating        
+anyone             propagation        
+anything           property           
+applicable         proprietary        
+applications       protect            
+applied            protecting         
+applies            protection         
+apply              protocols          
+appropriate        provide            
+appropriately      provided           
+approximates       provision          
+are                provisionally      
+area               proxy              
+arise              proxy's            
+arrange            public             
+arrangement        publicity          
+article            publicly           
+as                 publish            
+asking             published          
+assert             purpose            
+assets             purposes           
+associated         pursuant           
+assumption         qualify            
+assumptions        read               
+assures            readily            
+at                 reading            
+attach             ready              
+attempt            reason             
+attributed         reasonable         
+attributions       receipt            
+author             receive            
+authorization      received           
+authorized         receives           
+authorizes         receiving          
+authorizing        recipient          
+authors            recipient's        
+automatically      recipients         
+available          recognized         
+avoid              redistribute       
+away               referring          
+b                  refers             
+based              refrain            
+be                 regard             
+because            regardless         
+been               regenerate         
+behalf             reinstated         
+being              relationship       
+believe            released           
+below              relevant           
+benefit            relicensing        
+best               relying            
+between            remain             
+beyond             remains            
+body               removal            
+both               remove             
+box                render             
+brief              represent          
+business           require            
+but                required           
+by                 requirement        
+c                  requirements       
+called             requires           
+can                requiring          
+cannot             resolved           
+carry              respect            
+case               responsibilities   
+cases              responsible        
+cause              restrict           
+cease              restricting        
+certain            restriction        
+cessation          restrictions       
+change             result             
+changed            resulting          
+changing           results            
+characterized      retains            
+charge             return             
+choose             reviewing          
+choosing           revised            
+circumstances      right              
+circumvention      rights             
+civil              royalty            
+claim              royalty-free       
+claims             rules              
+class              run                
+clear              running            
+clearly            runs               
+closely            safest             
+code               sake               
+collect            sale               
+combination        same               
+combine            satisfy            
+combined           saying             
+comes              school             
+commands           scope              
+commercial         scripts            
+commitment         secondarily        
+common             section            
+communication      sections           
+compilation        see                
+compilation's      sell               
+compilations       selling            
+compiler           semiconductor      
+compliance         separable          
+comply             separate           
+component          separately         
+computer           server             
+computers          serves             
+concerning         service            
+concerns           shall              
+conditioned        share              
+conditions         shared             
+connection         short              
+consequence        should             
+consider           show               
+considered         sign               
+consistent         significant        
+conspicuously      similar            
+constantly         simultaneously     
+constitutes        single             
+construed          so                 
+consumer           software           
+contact            sold               
+contain            sole               
+containing         solely             
+contains           some               
+content            source             
+contents           spare              
+context            speak              
+continue           special            
+continued          specific           
+contractual        specifically       
+contradict         specified          
+contrast           specifies          
+contributor        specify            
+contributor's      spirit             
+control            stand              
+controlled         standard           
+convenient         standards          
+convey             start              
+conveyance         starts             
+conveyed           state              
+conveying          stated             
+conveys            statement          
+copies             stating            
+copy               status             
+copying            steps              
+copyleft           storage            
+copyright          subdividing        
+copyright-like     subject            
+copyrightable      sublicenses        
+copyrighted        subprograms        
+cost               subroutine         
+could              subsection         
+counterclaim       substantial        
+countries          substantially      
+country            such               
+course             sue                
+court              suffice            
+courts             supplement         
+covenant           support            
+coverage           supports           
+covered            sure               
+criterion          surrender          
+cross-claim        survive            
+cure               system             
+customarily        systematic         
+customer           take               
+d                  tangible           
+danger             technological      
+data               tells              
+date               term               
+days               terminal           
+decide             terminate          
+deemed             terminated         
+defenses           terminates         
+defined            terms              
+definition         than               
+denied             that               
+denominated        the                
+deny               their              
+denying            them               
+deprive            then               
+designated         there              
+designed           therefore          
+detail             these              
+details            they               
+determining        things             
+develop            third              
+developers         this               
+development        those              
+devices            though             
+differ             threatened         
+different          three              
+differently        through            
+direction          thus               
+directions         time               
+directly           to                 
+disclaim           too                
+disclaimer         tools              
+discriminatory     trade              
+display            trademark          
+displayed          trademarks         
+displays           transaction        
+distinguishing     transfer           
+distribute         transferred        
+distributed        transferring       
+distributing       transmission       
+distribution       treated            
+do                 treaty             
+document           two                
+documented         type               
+does               typical            
+domains            unacceptable       
+doubtful           under              
+downstream         unless             
+durable            unlimited          
+dwelling           unmodified         
+dynamically        unnecessary        
+e                  unpacking          
+each               until              
+earlier            updates            
+effect             use                
+effected           used               
+effective          useful             
+effectively        user               
+efforts            users              
+either             uses               
+electronic         using              
+embodied           valid              
+employer           verbatim           
+enable             version            
+enables            versions           
+enforce            view               
+enforcing          violates           
+ensure             violation          
+entered            visible            
+entire             void               
+entirely           volume             
+entity             w                  
+equivalent         waive              
+erroneously        waiver             
+essential          want               
+even               warranties         
+ever               warranty           
+every              was                
+everyone           way                
+exact              ways               
+example            we                 
+except             welcome            
+exceptions         well               
+excluded           were               
+excluding          what               
+exclusion          whatever           
+exclusively        when               
+excuse             where              
+executable         whether            
+execute            which              
+executing          who                
+exercise           whole              
+exercising         whom               
+expected           whose              
+expects            widely             
+explains           will               
+explicitly         window             
+express            wish               
+expressly          with               
+extend             within             
+extended           without            
+extensions         work               
+extent             work's             
+f                  working            
+facilities         works              
+fails              worldwide          
+fair               would              
+family             written            
+fashion            year               
+favor              years              
+feature            you                
+fee                your               
+file               yourself           
+files              
 12345678901234567890123456789012345678901234567890123456789012345678901234567890
@@ -1,1219 +1,610 @@
 Test 15: 200 words in 2 columns, total width 40
 12345678901234567890123456789012345678901234567890123456789012345678901234567890
-0                                       
-1                                       
-10                                      
-11                                      
-12                                      
-13                                      
-14                                      
-15                                      
-16                                      
-17                                      
-1996                                    
-2                                       
-20                                      
-2007                                    
-28                                      
-29                                      
-3                                       
-30                                      
-4                                       
-5                                       
-6                                       
-60                                      
-6b                                      
-6d                                      
-7                                       
-8                                       
-9                                       
-A                                       
-ABOVE                                   
-ABSOLUTELY                              
-ADVISED                                 
-AGREED                                  
-ALL                                     
-AND                                     
-AND/OR                                  
-ANY                                     
-APPLICABLE                              
-ARISING                                 
-AS                                      
-ASSUME                                  
-Acceptance                              
-Access                                  
-Additional                              
-Affero                                  
-All                                     
-Also                                    
-An                                      
-Ancillary                               
-And                                     
-Anti-Circumvention                      
-Any                                     
-Apply                                   
-Appropriate                             
-Automatic                               
-BE                                      
-BEEN                                    
-BEING                                   
-BUT                                     
-BY                                      
-Basic                                   
-But                                     
-By                                      
-C                                       
-CONDITIONS                              
-CONSEQUENTIAL                           
-CONVEYS                                 
-COPYRIGHT                               
-CORRECTION                              
-COST                                    
-Code                                    
-Component                               
-Convey                                  
-Conveying                               
-Copies                                  
-Copyright                               
-Corresponding                           
-DAMAGES                                 
-DATA                                    
-DEFECTIVE                               
-December                                
-Declining                               
-Definitions                             
-Developers                              
-Disclaimer                              
-Disclaiming                             
-Downstream                              
-EITHER                                  
-END                                     
-ENTIRE                                  
-EVEN                                    
-EVENT                                   
-EXCEPT                                  
-EXPRESSED                               
-EXTENT                                  
-Each                                    
-Everyone                                
-FAILURE                                 
-FITNESS                                 
-FOR                                     
-Finally                                 
-For                                     
-Forms                                   
-Foundation                              
-Free                                    
-Freedom                                 
-From                                    
-GENERAL                                 
-GNU                                     
-GPL                                     
-GPL-3.0                                 
-GUI                                     
-General                                 
-HAS                                     
-HOLDER                                  
-HOLDERS                                 
-Having                                  
-How                                     
-However                                 
-IF                                      
-IMPLIED                                 
-IN                                      
-INABILITY                               
-INACCURATE                              
-INCIDENTAL                              
-INCLUDING                               
-IS                                      
-If                                      
-In                                      
-Inc                                     
-Inclusion                               
-Information                             
-Installation                            
-Interface                               
-Interpretation                          
-It                                      
-June                                    
-KIND                                    
-Knowingly                               
-LAW                                     
-LIABLE                                  
-LICENSE                                 
-LIMITED                                 
-LOSS                                    
-LOSSES                                  
-Later                                   
-Law                                     
-Legal                                   
-Lesser                                  
-Liability                               
-Libraries                               
-Library                                 
-License                                 
-Licensees                               
-Licenses                                
-Licensing                               
-Limitation                              
-Limiting                                
-MERCHANTABILITY                         
-MODIFIES                                
-Major                                   
-March                                   
-Mere                                    
-Modified                                
-Moreover                                
-NECESSARY                               
-NO                                      
-NOT                                     
-New                                     
-No                                      
-Non-Source                              
-Not                                     
-Nothing                                 
-Notices                                 
-Notwithstanding                         
-OF                                      
-OPERATE                                 
-OR                                      
-OTHER                                   
-OTHERWISE                               
-OUT                                     
-Object                                  
-Of                                      
-Others                                  
-Our                                     
-PARTICULAR                              
-PARTIES                                 
-PARTY                                   
-PERFORMANCE                             
-PERMITTED                               
-POSSIBILITY                             
-PROGRAM                                 
-PROGRAMS                                
-PROVE                                   
-PROVIDE                                 
-PUBLIC                                  
-PURPOSE                                 
-Patents                                 
-Permissions                             
-Preamble                                
-Product                                 
-Program                                 
-Program's                               
-Programs                                
-Prohibiting                             
-Propagation                             
-Protecting                              
-Public                                  
-QUALITY                                 
-RENDERED                                
-REPAIR                                  
-REQUIRED                                
-RISK                                    
-ROM                                     
-Recipients                              
-Regardless                              
-Required                                
-Requiring                               
-Revised                                 
-Rights                                  
-SERVICING                               
-SHOULD                                  
-SPECIAL                                 
-STATED                                  
-SUCH                                    
-SUSTAINED                               
-Sections                                
-See                                     
-Software                                
-Some                                    
-Source                                  
-Standard                                
-States                                  
-Sublicensing                            
-Such                                    
-Surrender                               
-System                                  
-TERMS                                   
-THE                                     
-THERE                                   
-THIRD                                   
-TO                                      
-Termination                             
-Terms                                   
-The                                     
-Therefore                               
-These                                   
-This                                    
-Those                                   
-To                                      
-UNLESS                                  
-USE                                     
-Use                                     
-User                                    
-Users                                   
-Verbatim                                
-Version                                 
-Versions                                
-WARRANTIES                              
-WARRANTY                                
-WHEN                                    
-WHO                                     
-WILL                                    
-WIPO                                    
-WITH                                    
-WITHOUT                                 
-WRITING                                 
-Warranty                                
-We                                      
-When                                    
-YOU                                     
-You                                     
-Your                                    
-a                                       
-ability                                 
-about                                   
-above                                   
-absence                                 
-absolute                                
-abuse                                   
-accept                                  
-acceptance                              
-access                                  
-accessible                              
-accompanied                             
-accompanies                             
-accord                                  
-according                               
-achieve                                 
-acknowledges                            
-acquired                                
-across                                  
-actions                                 
-activities                              
-activity                                
-actual                                  
-actually                                
-adapt                                   
-add                                     
-added                                   
-additional                              
-address                                 
-addressed                               
-adopted                                 
-adversely                               
-affects                                 
-affirmed                                
-affirms                                 
-after                                   
-against                                 
-aggregate                               
-agree                                   
-agreement                               
-aim                                     
-all                                     
-alleging                                
-allow                                   
-allowed                                 
-along                                   
-already                                 
-also                                    
-alternative                             
-although                                
-among                                   
-an                                      
-and                                     
-and/or                                  
-any                                     
-anyone                                  
-anything                                
-applicable                              
-applications                            
-applied                                 
-applies                                 
-apply                                   
-appropriate                             
-appropriately                           
-approximates                            
-are                                     
-area                                    
-arise                                   
-arrange                                 
-arrangement                             
-article                                 
-as                                      
-asking                                  
-assert                                  
-assets                                  
-associated                              
-assumption                              
-assumptions                             
-assures                                 
-at                                      
-attach                                  
-attempt                                 
-attributed                              
-attributions                            
-author                                  
-authorization                           
-authorized                              
-authorizes                              
-authorizing                             
-authors                                 
-automatically                           
-available                               
-avoid                                   
-away                                    
-b                                       
-based                                   
-be                                      
-because                                 
-been                                    
-behalf                                  
-being                                   
-believe                                 
-below                                   
-benefit                                 
-best                                    
-between                                 
-beyond                                  
-body                                    
-both                                    
-box                                     
-brief                                   
-business                                
-but                                     
-by                                      
-c                                       
-called                                  
-can                                     
-cannot                                  
-carry                                   
-case                                    
-cases                                   
-cause                                   
-cease                                   
-certain                                 
-cessation                               
-change                                  
-changed                                 
-changing                                
-characterized                           
-charge                                  
-choose                                  
-choosing                                
-circumstances                           
-circumvention                           
-civil                                   
-claim                                   
-claims                                  
-class                                   
-clear                                   
-clearly                                 
-closely                                 
-code                                    
-collect                                 
-combination                             
-combine                                 
-combined                                
-comes                                   
-commands                                
-commercial                              
-commitment                              
-common                                  
-communication                           
-compilation                             
-compilation's                           
-compilations                            
-compiler                                
-compliance                              
-comply                                  
-component                               
-computer                                
-computers                               
-concerning                              
-concerns                                
-conditioned                             
-conditions                              
-connection                              
-consequence                             
-consider                                
-considered                              
-consistent                              
-conspicuously                           
-constantly                              
-constitutes                             
-construed                               
-consumer                                
-contact                                 
-contain                                 
-containing                              
-contains                                
-content                                 
-contents                                
-context                                 
-continue                                
-continued                               
-contractual                             
-contradict                              
-contrast                                
-contributor                             
-contributor's                           
-control                                 
-controlled                              
-convenient                              
-convey                                  
-conveyance                              
-conveyed                                
-conveying                               
-conveys                                 
-copies                                  
-copy                                    
-copying                                 
-copyleft                                
-copyright                               
-copyright-like                          
-copyrightable                           
-copyrighted                             
-cost                                    
-could                                   
-counterclaim                            
-countries                               
-country                                 
-course                                  
-court                                   
-courts                                  
-covenant                                
-coverage                                
-covered                                 
-criterion                               
-cross-claim                             
-cure                                    
-customarily                             
-customer                                
-d                                       
-danger                                  
-data                                    
-date                                    
-days                                    
-decide                                  
-deemed                                  
-defenses                                
-defined                                 
-definition                              
-denied                                  
-denominated                             
-deny                                    
-denying                                 
-deprive                                 
-designated                              
-designed                                
-detail                                  
-details                                 
-determining                             
-develop                                 
-developers                              
-development                             
-devices                                 
-differ                                  
-different                               
-differently                             
-direction                               
-directions                              
-directly                                
-disclaim                                
-disclaimer                              
-discriminatory                          
-display                                 
-displayed                               
-displays                                
-distinguishing                          
-distribute                              
-distributed                             
-distributing                            
-distribution                            
-do                                      
-document                                
-documented                              
-does                                    
-domains                                 
-doubtful                                
-downstream                              
-durable                                 
-dwelling                                
-dynamically                             
-e                                       
-each                                    
-earlier                                 
-effect                                  
-effected                                
-effective                               
-effectively                             
-efforts                                 
-either                                  
-electronic                              
-embodied                                
-employer                                
-enable                                  
-enables                                 
-enforce                                 
-enforcing                               
-ensure                                  
-entered                                 
-entire                                  
-entirely                                
-entity                                  
-equivalent                              
-erroneously                             
-essential                               
-even                                    
-ever                                    
-every                                   
-everyone                                
-exact                                   
-example                                 
-except                                  
-exceptions                              
-excluded                                
-excluding                               
-exclusion                               
-exclusively                             
-excuse                                  
-executable                              
-execute                                 
-executing                               
-exercise                                
-exercising                              
-expected                                
-expects                                 
-explains                                
-explicitly                              
-express                                 
-expressly                               
-extend                                  
-extended                                
-extensions                              
-extent                                  
-f                                       
-facilities                              
-fails                                   
-fair                                    
-family                                  
-fashion                                 
-favor                                   
-feature                                 
-fee                                     
-file                                    
-files                                   
-finally                                 
-find                                    
-first                                   
-fixed                                   
-flow                                    
-follow                                  
-following                               
-for                                     
-forbid                                  
-force                                   
-form                                    
-format                                  
-found                                   
-free                                    
-freedom                                 
-freedoms                                
-from                                    
-fulfilling                              
-full                                    
-functioning                             
-fundamentally                           
-further                                 
-future                                  
-general                                 
-general-purpose                         
-generally                               
-generate                                
-get                                     
-give                                    
-given                                   
-gives                                   
-giving                                  
-governed                                
-grant                                   
-granted                                 
-grants                                  
-gratis                                  
-greatest                                
-guarantee                               
-had                                     
-has                                     
-have                                    
-having                                  
-hereafter                               
-holder                                  
-holders                                 
-hope                                    
-hosts                                   
-household                               
-how                                     
-however                                 
-http://fsf.org                          
-http://www.gnu.org/licenses             
-http://www.gnu.org/philosophy/why-not-lgpl.html 
-hypothetical                            
-idea                                    
-identifiable                            
-if                                      
-implement                               
-implementation                          
-implied                                 
-import                                  
-importing                               
-impose                                  
-imposed                                 
-in                                      
-include                                 
-included                                
-includes                                
-including                               
-incompatible                            
-incorporating                           
-incorporation                           
-indemnification                         
-independent                             
-indicate                                
-indicating                              
-individual                              
-individuals                             
-industrial                              
-inform                                  
-information                             
-infringe                                
-infringed                               
-infringement                            
-initiate                                
-inside                                  
-install                                 
-installed                               
-instead                                 
-intact                                  
-intended                                
-intention                               
-interaction                             
-interactive                             
-interchange                             
-interest                                
-interface                               
-interfaces                              
-interfered                              
-interpreter                             
-intimate                                
-into                                    
-invalidate                              
-irrevocable                             
-is                                      
-it                                      
-item                                    
-its                                     
-itself                                  
-keep                                    
-kernel                                  
-key                                     
-keys                                    
-kind                                    
-kinds                                   
-know                                    
-knowingly                               
-knowledge                               
-language                                
-larger                                  
-later                                   
-law                                     
-laws                                    
-lawsuit                                 
-least                                   
-legal                                   
-liability                               
-liable                                  
-libraries                               
-library                                 
-license                                 
-licensed                                
-licensee                                
-licensees                               
-licenses                                
-licensors                               
-like                                    
-likewise                                
-limit                                   
-limitation                              
-limiting                                
-line                                    
-link                                    
-linked                                  
-linking                                 
-list                                    
-litigation                              
-local                                   
-long                                    
-machine-readable                        
-made                                    
-mail                                    
-maintain                                
-major                                   
-make                                    
-makes                                   
-making                                  
-manner                                  
-manufacturer                            
-marked                                  
-marks                                   
-masks                                   
-material                                
-materially                              
-may                                     
-meaning                                 
-means                                   
-measure                                 
-measures                                
-medium                                  
-meet                                    
-meets                                   
-menu                                    
-merging                                 
-met                                     
-methods                                 
-might                                   
-misrepresentation                       
-mode                                    
-model                                   
-modification                            
-modifications                           
-modified                                
-modifies                                
-modify                                  
-modifying                               
-more                                    
-most                                    
-must                                    
-name                                    
-names                                   
-nature                                  
-necessary                               
-need                                    
-needed                                  
-neither                                 
-network                                 
-new                                     
-next                                    
-no                                      
-non-consumer                            
-non-exclusive                           
-non-exercise                            
-non-free                                
-non-permissive                          
-non-source                              
-noncommercially                         
-nor                                     
-normal                                  
-normally                                
-not                                     
-nothing                                 
-notice                                  
-notices                                 
-notifies                                
-notify                                  
-number                                  
-numbered                                
-object                                  
-obligate                                
-obligated                               
-obligations                             
-occasionally                            
-occurring                               
-occurs                                  
-of                                      
-offer                                   
-offered                                 
-offering                                
-official                                
-on                                      
-one                                     
-only                                    
-operated                                
-operating                               
-operation                               
-option                                  
-options                                 
-or                                      
-order                                   
-organization                            
-organizations                           
-origin                                  
-original                                
-other                                   
-others                                  
-otherwise                               
-our                                     
-output                                  
-outside                                 
-own                                     
-owned                                   
-packaged                                
-packaging                               
-paper                                   
-paragraph                               
-paragraphs                              
-part                                    
-particular                              
-parties                                 
-parts                                   
-party                                   
-party's                                 
-pass                                    
-password                                
-patent                                  
-patents                                 
-pattern                                 
-payment                                 
-peer-to-peer                            
-peers                                   
-performing                              
-permanently                             
-permission                              
-permissions                             
-permissive                              
-permit                                  
-permits                                 
-permitted                               
-perpetuity                              
-personal                                
-pertinent                               
-physical                                
-physically                              
-pieces                                  
-place                                   
-please                                  
-plus                                    
-pointer                                 
-portion                                 
-possesses                               
-possession                              
-possible                                
-power                                   
-practical                               
-practice                                
-precise                                 
-precisely                               
-predecessor                             
-preferred                               
-present                                 
-presents                                
-preservation                            
-prevent                                 
-prevented                               
-previous                                
-price                                   
-primarily                               
-prior                                   
-private                                 
-problems                                
-procedures                              
-procuring                               
-produce                                 
-product                                 
-products                                
-program                                 
-program's                               
-program--to                             
-programmer                              
-programming                             
-programs                                
-prohibit                                
-prohibiting                             
-prohibits                               
-prominent                               
-prominently                             
-propagate                               
-propagating                             
-propagation                             
-property                                
-proprietary                             
-protect                                 
-protecting                              
-protection                              
-protocols                               
-provide                                 
-provided                                
-provision                               
-provisionally                           
-proxy                                   
-proxy's                                 
-public                                  
-publicity                               
-publicly                                
-publish                                 
-published                               
-purpose                                 
-purposes                                
-pursuant                                
-qualify                                 
-read                                    
-readily                                 
-reading                                 
-ready                                   
-reason                                  
-reasonable                              
-receipt                                 
-receive                                 
-received                                
-receives                                
-receiving                               
-recipient                               
-recipient's                             
-recipients                              
-recognized                              
-redistribute                            
-referring                               
-refers                                  
-refrain                                 
-regard                                  
-regardless                              
-regenerate                              
-reinstated                              
-relationship                            
-released                                
-relevant                                
-relicensing                             
-relying                                 
-remain                                  
-remains                                 
-removal                                 
-remove                                  
-render                                  
-represent                               
-require                                 
-required                                
-requirement                             
-requirements                            
-requires                                
-requiring                               
-resolved                                
-respect                                 
-responsibilities                        
-responsible                             
-restrict                                
-restricting                             
-restriction                             
-restrictions                            
-result                                  
-resulting                               
-results                                 
-retains                                 
-return                                  
-reviewing                               
-revised                                 
-right                                   
-rights                                  
-royalty                                 
-royalty-free                            
-rules                                   
-run                                     
-running                                 
-runs                                    
-safest                                  
-sake                                    
-sale                                    
-same                                    
-satisfy                                 
-saying                                  
-school                                  
-scope                                   
-scripts                                 
-secondarily                             
-section                                 
-sections                                
-see                                     
-sell                                    
-selling                                 
-semiconductor                           
-separable                               
-separate                                
-separately                              
-server                                  
-serves                                  
-service                                 
-shall                                   
-share                                   
-shared                                  
-short                                   
-should                                  
-show                                    
-sign                                    
-significant                             
-similar                                 
-simultaneously                          
-single                                  
-so                                      
-software                                
-sold                                    
-sole                                    
-solely                                  
-some                                    
-source                                  
-spare                                   
-speak                                   
-special                                 
-specific                                
-specifically                            
-specified                               
-specifies                               
-specify                                 
-spirit                                  
-stand                                   
-standard                                
-standards                               
-start                                   
-starts                                  
-state                                   
-stated                                  
-statement                               
-stating                                 
-status                                  
-steps                                   
-storage                                 
-subdividing                             
-subject                                 
-sublicenses                             
-subprograms                             
-subroutine                              
-subsection                              
-substantial                             
-substantially                           
-such                                    
-sue                                     
-suffice                                 
-supplement                              
-support                                 
-supports                                
-sure                                    
-surrender                               
-survive                                 
-system                                  
-systematic                              
-take                                    
-tangible                                
-technological                           
-tells                                   
-term                                    
-terminal                                
-terminate                               
-terminated                              
-terminates                              
-terms                                   
-than                                    
-that                                    
-the                                     
-their                                   
-them                                    
-then                                    
-there                                   
-therefore                               
-these                                   
-they                                    
-things                                  
-third                                   
-this                                    
-those                                   
-though                                  
-threatened                              
-three                                   
-through                                 
-thus                                    
-time                                    
-to                                      
-too                                     
-tools                                   
-trade                                   
-trademark                               
-trademarks                              
-transaction                             
-transfer                                
-transferred                             
-transferring                            
-transmission                            
-treated                                 
-treaty                                  
-two                                     
-type                                    
-typical                                 
-unacceptable                            
-under                                   
-unless                                  
-unlimited                               
-unmodified                              
-unnecessary                             
-unpacking                               
-until                                   
-updates                                 
-use                                     
-used                                    
-useful                                  
-user                                    
-users                                   
-uses                                    
-using                                   
-valid                                   
-verbatim                                
-version                                 
-versions                                
-view                                    
-violates                                
-violation                               
-visible                                 
-void                                    
-volume                                  
-w                                       
-waive                                   
-waiver                                  
-want                                    
-warranties                              
-warranty                                
-was                                     
-way                                     
-ways                                    
-we                                      
-welcome                                 
-well                                    
-were                                    
-what                                    
-whatever                                
-when                                    
-where                                   
-whether                                 
-which                                   
-who                                     
-whole                                   
-whom                                    
-whose                                   
-widely                                  
-will                                    
-window                                  
-wish                                    
-with                                    
-within                                  
-without                                 
-work                                    
-work's                                  
-working                                 
-works                                   
-worldwide                               
-would                                   
-written                                 
-year                                    
-years                                   
-you                                     
-your                                    
-yourself                                
+0                  finally            
+1                  find               
+10                 first              
+11                 fixed              
+12                 flow               
+13                 follow             
+14                 following          
+15                 for                
+16                 forbid             
+17                 force              
+1996               form               
+2                  format             
+20                 found              
+2007               free               
+28                 freedom            
+29                 freedoms           
+3                  from               
+30                 fulfilling         
+4                  full               
+5                  functioning        
+6                  fundamentally      
+60                 further            
+6b                 future             
+6d                 general            
+7                  general-purpose    
+8                  generally          
+9                  generate           
+A                  get                
+ABOVE              give               
+ABSOLUTELY         given              
+ADVISED            gives              
+AGREED             giving             
+ALL                governed           
+AND                grant              
+AND/OR             granted            
+ANY                grants             
+APPLICABLE         gratis             
+ARISING            greatest           
+AS                 guarantee          
+ASSUME             had                
+Acceptance         has                
+Access             have               
+Additional         having             
+Affero             hereafter          
+All                holder             
+Also               holders            
+An                 hope               
+Ancillary          hosts              
+And                household          
+Anti-Circumvention how                
+Any                however            
+Apply              hypothetical       
+Appropriate        idea               
+Automatic          identifiable       
+BE                 if                 
+BEEN               implement          
+BEING              implementation     
+BUT                implied            
+BY                 import             
+Basic              importing          
+But                impose             
+By                 imposed            
+C                  in                 
+CONDITIONS         include            
+CONSEQUENTIAL      included           
+CONVEYS            includes           
+COPYRIGHT          including          
+CORRECTION         incompatible       
+COST               incorporating      
+Code               incorporation      
+Component          indemnification    
+Convey             independent        
+Conveying          indicate           
+Copies             indicating         
+Copyright          individual         
+Corresponding      individuals        
+DAMAGES            industrial         
+DATA               inform             
+DEFECTIVE          information        
+December           infringe           
+Declining          infringed          
+Definitions        infringement       
+Developers         initiate           
+Disclaimer         inside             
+Disclaiming        install            
+Downstream         installed          
+EITHER             instead            
+END                intact             
+ENTIRE             intended           
+EVEN               intention          
+EVENT              interaction        
+EXCEPT             interactive        
+EXPRESSED          interchange        
+EXTENT             interest           
+Each               interface          
+Everyone           interfaces         
+FAILURE            interfered         
+FITNESS            interpreter        
+FOR                intimate           
+Finally            into               
+For                invalidate         
+Forms              irrevocable        
+Foundation         is                 
+Free               it                 
+Freedom            item               
+From               its                
+GENERAL            itself             
+GNU                keep               
+GPL                kernel             
+GPL-3.0            key                
+GUI                keys               
+General            kind               
+HAS                kinds              
+HOLDER             know               
+HOLDERS            knowingly          
+Having             knowledge          
+How                language           
+However            larger             
+IF                 later              
+IMPLIED            law                
+IN                 laws               
+INABILITY          lawsuit            
+INACCURATE         least              
+INCIDENTAL         legal              
+INCLUDING          liability          
+IS                 liable             
+If                 libraries          
+In                 library            
+Inc                license            
+Inclusion          licensed           
+Information        licensee           
+Installation       licensees          
+Interface          licenses           
+Interpretation     licensors          
+It                 like               
+June               likewise           
+KIND               limit              
+Knowingly          limitation         
+LAW                limiting           
+LIABLE             line               
+LICENSE            link               
+LIMITED            linked             
+LOSS               linking            
+LOSSES             list               
+Later              litigation         
+Law                local              
+Legal              long               
+Lesser             machine-readable   
+Liability          made               
+Libraries          mail               
+Library            maintain           
+License            major              
+Licensees          make               
+Licenses           makes              
+Licensing          making             
+Limitation         manner             
+Limiting           manufacturer       
+MERCHANTABILITY    marked             
+MODIFIES           marks              
+Major              masks              
+March              material           
+Mere               materially         
+Modified           may                
+Moreover           meaning            
+NECESSARY          means              
+NO                 measure            
+NOT                measures           
+New                medium             
+No                 meet               
+Non-Source         meets              
+Not                menu               
+Nothing            merging            
+Notices            met                
+Notwithstanding    methods            
+OF                 might              
+OPERATE            misrepresentation  
+OR                 mode               
+OTHER              model              
+OTHERWISE          modification       
+OUT                modifications      
+Object             modified           
+Of                 modifies           
+Others             modify             
+Our                modifying          
+PARTICULAR         more               
+PARTIES            most               
+PARTY              must               
+PERFORMANCE        name               
+PERMITTED          names              
+POSSIBILITY        nature             
+PROGRAM            necessary          
+PROGRAMS           need               
+PROVE              needed             
+PROVIDE            neither            
+PUBLIC             network            
+PURPOSE            new                
+Patents            next               
+Permissions        no                 
+Preamble           non-consumer       
+Product            non-exclusive      
+Program            non-exercise       
+Program's          non-free           
+Programs           non-permissive     
+Prohibiting        non-source         
+Propagation        noncommercially    
+Protecting         nor                
+Public             normal             
+QUALITY            normally           
+RENDERED           not                
+REPAIR             nothing            
+REQUIRED           notice             
+RISK               notices            
+ROM                notifies           
+Recipients         notify             
+Regardless         number             
+Required           numbered           
+Requiring          object             
+Revised            obligate           
+Rights             obligated          
+SERVICING          obligations        
+SHOULD             occasionally       
+SPECIAL            occurring          
+STATED             occurs             
+SUCH               of                 
+SUSTAINED          offer              
+Sections           offered            
+See                offering           
+Software           official           
+Some               on                 
+Source             one                
+Standard           only               
+States             operated           
+Sublicensing       operating          
+Such               operation          
+Surrender          option             
+System             options            
+TERMS              or                 
+THE                order              
+THERE              organization       
+THIRD              organizations      
+TO                 origin             
+Termination        original           
+Terms              other              
+The                others             
+Therefore          otherwise          
+These              our                
+This               output             
+Those              outside            
+To                 own                
+UNLESS             owned              
+USE                packaged           
+Use                packaging          
+User               paper              
+Users              paragraph          
+Verbatim           paragraphs         
+Version            part               
+Versions           particular         
+WARRANTIES         parties            
+WARRANTY           parts              
+WHEN               party              
+WHO                party's            
+WILL               pass               
+WIPO               password           
+WITH               patent             
+WITHOUT            patents            
+WRITING            pattern            
+Warranty           payment            
+We                 peer-to-peer       
+When               peers              
+YOU                performing         
+You                permanently        
+Your               permission         
+a                  permissions        
+ability            permissive         
+about              permit             
+above              permits            
+absence            permitted          
+absolute           perpetuity         
+abuse              personal           
+accept             pertinent          
+acceptance         physical           
+access             physically         
+accessible         pieces             
+accompanied        place              
+accompanies        please             
+accord             plus               
+according          pointer            
+achieve            portion            
+acknowledges       possesses          
+acquired           possession         
+across             possible           
+actions            power              
+activities         practical          
+activity           practice           
+actual             precise            
+actually           precisely          
+adapt              predecessor        
+add                preferred          
+added              present            
+additional         presents           
+address            preservation       
+addressed          prevent            
+adopted            prevented          
+adversely          previous           
+affects            price              
+affirmed           primarily          
+affirms            prior              
+after              private            
+against            problems           
+aggregate          procedures         
+agree              procuring          
+agreement          produce            
+aim                product            
+all                products           
+alleging           program            
+allow              program's          
+allowed            program--to        
+along              programmer         
+already            programming        
+also               programs           
+alternative        prohibit           
+although           prohibiting        
+among              prohibits          
+an                 prominent          
+and                prominently        
+and/or             propagate          
+any                propagating        
+anyone             propagation        
+anything           property           
+applicable         proprietary        
+applications       protect            
+applied            protecting         
+applies            protection         
+apply              protocols          
+appropriate        provide            
+appropriately      provided           
+approximates       provision          
+are                provisionally      
+area               proxy              
+arise              proxy's            
+arrange            public             
+arrangement        publicity          
+article            publicly           
+as                 publish            
+asking             published          
+assert             purpose            
+assets             purposes           
+associated         pursuant           
+assumption         qualify            
+assumptions        read               
+assures            readily            
+at                 reading            
+attach             ready              
+attempt            reason             
+attributed         reasonable         
+attributions       receipt            
+author             receive            
+authorization      received           
+authorized         receives           
+authorizes         receiving          
+authorizing        recipient          
+authors            recipient's        
+automatically      recipients         
+available          recognized         
+avoid              redistribute       
+away               referring          
+b                  refers             
+based              refrain            
+be                 regard             
+because            regardless         
+been               regenerate         
+behalf             reinstated         
+being              relationship       
+believe            released           
+below              relevant           
+benefit            relicensing        
+best               relying            
+between            remain             
+beyond             remains            
+body               removal            
+both               remove             
+box                render             
+brief              represent          
+business           require            
+but                required           
+by                 requirement        
+c                  requirements       
+called             requires           
+can                requiring          
+cannot             resolved           
+carry              respect            
+case               responsibilities   
+cases              responsible        
+cause              restrict           
+cease              restricting        
+certain            restriction        
+cessation          restrictions       
+change             result             
+changed            resulting          
+changing           results            
+characterized      retains            
+charge             return             
+choose             reviewing          
+choosing           revised            
+circumstances      right              
+circumvention      rights             
+civil              royalty            
+claim              royalty-free       
+claims             rules              
+class              run                
+clear              running            
+clearly            runs               
+closely            safest             
+code               sake               
+collect            sale               
+combination        same               
+combine            satisfy            
+combined           saying             
+comes              school             
+commands           scope              
+commercial         scripts            
+commitment         secondarily        
+common             section            
+communication      sections           
+compilation        see                
+compilation's      sell               
+compilations       selling            
+compiler           semiconductor      
+compliance         separable          
+comply             separate           
+component          separately         
+computer           server             
+computers          serves             
+concerning         service            
+concerns           shall              
+conditioned        share              
+conditions         shared             
+connection         short              
+consequence        should             
+consider           show               
+considered         sign               
+consistent         significant        
+conspicuously      similar            
+constantly         simultaneously     
+constitutes        single             
+construed          so                 
+consumer           software           
+contact            sold               
+contain            sole               
+containing         solely             
+contains           some               
+content            source             
+contents           spare              
+context            speak              
+continue           special            
+continued          specific           
+contractual        specifically       
+contradict         specified          
+contrast           specifies          
+contributor        specify            
+contributor's      spirit             
+control            stand              
+controlled         standard           
+convenient         standards          
+convey             start              
+conveyance         starts             
+conveyed           state              
+conveying          stated             
+conveys            statement          
+copies             stating            
+copy               status             
+copying            steps              
+copyleft           storage            
+copyright          subdividing        
+copyright-like     subject            
+copyrightable      sublicenses        
+copyrighted        subprograms        
+cost               subroutine         
+could              subsection         
+counterclaim       substantial        
+countries          substantially      
+country            such               
+course             sue                
+court              suffice            
+courts             supplement         
+covenant           support            
+coverage           supports           
+covered            sure               
+criterion          surrender          
+cross-claim        survive            
+cure               system             
+customarily        systematic         
+customer           take               
+d                  tangible           
+danger             technological      
+data               tells              
+date               term               
+days               terminal           
+decide             terminate          
+deemed             terminated         
+defenses           terminates         
+defined            terms              
+definition         than               
+denied             that               
+denominated        the                
+deny               their              
+denying            them               
+deprive            then               
+designated         there              
+designed           therefore          
+detail             these              
+details            they               
+determining        things             
+develop            third              
+developers         this               
+development        those              
+devices            though             
+differ             threatened         
+different          three              
+differently        through            
+direction          thus               
+directions         time               
+directly           to                 
+disclaim           too                
+disclaimer         tools              
+discriminatory     trade              
+display            trademark          
+displayed          trademarks         
+displays           transaction        
+distinguishing     transfer           
+distribute         transferred        
+distributed        transferring       
+distributing       transmission       
+distribution       treated            
+do                 treaty             
+document           two                
+documented         type               
+does               typical            
+domains            unacceptable       
+doubtful           under              
+downstream         unless             
+durable            unlimited          
+dwelling           unmodified         
+dynamically        unnecessary        
+e                  unpacking          
+each               until              
+earlier            updates            
+effect             use                
+effected           used               
+effective          useful             
+effectively        user               
+efforts            users              
+either             uses               
+electronic         using              
+embodied           valid              
+employer           verbatim           
+enable             version            
+enables            versions           
+enforce            view               
+enforcing          violates           
+ensure             violation          
+entered            visible            
+entire             void               
+entirely           volume             
+entity             w                  
+equivalent         waive              
+erroneously        waiver             
+essential          want               
+even               warranties         
+ever               warranty           
+every              was                
+everyone           way                
+exact              ways               
+example            we                 
+except             welcome            
+exceptions         well               
+excluded           were               
+excluding          what               
+exclusion          whatever           
+exclusively        when               
+excuse             where              
+executable         whether            
+execute            which              
+executing          who                
+exercise           whole              
+exercising         whom               
+expected           whose              
+expects            widely             
+explains           will               
+explicitly         window             
+express            wish               
+expressly          with               
+extend             within             
+extended           without            
+extensions         work               
+extent             work's             
+f                  working            
+facilities         works              
+fails              worldwide          
+fair               would              
+family             written            
+fashion            year               
+favor              years              
+feature            you                
+fee                your               
+file               yourself           
+files              
 12345678901234567890123456789012345678901234567890123456789012345678901234567890
@@ -1,1219 +1,610 @@
 Test 16: 200 words in 3 columns, total width 40
 12345678901234567890123456789012345678901234567890123456789012345678901234567890
-0                                       
-1                                       
-10                                      
-11                                      
-12                                      
-13                                      
-14                                      
-15                                      
-16                                      
-17                                      
-1996                                    
-2                                       
-20                                      
-2007                                    
-28                                      
-29                                      
-3                                       
-30                                      
-4                                       
-5                                       
-6                                       
-60                                      
-6b                                      
-6d                                      
-7                                       
-8                                       
-9                                       
-A                                       
-ABOVE                                   
-ABSOLUTELY                              
-ADVISED                                 
-AGREED                                  
-ALL                                     
-AND                                     
-AND/OR                                  
-ANY                                     
-APPLICABLE                              
-ARISING                                 
-AS                                      
-ASSUME                                  
-Acceptance                              
-Access                                  
-Additional                              
-Affero                                  
-All                                     
-Also                                    
-An                                      
-Ancillary                               
-And                                     
-Anti-Circumvention                      
-Any                                     
-Apply                                   
-Appropriate                             
-Automatic                               
-BE                                      
-BEEN                                    
-BEING                                   
-BUT                                     
-BY                                      
-Basic                                   
-But                                     
-By                                      
-C                                       
-CONDITIONS                              
-CONSEQUENTIAL                           
-CONVEYS                                 
-COPYRIGHT                               
-CORRECTION                              
-COST                                    
-Code                                    
-Component                               
-Convey                                  
-Conveying                               
-Copies                                  
-Copyright                               
-Corresponding                           
-DAMAGES                                 
-DATA                                    
-DEFECTIVE                               
-December                                
-Declining                               
-Definitions                             
-Developers                              
-Disclaimer                              
-Disclaiming                             
-Downstream                              
-EITHER                                  
-END                                     
-ENTIRE                                  
-EVEN                                    
-EVENT                                   
-EXCEPT                                  
-EXPRESSED                               
-EXTENT                                  
-Each                                    
-Everyone                                
-FAILURE                                 
-FITNESS                                 
-FOR                                     
-Finally                                 
-For                                     
-Forms                                   
-Foundation                              
-Free                                    
-Freedom                                 
-From                                    
-GENERAL                                 
-GNU                                     
-GPL                                     
-GPL-3.0                                 
-GUI                                     
-General                                 
-HAS                                     
-HOLDER                                  
-HOLDERS                                 
-Having                                  
-How                                     
-However                                 
-IF                                      
-IMPLIED                                 
-IN                                      
-INABILITY                               
-INACCURATE                              
-INCIDENTAL                              
-INCLUDING                               
-IS                                      
-If                                      
-In                                      
-Inc                                     
-Inclusion                               
-Information                             
-Installation                            
-Interface                               
-Interpretation                          
-It                                      
-June                                    
-KIND                                    
-Knowingly                               
-LAW                                     
-LIABLE                                  
-LICENSE                                 
-LIMITED                                 
-LOSS                                    
-LOSSES                                  
-Later                                   
-Law                                     
-Legal                                   
-Lesser                                  
-Liability                               
-Libraries                               
-Library                                 
-License                                 
-Licensees                               
-Licenses                                
-Licensing                               
-Limitation                              
-Limiting                                
-MERCHANTABILITY                         
-MODIFIES                                
-Major                                   
-March                                   
-Mere                                    
-Modified                                
-Moreover                                
-NECESSARY                               
-NO                                      
-NOT                                     
-New                                     
-No                                      
-Non-Source                              
-Not                                     
-Nothing                                 
-Notices                                 
-Notwithstanding                         
-OF                                      
-OPERATE                                 
-OR                                      
-OTHER                                   
-OTHERWISE                               
-OUT                                     
-Object                                  
-Of                                      
-Others                                  
-Our                                     
-PARTICULAR                              
-PARTIES                                 
-PARTY                                   
-PERFORMANCE                             
-PERMITTED                               
-POSSIBILITY                             
-PROGRAM                                 
-PROGRAMS                                
-PROVE                                   
-PROVIDE                                 
-PUBLIC                                  
-PURPOSE                                 
-Patents                                 
-Permissions                             
-Preamble                                
-Product                                 
-Program                                 
-Program's                               
-Programs                                
-Prohibiting                             
-Propagation                             
-Protecting                              
-Public                                  
-QUALITY                                 
-RENDERED                                
-REPAIR                                  
-REQUIRED                                
-RISK                                    
-ROM                                     
-Recipients                              
-Regardless                              
-Required                                
-Requiring                               
-Revised                                 
-Rights                                  
-SERVICING                               
-SHOULD                                  
-SPECIAL                                 
-STATED                                  
-SUCH                                    
-SUSTAINED                               
-Sections                                
-See                                     
-Software                                
-Some                                    
-Source                                  
-Standard                                
-States                                  
-Sublicensing                            
-Such                                    
-Surrender                               
-System                                  
-TERMS                                   
-THE                                     
-THERE                                   
-THIRD                                   
-TO                                      
-Termination                             
-Terms                                   
-The                                     
-Therefore                               
-These                                   
-This                                    
-Those                                   
-To                                      
-UNLESS                                  
-USE                                     
-Use                                     
-User                                    
-Users                                   
-Verbatim                                
-Version                                 
-Versions                                
-WARRANTIES                              
-WARRANTY                                
-WHEN                                    
-WHO                                     
-WILL                                    
-WIPO                                    
-WITH                                    
-WITHOUT                                 
-WRITING                                 
-Warranty                                
-We                                      
-When                                    
-YOU                                     
-You                                     
-Your                                    
-a                                       
-ability                                 
-about                                   
-above                                   
-absence                                 
-absolute                                
-abuse                                   
-accept                                  
-acceptance                              
-access                                  
-accessible                              
-accompanied                             
-accompanies                             
-accord                                  
-according                               
-achieve                                 
-acknowledges                            
-acquired                                
-across                                  
-actions                                 
-activities                              
-activity                                
-actual                                  
-actually                                
-adapt                                   
-add                                     
-added                                   
-additional                              
-address                                 
-addressed                               
-adopted                                 
-adversely                               
-affects                                 
-affirmed                                
-affirms                                 
-after                                   
-against                                 
-aggregate                               
-agree                                   
-agreement                               
-aim                                     
-all                                     
-alleging                                
-allow                                   
-allowed                                 
-along                                   
-already                                 
-also                                    
-alternative                             
-although                                
-among                                   
-an                                      
-and                                     
-and/or                                  
-any                                     
-anyone                                  
-anything                                
-applicable                              
-applications                            
-applied                                 
-applies                                 
-apply                                   
-appropriate                             
-appropriately                           
-approximates                            
-are                                     
-area                                    
-arise                                   
-arrange                                 
-arrangement                             
-article                                 
-as                                      
-asking                                  
-assert                                  
-assets                                  
-associated                              
-assumption                              
-assumptions                             
-assures                                 
-at                                      
-attach                                  
-attempt                                 
-attributed                              
-attributions                            
-author                                  
-authorization                           
-authorized                              
-authorizes                              
-authorizing                             
-authors                                 
-automatically                           
-available                               
-avoid                                   
-away                                    
-b                                       
-based                                   
-be                                      
-because                                 
-been                                    
-behalf                                  
-being                                   
-believe                                 
-below                                   
-benefit                                 
-best                                    
-between                                 
-beyond                                  
-body                                    
-both                                    
-box                                     
-brief                                   
-business                                
-but                                     
-by                                      
-c                                       
-called                                  
-can                                     
-cannot                                  
-carry                                   
-case                                    
-cases                                   
-cause                                   
-cease                                   
-certain                                 
-cessation                               
-change                                  
-changed                                 
-changing                                
-characterized                           
-charge                                  
-choose                                  
-choosing                                
-circumstances                           
-circumvention                           
-civil                                   
-claim                                   
-claims                                  
-class                                   
-clear                                   
-clearly                                 
-closely                                 
-code                                    
-collect                                 
-combination                             
-combine                                 
-combined                                
-comes                                   
-commands                                
-commercial                              
-commitment                              
-common                                  
-communication                           
-compilation                             
-compilation's                           
-compilations                            
-compiler                                
-compliance                              
-comply                                  
-component                               
-computer                                
-computers                               
-concerning                              
-concerns                                
-conditioned                             
-conditions                              
-connection                              
-consequence                             
-consider                                
-considered                              
-consistent                              
-conspicuously                           
-constantly                              
-constitutes                             
-construed                               
-consumer                                
-contact                                 
-contain                                 
-containing                              
-contains                                
-content                                 
-contents                                
-context                                 
-continue                                
-continued                               
-contractual                             
-contradict                              
-contrast                                
-contributor                             
-contributor's                           
-control                                 
-controlled                              
-convenient                              
-convey                                  
-conveyance                              
-conveyed                                
-conveying                               
-conveys                                 
-copies                                  
-copy                                    
-copying                                 
-copyleft                                
-copyright                               
-copyright-like                          
-copyrightable                           
-copyrighted                             
-cost                                    
-could                                   
-counterclaim                            
-countries                               
-country                                 
-course                                  
-court                                   
-courts                                  
-covenant                                
-coverage                                
-covered                                 
-criterion                               
-cross-claim                             
-cure                                    
-customarily                             
-customer                                
-d                                       
-danger                                  
-data                                    
-date                                    
-days                                    
-decide                                  
-deemed                                  
-defenses                                
-defined                                 
-definition                              
-denied                                  
-denominated                             
-deny                                    
-denying                                 
-deprive                                 
-designated                              
-designed                                
-detail                                  
-details                                 
-determining                             
-develop                                 
-developers                              
-development                             
-devices                                 
-differ                                  
-different                               
-differently                             
-direction                               
-directions                              
-directly                                
-disclaim                                
-disclaimer                              
-discriminatory                          
-display                                 
-displayed                               
-displays                                
-distinguishing                          
-distribute                              
-distributed                             
-distributing                            
-distribution                            
-do                                      
-document                                
-documented                              
-does                                    
-domains                                 
-doubtful                                
-downstream                              
-durable                                 
-dwelling                                
-dynamically                             
-e                                       
-each                                    
-earlier                                 
-effect                                  
-effected                                
-effective                               
-effectively                             
-efforts                                 
-either                                  
-electronic                              
-embodied                                
-employer                                
-enable                                  
-enables                                 
-enforce                                 
-enforcing                               
-ensure                                  
-entered                                 
-entire                                  
-entirely                                
-entity                                  
-equivalent                              
-erroneously                             
-essential                               
-even                                    
-ever                                    
-every                                   
-everyone                                
-exact                                   
-example                                 
-except                                  
-exceptions                              
-excluded                                
-excluding                               
-exclusion                               
-exclusively                             
-excuse                                  
-executable                              
-execute                                 
-executing                               
-exercise                                
-exercising                              
-expected                                
-expects                                 
-explains                                
-explicitly                              
-express                                 
-expressly                               
-extend                                  
-extended                                
-extensions                              
-extent                                  
-f                                       
-facilities                              
-fails                                   
-fair                                    
-family                                  
-fashion                                 
-favor                                   
-feature                                 
-fee                                     
-file                                    
-files                                   
-finally                                 
-find                                    
-first                                   
-fixed                                   
-flow                                    
-follow                                  
-following                               
-for                                     
-forbid                                  
-force                                   
-form                                    
-format                                  
-found                                   
-free                                    
-freedom                                 
-freedoms                                
-from                                    
-fulfilling                              
-full                                    
-functioning                             
-fundamentally                           
-further                                 
-future                                  
-general                                 
-general-purpose                         
-generally                               
-generate                                
-get                                     
-give                                    
-given                                   
-gives                                   
-giving                                  
-governed                                
-grant                                   
-granted                                 
-grants                                  
-gratis                                  
-greatest                                
-guarantee                               
-had                                     
-has                                     
-have                                    
-having                                  
-hereafter                               
-holder                                  
-holders                                 
-hope                                    
-hosts                                   
-household                               
-how                                     
-however                                 
-http://fsf.org                          
-http://www.gnu.org/licenses             
-http://www.gnu.org/philosophy/why-not-lgpl.html 
-hypothetical                            
-idea                                    
-identifiable                            
-if                                      
-implement                               
-implementation                          
-implied                                 
-import                                  
-importing                               
-impose                                  
-imposed                                 
-in                                      
-include                                 
-included                                
-includes                                
-including                               
-incompatible                            
-incorporating                           
-incorporation                           
-indemnification                         
-independent                             
-indicate                                
-indicating                              
-individual                              
-individuals                             
-industrial                              
-inform                                  
-information                             
-infringe                                
-infringed                               
-infringement                            
-initiate                                
-inside                                  
-install                                 
-installed                               
-instead                                 
-intact                                  
-intended                                
-intention                               
-interaction                             
-interactive                             
-interchange                             
-interest                                
-interface                               
-interfaces                              
-interfered                              
-interpreter                             
-intimate                                
-into                                    
-invalidate                              
-irrevocable                             
-is                                      
-it                                      
-item                                    
-its                                     
-itself                                  
-keep                                    
-kernel                                  
-key                                     
-keys                                    
-kind                                    
-kinds                                   
-know                                    
-knowingly                               
-knowledge                               
-language                                
-larger                                  
-later                                   
-law                                     
-laws                                    
-lawsuit                                 
-least                                   
-legal                                   
-liability                               
-liable                                  
-libraries                               
-library                                 
-license                                 
-licensed                                
-licensee                                
-licensees                               
-licenses                                
-licensors                               
-like                                    
-likewise                                
-limit                                   
-limitation                              
-limiting                                
-line                                    
-link                                    
-linked                                  
-linking                                 
-list                                    
-litigation                              
-local                                   
-long                                    
-machine-readable                        
-made                                    
-mail                                    
-maintain                                
-major                                   
-make                                    
-makes                                   
-making                                  
-manner                                  
-manufacturer                            
-marked                                  
-marks                                   
-masks                                   
-material                                
-materially                              
-may                                     
-meaning                                 
-means                                   
-measure                                 
-measures                                
-medium                                  
-meet                                    
-meets                                   
-menu                                    
-merging                                 
-met                                     
-methods                                 
-might                                   
-misrepresentation                       
-mode                                    
-model                                   
-modification                            
-modifications                           
-modified                                
-modifies                                
-modify                                  
-modifying                               
-more                                    
-most                                    
-must                                    
-name                                    
-names                                   
-nature                                  
-necessary                               
-need                                    
-needed                                  
-neither                                 
-network                                 
-new                                     
-next                                    
-no                                      
-non-consumer                            
-non-exclusive                           
-non-exercise                            
-non-free                                
-non-permissive                          
-non-source                              
-noncommercially                         
-nor                                     
-normal                                  
-normally                                
-not                                     
-nothing                                 
-notice                                  
-notices                                 
-notifies                                
-notify                                  
-number                                  
-numbered                                
-object                                  
-obligate                                
-obligated                               
-obligations                             
-occasionally                            
-occurring                               
-occurs                                  
-of                                      
-offer                                   
-offered                                 
-offering                                
-official                                
-on                                      
-one                                     
-only                                    
-operated                                
-operating                               
-operation                               
-option                                  
-options                                 
-or                                      
-order                                   
-organization                            
-organizations                           
-origin                                  
-original                                
-other                                   
-others                                  
-otherwise                               
-our                                     
-output                                  
-outside                                 
-own                                     
-owned                                   
-packaged                                
-packaging                               
-paper                                   
-paragraph                               
-paragraphs                              
-part                                    
-particular                              
-parties                                 
-parts                                   
-party                                   
-party's                                 
-pass                                    
-password                                
-patent                                  
-patents                                 
-pattern                                 
-payment                                 
-peer-to-peer                            
-peers                                   
-performing                              
-permanently                             
-permission                              
-permissions                             
-permissive                              
-permit                                  
-permits                                 
-permitted                               
-perpetuity                              
-personal                                
-pertinent                               
-physical                                
-physically                              
-pieces                                  
-place                                   
-please                                  
-plus                                    
-pointer                                 
-portion                                 
-possesses                               
-possession                              
-possible                                
-power                                   
-practical                               
-practice                                
-precise                                 
-precisely                               
-predecessor                             
-preferred                               
-present                                 
-presents                                
-preservation                            
-prevent                                 
-prevented                               
-previous                                
-price                                   
-primarily                               
-prior                                   
-private                                 
-problems                                
-procedures                              
-procuring                               
-produce                                 
-product                                 
-products                                
-program                                 
-program's                               
-program--to                             
-programmer                              
-programming                             
-programs                                
-prohibit                                
-prohibiting                             
-prohibits                               
-prominent                               
-prominently                             
-propagate                               
-propagating                             
-propagation                             
-property                                
-proprietary                             
-protect                                 
-protecting                              
-protection                              
-protocols                               
-provide                                 
-provided                                
-provision                               
-provisionally                           
-proxy                                   
-proxy's                                 
-public                                  
-publicity                               
-publicly                                
-publish                                 
-published                               
-purpose                                 
-purposes                                
-pursuant                                
-qualify                                 
-read                                    
-readily                                 
-reading                                 
-ready                                   
-reason                                  
-reasonable                              
-receipt                                 
-receive                                 
-received                                
-receives                                
-receiving                               
-recipient                               
-recipient's                             
-recipients                              
-recognized                              
-redistribute                            
-referring                               
-refers                                  
-refrain                                 
-regard                                  
-regardless                              
-regenerate                              
-reinstated                              
-relationship                            
-released                                
-relevant                                
-relicensing                             
-relying                                 
-remain                                  
-remains                                 
-removal                                 
-remove                                  
-render                                  
-represent                               
-require                                 
-required                                
-requirement                             
-requirements                            
-requires                                
-requiring                               
-resolved                                
-respect                                 
-responsibilities                        
-responsible                             
-restrict                                
-restricting                             
-restriction                             
-restrictions                            
-result                                  
-resulting                               
-results                                 
-retains                                 
-return                                  
-reviewing                               
-revised                                 
-right                                   
-rights                                  
-royalty                                 
-royalty-free                            
-rules                                   
-run                                     
-running                                 
-runs                                    
-safest                                  
-sake                                    
-sale                                    
-same                                    
-satisfy                                 
-saying                                  
-school                                  
-scope                                   
-scripts                                 
-secondarily                             
-section                                 
-sections                                
-see                                     
-sell                                    
-selling                                 
-semiconductor                           
-separable                               
-separate                                
-separately                              
-server                                  
-serves                                  
-service                                 
-shall                                   
-share                                   
-shared                                  
-short                                   
-should                                  
-show                                    
-sign                                    
-significant                             
-similar                                 
-simultaneously                          
-single                                  
-so                                      
-software                                
-sold                                    
-sole                                    
-solely                                  
-some                                    
-source                                  
-spare                                   
-speak                                   
-special                                 
-specific                                
-specifically                            
-specified                               
-specifies                               
-specify                                 
-spirit                                  
-stand                                   
-standard                                
-standards                               
-start                                   
-starts                                  
-state                                   
-stated                                  
-statement                               
-stating                                 
-status                                  
-steps                                   
-storage                                 
-subdividing                             
-subject                                 
-sublicenses                             
-subprograms                             
-subroutine                              
-subsection                              
-substantial                             
-substantially                           
-such                                    
-sue                                     
-suffice                                 
-supplement                              
-support                                 
-supports                                
-sure                                    
-surrender                               
-survive                                 
-system                                  
-systematic                              
-take                                    
-tangible                                
-technological                           
-tells                                   
-term                                    
-terminal                                
-terminate                               
-terminated                              
-terminates                              
-terms                                   
-than                                    
-that                                    
-the                                     
-their                                   
-them                                    
-then                                    
-there                                   
-therefore                               
-these                                   
-they                                    
-things                                  
-third                                   
-this                                    
-those                                   
-though                                  
-threatened                              
-three                                   
-through                                 
-thus                                    
-time                                    
-to                                      
-too                                     
-tools                                   
-trade                                   
-trademark                               
-trademarks                              
-transaction                             
-transfer                                
-transferred                             
-transferring                            
-transmission                            
-treated                                 
-treaty                                  
-two                                     
-type                                    
-typical                                 
-unacceptable                            
-under                                   
-unless                                  
-unlimited                               
-unmodified                              
-unnecessary                             
-unpacking                               
-until                                   
-updates                                 
-use                                     
-used                                    
-useful                                  
-user                                    
-users                                   
-uses                                    
-using                                   
-valid                                   
-verbatim                                
-version                                 
-versions                                
-view                                    
-violates                                
-violation                               
-visible                                 
-void                                    
-volume                                  
-w                                       
-waive                                   
-waiver                                  
-want                                    
-warranties                              
-warranty                                
-was                                     
-way                                     
-ways                                    
-we                                      
-welcome                                 
-well                                    
-were                                    
-what                                    
-whatever                                
-when                                    
-where                                   
-whether                                 
-which                                   
-who                                     
-whole                                   
-whom                                    
-whose                                   
-widely                                  
-will                                    
-window                                  
-wish                                    
-with                                    
-within                                  
-without                                 
-work                                    
-work's                                  
-working                                 
-works                                   
-worldwide                               
-would                                   
-written                                 
-year                                    
-years                                   
-you                                     
-your                                    
-yourself                                
+0                  finally            
+1                  find               
+10                 first              
+11                 fixed              
+12                 flow               
+13                 follow             
+14                 following          
+15                 for                
+16                 forbid             
+17                 force              
+1996               form               
+2                  format             
+20                 found              
+2007               free               
+28                 freedom            
+29                 freedoms           
+3                  from               
+30                 fulfilling         
+4                  full               
+5                  functioning        
+6                  fundamentally      
+60                 further            
+6b                 future             
+6d                 general            
+7                  general-purpose    
+8                  generally          
+9                  generate           
+A                  get                
+ABOVE              give               
+ABSOLUTELY         given              
+ADVISED            gives              
+AGREED             giving             
+ALL                governed           
+AND                grant              
+AND/OR             granted            
+ANY                grants             
+APPLICABLE         gratis             
+ARISING            greatest           
+AS                 guarantee          
+ASSUME             had                
+Acceptance         has                
+Access             have               
+Additional         having             
+Affero             hereafter          
+All                holder             
+Also               holders            
+An                 hope               
+Ancillary          hosts              
+And                household          
+Anti-Circumvention how                
+Any                however            
+Apply              hypothetical       
+Appropriate        idea               
+Automatic          identifiable       
+BE                 if                 
+BEEN               implement          
+BEING              implementation     
+BUT                implied            
+BY                 import             
+Basic              importing          
+But                impose             
+By                 imposed            
+C                  in                 
+CONDITIONS         include            
+CONSEQUENTIAL      included           
+CONVEYS            includes           
+COPYRIGHT          including          
+CORRECTION         incompatible       
+COST               incorporating      
+Code               incorporation      
+Component          indemnification    
+Convey             independent        
+Conveying          indicate           
+Copies             indicating         
+Copyright          individual         
+Corresponding      individuals        
+DAMAGES            industrial         
+DATA               inform             
+DEFECTIVE          information        
+December           infringe           
+Declining          infringed          
+Definitions        infringement       
+Developers         initiate           
+Disclaimer         inside             
+Disclaiming        install            
+Downstream         installed          
+EITHER             instead            
+END                intact             
+ENTIRE             intended           
+EVEN               intention          
+EVENT              interaction        
+EXCEPT             interactive        
+EXPRESSED          interchange        
+EXTENT             interest           
+Each               interface          
+Everyone           interfaces         
+FAILURE            interfered         
+FITNESS            interpreter        
+FOR                intimate           
+Finally            into               
+For                invalidate         
+Forms              irrevocable        
+Foundation         is                 
+Free               it                 
+Freedom            item               
+From               its                
+GENERAL            itself             
+GNU                keep               
+GPL                kernel             
+GPL-3.0            key                
+GUI                keys               
+General            kind               
+HAS                kinds              
+HOLDER             know               
+HOLDERS            knowingly          
+Having             knowledge          
+How                language           
+However            larger             
+IF                 later              
+IMPLIED            law                
+IN                 laws               
+INABILITY          lawsuit            
+INACCURATE         least              
+INCIDENTAL         legal              
+INCLUDING          liability          
+IS                 liable             
+If                 libraries          
+In                 library            
+Inc                license            
+Inclusion          licensed           
+Information        licensee           
+Installation       licensees          
+Interface          licenses           
+Interpretation     licensors          
+It                 like               
+June               likewise           
+KIND               limit              
+Knowingly          limitation         
+LAW                limiting           
+LIABLE             line               
+LICENSE            link               
+LIMITED            linked             
+LOSS               linking            
+LOSSES             list               
+Later              litigation         
+Law                local              
+Legal              long               
+Lesser             machine-readable   
+Liability          made               
+Libraries          mail               
+Library            maintain           
+License            major              
+Licensees          make               
+Licenses           makes              
+Licensing          making             
+Limitation         manner             
+Limiting           manufacturer       
+MERCHANTABILITY    marked             
+MODIFIES           marks              
+Major              masks              
+March              material           
+Mere               materially         
+Modified           may                
+Moreover           meaning            
+NECESSARY          means              
+NO                 measure            
+NOT                measures           
+New                medium             
+No                 meet               
+Non-Source         meets              
+Not                menu               
+Nothing            merging            
+Notices            met                
+Notwithstanding    methods            
+OF                 might              
+OPERATE            misrepresentation  
+OR                 mode               
+OTHER              model              
+OTHERWISE          modification       
+OUT                modifications      
+Object             modified           
+Of                 modifies           
+Others             modify             
+Our                modifying          
+PARTICULAR         more               
+PARTIES            most               
+PARTY              must               
+PERFORMANCE        name               
+PERMITTED          names              
+POSSIBILITY        nature             
+PROGRAM            necessary          
+PROGRAMS           need               
+PROVE              needed             
+PROVIDE            neither            
+PUBLIC             network            
+PURPOSE            new                
+Patents            next               
+Permissions        no                 
+Preamble           non-consumer       
+Product            non-exclusive      
+Program            non-exercise       
+Program's          non-free           
+Programs           non-permissive     
+Prohibiting        non-source         
+Propagation        noncommercially    
+Protecting         nor                
+Public             normal             
+QUALITY            normally           
+RENDERED           not                
+REPAIR             nothing            
+REQUIRED           notice             
+RISK               notices            
+ROM                notifies           
+Recipients         notify             
+Regardless         number             
+Required           numbered           
+Requiring          object             
+Revised            obligate           
+Rights             obligated          
+SERVICING          obligations        
+SHOULD             occasionally       
+SPECIAL            occurring          
+STATED             occurs             
+SUCH               of                 
+SUSTAINED          offer              
+Sections           offered            
+See                offering           
+Software           official           
+Some               on                 
+Source             one                
+Standard           only               
+States             operated           
+Sublicensing       operating          
+Such               operation          
+Surrender          option             
+System             options            
+TERMS              or                 
+THE                order              
+THERE              organization       
+THIRD              organizations      
+TO                 origin             
+Termination        original           
+Terms              other              
+The                others             
+Therefore          otherwise          
+These              our                
+This               output             
+Those              outside            
+To                 own                
+UNLESS             owned              
+USE                packaged           
+Use                packaging          
+User               paper              
+Users              paragraph          
+Verbatim           paragraphs         
+Version            part               
+Versions           particular         
+WARRANTIES         parties            
+WARRANTY           parts              
+WHEN               party              
+WHO                party's            
+WILL               pass               
+WIPO               password           
+WITH               patent             
+WITHOUT            patents            
+WRITING            pattern            
+Warranty           payment            
+We                 peer-to-peer       
+When               peers              
+YOU                performing         
+You                permanently        
+Your               permission         
+a                  permissions        
+ability            permissive         
+about              permit             
+above              permits            
+absence            permitted          
+absolute           perpetuity         
+abuse              personal           
+accept             pertinent          
+acceptance         physical           
+access             physically         
+accessible         pieces             
+accompanied        place              
+accompanies        please             
+accord             plus               
+according          pointer            
+achieve            portion            
+acknowledges       possesses          
+acquired           possession         
+across             possible           
+actions            power              
+activities         practical          
+activity           practice           
+actual             precise            
+actually           precisely          
+adapt              predecessor        
+add                preferred          
+added              present            
+additional         presents           
+address            preservation       
+addressed          prevent            
+adopted            prevented          
+adversely          previous           
+affects            price              
+affirmed           primarily          
+affirms            prior              
+after              private            
+against            problems           
+aggregate          procedures         
+agree              procuring          
+agreement          produce            
+aim                product            
+all                products           
+alleging           program            
+allow              program's          
+allowed            program--to        
+along              programmer         
+already            programming        
+also               programs           
+alternative        prohibit           
+although           prohibiting        
+among              prohibits          
+an                 prominent          
+and                prominently        
+and/or             propagate          
+any                propagating        
+anyone             propagation        
+anything           property           
+applicable         proprietary        
+applications       protect            
+applied            protecting         
+applies            protection         
+apply              protocols          
+appropriate        provide            
+appropriately      provided           
+approximates       provision          
+are                provisionally      
+area               proxy              
+arise              proxy's            
+arrange            public             
+arrangement        publicity          
+article            publicly           
+as                 publish            
+asking             published          
+assert             purpose            
+assets             purposes           
+associated         pursuant           
+assumption         qualify            
+assumptions        read               
+assures            readily            
+at                 reading            
+attach             ready              
+attempt            reason             
+attributed         reasonable         
+attributions       receipt            
+author             receive            
+authorization      received           
+authorized         receives           
+authorizes         receiving          
+authorizing        recipient          
+authors            recipient's        
+automatically      recipients         
+available          recognized         
+avoid              redistribute       
+away               referring          
+b                  refers             
+based              refrain            
+be                 regard             
+because            regardless         
+been               regenerate         
+behalf             reinstated         
+being              relationship       
+believe            released           
+below              relevant           
+benefit            relicensing        
+best               relying            
+between            remain             
+beyond             remains            
+body               removal            
+both               remove             
+box                render             
+brief              represent          
+business           require            
+but                required           
+by                 requirement        
+c                  requirements       
+called             requires           
+can                requiring          
+cannot             resolved           
+carry              respect            
+case               responsibilities   
+cases              responsible        
+cause              restrict           
+cease              restricting        
+certain            restriction        
+cessation          restrictions       
+change             result             
+changed            resulting          
+changing           results            
+characterized      retains            
+charge             return             
+choose             reviewing          
+choosing           revised            
+circumstances      right              
+circumvention      rights             
+civil              royalty            
+claim              royalty-free       
+claims             rules              
+class              run                
+clear              running            
+clearly            runs               
+closely            safest             
+code               sake               
+collect            sale               
+combination        same               
+combine            satisfy            
+combined           saying             
+comes              school             
+commands           scope              
+commercial         scripts            
+commitment         secondarily        
+common             section            
+communication      sections           
+compilation        see                
+compilation's      sell               
+compilations       selling            
+compiler           semiconductor      
+compliance         separable          
+comply             separate           
+component          separately         
+computer           server             
+computers          serves             
+concerning         service            
+concerns           shall              
+conditioned        share              
+conditions         shared             
+connection         short              
+consequence        should             
+consider           show               
+considered         sign               
+consistent         significant        
+conspicuously      similar            
+constantly         simultaneously     
+constitutes        single             
+construed          so                 
+consumer           software           
+contact            sold               
+contain            sole               
+containing         solely             
+contains           some               
+content            source             
+contents           spare              
+context            speak              
+continue           special            
+continued          specific           
+contractual        specifically       
+contradict         specified          
+contrast           specifies          
+contributor        specify            
+contributor's      spirit             
+control            stand              
+controlled         standard           
+convenient         standards          
+convey             start              
+conveyance         starts             
+conveyed           state              
+conveying          stated             
+conveys            statement          
+copies             stating            
+copy               status             
+copying            steps              
+copyleft           storage            
+copyright          subdividing        
+copyright-like     subject            
+copyrightable      sublicenses        
+copyrighted        subprograms        
+cost               subroutine         
+could              subsection         
+counterclaim       substantial        
+countries          substantially      
+country            such               
+course             sue                
+court              suffice            
+courts             supplement         
+covenant           support            
+coverage           supports           
+covered            sure               
+criterion          surrender          
+cross-claim        survive            
+cure               system             
+customarily        systematic         
+customer           take               
+d                  tangible           
+danger             technological      
+data               tells              
+date               term               
+days               terminal           
+decide             terminate          
+deemed             terminated         
+defenses           terminates         
+defined            terms              
+definition         than               
+denied             that               
+denominated        the                
+deny               their              
+denying            them               
+deprive            then               
+designated         there              
+designed           therefore          
+detail             these              
+details            they               
+determining        things             
+develop            third              
+developers         this               
+development        those              
+devices            though             
+differ             threatened         
+different          three              
+differently        through            
+direction          thus               
+directions         time               
+directly           to                 
+disclaim           too                
+disclaimer         tools              
+discriminatory     trade              
+display            trademark          
+displayed          trademarks         
+displays           transaction        
+distinguishing     transfer           
+distribute         transferred        
+distributed        transferring       
+distributing       transmission       
+distribution       treated            
+do                 treaty             
+document           two                
+documented         type               
+does               typical            
+domains            unacceptable       
+doubtful           under              
+downstream         unless             
+durable            unlimited          
+dwelling           unmodified         
+dynamically        unnecessary        
+e                  unpacking          
+each               until              
+earlier            updates            
+effect             use                
+effected           used               
+effective          useful             
+effectively        user               
+efforts            users              
+either             uses               
+electronic         using              
+embodied           valid              
+employer           verbatim           
+enable             version            
+enables            versions           
+enforce            view               
+enforcing          violates           
+ensure             violation          
+entered            visible            
+entire             void               
+entirely           volume             
+entity             w                  
+equivalent         waive              
+erroneously        waiver             
+essential          want               
+even               warranties         
+ever               warranty           
+every              was                
+everyone           way                
+exact              ways               
+example            we                 
+except             welcome            
+exceptions         well               
+excluded           were               
+excluding          what               
+exclusion          whatever           
+exclusively        when               
+excuse             where              
+executable         whether            
+execute            which              
+executing          who                
+exercise           whole              
+exercising         whom               
+expected           whose              
+expects            widely             
+explains           will               
+explicitly         window             
+express            wish               
+expressly          with               
+extend             within             
+extended           without            
+extensions         work               
+extent             work's             
+f                  working            
+facilities         works              
+fails              worldwide          
+fair               would              
+family             written            
+fashion            year               
+favor              years              
+feature            you                
+fee                your               
+file               yourself           
+files              
 12345678901234567890123456789012345678901234567890123456789012345678901234567890
@@ -1,1219 +1,610 @@
 Test 17: 200 words with column width 15, total width 45
 12345678901234567890123456789012345678901234567890123456789012345678901234567890
-0                                            
-1                                            
-10                                           
-11                                           
-12                                           
-13                                           
-14                                           
-15                                           
-16                                           
-17                                           
-1996                                         
-2                                            
-20                                           
-2007                                         
-28                                           
-29                                           
-3                                            
-30                                           
-4                                            
-5                                            
-6                                            
-60                                           
-6b                                           
-6d                                           
-7                                            
-8                                            
-9                                            
-A                                            
-ABOVE                                        
-ABSOLUTELY                                   
-ADVISED                                      
-AGREED                                       
-ALL                                          
-AND                                          
-AND/OR                                       
-ANY                                          
-APPLICABLE                                   
-ARISING                                      
-AS                                           
-ASSUME                                       
-Acceptance                                   
-Access                                       
-Additional                                   
-Affero                                       
-All                                          
-Also                                         
-An                                           
-Ancillary                                    
-And                                          
-Anti-Circumvention                           
-Any                                          
-Apply                                        
-Appropriate                                  
-Automatic                                    
-BE                                           
-BEEN                                         
-BEING                                        
-BUT                                          
-BY                                           
-Basic                                        
-But                                          
-By                                           
-C                                            
-CONDITIONS                                   
-CONSEQUENTIAL                                
-CONVEYS                                      
-COPYRIGHT                                    
-CORRECTION                                   
-COST                                         
-Code                                         
-Component                                    
-Convey                                       
-Conveying                                    
-Copies                                       
-Copyright                                    
-Corresponding                                
-DAMAGES                                      
-DATA                                         
-DEFECTIVE                                    
-December                                     
-Declining                                    
-Definitions                                  
-Developers                                   
-Disclaimer                                   
-Disclaiming                                  
-Downstream                                   
-EITHER                                       
-END                                          
-ENTIRE                                       
-EVEN                                         
-EVENT                                        
-EXCEPT                                       
-EXPRESSED                                    
-EXTENT                                       
-Each                                         
-Everyone                                     
-FAILURE                                      
-FITNESS                                      
-FOR                                          
-Finally                                      
-For                                          
-Forms                                        
-Foundation                                   
-Free                                         
-Freedom                                      
-From                                         
-GENERAL                                      
-GNU                                          
-GPL                                          
-GPL-3.0                                      
-GUI                                          
-General                                      
-HAS                                          
-HOLDER                                       
-HOLDERS                                      
-Having                                       
-How                                          
-However                                      
-IF                                           
-IMPLIED                                      
-IN                                           
-INABILITY                                    
-INACCURATE                                   
-INCIDENTAL                                   
-INCLUDING                                    
-IS                                           
-If                                           
-In                                           
-Inc                                          
-Inclusion                                    
-Information                                  
-Installation                                 
-Interface                                    
-Interpretation                               
-It                                           
-June                                         
-KIND                                         
-Knowingly                                    
-LAW                                          
-LIABLE                                       
-LICENSE                                      
-LIMITED                                      
-LOSS                                         
-LOSSES                                       
-Later                                        
-Law                                          
-Legal                                        
-Lesser                                       
-Liability                                    
-Libraries                                    
-Library                                      
-License                                      
-Licensees                                    
-Licenses                                     
-Licensing                                    
-Limitation                                   
-Limiting                                     
-MERCHANTABILITY                              
-MODIFIES                                     
-Major                                        
-March                                        
-Mere                                         
-Modified                                     
-Moreover                                     
-NECESSARY                                    
-NO                                           
-NOT                                          
-New                                          
-No                                           
-Non-Source                                   
-Not                                          
-Nothing                                      
-Notices                                      
-Notwithstanding                              
-OF                                           
-OPERATE                                      
-OR                                           
-OTHER                                        
-OTHERWISE                                    
-OUT                                          
-Object                                       
-Of                                           
-Others                                       
-Our                                          
-PARTICULAR                                   
-PARTIES                                      
-PARTY                                        
-PERFORMANCE                                  
-PERMITTED                                    
-POSSIBILITY                                  
-PROGRAM                                      
-PROGRAMS                                     
-PROVE                                        
-PROVIDE                                      
-PUBLIC                                       
-PURPOSE                                      
-Patents                                      
-Permissions                                  
-Preamble                                     
-Product                                      
-Program                                      
-Program's                                    
-Programs                                     
-Prohibiting                                  
-Propagation                                  
-Protecting                                   
-Public                                       
-QUALITY                                      
-RENDERED                                     
-REPAIR                                       
-REQUIRED                                     
-RISK                                         
-ROM                                          
-Recipients                                   
-Regardless                                   
-Required                                     
-Requiring                                    
-Revised                                      
-Rights                                       
-SERVICING                                    
-SHOULD                                       
-SPECIAL                                      
-STATED                                       
-SUCH                                         
-SUSTAINED                                    
-Sections                                     
-See                                          
-Software                                     
-Some                                         
-Source                                       
-Standard                                     
-States                                       
-Sublicensing                                 
-Such                                         
-Surrender                                    
-System                                       
-TERMS                                        
-THE                                          
-THERE                                        
-THIRD                                        
-TO                                           
-Termination                                  
-Terms                                        
-The                                          
-Therefore                                    
-These                                        
-This                                         
-Those                                        
-To                                           
-UNLESS                                       
-USE                                          
-Use                                          
-User                                         
-Users                                        
-Verbatim                                     
-Version                                      
-Versions                                     
-WARRANTIES                                   
-WARRANTY                                     
-WHEN                                         
-WHO                                          
-WILL                                         
-WIPO                                         
-WITH                                         
-WITHOUT                                      
-WRITING                                      
-Warranty                                     
-We                                           
-When                                         
-YOU                                          
-You                                          
-Your                                         
-a                                            
-ability                                      
-about                                        
-above                                        
-absence                                      
-absolute                                     
-abuse                                        
-accept                                       
-acceptance                                   
-access                                       
-accessible                                   
-accompanied                                  
-accompanies                                  
-accord                                       
-according                                    
-achieve                                      
-acknowledges                                 
-acquired                                     
-across                                       
-actions                                      
-activities                                   
-activity                                     
-actual                                       
-actually                                     
-adapt                                        
-add                                          
-added                                        
-additional                                   
-address                                      
-addressed                                    
-adopted                                      
-adversely                                    
-affects                                      
-affirmed                                     
-affirms                                      
-after                                        
-against                                      
-aggregate                                    
-agree                                        
-agreement                                    
-aim                                          
-all                                          
-alleging                                     
-allow                                        
-allowed                                      
-along                                        
-already                                      
-also                                         
-alternative                                  
-although                                     
-among                                        
-an                                           
-and                                          
-and/or                                       
-any                                          
-anyone                                       
-anything                                     
-applicable                                   
-applications                                 
-applied                                      
-applies                                      
-apply                                        
-appropriate                                  
-appropriately                                
-approximates                                 
-are                                          
-area                                         
-arise                                        
-arrange                                      
-arrangement                                  
-article                                      
-as                                           
-asking                                       
-assert                                       
-assets                                       
-associated                                   
-assumption                                   
-assumptions                                  
-assures                                      
-at                                           
-attach                                       
-attempt                                      
-attributed                                   
-attributions                                 
-author                                       
-authorization                                
-authorized                                   
-authorizes                                   
-authorizing                                  
-authors                                      
-automatically                                
-available                                    
-avoid                                        
-away                                         
-b                                            
-based                                        
-be                                           
-because                                      
-been                                         
-behalf                                       
-being                                        
-believe                                      
-below                                        
-benefit                                      
-best                                         
-between                                      
-beyond                                       
-body                                         
-both                                         
-box                                          
-brief                                        
-business                                     
-but                                          
-by                                           
-c                                            
-called                                       
-can                                          
-cannot                                       
-carry                                        
-case                                         
-cases                                        
-cause                                        
-cease                                        
-certain                                      
-cessation                                    
-change                                       
-changed                                      
-changing                                     
-characterized                                
-charge                                       
-choose                                       
-choosing                                     
-circumstances                                
-circumvention                                
-civil                                        
-claim                                        
-claims                                       
-class                                        
-clear                                        
-clearly                                      
-closely                                      
-code                                         
-collect                                      
-combination                                  
-combine                                      
-combined                                     
-comes                                        
-commands                                     
-commercial                                   
-commitment                                   
-common                                       
-communication                                
-compilation                                  
-compilation's                                
-compilations                                 
-compiler                                     
-compliance                                   
-comply                                       
-component                                    
-computer                                     
-computers                                    
-concerning                                   
-concerns                                     
-conditioned                                  
-conditions                                   
-connection                                   
-consequence                                  
-consider                                     
-considered                                   
-consistent                                   
-conspicuously                                
-constantly                                   
-constitutes                                  
-construed                                    
-consumer                                     
-contact                                      
-contain                                      
-containing                                   
-contains                                     
-content                                      
-contents                                     
-context                                      
-continue                                     
-continued                                    
-contractual                                  
-contradict                                   
-contrast                                     
-contributor                                  
-contributor's                                
-control                                      
-controlled                                   
-convenient                                   
-convey                                       
-conveyance                                   
-conveyed                                     
-conveying                                    
-conveys                                      
-copies                                       
-copy                                         
-copying                                      
-copyleft                                     
-copyright                                    
-copyright-like                               
-copyrightable                                
-copyrighted                                  
-cost                                         
-could                                        
-counterclaim                                 
-countries                                    
-country                                      
-course                                       
-court                                        
-courts                                       
-covenant                                     
-coverage                                     
-covered                                      
-criterion                                    
-cross-claim                                  
-cure                                         
-customarily                                  
-customer                                     
-d                                            
-danger                                       
-data                                         
-date                                         
-days                                         
-decide                                       
-deemed                                       
-defenses                                     
-defined                                      
-definition                                   
-denied                                       
-denominated                                  
-deny                                         
-denying                                      
-deprive                                      
-designated                                   
-designed                                     
-detail                                       
-details                                      
-determining                                  
-develop                                      
-developers                                   
-development                                  
-devices                                      
-differ                                       
-different                                    
-differently                                  
-direction                                    
-directions                                   
-directly                                     
-disclaim                                     
-disclaimer                                   
-discriminatory                               
-display                                      
-displayed                                    
-displays                                     
-distinguishing                               
-distribute                                   
-distributed                                  
-distributing                                 
-distribution                                 
-do                                           
-document                                     
-documented                                   
-does                                         
-domains                                      
-doubtful                                     
-downstream                                   
-durable                                      
-dwelling                                     
-dynamically                                  
-e                                            
-each                                         
-earlier                                      
-effect                                       
-effected                                     
-effective                                    
-effectively                                  
-efforts                                      
-either                                       
-electronic                                   
-embodied                                     
-employer                                     
-enable                                       
-enables                                      
-enforce                                      
-enforcing                                    
-ensure                                       
-entered                                      
-entire                                       
-entirely                                     
-entity                                       
-equivalent                                   
-erroneously                                  
-essential                                    
-even                                         
-ever                                         
-every                                        
-everyone                                     
-exact                                        
-example                                      
-except                                       
-exceptions                                   
-excluded                                     
-excluding                                    
-exclusion                                    
-exclusively                                  
-excuse                                       
-executable                                   
-execute                                      
-executing                                    
-exercise                                     
-exercising                                   
-expected                                     
-expects                                      
-explains                                     
-explicitly                                   
-express                                      
-expressly                                    
-extend                                       
-extended                                     
-extensions                                   
-extent                                       
-f                                            
-facilities                                   
-fails                                        
-fair                                         
-family                                       
-fashion                                      
-favor                                        
-feature                                      
-fee                                          
-file                                         
-files                                        
-finally                                      
-find                                         
-first                                        
-fixed                                        
-flow                                         
-follow                                       
-following                                    
-for                                          
-forbid                                       
-force                                        
-form                                         
-format                                       
-found                                        
-free                                         
-freedom                                      
-freedoms                                     
-from                                         
-fulfilling                                   
-full                                         
-functioning                                  
-fundamentally                                
-further                                      
-future                                       
-general                                      
-general-purpose                              
-generally                                    
-generate                                     
-get                                          
-give                                         
-given                                        
-gives                                        
-giving                                       
-governed                                     
-grant                                        
-granted                                      
-grants                                       
-gratis                                       
-greatest                                     
-guarantee                                    
-had                                          
-has                                          
-have                                         
-having                                       
-hereafter                                    
-holder                                       
-holders                                      
-hope                                         
-hosts                                        
-household                                    
-how                                          
-however                                      
-http://fsf.org                               
-http://www.gnu.org/licenses                  
-http://www.gnu.org/philosophy/why-not-lgpl.html 
-hypothetical                                 
-idea                                         
-identifiable                                 
-if                                           
-implement                                    
-implementation                               
-implied                                      
-import                                       
-importing                                    
-impose                                       
-imposed                                      
-in                                           
-include                                      
-included                                     
-includes                                     
-including                                    
-incompatible                                 
-incorporating                                
-incorporation                                
-indemnification                              
-independent                                  
-indicate                                     
-indicating                                   
-individual                                   
-individuals                                  
-industrial                                   
-inform                                       
-information                                  
-infringe                                     
-infringed                                    
-infringement                                 
-initiate                                     
-inside                                       
-install                                      
-installed                                    
-instead                                      
-intact                                       
-intended                                     
-intention                                    
-interaction                                  
-interactive                                  
-interchange                                  
-interest                                     
-interface                                    
-interfaces                                   
-interfered                                   
-interpreter                                  
-intimate                                     
-into                                         
-invalidate                                   
-irrevocable                                  
-is                                           
-it                                           
-item                                         
-its                                          
-itself                                       
-keep                                         
-kernel                                       
-key                                          
-keys                                         
-kind                                         
-kinds                                        
-know                                         
-knowingly                                    
-knowledge                                    
-language                                     
-larger                                       
-later                                        
-law                                          
-laws                                         
-lawsuit                                      
-least                                        
-legal                                        
-liability                                    
-liable                                       
-libraries                                    
-library                                      
-license                                      
-licensed                                     
-licensee                                     
-licensees                                    
-licenses                                     
-licensors                                    
-like                                         
-likewise                                     
-limit                                        
-limitation                                   
-limiting                                     
-line                                         
-link                                         
-linked                                       
-linking                                      
-list                                         
-litigation                                   
-local                                        
-long                                         
-machine-readable                             
-made                                         
-mail                                         
-maintain                                     
-major                                        
-make                                         
-makes                                        
-making                                       
-manner                                       
-manufacturer                                 
-marked                                       
-marks                                        
-masks                                        
-material                                     
-materially                                   
-may                                          
-meaning                                      
-means                                        
-measure                                      
-measures                                     
-medium                                       
-meet                                         
-meets                                        
-menu                                         
-merging                                      
-met                                          
-methods                                      
-might                                        
-misrepresentation                            
-mode                                         
-model                                        
-modification                                 
-modifications                                
-modified                                     
-modifies                                     
-modify                                       
-modifying                                    
-more                                         
-most                                         
-must                                         
-name                                         
-names                                        
-nature                                       
-necessary                                    
-need                                         
-needed                                       
-neither                                      
-network                                      
-new                                          
-next                                         
-no                                           
-non-consumer                                 
-non-exclusive                                
-non-exercise                                 
-non-free                                     
-non-permissive                               
-non-source                                   
-noncommercially                              
-nor                                          
-normal                                       
-normally                                     
-not                                          
-nothing                                      
-notice                                       
-notices                                      
-notifies                                     
-notify                                       
-number                                       
-numbered                                     
-object                                       
-obligate                                     
-obligated                                    
-obligations                                  
-occasionally                                 
-occurring                                    
-occurs                                       
-of                                           
-offer                                        
-offered                                      
-offering                                     
-official                                     
-on                                           
-one                                          
-only                                         
-operated                                     
-operating                                    
-operation                                    
-option                                       
-options                                      
-or                                           
-order                                        
-organization                                 
-organizations                                
-origin                                       
-original                                     
-other                                        
-others                                       
-otherwise                                    
-our                                          
-output                                       
-outside                                      
-own                                          
-owned                                        
-packaged                                     
-packaging                                    
-paper                                        
-paragraph                                    
-paragraphs                                   
-part                                         
-particular                                   
-parties                                      
-parts                                        
-party                                        
-party's                                      
-pass                                         
-password                                     
-patent                                       
-patents                                      
-pattern                                      
-payment                                      
-peer-to-peer                                 
-peers                                        
-performing                                   
-permanently                                  
-permission                                   
-permissions                                  
-permissive                                   
-permit                                       
-permits                                      
-permitted                                    
-perpetuity                                   
-personal                                     
-pertinent                                    
-physical                                     
-physically                                   
-pieces                                       
-place                                        
-please                                       
-plus                                         
-pointer                                      
-portion                                      
-possesses                                    
-possession                                   
-possible                                     
-power                                        
-practical                                    
-practice                                     
-precise                                      
-precisely                                    
-predecessor                                  
-preferred                                    
-present                                      
-presents                                     
-preservation                                 
-prevent                                      
-prevented                                    
-previous                                     
-price                                        
-primarily                                    
-prior                                        
-private                                      
-problems                                     
-procedures                                   
-procuring                                    
-produce                                      
-product                                      
-products                                     
-program                                      
-program's                                    
-program--to                                  
-programmer                                   
-programming                                  
-programs                                     
-prohibit                                     
-prohibiting                                  
-prohibits                                    
-prominent                                    
-prominently                                  
-propagate                                    
-propagating                                  
-propagation                                  
-property                                     
-proprietary                                  
-protect                                      
-protecting                                   
-protection                                   
-protocols                                    
-provide                                      
-provided                                     
-provision                                    
-provisionally                                
-proxy                                        
-proxy's                                      
-public                                       
-publicity                                    
-publicly                                     
-publish                                      
-published                                    
-purpose                                      
-purposes                                     
-pursuant                                     
-qualify                                      
-read                                         
-readily                                      
-reading                                      
-ready                                        
-reason                                       
-reasonable                                   
-receipt                                      
-receive                                      
-received                                     
-receives                                     
-receiving                                    
-recipient                                    
-recipient's                                  
-recipients                                   
-recognized                                   
-redistribute                                 
-referring                                    
-refers                                       
-refrain                                      
-regard                                       
-regardless                                   
-regenerate                                   
-reinstated                                   
-relationship                                 
-released                                     
-relevant                                     
-relicensing                                  
-relying                                      
-remain                                       
-remains                                      
-removal                                      
-remove                                       
-render                                       
-represent                                    
-require                                      
-required                                     
-requirement                                  
-requirements                                 
-requires                                     
-requiring                                    
-resolved                                     
-respect                                      
-responsibilities                             
-responsible                                  
-restrict                                     
-restricting                                  
-restriction                                  
-restrictions                                 
-result                                       
-resulting                                    
-results                                      
-retains                                      
-return                                       
-reviewing                                    
-revised                                      
-right                                        
-rights                                       
-royalty                                      
-royalty-free                                 
-rules                                        
-run                                          
-running                                      
-runs                                         
-safest                                       
-sake                                         
-sale                                         
-same                                         
-satisfy                                      
-saying                                       
-school                                       
-scope                                        
-scripts                                      
-secondarily                                  
-section                                      
-sections                                     
-see                                          
-sell                                         
-selling                                      
-semiconductor                                
-separable                                    
-separate                                     
-separately                                   
-server                                       
-serves                                       
-service                                      
-shall                                        
-share                                        
-shared                                       
-short                                        
-should                                       
-show                                         
-sign                                         
-significant                                  
-similar                                      
-simultaneously                               
-single                                       
-so                                           
-software                                     
-sold                                         
-sole                                         
-solely                                       
-some                                         
-source                                       
-spare                                        
-speak                                        
-special                                      
-specific                                     
-specifically                                 
-specified                                    
-specifies                                    
-specify                                      
-spirit                                       
-stand                                        
-standard                                     
-standards                                    
-start                                        
-starts                                       
-state                                        
-stated                                       
-statement                                    
-stating                                      
-status                                       
-steps                                        
-storage                                      
-subdividing                                  
-subject                                      
-sublicenses                                  
-subprograms                                  
-subroutine                                   
-subsection                                   
-substantial                                  
-substantially                                
-such                                         
-sue                                          
-suffice                                      
-supplement                                   
-support                                      
-supports                                     
-sure                                         
-surrender                                    
-survive                                      
-system                                       
-systematic                                   
-take                                         
-tangible                                     
-technological                                
-tells                                        
-term                                         
-terminal                                     
-terminate                                    
-terminated                                   
-terminates                                   
-terms                                        
-than                                         
-that                                         
-the                                          
-their                                        
-them                                         
-then                                         
-there                                        
-therefore                                    
-these                                        
-they                                         
-things                                       
-third                                        
-this                                         
-those                                        
-though                                       
-threatened                                   
-three                                        
-through                                      
-thus                                         
-time                                         
-to                                           
-too                                          
-tools                                        
-trade                                        
-trademark                                    
-trademarks                                   
-transaction                                  
-transfer                                     
-transferred                                  
-transferring                                 
-transmission                                 
-treated                                      
-treaty                                       
-two                                          
-type                                         
-typical                                      
-unacceptable                                 
-under                                        
-unless                                       
-unlimited                                    
-unmodified                                   
-unnecessary                                  
-unpacking                                    
-until                                        
-updates                                      
-use                                          
-used                                         
-useful                                       
-user                                         
-users                                        
-uses                                         
-using                                        
-valid                                        
-verbatim                                     
-version                                      
-versions                                     
-view                                         
-violates                                     
-violation                                    
-visible                                      
-void                                         
-volume                                       
-w                                            
-waive                                        
-waiver                                       
-want                                         
-warranties                                   
-warranty                                     
-was                                          
-way                                          
-ways                                         
-we                                           
-welcome                                      
-well                                         
-were                                         
-what                                         
-whatever                                     
-when                                         
-where                                        
-whether                                      
-which                                        
-who                                          
-whole                                        
-whom                                         
-whose                                        
-widely                                       
-will                                         
-window                                       
-wish                                         
-with                                         
-within                                       
-without                                      
-work                                         
-work's                                       
-working                                      
-works                                        
-worldwide                                    
-would                                        
-written                                      
-year                                         
-years                                        
-you                                          
-your                                         
-yourself                                     
+0                  finally            
+1                  find               
+10                 first              
+11                 fixed              
+12                 flow               
+13                 follow             
+14                 following          
+15                 for                
+16                 forbid             
+17                 force              
+1996               form               
+2                  format             
+20                 found              
+2007               free               
+28                 freedom            
+29                 freedoms           
+3                  from               
+30                 fulfilling         
+4                  full               
+5                  functioning        
+6                  fundamentally      
+60                 further            
+6b                 future             
+6d                 general            
+7                  general-purpose    
+8                  generally          
+9                  generate           
+A                  get                
+ABOVE              give               
+ABSOLUTELY         given              
+ADVISED            gives              
+AGREED             giving             
+ALL                governed           
+AND                grant              
+AND/OR             granted            
+ANY                grants             
+APPLICABLE         gratis             
+ARISING            greatest           
+AS                 guarantee          
+ASSUME             had                
+Acceptance         has                
+Access             have               
+Additional         having             
+Affero             hereafter          
+All                holder             
+Also               holders            
+An                 hope               
+Ancillary          hosts              
+And                household          
+Anti-Circumvention how                
+Any                however            
+Apply              hypothetical       
+Appropriate        idea               
+Automatic          identifiable       
+BE                 if                 
+BEEN               implement          
+BEING              implementation     
+BUT                implied            
+BY                 import             
+Basic              importing          
+But                impose             
+By                 imposed            
+C                  in                 
+CONDITIONS         include            
+CONSEQUENTIAL      included           
+CONVEYS            includes           
+COPYRIGHT          including          
+CORRECTION         incompatible       
+COST               incorporating      
+Code               incorporation      
+Component          indemnification    
+Convey             independent        
+Conveying          indicate           
+Copies             indicating         
+Copyright          individual         
+Corresponding      individuals        
+DAMAGES            industrial         
+DATA               inform             
+DEFECTIVE          information        
+December           infringe           
+Declining          infringed          
+Definitions        infringement       
+Developers         initiate           
+Disclaimer         inside             
+Disclaiming        install            
+Downstream         installed          
+EITHER             instead            
+END                intact             
+ENTIRE             intended           
+EVEN               intention          
+EVENT              interaction        
+EXCEPT             interactive        
+EXPRESSED          interchange        
+EXTENT             interest           
+Each               interface          
+Everyone           interfaces         
+FAILURE            interfered         
+FITNESS            interpreter        
+FOR                intimate           
+Finally            into               
+For                invalidate         
+Forms              irrevocable        
+Foundation         is                 
+Free               it                 
+Freedom            item               
+From               its                
+GENERAL            itself             
+GNU                keep               
+GPL                kernel             
+GPL-3.0            key                
+GUI                keys               
+General            kind               
+HAS                kinds              
+HOLDER             know               
+HOLDERS            knowingly          
+Having             knowledge          
+How                language           
+However            larger             
+IF                 later              
+IMPLIED            law                
+IN                 laws               
+INABILITY          lawsuit            
+INACCURATE         least              
+INCIDENTAL         legal              
+INCLUDING          liability          
+IS                 liable             
+If                 libraries          
+In                 library            
+Inc                license            
+Inclusion          licensed           
+Information        licensee           
+Installation       licensees          
+Interface          licenses           
+Interpretation     licensors          
+It                 like               
+June               likewise           
+KIND               limit              
+Knowingly          limitation         
+LAW                limiting           
+LIABLE             line               
+LICENSE            link               
+LIMITED            linked             
+LOSS               linking            
+LOSSES             list               
+Later              litigation         
+Law                local              
+Legal              long               
+Lesser             machine-readable   
+Liability          made               
+Libraries          mail               
+Library            maintain           
+License            major              
+Licensees          make               
+Licenses           makes              
+Licensing          making             
+Limitation         manner             
+Limiting           manufacturer       
+MERCHANTABILITY    marked             
+MODIFIES           marks              
+Major              masks              
+March              material           
+Mere               materially         
+Modified           may                
+Moreover           meaning            
+NECESSARY          means              
+NO                 measure            
+NOT                measures           
+New                medium             
+No                 meet               
+Non-Source         meets              
+Not                menu               
+Nothing            merging            
+Notices            met                
+Notwithstanding    methods            
+OF                 might              
+OPERATE            misrepresentation  
+OR                 mode               
+OTHER              model              
+OTHERWISE          modification       
+OUT                modifications      
+Object             modified           
+Of                 modifies           
+Others             modify             
+Our                modifying          
+PARTICULAR         more               
+PARTIES            most               
+PARTY              must               
+PERFORMANCE        name               
+PERMITTED          names              
+POSSIBILITY        nature             
+PROGRAM            necessary          
+PROGRAMS           need               
+PROVE              needed             
+PROVIDE            neither            
+PUBLIC             network            
+PURPOSE            new                
+Patents            next               
+Permissions        no                 
+Preamble           non-consumer       
+Product            non-exclusive      
+Program            non-exercise       
+Program's          non-free           
+Programs           non-permissive     
+Prohibiting        non-source         
+Propagation        noncommercially    
+Protecting         nor                
+Public             normal             
+QUALITY            normally           
+RENDERED           not                
+REPAIR             nothing            
+REQUIRED           notice             
+RISK               notices            
+ROM                notifies           
+Recipients         notify             
+Regardless         number             
+Required           numbered           
+Requiring          object             
+Revised            obligate           
+Rights             obligated          
+SERVICING          obligations        
+SHOULD             occasionally       
+SPECIAL            occurring          
+STATED             occurs             
+SUCH               of                 
+SUSTAINED          offer              
+Sections           offered            
+See                offering           
+Software           official           
+Some               on                 
+Source             one                
+Standard           only               
+States             operated           
+Sublicensing       operating          
+Such               operation          
+Surrender          option             
+System             options            
+TERMS              or                 
+THE                order              
+THERE              organization       
+THIRD              organizations      
+TO                 origin             
+Termination        original           
+Terms              other              
+The                others             
+Therefore          otherwise          
+These              our                
+This               output             
+Those              outside            
+To                 own                
+UNLESS             owned              
+USE                packaged           
+Use                packaging          
+User               paper              
+Users              paragraph          
+Verbatim           paragraphs         
+Version            part               
+Versions           particular         
+WARRANTIES         parties            
+WARRANTY           parts              
+WHEN               party              
+WHO                party's            
+WILL               pass               
+WIPO               password           
+WITH               patent             
+WITHOUT            patents            
+WRITING            pattern            
+Warranty           payment            
+We                 peer-to-peer       
+When               peers              
+YOU                performing         
+You                permanently        
+Your               permission         
+a                  permissions        
+ability            permissive         
+about              permit             
+above              permits            
+absence            permitted          
+absolute           perpetuity         
+abuse              personal           
+accept             pertinent          
+acceptance         physical           
+access             physically         
+accessible         pieces             
+accompanied        place              
+accompanies        please             
+accord             plus               
+according          pointer            
+achieve            portion            
+acknowledges       possesses          
+acquired           possession         
+across             possible           
+actions            power              
+activities         practical          
+activity           practice           
+actual             precise            
+actually           precisely          
+adapt              predecessor        
+add                preferred          
+added              present            
+additional         presents           
+address            preservation       
+addressed          prevent            
+adopted            prevented          
+adversely          previous           
+affects            price              
+affirmed           primarily          
+affirms            prior              
+after              private            
+against            problems           
+aggregate          procedures         
+agree              procuring          
+agreement          produce            
+aim                product            
+all                products           
+alleging           program            
+allow              program's          
+allowed            program--to        
+along              programmer         
+already            programming        
+also               programs           
+alternative        prohibit           
+although           prohibiting        
+among              prohibits          
+an                 prominent          
+and                prominently        
+and/or             propagate          
+any                propagating        
+anyone             propagation        
+anything           property           
+applicable         proprietary        
+applications       protect            
+applied            protecting         
+applies            protection         
+apply              protocols          
+appropriate        provide            
+appropriately      provided           
+approximates       provision          
+are                provisionally      
+area               proxy              
+arise              proxy's            
+arrange            public             
+arrangement        publicity          
+article            publicly           
+as                 publish            
+asking             published          
+assert             purpose            
+assets             purposes           
+associated         pursuant           
+assumption         qualify            
+assumptions        read               
+assures            readily            
+at                 reading            
+attach             ready              
+attempt            reason             
+attributed         reasonable         
+attributions       receipt            
+author             receive            
+authorization      received           
+authorized         receives           
+authorizes         receiving          
+authorizing        recipient          
+authors            recipient's        
+automatically      recipients         
+available          recognized         
+avoid              redistribute       
+away               referring          
+b                  refers             
+based              refrain            
+be                 regard             
+because            regardless         
+been               regenerate         
+behalf             reinstated         
+being              relationship       
+believe            released           
+below              relevant           
+benefit            relicensing        
+best               relying            
+between            remain             
+beyond             remains            
+body               removal            
+both               remove             
+box                render             
+brief              represent          
+business           require            
+but                required           
+by                 requirement        
+c                  requirements       
+called             requires           
+can                requiring          
+cannot             resolved           
+carry              respect            
+case               responsibilities   
+cases              responsible        
+cause              restrict           
+cease              restricting        
+certain            restriction        
+cessation          restrictions       
+change             result             
+changed            resulting          
+changing           results            
+characterized      retains            
+charge             return             
+choose             reviewing          
+choosing           revised            
+circumstances      right              
+circumvention      rights             
+civil              royalty            
+claim              royalty-free       
+claims             rules              
+class              run                
+clear              running            
+clearly            runs               
+closely            safest             
+code               sake               
+collect            sale               
+combination        same               
+combine            satisfy            
+combined           saying             
+comes              school             
+commands           scope              
+commercial         scripts            
+commitment         secondarily        
+common             section            
+communication      sections           
+compilation        see                
+compilation's      sell               
+compilations       selling            
+compiler           semiconductor      
+compliance         separable          
+comply             separate           
+component          separately         
+computer           server             
+computers          serves             
+concerning         service            
+concerns           shall              
+conditioned        share              
+conditions         shared             
+connection         short              
+consequence        should             
+consider           show               
+considered         sign               
+consistent         significant        
+conspicuously      similar            
+constantly         simultaneously     
+constitutes        single             
+construed          so                 
+consumer           software           
+contact            sold               
+contain            sole               
+containing         solely             
+contains           some               
+content            source             
+contents           spare              
+context            speak              
+continue           special            
+continued          specific           
+contractual        specifically       
+contradict         specified          
+contrast           specifies          
+contributor        specify            
+contributor's      spirit             
+control            stand              
+controlled         standard           
+convenient         standards          
+convey             start              
+conveyance         starts             
+conveyed           state              
+conveying          stated             
+conveys            statement          
+copies             stating            
+copy               status             
+copying            steps              
+copyleft           storage            
+copyright          subdividing        
+copyright-like     subject            
+copyrightable      sublicenses        
+copyrighted        subprograms        
+cost               subroutine         
+could              subsection         
+counterclaim       substantial        
+countries          substantially      
+country            such               
+course             sue                
+court              suffice            
+courts             supplement         
+covenant           support            
+coverage           supports           
+covered            sure               
+criterion          surrender          
+cross-claim        survive            
+cure               system             
+customarily        systematic         
+customer           take               
+d                  tangible           
+danger             technological      
+data               tells              
+date               term               
+days               terminal           
+decide             terminate          
+deemed             terminated         
+defenses           terminates         
+defined            terms              
+definition         than               
+denied             that               
+denominated        the                
+deny               their              
+denying            them               
+deprive            then               
+designated         there              
+designed           therefore          
+detail             these              
+details            they               
+determining        things             
+develop            third              
+developers         this               
+development        those              
+devices            though             
+differ             threatened         
+different          three              
+differently        through            
+direction          thus               
+directions         time               
+directly           to                 
+disclaim           too                
+disclaimer         tools              
+discriminatory     trade              
+display            trademark          
+displayed          trademarks         
+displays           transaction        
+distinguishing     transfer           
+distribute         transferred        
+distributed        transferring       
+distributing       transmission       
+distribution       treated            
+do                 treaty             
+document           two                
+documented         type               
+does               typical            
+domains            unacceptable       
+doubtful           under              
+downstream         unless             
+durable            unlimited          
+dwelling           unmodified         
+dynamically        unnecessary        
+e                  unpacking          
+each               until              
+earlier            updates            
+effect             use                
+effected           used               
+effective          useful             
+effectively        user               
+efforts            users              
+either             uses               
+electronic         using              
+embodied           valid              
+employer           verbatim           
+enable             version            
+enables            versions           
+enforce            view               
+enforcing          violates           
+ensure             violation          
+entered            visible            
+entire             void               
+entirely           volume             
+entity             w                  
+equivalent         waive              
+erroneously        waiver             
+essential          want               
+even               warranties         
+ever               warranty           
+every              was                
+everyone           way                
+exact              ways               
+example            we                 
+except             welcome            
+exceptions         well               
+excluded           were               
+excluding          what               
+exclusion          whatever           
+exclusively        when               
+excuse             where              
+executable         whether            
+execute            which              
+executing          who                
+exercise           whole              
+exercising         whom               
+expected           whose              
+expects            widely             
+explains           will               
+explicitly         window             
+express            wish               
+expressly          with               
+extend             within             
+extended           without            
+extensions         work               
+extent             work's             
+f                  working            
+facilities         works              
+fails              worldwide          
+fair               would              
+family             written            
+fashion            year               
+favor              years              
+feature            you                
+fee                your               
+file               yourself           
+files              
 12345678901234567890123456789012345678901234567890123456789012345678901234567890
@@ -1,1219 +1,307 @@
 Test 18: 200 words with indent of 1
 12345678901234567890123456789012345678901234567890123456789012345678901234567890
- 0                                               
- 1                                               
- 10                                              
- 11                                              
- 12                                              
- 13                                              
- 14                                              
- 15                                              
- 16                                              
- 17                                              
- 1996                                            
- 2                                               
- 20                                              
- 2007                                            
- 28                                              
- 29                                              
- 3                                               
- 30                                              
- 4                                               
- 5                                               
- 6                                               
- 60                                              
- 6b                                              
- 6d                                              
- 7                                               
- 8                                               
- 9                                               
- A                                               
- ABOVE                                           
- ABSOLUTELY                                      
- ADVISED                                         
- AGREED                                          
- ALL                                             
- AND                                             
- AND/OR                                          
- ANY                                             
- APPLICABLE                                      
- ARISING                                         
- AS                                              
- ASSUME                                          
- Acceptance                                      
- Access                                          
- Additional                                      
- Affero                                          
- All                                             
- Also                                            
- An                                              
- Ancillary                                       
- And                                             
- Anti-Circumvention                              
- Any                                             
- Apply                                           
- Appropriate                                     
- Automatic                                       
- BE                                              
- BEEN                                            
- BEING                                           
- BUT                                             
- BY                                              
- Basic                                           
- But                                             
- By                                              
- C                                               
- CONDITIONS                                      
- CONSEQUENTIAL                                   
- CONVEYS                                         
- COPYRIGHT                                       
- CORRECTION                                      
- COST                                            
- Code                                            
- Component                                       
- Convey                                          
- Conveying                                       
- Copies                                          
- Copyright                                       
- Corresponding                                   
- DAMAGES                                         
- DATA                                            
- DEFECTIVE                                       
- December                                        
- Declining                                       
- Definitions                                     
- Developers                                      
- Disclaimer                                      
- Disclaiming                                     
- Downstream                                      
- EITHER                                          
- END                                             
- ENTIRE                                          
- EVEN                                            
- EVENT                                           
- EXCEPT                                          
- EXPRESSED                                       
- EXTENT                                          
- Each                                            
- Everyone                                        
- FAILURE                                         
- FITNESS                                         
- FOR                                             
- Finally                                         
- For                                             
- Forms                                           
- Foundation                                      
- Free                                            
- Freedom                                         
- From                                            
- GENERAL                                         
- GNU                                             
- GPL                                             
- GPL-3.0                                         
- GUI                                             
- General                                         
- HAS                                             
- HOLDER                                          
- HOLDERS                                         
- Having                                          
- How                                             
- However                                         
- IF                                              
- IMPLIED                                         
- IN                                              
- INABILITY                                       
- INACCURATE                                      
- INCIDENTAL                                      
- INCLUDING                                       
- IS                                              
- If                                              
- In                                              
- Inc                                             
- Inclusion                                       
- Information                                     
- Installation                                    
- Interface                                       
- Interpretation                                  
- It                                              
- June                                            
- KIND                                            
- Knowingly                                       
- LAW                                             
- LIABLE                                          
- LICENSE                                         
- LIMITED                                         
- LOSS                                            
- LOSSES                                          
- Later                                           
- Law                                             
- Legal                                           
- Lesser                                          
- Liability                                       
- Libraries                                       
- Library                                         
- License                                         
- Licensees                                       
- Licenses                                        
- Licensing                                       
- Limitation                                      
- Limiting                                        
- MERCHANTABILITY                                 
- MODIFIES                                        
- Major                                           
- March                                           
- Mere                                            
- Modified                                        
- Moreover                                        
- NECESSARY                                       
- NO                                              
- NOT                                             
- New                                             
- No                                              
- Non-Source                                      
- Not                                             
- Nothing                                         
- Notices                                         
- Notwithstanding                                 
- OF                                              
- OPERATE                                         
- OR                                              
- OTHER                                           
- OTHERWISE                                       
- OUT                                             
- Object                                          
- Of                                              
- Others                                          
- Our                                             
- PARTICULAR                                      
- PARTIES                                         
- PARTY                                           
- PERFORMANCE                                     
- PERMITTED                                       
- POSSIBILITY                                     
- PROGRAM                                         
- PROGRAMS                                        
- PROVE                                           
- PROVIDE                                         
- PUBLIC                                          
- PURPOSE                                         
- Patents                                         
- Permissions                                     
- Preamble                                        
- Product                                         
- Program                                         
- Program's                                       
- Programs                                        
- Prohibiting                                     
- Propagation                                     
- Protecting                                      
- Public                                          
- QUALITY                                         
- RENDERED                                        
- REPAIR                                          
- REQUIRED                                        
- RISK                                            
- ROM                                             
- Recipients                                      
- Regardless                                      
- Required                                        
- Requiring                                       
- Revised                                         
- Rights                                          
- SERVICING                                       
- SHOULD                                          
- SPECIAL                                         
- STATED                                          
- SUCH                                            
- SUSTAINED                                       
- Sections                                        
- See                                             
- Software                                        
- Some                                            
- Source                                          
- Standard                                        
- States                                          
- Sublicensing                                    
- Such                                            
- Surrender                                       
- System                                          
- TERMS                                           
- THE                                             
- THERE                                           
- THIRD                                           
- TO                                              
- Termination                                     
- Terms                                           
- The                                             
- Therefore                                       
- These                                           
- This                                            
- Those                                           
- To                                              
- UNLESS                                          
- USE                                             
- Use                                             
- User                                            
- Users                                           
- Verbatim                                        
- Version                                         
- Versions                                        
- WARRANTIES                                      
- WARRANTY                                        
- WHEN                                            
- WHO                                             
- WILL                                            
- WIPO                                            
- WITH                                            
- WITHOUT                                         
- WRITING                                         
- Warranty                                        
- We                                              
- When                                            
- YOU                                             
- You                                             
- Your                                            
- a                                               
- ability                                         
- about                                           
- above                                           
- absence                                         
- absolute                                        
- abuse                                           
- accept                                          
- acceptance                                      
- access                                          
- accessible                                      
- accompanied                                     
- accompanies                                     
- accord                                          
- according                                       
- achieve                                         
- acknowledges                                    
- acquired                                        
- across                                          
- actions                                         
- activities                                      
- activity                                        
- actual                                          
- actually                                        
- adapt                                           
- add                                             
- added                                           
- additional                                      
- address                                         
- addressed                                       
- adopted                                         
- adversely                                       
- affects                                         
- affirmed                                        
- affirms                                         
- after                                           
- against                                         
- aggregate                                       
- agree                                           
- agreement                                       
- aim                                             
- all                                             
- alleging                                        
- allow                                           
- allowed                                         
- along                                           
- already                                         
- also                                            
- alternative                                     
- although                                        
- among                                           
- an                                              
- and                                             
- and/or                                          
- any                                             
- anyone                                          
- anything                                        
- applicable                                      
- applications                                    
- applied                                         
- applies                                         
- apply                                           
- appropriate                                     
- appropriately                                   
- approximates                                    
- are                                             
- area                                            
- arise                                           
- arrange                                         
- arrangement                                     
- article                                         
- as                                              
- asking                                          
- assert                                          
- assets                                          
- associated                                      
- assumption                                      
- assumptions                                     
- assures                                         
- at                                              
- attach                                          
- attempt                                         
- attributed                                      
- attributions                                    
- author                                          
- authorization                                   
- authorized                                      
- authorizes                                      
- authorizing                                     
- authors                                         
- automatically                                   
- available                                       
- avoid                                           
- away                                            
- b                                               
- based                                           
- be                                              
- because                                         
- been                                            
- behalf                                          
- being                                           
- believe                                         
- below                                           
- benefit                                         
- best                                            
- between                                         
- beyond                                          
- body                                            
- both                                            
- box                                             
- brief                                           
- business                                        
- but                                             
- by                                              
- c                                               
- called                                          
- can                                             
- cannot                                          
- carry                                           
- case                                            
- cases                                           
- cause                                           
- cease                                           
- certain                                         
- cessation                                       
- change                                          
- changed                                         
- changing                                        
- characterized                                   
- charge                                          
- choose                                          
- choosing                                        
- circumstances                                   
- circumvention                                   
- civil                                           
- claim                                           
- claims                                          
- class                                           
- clear                                           
- clearly                                         
- closely                                         
- code                                            
- collect                                         
- combination                                     
- combine                                         
- combined                                        
- comes                                           
- commands                                        
- commercial                                      
- commitment                                      
- common                                          
- communication                                   
- compilation                                     
- compilation's                                   
- compilations                                    
- compiler                                        
- compliance                                      
- comply                                          
- component                                       
- computer                                        
- computers                                       
- concerning                                      
- concerns                                        
- conditioned                                     
- conditions                                      
- connection                                      
- consequence                                     
- consider                                        
- considered                                      
- consistent                                      
- conspicuously                                   
- constantly                                      
- constitutes                                     
- construed                                       
- consumer                                        
- contact                                         
- contain                                         
- containing                                      
- contains                                        
- content                                         
- contents                                        
- context                                         
- continue                                        
- continued                                       
- contractual                                     
- contradict                                      
- contrast                                        
- contributor                                     
- contributor's                                   
- control                                         
- controlled                                      
- convenient                                      
- convey                                          
- conveyance                                      
- conveyed                                        
- conveying                                       
- conveys                                         
- copies                                          
- copy                                            
- copying                                         
- copyleft                                        
- copyright                                       
- copyright-like                                  
- copyrightable                                   
- copyrighted                                     
- cost                                            
- could                                           
- counterclaim                                    
- countries                                       
- country                                         
- course                                          
- court                                           
- courts                                          
- covenant                                        
- coverage                                        
- covered                                         
- criterion                                       
- cross-claim                                     
- cure                                            
- customarily                                     
- customer                                        
- d                                               
- danger                                          
- data                                            
- date                                            
- days                                            
- decide                                          
- deemed                                          
- defenses                                        
- defined                                         
- definition                                      
- denied                                          
- denominated                                     
- deny                                            
- denying                                         
- deprive                                         
- designated                                      
- designed                                        
- detail                                          
- details                                         
- determining                                     
- develop                                         
- developers                                      
- development                                     
- devices                                         
- differ                                          
- different                                       
- differently                                     
- direction                                       
- directions                                      
- directly                                        
- disclaim                                        
- disclaimer                                      
- discriminatory                                  
- display                                         
- displayed                                       
- displays                                        
- distinguishing                                  
- distribute                                      
- distributed                                     
- distributing                                    
- distribution                                    
- do                                              
- document                                        
- documented                                      
- does                                            
- domains                                         
- doubtful                                        
- downstream                                      
- durable                                         
- dwelling                                        
- dynamically                                     
- e                                               
- each                                            
- earlier                                         
- effect                                          
- effected                                        
- effective                                       
- effectively                                     
- efforts                                         
- either                                          
- electronic                                      
- embodied                                        
- employer                                        
- enable                                          
- enables                                         
- enforce                                         
- enforcing                                       
- ensure                                          
- entered                                         
- entire                                          
- entirely                                        
- entity                                          
- equivalent                                      
- erroneously                                     
- essential                                       
- even                                            
- ever                                            
- every                                           
- everyone                                        
- exact                                           
- example                                         
- except                                          
- exceptions                                      
- excluded                                        
- excluding                                       
- exclusion                                       
- exclusively                                     
- excuse                                          
- executable                                      
- execute                                         
- executing                                       
- exercise                                        
- exercising                                      
- expected                                        
- expects                                         
- explains                                        
- explicitly                                      
- express                                         
- expressly                                       
- extend                                          
- extended                                        
- extensions                                      
- extent                                          
- f                                               
- facilities                                      
- fails                                           
- fair                                            
- family                                          
- fashion                                         
- favor                                           
- feature                                         
- fee                                             
- file                                            
- files                                           
- finally                                         
- find                                            
- first                                           
- fixed                                           
- flow                                            
- follow                                          
- following                                       
- for                                             
- forbid                                          
- force                                           
- form                                            
- format                                          
- found                                           
- free                                            
- freedom                                         
- freedoms                                        
- from                                            
- fulfilling                                      
- full                                            
- functioning                                     
- fundamentally                                   
- further                                         
- future                                          
- general                                         
- general-purpose                                 
- generally                                       
- generate                                        
- get                                             
- give                                            
- given                                           
- gives                                           
- giving                                          
- governed                                        
- grant                                           
- granted                                         
- grants                                          
- gratis                                          
- greatest                                        
- guarantee                                       
- had                                             
- has                                             
- have                                            
- having                                          
- hereafter                                       
- holder                                          
- holders                                         
- hope                                            
- hosts                                           
- household                                       
- how                                             
- however                                         
- http://fsf.org                                  
- http://www.gnu.org/licenses                     
- http://www.gnu.org/philosophy/why-not-lgpl.html 
- hypothetical                                    
- idea                                            
- identifiable                                    
- if                                              
- implement                                       
- implementation                                  
- implied                                         
- import                                          
- importing                                       
- impose                                          
- imposed                                         
- in                                              
- include                                         
- included                                        
- includes                                        
- including                                       
- incompatible                                    
- incorporating                                   
- incorporation                                   
- indemnification                                 
- independent                                     
- indicate                                        
- indicating                                      
- individual                                      
- individuals                                     
- industrial                                      
- inform                                          
- information                                     
- infringe                                        
- infringed                                       
- infringement                                    
- initiate                                        
- inside                                          
- install                                         
- installed                                       
- instead                                         
- intact                                          
- intended                                        
- intention                                       
- interaction                                     
- interactive                                     
- interchange                                     
- interest                                        
- interface                                       
- interfaces                                      
- interfered                                      
- interpreter                                     
- intimate                                        
- into                                            
- invalidate                                      
- irrevocable                                     
- is                                              
- it                                              
- item                                            
- its                                             
- itself                                          
- keep                                            
- kernel                                          
- key                                             
- keys                                            
- kind                                            
- kinds                                           
- know                                            
- knowingly                                       
- knowledge                                       
- language                                        
- larger                                          
- later                                           
- law                                             
- laws                                            
- lawsuit                                         
- least                                           
- legal                                           
- liability                                       
- liable                                          
- libraries                                       
- library                                         
- license                                         
- licensed                                        
- licensee                                        
- licensees                                       
- licenses                                        
- licensors                                       
- like                                            
- likewise                                        
- limit                                           
- limitation                                      
- limiting                                        
- line                                            
- link                                            
- linked                                          
- linking                                         
- list                                            
- litigation                                      
- local                                           
- long                                            
- machine-readable                                
- made                                            
- mail                                            
- maintain                                        
- major                                           
- make                                            
- makes                                           
- making                                          
- manner                                          
- manufacturer                                    
- marked                                          
- marks                                           
- masks                                           
- material                                        
- materially                                      
- may                                             
- meaning                                         
- means                                           
- measure                                         
- measures                                        
- medium                                          
- meet                                            
- meets                                           
- menu                                            
- merging                                         
- met                                             
- methods                                         
- might                                           
- misrepresentation                               
- mode                                            
- model                                           
- modification                                    
- modifications                                   
- modified                                        
- modifies                                        
- modify                                          
- modifying                                       
- more                                            
- most                                            
- must                                            
- name                                            
- names                                           
- nature                                          
- necessary                                       
- need                                            
- needed                                          
- neither                                         
- network                                         
- new                                             
- next                                            
- no                                              
- non-consumer                                    
- non-exclusive                                   
- non-exercise                                    
- non-free                                        
- non-permissive                                  
- non-source                                      
- noncommercially                                 
- nor                                             
- normal                                          
- normally                                        
- not                                             
- nothing                                         
- notice                                          
- notices                                         
- notifies                                        
- notify                                          
- number                                          
- numbered                                        
- object                                          
- obligate                                        
- obligated                                       
- obligations                                     
- occasionally                                    
- occurring                                       
- occurs                                          
- of                                              
- offer                                           
- offered                                         
- offering                                        
- official                                        
- on                                              
- one                                             
- only                                            
- operated                                        
- operating                                       
- operation                                       
- option                                          
- options                                         
- or                                              
- order                                           
- organization                                    
- organizations                                   
- origin                                          
- original                                        
- other                                           
- others                                          
- otherwise                                       
- our                                             
- output                                          
- outside                                         
- own                                             
- owned                                           
- packaged                                        
- packaging                                       
- paper                                           
- paragraph                                       
- paragraphs                                      
- part                                            
- particular                                      
- parties                                         
- parts                                           
- party                                           
- party's                                         
- pass                                            
- password                                        
- patent                                          
- patents                                         
- pattern                                         
- payment                                         
- peer-to-peer                                    
- peers                                           
- performing                                      
- permanently                                     
- permission                                      
- permissions                                     
- permissive                                      
- permit                                          
- permits                                         
- permitted                                       
- perpetuity                                      
- personal                                        
- pertinent                                       
- physical                                        
- physically                                      
- pieces                                          
- place                                           
- please                                          
- plus                                            
- pointer                                         
- portion                                         
- possesses                                       
- possession                                      
- possible                                        
- power                                           
- practical                                       
- practice                                        
- precise                                         
- precisely                                       
- predecessor                                     
- preferred                                       
- present                                         
- presents                                        
- preservation                                    
- prevent                                         
- prevented                                       
- previous                                        
- price                                           
- primarily                                       
- prior                                           
- private                                         
- problems                                        
- procedures                                      
- procuring                                       
- produce                                         
- product                                         
- products                                        
- program                                         
- program's                                       
- program--to                                     
- programmer                                      
- programming                                     
- programs                                        
- prohibit                                        
- prohibiting                                     
- prohibits                                       
- prominent                                       
- prominently                                     
- propagate                                       
- propagating                                     
- propagation                                     
- property                                        
- proprietary                                     
- protect                                         
- protecting                                      
- protection                                      
- protocols                                       
- provide                                         
- provided                                        
- provision                                       
- provisionally                                   
- proxy                                           
- proxy's                                         
- public                                          
- publicity                                       
- publicly                                        
- publish                                         
- published                                       
- purpose                                         
- purposes                                        
- pursuant                                        
- qualify                                         
- read                                            
- readily                                         
- reading                                         
- ready                                           
- reason                                          
- reasonable                                      
- receipt                                         
- receive                                         
- received                                        
- receives                                        
- receiving                                       
- recipient                                       
- recipient's                                     
- recipients                                      
- recognized                                      
- redistribute                                    
- referring                                       
- refers                                          
- refrain                                         
- regard                                          
- regardless                                      
- regenerate                                      
- reinstated                                      
- relationship                                    
- released                                        
- relevant                                        
- relicensing                                     
- relying                                         
- remain                                          
- remains                                         
- removal                                         
- remove                                          
- render                                          
- represent                                       
- require                                         
- required                                        
- requirement                                     
- requirements                                    
- requires                                        
- requiring                                       
- resolved                                        
- respect                                         
- responsibilities                                
- responsible                                     
- restrict                                        
- restricting                                     
- restriction                                     
- restrictions                                    
- result                                          
- resulting                                       
- results                                         
- retains                                         
- return                                          
- reviewing                                       
- revised                                         
- right                                           
- rights                                          
- royalty                                         
- royalty-free                                    
- rules                                           
- run                                             
- running                                         
- runs                                            
- safest                                          
- sake                                            
- sale                                            
- same                                            
- satisfy                                         
- saying                                          
- school                                          
- scope                                           
- scripts                                         
- secondarily                                     
- section                                         
- sections                                        
- see                                             
- sell                                            
- selling                                         
- semiconductor                                   
- separable                                       
- separate                                        
- separately                                      
- server                                          
- serves                                          
- service                                         
- shall                                           
- share                                           
- shared                                          
- short                                           
- should                                          
- show                                            
- sign                                            
- significant                                     
- similar                                         
- simultaneously                                  
- single                                          
- so                                              
- software                                        
- sold                                            
- sole                                            
- solely                                          
- some                                            
- source                                          
- spare                                           
- speak                                           
- special                                         
- specific                                        
- specifically                                    
- specified                                       
- specifies                                       
- specify                                         
- spirit                                          
- stand                                           
- standard                                        
- standards                                       
- start                                           
- starts                                          
- state                                           
- stated                                          
- statement                                       
- stating                                         
- status                                          
- steps                                           
- storage                                         
- subdividing                                     
- subject                                         
- sublicenses                                     
- subprograms                                     
- subroutine                                      
- subsection                                      
- substantial                                     
- substantially                                   
- such                                            
- sue                                             
- suffice                                         
- supplement                                      
- support                                         
- supports                                        
- sure                                            
- surrender                                       
- survive                                         
- system                                          
- systematic                                      
- take                                            
- tangible                                        
- technological                                   
- tells                                           
- term                                            
- terminal                                        
- terminate                                       
- terminated                                      
- terminates                                      
- terms                                           
- than                                            
- that                                            
- the                                             
- their                                           
- them                                            
- then                                            
- there                                           
- therefore                                       
- these                                           
- they                                            
- things                                          
- third                                           
- this                                            
- those                                           
- though                                          
- threatened                                      
- three                                           
- through                                         
- thus                                            
- time                                            
- to                                              
- too                                             
- tools                                           
- trade                                           
- trademark                                       
- trademarks                                      
- transaction                                     
- transfer                                        
- transferred                                     
- transferring                                    
- transmission                                    
- treated                                         
- treaty                                          
- two                                             
- type                                            
- typical                                         
- unacceptable                                    
- under                                           
- unless                                          
- unlimited                                       
- unmodified                                      
- unnecessary                                     
- unpacking                                       
- until                                           
- updates                                         
- use                                             
- used                                            
- useful                                          
- user                                            
- users                                           
- uses                                            
- using                                           
- valid                                           
- verbatim                                        
- version                                         
- versions                                        
- view                                            
- violates                                        
- violation                                       
- visible                                         
- void                                            
- volume                                          
- w                                               
- waive                                           
- waiver                                          
- want                                            
- warranties                                      
- warranty                                        
- was                                             
- way                                             
- ways                                            
- we                                              
- welcome                                         
- well                                            
- were                                            
- what                                            
- whatever                                        
- when                                            
- where                                           
- whether                                         
- which                                           
- who                                             
- whole                                           
- whom                                            
- whose                                           
- widely                                          
- will                                            
- window                                          
- wish                                            
- with                                            
- within                                          
- without                                         
- work                                            
- work's                                          
- working                                         
- works                                           
- worldwide                                       
- would                                           
- written                                         
- year                                            
- years                                           
- you                                             
- your                                            
- yourself                                        
+ 0                  affects            find               primarily          
+ 1                  affirmed           first              prior              
+ 10                 affirms            fixed              private            
+ 11                 after              flow               problems           
+ 12                 against            follow             procedures         
+ 13                 aggregate          following          procuring          
+ 14                 agree              for                produce            
+ 15                 agreement          forbid             product            
+ 16                 aim                force              products           
+ 17                 all                form               program            
+ 1996               alleging           format             program's          
+ 2                  allow              found              program--to        
+ 20                 allowed            free               programmer         
+ 2007               along              freedom            programming        
+ 28                 already            freedoms           programs           
+ 29                 also               from               prohibit           
+ 3                  alternative        fulfilling         prohibiting        
+ 30                 although           full               prohibits          
+ 4                  among              functioning        prominent          
+ 5                  an                 fundamentally      prominently        
+ 6                  and                further            propagate          
+ 60                 and/or             future             propagating        
+ 6b                 any                general            propagation        
+ 6d                 anyone             general-purpose    property           
+ 7                  anything           generally          proprietary        
+ 8                  applicable         generate           protect            
+ 9                  applications       get                protecting         
+ A                  applied            give               protection         
+ ABOVE              applies            given              protocols          
+ ABSOLUTELY         apply              gives              provide            
+ ADVISED            appropriate        giving             provided           
+ AGREED             appropriately      governed           provision          
+ ALL                approximates       grant              provisionally      
+ AND                are                granted            proxy              
+ AND/OR             area               grants             proxy's            
+ ANY                arise              gratis             public             
+ APPLICABLE         arrange            greatest           publicity          
+ ARISING            arrangement        guarantee          publicly           
+ AS                 article            had                publish            
+ ASSUME             as                 has                published          
+ Acceptance         asking             have               purpose            
+ Access             assert             having             purposes           
+ Additional         assets             hereafter          pursuant           
+ Affero             associated         holder             qualify            
+ All                assumption         holders            read               
+ Also               assumptions        hope               readily            
+ An                 assures            hosts              reading            
+ Ancillary          at                 household          ready              
+ And                attach             how                reason             
+ Anti-Circumvention attempt            however            reasonable         
+ Any                attributed         hypothetical       receipt            
+ Apply              attributions       idea               receive            
+ Appropriate        author             identifiable       received           
+ Automatic          authorization      if                 receives           
+ BE                 authorized         implement          receiving          
+ BEEN               authorizes         implementation     recipient          
+ BEING              authorizing        implied            recipient's        
+ BUT                authors            import             recipients         
+ BY                 automatically      importing          recognized         
+ Basic              available          impose             redistribute       
+ But                avoid              imposed            referring          
+ By                 away               in                 refers             
+ C                  b                  include            refrain            
+ CONDITIONS         based              included           regard             
+ CONSEQUENTIAL      be                 includes           regardless         
+ CONVEYS            because            including          regenerate         
+ COPYRIGHT          been               incompatible       reinstated         
+ CORRECTION         behalf             incorporating      relationship       
+ COST               being              incorporation      released           
+ Code               believe            indemnification    relevant           
+ Component          below              independent        relicensing        
+ Convey             benefit            indicate           relying            
+ Conveying          best               indicating         remain             
+ Copies             between            individual         remains            
+ Copyright          beyond             individuals        removal            
+ Corresponding      body               industrial         remove             
+ DAMAGES            both               inform             render             
+ DATA               box                information        represent          
+ DEFECTIVE          brief              infringe           require            
+ December           business           infringed          required           
+ Declining          but                infringement       requirement        
+ Definitions        by                 initiate           requirements       
+ Developers         c                  inside             requires           
+ Disclaimer         called             install            requiring          
+ Disclaiming        can                installed          resolved           
+ Downstream         cannot             instead            respect            
+ EITHER             carry              intact             responsibilities   
+ END                case               intended           responsible        
+ ENTIRE             cases              intention          restrict           
+ EVEN               cause              interaction        restricting        
+ EVENT              cease              interactive        restriction        
+ EXCEPT             certain            interchange        restrictions       
+ EXPRESSED          cessation          interest           result             
+ EXTENT             change             interface          resulting          
+ Each               changed            interfaces         results            
+ Everyone           changing           interfered         retains            
+ FAILURE            characterized      interpreter        return             
+ FITNESS            charge             intimate           reviewing          
+ FOR                choose             into               revised            
+ Finally            choosing           invalidate         right              
+ For                circumstances      irrevocable        rights             
+ Forms              circumvention      is                 royalty            
+ Foundation         civil              it                 royalty-free       
+ Free               claim              item               rules              
+ Freedom            claims             its                run                
+ From               class              itself             running            
+ GENERAL            clear              keep               runs               
+ GNU                clearly            kernel             safest             
+ GPL                closely            key                sake               
+ GPL-3.0            code               keys               sale               
+ GUI                collect            kind               same               
+ General            combination        kinds              satisfy            
+ HAS                combine            know               saying             
+ HOLDER             combined           knowingly          school             
+ HOLDERS            comes              knowledge          scope              
+ Having             commands           language           scripts            
+ How                commercial         larger             secondarily        
+ However            commitment         later              section            
+ IF                 common             law                sections           
+ IMPLIED            communication      laws               see                
+ IN                 compilation        lawsuit            sell               
+ INABILITY          compilation's      least              selling            
+ INACCURATE         compilations       legal              semiconductor      
+ INCIDENTAL         compiler           liability          separable          
+ INCLUDING          compliance         liable             separate           
+ IS                 comply             libraries          separately         
+ If                 component          library            server             
+ In                 computer           license            serves             
+ Inc                computers          licensed           service            
+ Inclusion          concerning         licensee           shall              
+ Information        concerns           licensees          share              
+ Installation       conditioned        licenses           shared             
+ Interface          conditions         licensors          short              
+ Interpretation     connection         like               should             
+ It                 consequence        likewise           show               
+ June               consider           limit              sign               
+ KIND               considered         limitation         significant        
+ Knowingly          consistent         limiting           similar            
+ LAW                conspicuously      line               simultaneously     
+ LIABLE             constantly         link               single             
+ LICENSE            constitutes        linked             so                 
+ LIMITED            construed          linking            software           
+ LOSS               consumer           list               sold               
+ LOSSES             contact            litigation         sole               
+ Later              contain            local              solely             
+ Law                containing         long               some               
+ Legal              contains           machine-readable   source             
+ Lesser             content            made               spare              
+ Liability          contents           mail               speak              
+ Libraries          context            maintain           special            
+ Library            continue           major              specific           
+ License            continued          make               specifically       
+ Licensees          contractual        makes              specified          
+ Licenses           contradict         making             specifies          
+ Licensing          contrast           manner             specify            
+ Limitation         contributor        manufacturer       spirit             
+ Limiting           contributor's      marked             stand              
+ MERCHANTABILITY    control            marks              standard           
+ MODIFIES           controlled         masks              standards          
+ Major              convenient         material           start              
+ March              convey             materially         starts             
+ Mere               conveyance         may                state              
+ Modified           conveyed           meaning            stated             
+ Moreover           conveying          means              statement          
+ NECESSARY          conveys            measure            stating            
+ NO                 copies             measures           status             
+ NOT                copy               medium             steps              
+ New                copying            meet               storage            
+ No                 copyleft           meets              subdividing        
+ Non-Source         copyright          menu               subject            
+ Not                copyright-like     merging            sublicenses        
+ Nothing            copyrightable      met                subprograms        
+ Notices            copyrighted        methods            subroutine         
+ Notwithstanding    cost               might              subsection         
+ OF                 could              misrepresentation  substantial        
+ OPERATE            counterclaim       mode               substantially      
+ OR                 countries          model              such               
+ OTHER              country            modification       sue                
+ OTHERWISE          course             modifications      suffice            
+ OUT                court              modified           supplement         
+ Object             courts             modifies           support            
+ Of                 covenant           modify             supports           
+ Others             coverage           modifying          sure               
+ Our                covered            more               surrender          
+ PARTICULAR         criterion          most               survive            
+ PARTIES            cross-claim        must               system             
+ PARTY              cure               name               systematic         
+ PERFORMANCE        customarily        names              take               
+ PERMITTED          customer           nature             tangible           
+ POSSIBILITY        d                  necessary          technological      
+ PROGRAM            danger             need               tells              
+ PROGRAMS           data               needed             term               
+ PROVE              date               neither            terminal           
+ PROVIDE            days               network            terminate          
+ PUBLIC             decide             new                terminated         
+ PURPOSE            deemed             next               terminates         
+ Patents            defenses           no                 terms              
+ Permissions        defined            non-consumer       than               
+ Preamble           definition         non-exclusive      that               
+ Product            denied             non-exercise       the                
+ Program            denominated        non-free           their              
+ Program's          deny               non-permissive     them               
+ Programs           denying            non-source         then               
+ Prohibiting        deprive            noncommercially    there              
+ Propagation        designated         nor                therefore          
+ Protecting         designed           normal             these              
+ Public             detail             normally           they               
+ QUALITY            details            not                things             
+ RENDERED           determining        nothing            third              
+ REPAIR             develop            notice             this               
+ REQUIRED           developers         notices            those              
+ RISK               development        notifies           though             
+ ROM                devices            notify             threatened         
+ Recipients         differ             number             three              
+ Regardless         different          numbered           through            
+ Required           differently        object             thus               
+ Requiring          direction          obligate           time               
+ Revised            directions         obligated          to                 
+ Rights             directly           obligations        too                
+ SERVICING          disclaim           occasionally       tools              
+ SHOULD             disclaimer         occurring          trade              
+ SPECIAL            discriminatory     occurs             trademark          
+ STATED             display            of                 trademarks         
+ SUCH               displayed          offer              transaction        
+ SUSTAINED          displays           offered            transfer           
+ Sections           distinguishing     offering           transferred        
+ See                distribute         official           transferring       
+ Software           distributed        on                 transmission       
+ Some               distributing       one                treated            
+ Source             distribution       only               treaty             
+ Standard           do                 operated           two                
+ States             document           operating          type               
+ Sublicensing       documented         operation          typical            
+ Such               does               option             unacceptable       
+ Surrender          domains            options            under              
+ System             doubtful           or                 unless             
+ TERMS              downstream         order              unlimited          
+ THE                durable            organization       unmodified         
+ THERE              dwelling           organizations      unnecessary        
+ THIRD              dynamically        origin             unpacking          
+ TO                 e                  original           until              
+ Termination        each               other              updates            
+ Terms              earlier            others             use                
+ The                effect             otherwise          used               
+ Therefore          effected           our                useful             
+ These              effective          output             user               
+ This               effectively        outside            users              
+ Those              efforts            own                uses               
+ To                 either             owned              using              
+ UNLESS             electronic         packaged           valid              
+ USE                embodied           packaging          verbatim           
+ Use                employer           paper              version            
+ User               enable             paragraph          versions           
+ Users              enables            paragraphs         view               
+ Verbatim           enforce            part               violates           
+ Version            enforcing          particular         violation          
+ Versions           ensure             parties            visible            
+ WARRANTIES         entered            parts              void               
+ WARRANTY           entire             party              volume             
+ WHEN               entirely           party's            w                  
+ WHO                entity             pass               waive              
+ WILL               equivalent         password           waiver             
+ WIPO               erroneously        patent             want               
+ WITH               essential          patents            warranties         
+ WITHOUT            even               pattern            warranty           
+ WRITING            ever               payment            was                
+ Warranty           every              peer-to-peer       way                
+ We                 everyone           peers              ways               
+ When               exact              performing         we                 
+ YOU                example            permanently        welcome            
+ You                except             permission         well               
+ Your               exceptions         permissions        were               
+ a                  excluded           permissive         what               
+ ability            excluding          permit             whatever           
+ about              exclusion          permits            when               
+ above              exclusively        permitted          where              
+ absence            excuse             perpetuity         whether            
+ absolute           executable         personal           which              
+ abuse              execute            pertinent          who                
+ accept             executing          physical           whole              
+ acceptance         exercise           physically         whom               
+ access             exercising         pieces             whose              
+ accessible         expected           place              widely             
+ accompanied        expects            please             will               
+ accompanies        explains           plus               window             
+ accord             explicitly         pointer            wish               
+ according          express            portion            with               
+ achieve            expressly          possesses          within             
+ acknowledges       extend             possession         without            
+ acquired           extended           possible           work               
+ across             extensions         power              work's             
+ actions            extent             practical          working            
+ activities         f                  practice           works              
+ activity           facilities         precise            worldwide          
+ actual             fails              precisely          would              
+ actually           fair               predecessor        written            
+ adapt              family             preferred          year               
+ add                fashion            present            years              
+ added              favor              presents           you                
+ additional         feature            preservation       your               
+ address            fee                prevent            yourself           
+ addressed          file               prevented          
+ adopted            files              previous           
+ adversely          finally            price              
 12345678901234567890123456789012345678901234567890123456789012345678901234567890
@@ -1,1219 +1,610 @@
 Test 19: 200 words in 2 columns with indent of 2
 12345678901234567890123456789012345678901234567890123456789012345678901234567890
-  0                                               
-  1                                               
-  10                                              
-  11                                              
-  12                                              
-  13                                              
-  14                                              
-  15                                              
-  16                                              
-  17                                              
-  1996                                            
-  2                                               
-  20                                              
-  2007                                            
-  28                                              
-  29                                              
-  3                                               
-  30                                              
-  4                                               
-  5                                               
-  6                                               
-  60                                              
-  6b                                              
-  6d                                              
-  7                                               
-  8                                               
-  9                                               
-  A                                               
-  ABOVE                                           
-  ABSOLUTELY                                      
-  ADVISED                                         
-  AGREED                                          
-  ALL                                             
-  AND                                             
-  AND/OR                                          
-  ANY                                             
-  APPLICABLE                                      
-  ARISING                                         
-  AS                                              
-  ASSUME                                          
-  Acceptance                                      
-  Access                                          
-  Additional                                      
-  Affero                                          
-  All                                             
-  Also                                            
-  An                                              
-  Ancillary                                       
-  And                                             
-  Anti-Circumvention                              
-  Any                                             
-  Apply                                           
-  Appropriate                                     
-  Automatic                                       
-  BE                                              
-  BEEN                                            
-  BEING                                           
-  BUT                                             
-  BY                                              
-  Basic                                           
-  But                                             
-  By                                              
-  C                                               
-  CONDITIONS                                      
-  CONSEQUENTIAL                                   
-  CONVEYS                                         
-  COPYRIGHT                                       
-  CORRECTION                                      
-  COST                                            
-  Code                                            
-  Component                                       
-  Convey                                          
-  Conveying                                       
-  Copies                                          
-  Copyright                                       
-  Corresponding                                   
-  DAMAGES                                         
-  DATA                                            
-  DEFECTIVE                                       
-  December                                        
-  Declining                                       
-  Definitions                                     
-  Developers                                      
-  Disclaimer                                      
-  Disclaiming                                     
-  Downstream                                      
-  EITHER                                          
-  END                                             
-  ENTIRE                                          
-  EVEN                                            
-  EVENT                                           
-  EXCEPT                                          
-  EXPRESSED                                       
-  EXTENT                                          
-  Each                                            
-  Everyone                                        
-  FAILURE                                         
-  FITNESS                                         
-  FOR                                             
-  Finally                                         
-  For                                             
-  Forms                                           
-  Foundation                                      
-  Free                                            
-  Freedom                                         
-  From                                            
-  GENERAL                                         
-  GNU                                             
-  GPL                                             
-  GPL-3.0                                         
-  GUI                                             
-  General                                         
-  HAS                                             
-  HOLDER                                          
-  HOLDERS                                         
-  Having                                          
-  How                                             
-  However                                         
-  IF                                              
-  IMPLIED                                         
-  IN                                              
-  INABILITY                                       
-  INACCURATE                                      
-  INCIDENTAL                                      
-  INCLUDING                                       
-  IS                                              
-  If                                              
-  In                                              
-  Inc                                             
-  Inclusion                                       
-  Information                                     
-  Installation                                    
-  Interface                                       
-  Interpretation                                  
-  It                                              
-  June                                            
-  KIND                                            
-  Knowingly                                       
-  LAW                                             
-  LIABLE                                          
-  LICENSE                                         
-  LIMITED                                         
-  LOSS                                            
-  LOSSES                                          
-  Later                                           
-  Law                                             
-  Legal                                           
-  Lesser                                          
-  Liability                                       
-  Libraries                                       
-  Library                                         
-  License                                         
-  Licensees                                       
-  Licenses                                        
-  Licensing                                       
-  Limitation                                      
-  Limiting                                        
-  MERCHANTABILITY                                 
-  MODIFIES                                        
-  Major                                           
-  March                                           
-  Mere                                            
-  Modified                                        
-  Moreover                                        
-  NECESSARY                                       
-  NO                                              
-  NOT                                             
-  New                                             
-  No                                              
-  Non-Source                                      
-  Not                                             
-  Nothing                                         
-  Notices                                         
-  Notwithstanding                                 
-  OF                                              
-  OPERATE                                         
-  OR                                              
-  OTHER                                           
-  OTHERWISE                                       
-  OUT                                             
-  Object                                          
-  Of                                              
-  Others                                          
-  Our                                             
-  PARTICULAR                                      
-  PARTIES                                         
-  PARTY                                           
-  PERFORMANCE                                     
-  PERMITTED                                       
-  POSSIBILITY                                     
-  PROGRAM                                         
-  PROGRAMS                                        
-  PROVE                                           
-  PROVIDE                                         
-  PUBLIC                                          
-  PURPOSE                                         
-  Patents                                         
-  Permissions                                     
-  Preamble                                        
-  Product                                         
-  Program                                         
-  Program's                                       
-  Programs                                        
-  Prohibiting                                     
-  Propagation                                     
-  Protecting                                      
-  Public                                          
-  QUALITY                                         
-  RENDERED                                        
-  REPAIR                                          
-  REQUIRED                                        
-  RISK                                            
-  ROM                                             
-  Recipients                                      
-  Regardless                                      
-  Required                                        
-  Requiring                                       
-  Revised                                         
-  Rights                                          
-  SERVICING                                       
-  SHOULD                                          
-  SPECIAL                                         
-  STATED                                          
-  SUCH                                            
-  SUSTAINED                                       
-  Sections                                        
-  See                                             
-  Software                                        
-  Some                                            
-  Source                                          
-  Standard                                        
-  States                                          
-  Sublicensing                                    
-  Such                                            
-  Surrender                                       
-  System                                          
-  TERMS                                           
-  THE                                             
-  THERE                                           
-  THIRD                                           
-  TO                                              
-  Termination                                     
-  Terms                                           
-  The                                             
-  Therefore                                       
-  These                                           
-  This                                            
-  Those                                           
-  To                                              
-  UNLESS                                          
-  USE                                             
-  Use                                             
-  User                                            
-  Users                                           
-  Verbatim                                        
-  Version                                         
-  Versions                                        
-  WARRANTIES                                      
-  WARRANTY                                        
-  WHEN                                            
-  WHO                                             
-  WILL                                            
-  WIPO                                            
-  WITH                                            
-  WITHOUT                                         
-  WRITING                                         
-  Warranty                                        
-  We                                              
-  When                                            
-  YOU                                             
-  You                                             
-  Your                                            
-  a                                               
-  ability                                         
-  about                                           
-  above                                           
-  absence                                         
-  absolute                                        
-  abuse                                           
-  accept                                          
-  acceptance                                      
-  access                                          
-  accessible                                      
-  accompanied                                     
-  accompanies                                     
-  accord                                          
-  according                                       
-  achieve                                         
-  acknowledges                                    
-  acquired                                        
-  across                                          
-  actions                                         
-  activities                                      
-  activity                                        
-  actual                                          
-  actually                                        
-  adapt                                           
-  add                                             
-  added                                           
-  additional                                      
-  address                                         
-  addressed                                       
-  adopted                                         
-  adversely                                       
-  affects                                         
-  affirmed                                        
-  affirms                                         
-  after                                           
-  against                                         
-  aggregate                                       
-  agree                                           
-  agreement                                       
-  aim                                             
-  all                                             
-  alleging                                        
-  allow                                           
-  allowed                                         
-  along                                           
-  already                                         
-  also                                            
-  alternative                                     
-  although                                        
-  among                                           
-  an                                              
-  and                                             
-  and/or                                          
-  any                                             
-  anyone                                          
-  anything                                        
-  applicable                                      
-  applications                                    
-  applied                                         
-  applies                                         
-  apply                                           
-  appropriate                                     
-  appropriately                                   
-  approximates                                    
-  are                                             
-  area                                            
-  arise                                           
-  arrange                                         
-  arrangement                                     
-  article                                         
-  as                                              
-  asking                                          
-  assert                                          
-  assets                                          
-  associated                                      
-  assumption                                      
-  assumptions                                     
-  assures                                         
-  at                                              
-  attach                                          
-  attempt                                         
-  attributed                                      
-  attributions                                    
-  author                                          
-  authorization                                   
-  authorized                                      
-  authorizes                                      
-  authorizing                                     
-  authors                                         
-  automatically                                   
-  available                                       
-  avoid                                           
-  away                                            
-  b                                               
-  based                                           
-  be                                              
-  because                                         
-  been                                            
-  behalf                                          
-  being                                           
-  believe                                         
-  below                                           
-  benefit                                         
-  best                                            
-  between                                         
-  beyond                                          
-  body                                            
-  both                                            
-  box                                             
-  brief                                           
-  business                                        
-  but                                             
-  by                                              
-  c                                               
-  called                                          
-  can                                             
-  cannot                                          
-  carry                                           
-  case                                            
-  cases                                           
-  cause                                           
-  cease                                           
-  certain                                         
-  cessation                                       
-  change                                          
-  changed                                         
-  changing                                        
-  characterized                                   
-  charge                                          
-  choose                                          
-  choosing                                        
-  circumstances                                   
-  circumvention                                   
-  civil                                           
-  claim                                           
-  claims                                          
-  class                                           
-  clear                                           
-  clearly                                         
-  closely                                         
-  code                                            
-  collect                                         
-  combination                                     
-  combine                                         
-  combined                                        
-  comes                                           
-  commands                                        
-  commercial                                      
-  commitment                                      
-  common                                          
-  communication                                   
-  compilation                                     
-  compilation's                                   
-  compilations                                    
-  compiler                                        
-  compliance                                      
-  comply                                          
-  component                                       
-  computer                                        
-  computers                                       
-  concerning                                      
-  concerns                                        
-  conditioned                                     
-  conditions                                      
-  connection                                      
-  consequence                                     
-  consider                                        
-  considered                                      
-  consistent                                      
-  conspicuously                                   
-  constantly                                      
-  constitutes                                     
-  construed                                       
-  consumer                                        
-  contact                                         
-  contain                                         
-  containing                                      
-  contains                                        
-  content                                         
-  contents                                        
-  context                                         
-  continue                                        
-  continued                                       
-  contractual                                     
-  contradict                                      
-  contrast                                        
-  contributor                                     
-  contributor's                                   
-  control                                         
-  controlled                                      
-  convenient                                      
-  convey                                          
-  conveyance                                      
-  conveyed                                        
-  conveying                                       
-  conveys                                         
-  copies                                          
-  copy                                            
-  copying                                         
-  copyleft                                        
-  copyright                                       
-  copyright-like                                  
-  copyrightable                                   
-  copyrighted                                     
-  cost                                            
-  could                                           
-  counterclaim                                    
-  countries                                       
-  country                                         
-  course                                          
-  court                                           
-  courts                                          
-  covenant                                        
-  coverage                                        
-  covered                                         
-  criterion                                       
-  cross-claim                                     
-  cure                                            
-  customarily                                     
-  customer                                        
-  d                                               
-  danger                                          
-  data                                            
-  date                                            
-  days                                            
-  decide                                          
-  deemed                                          
-  defenses                                        
-  defined                                         
-  definition                                      
-  denied                                          
-  denominated                                     
-  deny                                            
-  denying                                         
-  deprive                                         
-  designated                                      
-  designed                                        
-  detail                                          
-  details                                         
-  determining                                     
-  develop                                         
-  developers                                      
-  development                                     
-  devices                                         
-  differ                                          
-  different                                       
-  differently                                     
-  direction                                       
-  directions                                      
-  directly                                        
-  disclaim                                        
-  disclaimer                                      
-  discriminatory                                  
-  display                                         
-  displayed                                       
-  displays                                        
-  distinguishing                                  
-  distribute                                      
-  distributed                                     
-  distributing                                    
-  distribution                                    
-  do                                              
-  document                                        
-  documented                                      
-  does                                            
-  domains                                         
-  doubtful                                        
-  downstream                                      
-  durable                                         
-  dwelling                                        
-  dynamically                                     
-  e                                               
-  each                                            
-  earlier                                         
-  effect                                          
-  effected                                        
-  effective                                       
-  effectively                                     
-  efforts                                         
-  either                                          
-  electronic                                      
-  embodied                                        
-  employer                                        
-  enable                                          
-  enables                                         
-  enforce                                         
-  enforcing                                       
-  ensure                                          
-  entered                                         
-  entire                                          
-  entirely                                        
-  entity                                          
-  equivalent                                      
-  erroneously                                     
-  essential                                       
-  even                                            
-  ever                                            
-  every                                           
-  everyone                                        
-  exact                                           
-  example                                         
-  except                                          
-  exceptions                                      
-  excluded                                        
-  excluding                                       
-  exclusion                                       
-  exclusively                                     
-  excuse                                          
-  executable                                      
-  execute                                         
-  executing                                       
-  exercise                                        
-  exercising                                      
-  expected                                        
-  expects                                         
-  explains                                        
-  explicitly                                      
-  express                                         
-  expressly                                       
-  extend                                          
-  extended                                        
-  extensions                                      
-  extent                                          
-  f                                               
-  facilities                                      
-  fails                                           
-  fair                                            
-  family                                          
-  fashion                                         
-  favor                                           
-  feature                                         
-  fee                                             
-  file                                            
-  files                                           
-  finally                                         
-  find                                            
-  first                                           
-  fixed                                           
-  flow                                            
-  follow                                          
-  following                                       
-  for                                             
-  forbid                                          
-  force                                           
-  form                                            
-  format                                          
-  found                                           
-  free                                            
-  freedom                                         
-  freedoms                                        
-  from                                            
-  fulfilling                                      
-  full                                            
-  functioning                                     
-  fundamentally                                   
-  further                                         
-  future                                          
-  general                                         
-  general-purpose                                 
-  generally                                       
-  generate                                        
-  get                                             
-  give                                            
-  given                                           
-  gives                                           
-  giving                                          
-  governed                                        
-  grant                                           
-  granted                                         
-  grants                                          
-  gratis                                          
-  greatest                                        
-  guarantee                                       
-  had                                             
-  has                                             
-  have                                            
-  having                                          
-  hereafter                                       
-  holder                                          
-  holders                                         
-  hope                                            
-  hosts                                           
-  household                                       
-  how                                             
-  however                                         
-  http://fsf.org                                  
-  http://www.gnu.org/licenses                     
-  http://www.gnu.org/philosophy/why-not-lgpl.html 
-  hypothetical                                    
-  idea                                            
-  identifiable                                    
-  if                                              
-  implement                                       
-  implementation                                  
-  implied                                         
-  import                                          
-  importing                                       
-  impose                                          
-  imposed                                         
-  in                                              
-  include                                         
-  included                                        
-  includes                                        
-  including                                       
-  incompatible                                    
-  incorporating                                   
-  incorporation                                   
-  indemnification                                 
-  independent                                     
-  indicate                                        
-  indicating                                      
-  individual                                      
-  individuals                                     
-  industrial                                      
-  inform                                          
-  information                                     
-  infringe                                        
-  infringed                                       
-  infringement                                    
-  initiate                                        
-  inside                                          
-  install                                         
-  installed                                       
-  instead                                         
-  intact                                          
-  intended                                        
-  intention                                       
-  interaction                                     
-  interactive                                     
-  interchange                                     
-  interest                                        
-  interface                                       
-  interfaces                                      
-  interfered                                      
-  interpreter                                     
-  intimate                                        
-  into                                            
-  invalidate                                      
-  irrevocable                                     
-  is                                              
-  it                                              
-  item                                            
-  its                                             
-  itself                                          
-  keep                                            
-  kernel                                          
-  key                                             
-  keys                                            
-  kind                                            
-  kinds                                           
-  know                                            
-  knowingly                                       
-  knowledge                                       
-  language                                        
-  larger                                          
-  later                                           
-  law                                             
-  laws                                            
-  lawsuit                                         
-  least                                           
-  legal                                           
-  liability                                       
-  liable                                          
-  libraries                                       
-  library                                         
-  license                                         
-  licensed                                        
-  licensee                                        
-  licensees                                       
-  licenses                                        
-  licensors                                       
-  like                                            
-  likewise                                        
-  limit                                           
-  limitation                                      
-  limiting                                        
-  line                                            
-  link                                            
-  linked                                          
-  linking                                         
-  list                                            
-  litigation                                      
-  local                                           
-  long                                            
-  machine-readable                                
-  made                                            
-  mail                                            
-  maintain                                        
-  major                                           
-  make                                            
-  makes                                           
-  making                                          
-  manner                                          
-  manufacturer                                    
-  marked                                          
-  marks                                           
-  masks                                           
-  material                                        
-  materially                                      
-  may                                             
-  meaning                                         
-  means                                           
-  measure                                         
-  measures                                        
-  medium                                          
-  meet                                            
-  meets                                           
-  menu                                            
-  merging                                         
-  met                                             
-  methods                                         
-  might                                           
-  misrepresentation                               
-  mode                                            
-  model                                           
-  modification                                    
-  modifications                                   
-  modified                                        
-  modifies                                        
-  modify                                          
-  modifying                                       
-  more                                            
-  most                                            
-  must                                            
-  name                                            
-  names                                           
-  nature                                          
-  necessary                                       
-  need                                            
-  needed                                          
-  neither                                         
-  network                                         
-  new                                             
-  next                                            
-  no                                              
-  non-consumer                                    
-  non-exclusive                                   
-  non-exercise                                    
-  non-free                                        
-  non-permissive                                  
-  non-source                                      
-  noncommercially                                 
-  nor                                             
-  normal                                          
-  normally                                        
-  not                                             
-  nothing                                         
-  notice                                          
-  notices                                         
-  notifies                                        
-  notify                                          
-  number                                          
-  numbered                                        
-  object                                          
-  obligate                                        
-  obligated                                       
-  obligations                                     
-  occasionally                                    
-  occurring                                       
-  occurs                                          
-  of                                              
-  offer                                           
-  offered                                         
-  offering                                        
-  official                                        
-  on                                              
-  one                                             
-  only                                            
-  operated                                        
-  operating                                       
-  operation                                       
-  option                                          
-  options                                         
-  or                                              
-  order                                           
-  organization                                    
-  organizations                                   
-  origin                                          
-  original                                        
-  other                                           
-  others                                          
-  otherwise                                       
-  our                                             
-  output                                          
-  outside                                         
-  own                                             
-  owned                                           
-  packaged                                        
-  packaging                                       
-  paper                                           
-  paragraph                                       
-  paragraphs                                      
-  part                                            
-  particular                                      
-  parties                                         
-  parts                                           
-  party                                           
-  party's                                         
-  pass                                            
-  password                                        
-  patent                                          
-  patents                                         
-  pattern                                         
-  payment                                         
-  peer-to-peer                                    
-  peers                                           
-  performing                                      
-  permanently                                     
-  permission                                      
-  permissions                                     
-  permissive                                      
-  permit                                          
-  permits                                         
-  permitted                                       
-  perpetuity                                      
-  personal                                        
-  pertinent                                       
-  physical                                        
-  physically                                      
-  pieces                                          
-  place                                           
-  please                                          
-  plus                                            
-  pointer                                         
-  portion                                         
-  possesses                                       
-  possession                                      
-  possible                                        
-  power                                           
-  practical                                       
-  practice                                        
-  precise                                         
-  precisely                                       
-  predecessor                                     
-  preferred                                       
-  present                                         
-  presents                                        
-  preservation                                    
-  prevent                                         
-  prevented                                       
-  previous                                        
-  price                                           
-  primarily                                       
-  prior                                           
-  private                                         
-  problems                                        
-  procedures                                      
-  procuring                                       
-  produce                                         
-  product                                         
-  products                                        
-  program                                         
-  program's                                       
-  program--to                                     
-  programmer                                      
-  programming                                     
-  programs                                        
-  prohibit                                        
-  prohibiting                                     
-  prohibits                                       
-  prominent                                       
-  prominently                                     
-  propagate                                       
-  propagating                                     
-  propagation                                     
-  property                                        
-  proprietary                                     
-  protect                                         
-  protecting                                      
-  protection                                      
-  protocols                                       
-  provide                                         
-  provided                                        
-  provision                                       
-  provisionally                                   
-  proxy                                           
-  proxy's                                         
-  public                                          
-  publicity                                       
-  publicly                                        
-  publish                                         
-  published                                       
-  purpose                                         
-  purposes                                        
-  pursuant                                        
-  qualify                                         
-  read                                            
-  readily                                         
-  reading                                         
-  ready                                           
-  reason                                          
-  reasonable                                      
-  receipt                                         
-  receive                                         
-  received                                        
-  receives                                        
-  receiving                                       
-  recipient                                       
-  recipient's                                     
-  recipients                                      
-  recognized                                      
-  redistribute                                    
-  referring                                       
-  refers                                          
-  refrain                                         
-  regard                                          
-  regardless                                      
-  regenerate                                      
-  reinstated                                      
-  relationship                                    
-  released                                        
-  relevant                                        
-  relicensing                                     
-  relying                                         
-  remain                                          
-  remains                                         
-  removal                                         
-  remove                                          
-  render                                          
-  represent                                       
-  require                                         
-  required                                        
-  requirement                                     
-  requirements                                    
-  requires                                        
-  requiring                                       
-  resolved                                        
-  respect                                         
-  responsibilities                                
-  responsible                                     
-  restrict                                        
-  restricting                                     
-  restriction                                     
-  restrictions                                    
-  result                                          
-  resulting                                       
-  results                                         
-  retains                                         
-  return                                          
-  reviewing                                       
-  revised                                         
-  right                                           
-  rights                                          
-  royalty                                         
-  royalty-free                                    
-  rules                                           
-  run                                             
-  running                                         
-  runs                                            
-  safest                                          
-  sake                                            
-  sale                                            
-  same                                            
-  satisfy                                         
-  saying                                          
-  school                                          
-  scope                                           
-  scripts                                         
-  secondarily                                     
-  section                                         
-  sections                                        
-  see                                             
-  sell                                            
-  selling                                         
-  semiconductor                                   
-  separable                                       
-  separate                                        
-  separately                                      
-  server                                          
-  serves                                          
-  service                                         
-  shall                                           
-  share                                           
-  shared                                          
-  short                                           
-  should                                          
-  show                                            
-  sign                                            
-  significant                                     
-  similar                                         
-  simultaneously                                  
-  single                                          
-  so                                              
-  software                                        
-  sold                                            
-  sole                                            
-  solely                                          
-  some                                            
-  source                                          
-  spare                                           
-  speak                                           
-  special                                         
-  specific                                        
-  specifically                                    
-  specified                                       
-  specifies                                       
-  specify                                         
-  spirit                                          
-  stand                                           
-  standard                                        
-  standards                                       
-  start                                           
-  starts                                          
-  state                                           
-  stated                                          
-  statement                                       
-  stating                                         
-  status                                          
-  steps                                           
-  storage                                         
-  subdividing                                     
-  subject                                         
-  sublicenses                                     
-  subprograms                                     
-  subroutine                                      
-  subsection                                      
-  substantial                                     
-  substantially                                   
-  such                                            
-  sue                                             
-  suffice                                         
-  supplement                                      
-  support                                         
-  supports                                        
-  sure                                            
-  surrender                                       
-  survive                                         
-  system                                          
-  systematic                                      
-  take                                            
-  tangible                                        
-  technological                                   
-  tells                                           
-  term                                            
-  terminal                                        
-  terminate                                       
-  terminated                                      
-  terminates                                      
-  terms                                           
-  than                                            
-  that                                            
-  the                                             
-  their                                           
-  them                                            
-  then                                            
-  there                                           
-  therefore                                       
-  these                                           
-  they                                            
-  things                                          
-  third                                           
-  this                                            
-  those                                           
-  though                                          
-  threatened                                      
-  three                                           
-  through                                         
-  thus                                            
-  time                                            
-  to                                              
-  too                                             
-  tools                                           
-  trade                                           
-  trademark                                       
-  trademarks                                      
-  transaction                                     
-  transfer                                        
-  transferred                                     
-  transferring                                    
-  transmission                                    
-  treated                                         
-  treaty                                          
-  two                                             
-  type                                            
-  typical                                         
-  unacceptable                                    
-  under                                           
-  unless                                          
-  unlimited                                       
-  unmodified                                      
-  unnecessary                                     
-  unpacking                                       
-  until                                           
-  updates                                         
-  use                                             
-  used                                            
-  useful                                          
-  user                                            
-  users                                           
-  uses                                            
-  using                                           
-  valid                                           
-  verbatim                                        
-  version                                         
-  versions                                        
-  view                                            
-  violates                                        
-  violation                                       
-  visible                                         
-  void                                            
-  volume                                          
-  w                                               
-  waive                                           
-  waiver                                          
-  want                                            
-  warranties                                      
-  warranty                                        
-  was                                             
-  way                                             
-  ways                                            
-  we                                              
-  welcome                                         
-  well                                            
-  were                                            
-  what                                            
-  whatever                                        
-  when                                            
-  where                                           
-  whether                                         
-  which                                           
-  who                                             
-  whole                                           
-  whom                                            
-  whose                                           
-  widely                                          
-  will                                            
-  window                                          
-  wish                                            
-  with                                            
-  within                                          
-  without                                         
-  work                                            
-  work's                                          
-  working                                         
-  works                                           
-  worldwide                                       
-  would                                           
-  written                                         
-  year                                            
-  years                                           
-  you                                             
-  your                                            
-  yourself                                        
+  0                  finally            
+  1                  find               
+  10                 first              
+  11                 fixed              
+  12                 flow               
+  13                 follow             
+  14                 following          
+  15                 for                
+  16                 forbid             
+  17                 force              
+  1996               form               
+  2                  format             
+  20                 found              
+  2007               free               
+  28                 freedom            
+  29                 freedoms           
+  3                  from               
+  30                 fulfilling         
+  4                  full               
+  5                  functioning        
+  6                  fundamentally      
+  60                 further            
+  6b                 future             
+  6d                 general            
+  7                  general-purpose    
+  8                  generally          
+  9                  generate           
+  A                  get                
+  ABOVE              give               
+  ABSOLUTELY         given              
+  ADVISED            gives              
+  AGREED             giving             
+  ALL                governed           
+  AND                grant              
+  AND/OR             granted            
+  ANY                grants             
+  APPLICABLE         gratis             
+  ARISING            greatest           
+  AS                 guarantee          
+  ASSUME             had                
+  Acceptance         has                
+  Access             have               
+  Additional         having             
+  Affero             hereafter          
+  All                holder             
+  Also               holders            
+  An                 hope               
+  Ancillary          hosts              
+  And                household          
+  Anti-Circumvention how                
+  Any                however            
+  Apply              hypothetical       
+  Appropriate        idea               
+  Automatic          identifiable       
+  BE                 if                 
+  BEEN               implement          
+  BEING              implementation     
+  BUT                implied            
+  BY                 import             
+  Basic              importing          
+  But                impose             
+  By                 imposed            
+  C                  in                 
+  CONDITIONS         include            
+  CONSEQUENTIAL      included           
+  CONVEYS            includes           
+  COPYRIGHT          including          
+  CORRECTION         incompatible       
+  COST               incorporating      
+  Code               incorporation      
+  Component          indemnification    
+  Convey             independent        
+  Conveying          indicate           
+  Copies             indicating         
+  Copyright          individual         
+  Corresponding      individuals        
+  DAMAGES            industrial         
+  DATA               inform             
+  DEFECTIVE          information        
+  December           infringe           
+  Declining          infringed          
+  Definitions        infringement       
+  Developers         initiate           
+  Disclaimer         inside             
+  Disclaiming        install            
+  Downstream         installed          
+  EITHER             instead            
+  END                intact             
+  ENTIRE             intended           
+  EVEN               intention          
+  EVENT              interaction        
+  EXCEPT             interactive        
+  EXPRESSED          interchange        
+  EXTENT             interest           
+  Each               interface          
+  Everyone           interfaces         
+  FAILURE            interfered         
+  FITNESS            interpreter        
+  FOR                intimate           
+  Finally            into               
+  For                invalidate         
+  Forms              irrevocable        
+  Foundation         is                 
+  Free               it                 
+  Freedom            item               
+  From               its                
+  GENERAL            itself             
+  GNU                keep               
+  GPL                kernel             
+  GPL-3.0            key                
+  GUI                keys               
+  General            kind               
+  HAS                kinds              
+  HOLDER             know               
+  HOLDERS            knowingly          
+  Having             knowledge          
+  How                language           
+  However            larger             
+  IF                 later              
+  IMPLIED            law                
+  IN                 laws               
+  INABILITY          lawsuit            
+  INACCURATE         least              
+  INCIDENTAL         legal              
+  INCLUDING          liability          
+  IS                 liable             
+  If                 libraries          
+  In                 library            
+  Inc                license            
+  Inclusion          licensed           
+  Information        licensee           
+  Installation       licensees          
+  Interface          licenses           
+  Interpretation     licensors          
+  It                 like               
+  June               likewise           
+  KIND               limit              
+  Knowingly          limitation         
+  LAW                limiting           
+  LIABLE             line               
+  LICENSE            link               
+  LIMITED            linked             
+  LOSS               linking            
+  LOSSES             list               
+  Later              litigation         
+  Law                local              
+  Legal              long               
+  Lesser             machine-readable   
+  Liability          made               
+  Libraries          mail               
+  Library            maintain           
+  License            major              
+  Licensees          make               
+  Licenses           makes              
+  Licensing          making             
+  Limitation         manner             
+  Limiting           manufacturer       
+  MERCHANTABILITY    marked             
+  MODIFIES           marks              
+  Major              masks              
+  March              material           
+  Mere               materially         
+  Modified           may                
+  Moreover           meaning            
+  NECESSARY          means              
+  NO                 measure            
+  NOT                measures           
+  New                medium             
+  No                 meet               
+  Non-Source         meets              
+  Not                menu               
+  Nothing            merging            
+  Notices            met                
+  Notwithstanding    methods            
+  OF                 might              
+  OPERATE            misrepresentation  
+  OR                 mode               
+  OTHER              model              
+  OTHERWISE          modification       
+  OUT                modifications      
+  Object             modified           
+  Of                 modifies           
+  Others             modify             
+  Our                modifying          
+  PARTICULAR         more               
+  PARTIES            most               
+  PARTY              must               
+  PERFORMANCE        name               
+  PERMITTED          names              
+  POSSIBILITY        nature             
+  PROGRAM            necessary          
+  PROGRAMS           need               
+  PROVE              needed             
+  PROVIDE            neither            
+  PUBLIC             network            
+  PURPOSE            new                
+  Patents            next               
+  Permissions        no                 
+  Preamble           non-consumer       
+  Product            non-exclusive      
+  Program            non-exercise       
+  Program's          non-free           
+  Programs           non-permissive     
+  Prohibiting        non-source         
+  Propagation        noncommercially    
+  Protecting         nor                
+  Public             normal             
+  QUALITY            normally           
+  RENDERED           not                
+  REPAIR             nothing            
+  REQUIRED           notice             
+  RISK               notices            
+  ROM                notifies           
+  Recipients         notify             
+  Regardless         number             
+  Required           numbered           
+  Requiring          object             
+  Revised            obligate           
+  Rights             obligated          
+  SERVICING          obligations        
+  SHOULD             occasionally       
+  SPECIAL            occurring          
+  STATED             occurs             
+  SUCH               of                 
+  SUSTAINED          offer              
+  Sections           offered            
+  See                offering           
+  Software           official           
+  Some               on                 
+  Source             one                
+  Standard           only               
+  States             operated           
+  Sublicensing       operating          
+  Such               operation          
+  Surrender          option             
+  System             options            
+  TERMS              or                 
+  THE                order              
+  THERE              organization       
+  THIRD              organizations      
+  TO                 origin             
+  Termination        original           
+  Terms              other              
+  The                others             
+  Therefore          otherwise          
+  These              our                
+  This               output             
+  Those              outside            
+  To                 own                
+  UNLESS             owned              
+  USE                packaged           
+  Use                packaging          
+  User               paper              
+  Users              paragraph          
+  Verbatim           paragraphs         
+  Version            part               
+  Versions           particular         
+  WARRANTIES         parties            
+  WARRANTY           parts              
+  WHEN               party              
+  WHO                party's            
+  WILL               pass               
+  WIPO               password           
+  WITH               patent             
+  WITHOUT            patents            
+  WRITING            pattern            
+  Warranty           payment            
+  We                 peer-to-peer       
+  When               peers              
+  YOU                performing         
+  You                permanently        
+  Your               permission         
+  a                  permissions        
+  ability            permissive         
+  about              permit             
+  above              permits            
+  absence            permitted          
+  absolute           perpetuity         
+  abuse              personal           
+  accept             pertinent          
+  acceptance         physical           
+  access             physically         
+  accessible         pieces             
+  accompanied        place              
+  accompanies        please             
+  accord             plus               
+  according          pointer            
+  achieve            portion            
+  acknowledges       possesses          
+  acquired           possession         
+  across             possible           
+  actions            power              
+  activities         practical          
+  activity           practice           
+  actual             precise            
+  actually           precisely          
+  adapt              predecessor        
+  add                preferred          
+  added              present            
+  additional         presents           
+  address            preservation       
+  addressed          prevent            
+  adopted            prevented          
+  adversely          previous           
+  affects            price              
+  affirmed           primarily          
+  affirms            prior              
+  after              private            
+  against            problems           
+  aggregate          procedures         
+  agree              procuring          
+  agreement          produce            
+  aim                product            
+  all                products           
+  alleging           program            
+  allow              program's          
+  allowed            program--to        
+  along              programmer         
+  already            programming        
+  also               programs           
+  alternative        prohibit           
+  although           prohibiting        
+  among              prohibits          
+  an                 prominent          
+  and                prominently        
+  and/or             propagate          
+  any                propagating        
+  anyone             propagation        
+  anything           property           
+  applicable         proprietary        
+  applications       protect            
+  applied            protecting         
+  applies            protection         
+  apply              protocols          
+  appropriate        provide            
+  appropriately      provided           
+  approximates       provision          
+  are                provisionally      
+  area               proxy              
+  arise              proxy's            
+  arrange            public             
+  arrangement        publicity          
+  article            publicly           
+  as                 publish            
+  asking             published          
+  assert             purpose            
+  assets             purposes           
+  associated         pursuant           
+  assumption         qualify            
+  assumptions        read               
+  assures            readily            
+  at                 reading            
+  attach             ready              
+  attempt            reason             
+  attributed         reasonable         
+  attributions       receipt            
+  author             receive            
+  authorization      received           
+  authorized         receives           
+  authorizes         receiving          
+  authorizing        recipient          
+  authors            recipient's        
+  automatically      recipients         
+  available          recognized         
+  avoid              redistribute       
+  away               referring          
+  b                  refers             
+  based              refrain            
+  be                 regard             
+  because            regardless         
+  been               regenerate         
+  behalf             reinstated         
+  being              relationship       
+  believe            released           
+  below              relevant           
+  benefit            relicensing        
+  best               relying            
+  between            remain             
+  beyond             remains            
+  body               removal            
+  both               remove             
+  box                render             
+  brief              represent          
+  business           require            
+  but                required           
+  by                 requirement        
+  c                  requirements       
+  called             requires           
+  can                requiring          
+  cannot             resolved           
+  carry              respect            
+  case               responsibilities   
+  cases              responsible        
+  cause              restrict           
+  cease              restricting        
+  certain            restriction        
+  cessation          restrictions       
+  change             result             
+  changed            resulting          
+  changing           results            
+  characterized      retains            
+  charge             return             
+  choose             reviewing          
+  choosing           revised            
+  circumstances      right              
+  circumvention      rights             
+  civil              royalty            
+  claim              royalty-free       
+  claims             rules              
+  class              run                
+  clear              running            
+  clearly            runs               
+  closely            safest             
+  code               sake               
+  collect            sale               
+  combination        same               
+  combine            satisfy            
+  combined           saying             
+  comes              school             
+  commands           scope              
+  commercial         scripts            
+  commitment         secondarily        
+  common             section            
+  communication      sections           
+  compilation        see                
+  compilation's      sell               
+  compilations       selling            
+  compiler           semiconductor      
+  compliance         separable          
+  comply             separate           
+  component          separately         
+  computer           server             
+  computers          serves             
+  concerning         service            
+  concerns           shall              
+  conditioned        share              
+  conditions         shared             
+  connection         short              
+  consequence        should             
+  consider           show               
+  considered         sign               
+  consistent         significant        
+  conspicuously      similar            
+  constantly         simultaneously     
+  constitutes        single             
+  construed          so                 
+  consumer           software           
+  contact            sold               
+  contain            sole               
+  containing         solely             
+  contains           some               
+  content            source             
+  contents           spare              
+  context            speak              
+  continue           special            
+  continued          specific           
+  contractual        specifically       
+  contradict         specified          
+  contrast           specifies          
+  contributor        specify            
+  contributor's      spirit             
+  control            stand              
+  controlled         standard           
+  convenient         standards          
+  convey             start              
+  conveyance         starts             
+  conveyed           state              
+  conveying          stated             
+  conveys            statement          
+  copies             stating            
+  copy               status             
+  copying            steps              
+  copyleft           storage            
+  copyright          subdividing        
+  copyright-like     subject            
+  copyrightable      sublicenses        
+  copyrighted        subprograms        
+  cost               subroutine         
+  could              subsection         
+  counterclaim       substantial        
+  countries          substantially      
+  country            such               
+  course             sue                
+  court              suffice            
+  courts             supplement         
+  covenant           support            
+  coverage           supports           
+  covered            sure               
+  criterion          surrender          
+  cross-claim        survive            
+  cure               system             
+  customarily        systematic         
+  customer           take               
+  d                  tangible           
+  danger             technological      
+  data               tells              
+  date               term               
+  days               terminal           
+  decide             terminate          
+  deemed             terminated         
+  defenses           terminates         
+  defined            terms              
+  definition         than               
+  denied             that               
+  denominated        the                
+  deny               their              
+  denying            them               
+  deprive            then               
+  designated         there              
+  designed           therefore          
+  detail             these              
+  details            they               
+  determining        things             
+  develop            third              
+  developers         this               
+  development        those              
+  devices            though             
+  differ             threatened         
+  different          three              
+  differently        through            
+  direction          thus               
+  directions         time               
+  directly           to                 
+  disclaim           too                
+  disclaimer         tools              
+  discriminatory     trade              
+  display            trademark          
+  displayed          trademarks         
+  displays           transaction        
+  distinguishing     transfer           
+  distribute         transferred        
+  distributed        transferring       
+  distributing       transmission       
+  distribution       treated            
+  do                 treaty             
+  document           two                
+  documented         type               
+  does               typical            
+  domains            unacceptable       
+  doubtful           under              
+  downstream         unless             
+  durable            unlimited          
+  dwelling           unmodified         
+  dynamically        unnecessary        
+  e                  unpacking          
+  each               until              
+  earlier            updates            
+  effect             use                
+  effected           used               
+  effective          useful             
+  effectively        user               
+  efforts            users              
+  either             uses               
+  electronic         using              
+  embodied           valid              
+  employer           verbatim           
+  enable             version            
+  enables            versions           
+  enforce            view               
+  enforcing          violates           
+  ensure             violation          
+  entered            visible            
+  entire             void               
+  entirely           volume             
+  entity             w                  
+  equivalent         waive              
+  erroneously        waiver             
+  essential          want               
+  even               warranties         
+  ever               warranty           
+  every              was                
+  everyone           way                
+  exact              ways               
+  example            we                 
+  except             welcome            
+  exceptions         well               
+  excluded           were               
+  excluding          what               
+  exclusion          whatever           
+  exclusively        when               
+  excuse             where              
+  executable         whether            
+  execute            which              
+  executing          who                
+  exercise           whole              
+  exercising         whom               
+  expected           whose              
+  expects            widely             
+  explains           will               
+  explicitly         window             
+  express            wish               
+  expressly          with               
+  extend             within             
+  extended           without            
+  extensions         work               
+  extent             work's             
+  f                  working            
+  facilities         works              
+  fails              worldwide          
+  fair               would              
+  family             written            
+  fashion            year               
+  favor              years              
+  feature            you                
+  fee                your               
+  file               yourself           
+  files              
 12345678901234567890123456789012345678901234567890123456789012345678901234567890
@@ -1,611 +1,246 @@
 Test 20: 200 words in 5 columns, indent 3, total width 100
 12345678901234567890123456789012345678901234567890123456789012345678901234567890
-   0                                               find                                            
-   1                                               first                                           
-   10                                              fixed                                           
-   11                                              flow                                            
-   12                                              follow                                          
-   13                                              following                                       
-   14                                              for                                             
-   15                                              forbid                                          
-   16                                              force                                           
-   17                                              form                                            
-   1996                                            format                                          
-   2                                               found                                           
-   20                                              free                                            
-   2007                                            freedom                                         
-   28                                              freedoms                                        
-   29                                              from                                            
-   3                                               fulfilling                                      
-   30                                              full                                            
-   4                                               functioning                                     
-   5                                               fundamentally                                   
-   6                                               further                                         
-   60                                              future                                          
-   6b                                              general                                         
-   6d                                              general-purpose                                 
-   7                                               generally                                       
-   8                                               generate                                        
-   9                                               get                                             
-   A                                               give                                            
-   ABOVE                                           given                                           
-   ABSOLUTELY                                      gives                                           
-   ADVISED                                         giving                                          
-   AGREED                                          governed                                        
-   ALL                                             grant                                           
-   AND                                             granted                                         
-   AND/OR                                          grants                                          
-   ANY                                             gratis                                          
-   APPLICABLE                                      greatest                                        
-   ARISING                                         guarantee                                       
-   AS                                              had                                             
-   ASSUME                                          has                                             
-   Acceptance                                      have                                            
-   Access                                          having                                          
-   Additional                                      hereafter                                       
-   Affero                                          holder                                          
-   All                                             holders                                         
-   Also                                            hope                                            
-   An                                              hosts                                           
-   Ancillary                                       household                                       
-   And                                             how                                             
-   Anti-Circumvention                              however                                         
-   Any                                             http://fsf.org                                  
-   Apply                                           http://www.gnu.org/licenses                     
-   Appropriate                                     http://www.gnu.org/philosophy/why-not-lgpl.html 
-   Automatic                                       hypothetical                                    
-   BE                                              idea                                            
-   BEEN                                            identifiable                                    
-   BEING                                           if                                              
-   BUT                                             implement                                       
-   BY                                              implementation                                  
-   Basic                                           implied                                         
-   But                                             import                                          
-   By                                              importing                                       
-   C                                               impose                                          
-   CONDITIONS                                      imposed                                         
-   CONSEQUENTIAL                                   in                                              
-   CONVEYS                                         include                                         
-   COPYRIGHT                                       included                                        
-   CORRECTION                                      includes                                        
-   COST                                            including                                       
-   Code                                            incompatible                                    
-   Component                                       incorporating                                   
-   Convey                                          incorporation                                   
-   Conveying                                       indemnification                                 
-   Copies                                          independent                                     
-   Copyright                                       indicate                                        
-   Corresponding                                   indicating                                      
-   DAMAGES                                         individual                                      
-   DATA                                            individuals                                     
-   DEFECTIVE                                       industrial                                      
-   December                                        inform                                          
-   Declining                                       information                                     
-   Definitions                                     infringe                                        
-   Developers                                      infringed                                       
-   Disclaimer                                      infringement                                    
-   Disclaiming                                     initiate                                        
-   Downstream                                      inside                                          
-   EITHER                                          install                                         
-   END                                             installed                                       
-   ENTIRE                                          instead                                         
-   EVEN                                            intact                                          
-   EVENT                                           intended                                        
-   EXCEPT                                          intention                                       
-   EXPRESSED                                       interaction                                     
-   EXTENT                                          interactive                                     
-   Each                                            interchange                                     
-   Everyone                                        interest                                        
-   FAILURE                                         interface                                       
-   FITNESS                                         interfaces                                      
-   FOR                                             interfered                                      
-   Finally                                         interpreter                                     
-   For                                             intimate                                        
-   Forms                                           into                                            
-   Foundation                                      invalidate                                      
-   Free                                            irrevocable                                     
-   Freedom                                         is                                              
-   From                                            it                                              
-   GENERAL                                         item                                            
-   GNU                                             its                                             
-   GPL                                             itself                                          
-   GPL-3.0                                         keep                                            
-   GUI                                             kernel                                          
-   General                                         key                                             
-   HAS                                             keys                                            
-   HOLDER                                          kind                                            
-   HOLDERS                                         kinds                                           
-   Having                                          know                                            
-   How                                             knowingly                                       
-   However                                         knowledge                                       
-   IF                                              language                                        
-   IMPLIED                                         larger                                          
-   IN                                              later                                           
-   INABILITY                                       law                                             
-   INACCURATE                                      laws                                            
-   INCIDENTAL                                      lawsuit                                         
-   INCLUDING                                       least                                           
-   IS                                              legal                                           
-   If                                              liability                                       
-   In                                              liable                                          
-   Inc                                             libraries                                       
-   Inclusion                                       library                                         
-   Information                                     license                                         
-   Installation                                    licensed                                        
-   Interface                                       licensee                                        
-   Interpretation                                  licensees                                       
-   It                                              licenses                                        
-   June                                            licensors                                       
-   KIND                                            like                                            
-   Knowingly                                       likewise                                        
-   LAW                                             limit                                           
-   LIABLE                                          limitation                                      
-   LICENSE                                         limiting                                        
-   LIMITED                                         line                                            
-   LOSS                                            link                                            
-   LOSSES                                          linked                                          
-   Later                                           linking                                         
-   Law                                             list                                            
-   Legal                                           litigation                                      
-   Lesser                                          local                                           
-   Liability                                       long                                            
-   Libraries                                       machine-readable                                
-   Library                                         made                                            
-   License                                         mail                                            
-   Licensees                                       maintain                                        
-   Licenses                                        major                                           
-   Licensing                                       make                                            
-   Limitation                                      makes                                           
-   Limiting                                        making                                          
-   MERCHANTABILITY                                 manner                                          
-   MODIFIES                                        manufacturer                                    
-   Major                                           marked                                          
-   March                                           marks                                           
-   Mere                                            masks                                           
-   Modified                                        material                                        
-   Moreover                                        materially                                      
-   NECESSARY                                       may                                             
-   NO                                              meaning                                         
-   NOT                                             means                                           
-   New                                             measure                                         
-   No                                              measures                                        
-   Non-Source                                      medium                                          
-   Not                                             meet                                            
-   Nothing                                         meets                                           
-   Notices                                         menu                                            
-   Notwithstanding                                 merging                                         
-   OF                                              met                                             
-   OPERATE                                         methods                                         
-   OR                                              might                                           
-   OTHER                                           misrepresentation                               
-   OTHERWISE                                       mode                                            
-   OUT                                             model                                           
-   Object                                          modification                                    
-   Of                                              modifications                                   
-   Others                                          modified                                        
-   Our                                             modifies                                        
-   PARTICULAR                                      modify                                          
-   PARTIES                                         modifying                                       
-   PARTY                                           more                                            
-   PERFORMANCE                                     most                                            
-   PERMITTED                                       must                                            
-   POSSIBILITY                                     name                                            
-   PROGRAM                                         names                                           
-   PROGRAMS                                        nature                                          
-   PROVE                                           necessary                                       
-   PROVIDE                                         need                                            
-   PUBLIC                                          needed                                          
-   PURPOSE                                         neither                                         
-   Patents                                         network                                         
-   Permissions                                     new                                             
-   Preamble                                        next                                            
-   Product                                         no                                              
-   Program                                         non-consumer                                    
-   Program's                                       non-exclusive                                   
-   Programs                                        non-exercise                                    
-   Prohibiting                                     non-free                                        
-   Propagation                                     non-permissive                                  
-   Protecting                                      non-source                                      
-   Public                                          noncommercially                                 
-   QUALITY                                         nor                                             
-   RENDERED                                        normal                                          
-   REPAIR                                          normally                                        
-   REQUIRED                                        not                                             
-   RISK                                            nothing                                         
-   ROM                                             notice                                          
-   Recipients                                      notices                                         
-   Regardless                                      notifies                                        
-   Required                                        notify                                          
-   Requiring                                       number                                          
-   Revised                                         numbered                                        
-   Rights                                          object                                          
-   SERVICING                                       obligate                                        
-   SHOULD                                          obligated                                       
-   SPECIAL                                         obligations                                     
-   STATED                                          occasionally                                    
-   SUCH                                            occurring                                       
-   SUSTAINED                                       occurs                                          
-   Sections                                        of                                              
-   See                                             offer                                           
-   Software                                        offered                                         
-   Some                                            offering                                        
-   Source                                          official                                        
-   Standard                                        on                                              
-   States                                          one                                             
-   Sublicensing                                    only                                            
-   Such                                            operated                                        
-   Surrender                                       operating                                       
-   System                                          operation                                       
-   TERMS                                           option                                          
-   THE                                             options                                         
-   THERE                                           or                                              
-   THIRD                                           order                                           
-   TO                                              organization                                    
-   Termination                                     organizations                                   
-   Terms                                           origin                                          
-   The                                             original                                        
-   Therefore                                       other                                           
-   These                                           others                                          
-   This                                            otherwise                                       
-   Those                                           our                                             
-   To                                              output                                          
-   UNLESS                                          outside                                         
-   USE                                             own                                             
-   Use                                             owned                                           
-   User                                            packaged                                        
-   Users                                           packaging                                       
-   Verbatim                                        paper                                           
-   Version                                         paragraph                                       
-   Versions                                        paragraphs                                      
-   WARRANTIES                                      part                                            
-   WARRANTY                                        particular                                      
-   WHEN                                            parties                                         
-   WHO                                             parts                                           
-   WILL                                            party                                           
-   WIPO                                            party's                                         
-   WITH                                            pass                                            
-   WITHOUT                                         password                                        
-   WRITING                                         patent                                          
-   Warranty                                        patents                                         
-   We                                              pattern                                         
-   When                                            payment                                         
-   YOU                                             peer-to-peer                                    
-   You                                             peers                                           
-   Your                                            performing                                      
-   a                                               permanently                                     
-   ability                                         permission                                      
-   about                                           permissions                                     
-   above                                           permissive                                      
-   absence                                         permit                                          
-   absolute                                        permits                                         
-   abuse                                           permitted                                       
-   accept                                          perpetuity                                      
-   acceptance                                      personal                                        
-   access                                          pertinent                                       
-   accessible                                      physical                                        
-   accompanied                                     physically                                      
-   accompanies                                     pieces                                          
-   accord                                          place                                           
-   according                                       please                                          
-   achieve                                         plus                                            
-   acknowledges                                    pointer                                         
-   acquired                                        portion                                         
-   across                                          possesses                                       
-   actions                                         possession                                      
-   activities                                      possible                                        
-   activity                                        power                                           
-   actual                                          practical                                       
-   actually                                        practice                                        
-   adapt                                           precise                                         
-   add                                             precisely                                       
-   added                                           predecessor                                     
-   additional                                      preferred                                       
-   address                                         present                                         
-   addressed                                       presents                                        
-   adopted                                         preservation                                    
-   adversely                                       prevent                                         
-   affects                                         prevented                                       
-   affirmed                                        previous                                        
-   affirms                                         price                                           
-   after                                           primarily                                       
-   against                                         prior                                           
-   aggregate                                       private                                         
-   agree                                           problems                                        
-   agreement                                       procedures                                      
-   aim                                             procuring                                       
-   all                                             produce                                         
-   alleging                                        product                                         
-   allow                                           products                                        
-   allowed                                         program                                         
-   along                                           program's                                       
-   already                                         program--to                                     
-   also                                            programmer                                      
-   alternative                                     programming                                     
-   although                                        programs                                        
-   among                                           prohibit                                        
-   an                                              prohibiting                                     
-   and                                             prohibits                                       
-   and/or                                          prominent                                       
-   any                                             prominently                                     
-   anyone                                          propagate                                       
-   anything                                        propagating                                     
-   applicable                                      propagation                                     
-   applications                                    property                                        
-   applied                                         proprietary                                     
-   applies                                         protect                                         
-   apply                                           protecting                                      
-   appropriate                                     protection                                      
-   appropriately                                   protocols                                       
-   approximates                                    provide                                         
-   are                                             provided                                        
-   area                                            provision                                       
-   arise                                           provisionally                                   
-   arrange                                         proxy                                           
-   arrangement                                     proxy's                                         
-   article                                         public                                          
-   as                                              publicity                                       
-   asking                                          publicly                                        
-   assert                                          publish                                         
-   assets                                          published                                       
-   associated                                      purpose                                         
-   assumption                                      purposes                                        
-   assumptions                                     pursuant                                        
-   assures                                         qualify                                         
-   at                                              read                                            
-   attach                                          readily                                         
-   attempt                                         reading                                         
-   attributed                                      ready                                           
-   attributions                                    reason                                          
-   author                                          reasonable                                      
-   authorization                                   receipt                                         
-   authorized                                      receive                                         
-   authorizes                                      received                                        
-   authorizing                                     receives                                        
-   authors                                         receiving                                       
-   automatically                                   recipient                                       
-   available                                       recipient's                                     
-   avoid                                           recipients                                      
-   away                                            recognized                                      
-   b                                               redistribute                                    
-   based                                           referring                                       
-   be                                              refers                                          
-   because                                         refrain                                         
-   been                                            regard                                          
-   behalf                                          regardless                                      
-   being                                           regenerate                                      
-   believe                                         reinstated                                      
-   below                                           relationship                                    
-   benefit                                         released                                        
-   best                                            relevant                                        
-   between                                         relicensing                                     
-   beyond                                          relying                                         
-   body                                            remain                                          
-   both                                            remains                                         
-   box                                             removal                                         
-   brief                                           remove                                          
-   business                                        render                                          
-   but                                             represent                                       
-   by                                              require                                         
-   c                                               required                                        
-   called                                          requirement                                     
-   can                                             requirements                                    
-   cannot                                          requires                                        
-   carry                                           requiring                                       
-   case                                            resolved                                        
-   cases                                           respect                                         
-   cause                                           responsibilities                                
-   cease                                           responsible                                     
-   certain                                         restrict                                        
-   cessation                                       restricting                                     
-   change                                          restriction                                     
-   changed                                         restrictions                                    
-   changing                                        result                                          
-   characterized                                   resulting                                       
-   charge                                          results                                         
-   choose                                          retains                                         
-   choosing                                        return                                          
-   circumstances                                   reviewing                                       
-   circumvention                                   revised                                         
-   civil                                           right                                           
-   claim                                           rights                                          
-   claims                                          royalty                                         
-   class                                           royalty-free                                    
-   clear                                           rules                                           
-   clearly                                         run                                             
-   closely                                         running                                         
-   code                                            runs                                            
-   collect                                         safest                                          
-   combination                                     sake                                            
-   combine                                         sale                                            
-   combined                                        same                                            
-   comes                                           satisfy                                         
-   commands                                        saying                                          
-   commercial                                      school                                          
-   commitment                                      scope                                           
-   common                                          scripts                                         
-   communication                                   secondarily                                     
-   compilation                                     section                                         
-   compilation's                                   sections                                        
-   compilations                                    see                                             
-   compiler                                        sell                                            
-   compliance                                      selling                                         
-   comply                                          semiconductor                                   
-   component                                       separable                                       
-   computer                                        separate                                        
-   computers                                       separately                                      
-   concerning                                      server                                          
-   concerns                                        serves                                          
-   conditioned                                     service                                         
-   conditions                                      shall                                           
-   connection                                      share                                           
-   consequence                                     shared                                          
-   consider                                        short                                           
-   considered                                      should                                          
-   consistent                                      show                                            
-   conspicuously                                   sign                                            
-   constantly                                      significant                                     
-   constitutes                                     similar                                         
-   construed                                       simultaneously                                  
-   consumer                                        single                                          
-   contact                                         so                                              
-   contain                                         software                                        
-   containing                                      sold                                            
-   contains                                        sole                                            
-   content                                         solely                                          
-   contents                                        some                                            
-   context                                         source                                          
-   continue                                        spare                                           
-   continued                                       speak                                           
-   contractual                                     special                                         
-   contradict                                      specific                                        
-   contrast                                        specifically                                    
-   contributor                                     specified                                       
-   contributor's                                   specifies                                       
-   control                                         specify                                         
-   controlled                                      spirit                                          
-   convenient                                      stand                                           
-   convey                                          standard                                        
-   conveyance                                      standards                                       
-   conveyed                                        start                                           
-   conveying                                       starts                                          
-   conveys                                         state                                           
-   copies                                          stated                                          
-   copy                                            statement                                       
-   copying                                         stating                                         
-   copyleft                                        status                                          
-   copyright                                       steps                                           
-   copyright-like                                  storage                                         
-   copyrightable                                   subdividing                                     
-   copyrighted                                     subject                                         
-   cost                                            sublicenses                                     
-   could                                           subprograms                                     
-   counterclaim                                    subroutine                                      
-   countries                                       subsection                                      
-   country                                         substantial                                     
-   course                                          substantially                                   
-   court                                           such                                            
-   courts                                          sue                                             
-   covenant                                        suffice                                         
-   coverage                                        supplement                                      
-   covered                                         support                                         
-   criterion                                       supports                                        
-   cross-claim                                     sure                                            
-   cure                                            surrender                                       
-   customarily                                     survive                                         
-   customer                                        system                                          
-   d                                               systematic                                      
-   danger                                          take                                            
-   data                                            tangible                                        
-   date                                            technological                                   
-   days                                            tells                                           
-   decide                                          term                                            
-   deemed                                          terminal                                        
-   defenses                                        terminate                                       
-   defined                                         terminated                                      
-   definition                                      terminates                                      
-   denied                                          terms                                           
-   denominated                                     than                                            
-   deny                                            that                                            
-   denying                                         the                                             
-   deprive                                         their                                           
-   designated                                      them                                            
-   designed                                        then                                            
-   detail                                          there                                           
-   details                                         therefore                                       
-   determining                                     these                                           
-   develop                                         they                                            
-   developers                                      things                                          
-   development                                     third                                           
-   devices                                         this                                            
-   differ                                          those                                           
-   different                                       though                                          
-   differently                                     threatened                                      
-   direction                                       three                                           
-   directions                                      through                                         
-   directly                                        thus                                            
-   disclaim                                        time                                            
-   disclaimer                                      to                                              
-   discriminatory                                  too                                             
-   display                                         tools                                           
-   displayed                                       trade                                           
-   displays                                        trademark                                       
-   distinguishing                                  trademarks                                      
-   distribute                                      transaction                                     
-   distributed                                     transfer                                        
-   distributing                                    transferred                                     
-   distribution                                    transferring                                    
-   do                                              transmission                                    
-   document                                        treated                                         
-   documented                                      treaty                                          
-   does                                            two                                             
-   domains                                         type                                            
-   doubtful                                        typical                                         
-   downstream                                      unacceptable                                    
-   durable                                         under                                           
-   dwelling                                        unless                                          
-   dynamically                                     unlimited                                       
-   e                                               unmodified                                      
-   each                                            unnecessary                                     
-   earlier                                         unpacking                                       
-   effect                                          until                                           
-   effected                                        updates                                         
-   effective                                       use                                             
-   effectively                                     used                                            
-   efforts                                         useful                                          
-   either                                          user                                            
-   electronic                                      users                                           
-   embodied                                        uses                                            
-   employer                                        using                                           
-   enable                                          valid                                           
-   enables                                         verbatim                                        
-   enforce                                         version                                         
-   enforcing                                       versions                                        
-   ensure                                          view                                            
-   entered                                         violates                                        
-   entire                                          violation                                       
-   entirely                                        visible                                         
-   entity                                          void                                            
-   equivalent                                      volume                                          
-   erroneously                                     w                                               
-   essential                                       waive                                           
-   even                                            waiver                                          
-   ever                                            want                                            
-   every                                           warranties                                      
-   everyone                                        warranty                                        
-   exact                                           was                                             
-   example                                         way                                             
-   except                                          ways                                            
-   exceptions                                      we                                              
-   excluded                                        welcome                                         
-   excluding                                       well                                            
-   exclusion                                       were                                            
-   exclusively                                     what                                            
-   excuse                                          whatever                                        
-   executable                                      when                                            
-   execute                                         where                                           
-   executing                                       whether                                         
-   exercise                                        which                                           
-   exercising                                      who                                             
-   expected                                        whole                                           
-   expects                                         whom                                            
-   explains                                        whose                                           
-   explicitly                                      widely                                          
-   express                                         will                                            
-   expressly                                       window                                          
-   extend                                          wish                                            
-   extended                                        with                                            
-   extensions                                      within                                          
-   extent                                          without                                         
-   f                                               work                                            
-   facilities                                      work's                                          
-   fails                                           working                                         
-   fair                                            works                                           
-   family                                          worldwide                                       
-   fashion                                         would                                           
-   favor                                           written                                         
-   feature                                         year                                            
-   fee                                             years                                           
-   file                                            you                                             
-   files                                           your                                            
-   finally                                         yourself                                        
+   0                  The                coverage           least              referring          
+   1                  Therefore          covered            legal              refers             
+   10                 These              criterion          liability          refrain            
+   11                 This               cross-claim        liable             regard             
+   12                 Those              cure               libraries          regardless         
+   13                 To                 customarily        library            regenerate         
+   14                 UNLESS             customer           license            reinstated         
+   15                 USE                d                  licensed           relationship       
+   16                 Use                danger             licensee           released           
+   17                 User               data               licensees          relevant           
+   1996               Users              date               licenses           relicensing        
+   2                  Verbatim           days               licensors          relying            
+   20                 Version            decide             like               remain             
+   2007               Versions           deemed             likewise           remains            
+   28                 WARRANTIES         defenses           limit              removal            
+   29                 WARRANTY           defined            limitation         remove             
+   3                  WHEN               definition         limiting           render             
+   30                 WHO                denied             line               represent          
+   4                  WILL               denominated        link               require            
+   5                  WIPO               deny               linked             required           
+   6                  WITH               denying            linking            requirement        
+   60                 WITHOUT            deprive            list               requirements       
+   6b                 WRITING            designated         litigation         requires           
+   6d                 Warranty           designed           local              requiring          
+   7                  We                 detail             long               resolved           
+   8                  When               details            machine-readable   respect            
+   9                  YOU                determining        made               responsibilities   
+   A                  You                develop            mail               responsible        
+   ABOVE              Your               developers         maintain           restrict           
+   ABSOLUTELY         a                  development        major              restricting        
+   ADVISED            ability            devices            make               restriction        
+   AGREED             about              differ             makes              restrictions       
+   ALL                above              different          making             result             
+   AND                absence            differently        manner             resulting          
+   AND/OR             absolute           direction          manufacturer       results            
+   ANY                abuse              directions         marked             retains            
+   APPLICABLE         accept             directly           marks              return             
+   ARISING            acceptance         disclaim           masks              reviewing          
+   AS                 access             disclaimer         material           revised            
+   ASSUME             accessible         discriminatory     materially         right              
+   Acceptance         accompanied        display            may                rights             
+   Access             accompanies        displayed          meaning            royalty            
+   Additional         accord             displays           means              royalty-free       
+   Affero             according          distinguishing     measure            rules              
+   All                achieve            distribute         measures           run                
+   Also               acknowledges       distributed        medium             running            
+   An                 acquired           distributing       meet               runs               
+   Ancillary          across             distribution       meets              safest             
+   And                actions            do                 menu               sake               
+   Anti-Circumvention activities         document           merging            sale               
+   Any                activity           documented         met                same               
+   Apply              actual             does               methods            satisfy            
+   Appropriate        actually           domains            might              saying             
+   Automatic          adapt              doubtful           misrepresentation  school             
+   BE                 add                downstream         mode               scope              
+   BEEN               added              durable            model              scripts            
+   BEING              additional         dwelling           modification       secondarily        
+   BUT                address            dynamically        modifications      section            
+   BY                 addressed          e                  modified           sections           
+   Basic              adopted            each               modifies           see                
+   But                adversely          earlier            modify             sell               
+   By                 affects            effect             modifying          selling            
+   C                  affirmed           effected           more               semiconductor      
+   CONDITIONS         affirms            effective          most               separable          
+   CONSEQUENTIAL      after              effectively        must               separate           
+   CONVEYS            against            efforts            name               separately         
+   COPYRIGHT          aggregate          either             names              server             
+   CORRECTION         agree              electronic         nature             serves             
+   COST               agreement          embodied           necessary          service            
+   Code               aim                employer           need               shall              
+   Component          all                enable             needed             share              
+   Convey             alleging           enables            neither            shared             
+   Conveying          allow              enforce            network            short              
+   Copies             allowed            enforcing          new                should             
+   Copyright          along              ensure             next               show               
+   Corresponding      already            entered            no                 sign               
+   DAMAGES            also               entire             non-consumer       significant        
+   DATA               alternative        entirely           non-exclusive      similar            
+   DEFECTIVE          although           entity             non-exercise       simultaneously     
+   December           among              equivalent         non-free           single             
+   Declining          an                 erroneously        non-permissive     so                 
+   Definitions        and                essential          non-source         software           
+   Developers         and/or             even               noncommercially    sold               
+   Disclaimer         any                ever               nor                sole               
+   Disclaiming        anyone             every              normal             solely             
+   Downstream         anything           everyone           normally           some               
+   EITHER             applicable         exact              not                source             
+   END                applications       example            nothing            spare              
+   ENTIRE             applied            except             notice             speak              
+   EVEN               applies            exceptions         notices            special            
+   EVENT              apply              excluded           notifies           specific           
+   EXCEPT             appropriate        excluding          notify             specifically       
+   EXPRESSED          appropriately      exclusion          number             specified          
+   EXTENT             approximates       exclusively        numbered           specifies          
+   Each               are                excuse             object             specify            
+   Everyone           area               executable         obligate           spirit             
+   FAILURE            arise              execute            obligated          stand              
+   FITNESS            arrange            executing          obligations        standard           
+   FOR                arrangement        exercise           occasionally       standards          
+   Finally            article            exercising         occurring          start              
+   For                as                 expected           occurs             starts             
+   Forms              asking             expects            of                 state              
+   Foundation         assert             explains           offer              stated             
+   Free               assets             explicitly         offered            statement          
+   Freedom            associated         express            offering           stating            
+   From               assumption         expressly          official           status             
+   GENERAL            assumptions        extend             on                 steps              
+   GNU                assures            extended           one                storage            
+   GPL                at                 extensions         only               subdividing        
+   GPL-3.0            attach             extent             operated           subject            
+   GUI                attempt            f                  operating          sublicenses        
+   General            attributed         facilities         operation          subprograms        
+   HAS                attributions       fails              option             subroutine         
+   HOLDER             author             fair               options            subsection         
+   HOLDERS            authorization      family             or                 substantial        
+   Having             authorized         fashion            order              substantially      
+   How                authorizes         favor              organization       such               
+   However            authorizing        feature            organizations      sue                
+   IF                 authors            fee                origin             suffice            
+   IMPLIED            automatically      file               original           supplement         
+   IN                 available          files              other              support            
+   INABILITY          avoid              finally            others             supports           
+   INACCURATE         away               find               otherwise          sure               
+   INCIDENTAL         b                  first              our                surrender          
+   INCLUDING          based              fixed              output             survive            
+   IS                 be                 flow               outside            system             
+   If                 because            follow             own                systematic         
+   In                 been               following          owned              take               
+   Inc                behalf             for                packaged           tangible           
+   Inclusion          being              forbid             packaging          technological      
+   Information        believe            force              paper              tells              
+   Installation       below              form               paragraph          term               
+   Interface          benefit            format             paragraphs         terminal           
+   Interpretation     best               found              part               terminate          
+   It                 between            free               particular         terminated         
+   June               beyond             freedom            parties            terminates         
+   KIND               body               freedoms           parts              terms              
+   Knowingly          both               from               party              than               
+   LAW                box                fulfilling         party's            that               
+   LIABLE             brief              full               pass               the                
+   LICENSE            business           functioning        password           their              
+   LIMITED            but                fundamentally      patent             them               
+   LOSS               by                 further            patents            then               
+   LOSSES             c                  future             pattern            there              
+   Later              called             general            payment            therefore          
+   Law                can                general-purpose    peer-to-peer       these              
+   Legal              cannot             generally          peers              they               
+   Lesser             carry              generate           performing         things             
+   Liability          case               get                permanently        third              
+   Libraries          cases              give               permission         this               
+   Library            cause              given              permissions        those              
+   License            cease              gives              permissive         though             
+   Licensees          certain            giving             permit             threatened         
+   Licenses           cessation          governed           permits            three              
+   Licensing          change             grant              permitted          through            
+   Limitation         changed            granted            perpetuity         thus               
+   Limiting           changing           grants             personal           time               
+   MERCHANTABILITY    characterized      gratis             pertinent          to                 
+   MODIFIES           charge             greatest           physical           too                
+   Major              choose             guarantee          physically         tools              
+   March              choosing           had                pieces             trade              
+   Mere               circumstances      has                place              trademark          
+   Modified           circumvention      have               please             trademarks         
+   Moreover           civil              having             plus               transaction        
+   NECESSARY          claim              hereafter          pointer            transfer           
+   NO                 claims             holder             portion            transferred        
+   NOT                class              holders            possesses          transferring       
+   New                clear              hope               possession         transmission       
+   No                 clearly            hosts              possible           treated            
+   Non-Source         closely            household          power              treaty             
+   Not                code               how                practical          two                
+   Nothing            collect            however            practice           type               
+   Notices            combination        hypothetical       precise            typical            
+   Notwithstanding    combine            idea               precisely          unacceptable       
+   OF                 combined           identifiable       predecessor        under              
+   OPERATE            comes              if                 preferred          unless             
+   OR                 commands           implement          present            unlimited          
+   OTHER              commercial         implementation     presents           unmodified         
+   OTHERWISE          commitment         implied            preservation       unnecessary        
+   OUT                common             import             prevent            unpacking          
+   Object             communication      importing          prevented          until              
+   Of                 compilation        impose             previous           updates            
+   Others             compilation's      imposed            price              use                
+   Our                compilations       in                 primarily          used               
+   PARTICULAR         compiler           include            prior              useful             
+   PARTIES            compliance         included           private            user               
+   PARTY              comply             includes           problems           users              
+   PERFORMANCE        component          including          procedures         uses               
+   PERMITTED          computer           incompatible       procuring          using              
+   POSSIBILITY        computers          incorporating      produce            valid              
+   PROGRAM            concerning         incorporation      product            verbatim           
+   PROGRAMS           concerns           indemnification    products           version            
+   PROVE              conditioned        independent        program            versions           
+   PROVIDE            conditions         indicate           program's          view               
+   PUBLIC             connection         indicating         program--to        violates           
+   PURPOSE            consequence        individual         programmer         violation          
+   Patents            consider           individuals        programming        visible            
+   Permissions        considered         industrial         programs           void               
+   Preamble           consistent         inform             prohibit           volume             
+   Product            conspicuously      information        prohibiting        w                  
+   Program            constantly         infringe           prohibits          waive              
+   Program's          constitutes        infringed          prominent          waiver             
+   Programs           construed          infringement       prominently        want               
+   Prohibiting        consumer           initiate           propagate          warranties         
+   Propagation        contact            inside             propagating        warranty           
+   Protecting         contain            install            propagation        was                
+   Public             containing         installed          property           way                
+   QUALITY            contains           instead            proprietary        ways               
+   RENDERED           content            intact             protect            we                 
+   REPAIR             contents           intended           protecting         welcome            
+   REQUIRED           context            intention          protection         well               
+   RISK               continue           interaction        protocols          were               
+   ROM                continued          interactive        provide            what               
+   Recipients         contractual        interchange        provided           whatever           
+   Regardless         contradict         interest           provision          when               
+   Required           contrast           interface          provisionally      where              
+   Requiring          contributor        interfaces         proxy              whether            
+   Revised            contributor's      interfered         proxy's            which              
+   Rights             control            interpreter        public             who                
+   SERVICING          controlled         intimate           publicity          whole              
+   SHOULD             convenient         into               publicly           whom               
+   SPECIAL            convey             invalidate         publish            whose              
+   STATED             conveyance         irrevocable        published          widely             
+   SUCH               conveyed           is                 purpose            will               
+   SUSTAINED          conveying          it                 purposes           window             
+   Sections           conveys            item               pursuant           wish               
+   See                copies             its                qualify            with               
+   Software           copy               itself             read               within             
+   Some               copying            keep               readily            without            
+   Source             copyleft           kernel             reading            work               
+   Standard           copyright          key                ready              work's             
+   States             copyright-like     keys               reason             working            
+   Sublicensing       copyrightable      kind               reasonable         works              
+   Such               copyrighted        kinds              receipt            worldwide          
+   Surrender          cost               know               receive            would              
+   System             could              knowingly          received           written            
+   TERMS              counterclaim       knowledge          receives           year               
+   THE                countries          language           receiving          years              
+   THERE              country            larger             recipient          you                
+   THIRD              course             later              recipient's        your               
+   TO                 court              law                recipients         yourself           
+   Termination        courts             laws               recognized         
+   Terms              covenant           lawsuit            redistribute       
 12345678901234567890123456789012345678901234567890123456789012345678901234567890