Update URL from sf to github (#21)
* Correct url from sf to github Co-authored-by: Paweł Marciniak <sunwire+git@gmail.com>
This commit is contained in:
@@ -116,7 +116,7 @@ Written by \fBJohn Coleman\fR and \fBSamuel Martinez Jr.\fR of SunWest Education
|
|||||||
Report \fBstenc\fR bugs to \fIjcoleman1981@live.com\fR.
|
Report \fBstenc\fR bugs to \fIjcoleman1981@live.com\fR.
|
||||||
|
|
||||||
.SH PROJECT UPDATES
|
.SH PROJECT UPDATES
|
||||||
Visit \fBhttp://sourceforge.net/projects/stenc/\fR for more information.
|
Visit \fBhttps://github.com/scsitape/stenc\fR for more information.
|
||||||
|
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
Copyright 2012 contributing authors. License GPLv2: GNU GPL version 2 <http://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
|
Copyright 2012 contributing authors. License GPLv2: GNU GPL version 2 <http://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
|
||||||
|
|||||||
@@ -110,7 +110,7 @@ int main(int argc, char **argv){
|
|||||||
}
|
}
|
||||||
if(thisCmd=="--version"){
|
if(thisCmd=="--version"){
|
||||||
cout<<"stenc v"<<VERSION<<" - SCSI Tape Encryption Manager"<<endl;
|
cout<<"stenc v"<<VERSION<<" - SCSI Tape Encryption Manager"<<endl;
|
||||||
cout<<"http://sourceforge.net/projects/stenc/"<<endl;
|
cout<<"https://github.com/scsitape/stenc"<<endl;
|
||||||
exit(EXIT_SUCCESS);
|
exit(EXIT_SUCCESS);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user