Fix copyright in version display.
Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
		
							parent
							
								
									2c2d7a35f6
								
							
						
					
					
						commit
						f1cf1258ac
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -39,7 +39,7 @@ getopts('Vhqlrf:m:s:e:', \%options);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# -V: display version
 | 
					# -V: display version
 | 
				
			||||||
if ($options{'V'}) {
 | 
					if ($options{'V'}) {
 | 
				
			||||||
  print "$myself v $VERSION\nCopyright (c) 2010-2016 Thomas Hochstein <thh\@inter.net>\n";
 | 
					  print "$myself v $VERSION\nCopyright (c) 2002-2016 Thomas Hochstein <thh\@inter.net>\n";
 | 
				
			||||||
  print "This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself.\n";
 | 
					  print "This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself.\n";
 | 
				
			||||||
  exit(100);
 | 
					  exit(100);
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue