mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Updated copyright/license information.
This commit is contained in:
parent
eae7e5db25
commit
442de0d88c
2 changed files with 5 additions and 3 deletions
|
|
@ -4,7 +4,7 @@
|
|||
License Agreement
|
||||
=================
|
||||
|
||||
Copyright © 2011-2012 Massachusetts Institute of Technology
|
||||
Copyright © 2011-2013 Massachusetts Institute of Technology
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
this software and associated documentation files (the "Software"), to deal in
|
||||
|
|
|
|||
|
|
@ -45,7 +45,9 @@ contains
|
|||
|
||||
! Write version information
|
||||
write(UNIT=OUTPUT_UNIT, FMT=*) &
|
||||
' Developed At: Massachusetts Institute of Technology'
|
||||
' Copyright: 2011-2013 Massachusetts Institute of Technology'
|
||||
write(UNIT=OUTPUT_UNIT, FMT=*) &
|
||||
' License: http://mit-crpg.github.io/openmc/license.html'
|
||||
write(UNIT=OUTPUT_UNIT, FMT='(6X,"Version:",7X,I1,".",I1,".",I1)') &
|
||||
VERSION_MAJOR, VERSION_MINOR, VERSION_RELEASE
|
||||
#ifdef GIT_SHA1
|
||||
|
|
@ -148,7 +150,7 @@ contains
|
|||
write(UNIT=OUTPUT_UNIT, FMT=*) "Copyright (c) 2011-2013 &
|
||||
&Massachusetts Institute of Technology"
|
||||
write(UNIT=OUTPUT_UNIT, FMT=*) "MIT/X license at &
|
||||
&<http://mit-crpg.github.com/openmc/license.html>"
|
||||
&<http://mit-crpg.github.io/openmc/license.html>"
|
||||
end if
|
||||
|
||||
end subroutine print_version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue