Skip to content

Commit

Permalink
Change disclaimer in printout to reflect LGPL3+ (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
awvwgk committed Jan 14, 2020
1 parent ad49de1 commit bbcf06e
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions xtb/header.f90
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,15 @@ subroutine disclamer(iunit)
integer,intent(in) :: iunit
write(iunit,'(3x,a)') &
!< < < < < < < < < < < < < < < > > > > > > > > > > > > > > > >!
"This program is distributed in the hope that it will be useful,",&
"but WITHOUT ANY WARRANTY; without even the implied warranty of",&
"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.",&
"",&
"FOR NON-COMMERCIAL, ACADEMIA USE ONLY.",&
! "Test license to: Novartis Institutes",&
! "Licensed to Novartis Institues",&
! "for Biomedical Research (NIBR)",&
! "Test license to: R. Sure, BASF",&
! "Licensed to CreativeQuantum GmbH, Berlin",&
"xtb is free software: you can redistribute it and/or modify it under", &
"the terms of the GNU Lesser General Public License as published by", &
"the Free Software Foundation, either version 3 of the License, or", &
"(at your option) any later version.", &
"", &
"xtb is distributed in the hope that it will be useful,", &
"but WITHOUT ANY WARRANTY; without even the implied warranty of", &
"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the", &
"GNU Lesser General Public License for more details.", &
""
end subroutine disclamer

Expand Down

0 comments on commit bbcf06e

Please sign in to comment.