mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: use url for FSF license instead of postal address, switch to GPL v3
This commit is contained in:
@ -8,6 +8,16 @@
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
/^License/,/\*\//{
|
||||
# new FSF address
|
||||
/^License/,\%http://www.gnu.org/licenses%{
|
||||
s?^License.*?\*\/\
|
||||
\/\*! @file %filePath%\
|
||||
<b>Original source file</b> <a href="%filePath%">%fileName%</a>\
|
||||
?
|
||||
/^ /d
|
||||
}
|
||||
|
||||
# old FSF address
|
||||
/^License/,/MA 0211.-130. USA/{
|
||||
s?^License.*?\*\/\
|
||||
\/\*! @file %filePath%\
|
||||
|
||||
Reference in New Issue
Block a user