77* No <Tab > characters.
88* Supply a header for each file with a description of the file and the author(s)
99 name or GitHub ID.
10- * A copy of the [ Gnu Lesser General Public License] ( https://www.gnu .org/licenses/lgpl-3.0.en.html )
10+ * A copy of the [ Apache License 2.0 ] ( https://www.apache .org/licenses/LICENSE-2.0 )
1111 must be included at the top of each file.
1212* Documentation should be written so that it can be parsed by [ Doxygen] ( http://www.doxygen.nl/ ) .
1313* Files, modules, and public routines should be prefixed with ` fms_subfolder_ ` where ` subfolder ` is
9797``` Fortran ./fms_subfolder_example.F90 file
9898
9999!***********************************************************************
100- !* GNU Lesser General Public License
100+ !* Apache License 2.0
101101!*
102102!* This file is part of the GFDL Flexible Modeling System (FMS).
103103!*
104- !* FMS is free software: you can redistribute it and/or modify it under
105- !* the terms of the GNU Lesser General Public License as published by
106- !* the Free Software Foundation, either version 3 of the License, or (at
107- !* your option) any later version.
104+ !* Licensed under the Apache License, Version 2.0 (the "License");
105+ !* you may not use this file except in compliance with the License.
106+ !* You may obtain a copy of the License at
108107!*
109- !* FMS is distributed in the hope that it will be useful, but WITHOUT
110- !* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
111- !* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
112- !* for more details.
108+ !* http://www.apache.org/licenses/LICENSE-2.0
113109!*
114- !* You should have received a copy of the GNU Lesser General Public
115- !* License along with FMS. If not, see <http://www.gnu.org/licenses/>.
110+ !* FMS is distributed in the hope that it will be useful, but WITHOUT
111+ !* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied;
112+ !* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
113+ !* PARTICULAR PURPOSE. See the License for the specific language
114+ !* governing permissions and limitations under the License.
116115!***********************************************************************
117116
118117!> @file
@@ -177,22 +176,21 @@ end module example_mod
177176```
178177``` Fortran ./include/example_r4.fh file
179178!***********************************************************************
180- !* GNU Lesser General Public License
179+ !* Apache License 2.0
181180!*
182181!* This file is part of the GFDL Flexible Modeling System (FMS).
183182!*
184- !* FMS is free software: you can redistribute it and/or modify it under
185- !* the terms of the GNU Lesser General Public License as published by
186- !* the Free Software Foundation, either version 3 of the License, or (at
187- !* your option) any later version.
183+ !* Licensed under the Apache License, Version 2.0 (the "License");
184+ !* you may not use this file except in compliance with the License.
185+ !* You may obtain a copy of the License at
188186!*
189- !* FMS is distributed in the hope that it will be useful, but WITHOUT
190- !* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
191- !* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
192- !* for more details.
187+ !* http://www.apache.org/licenses/LICENSE-2.0
193188!*
194- !* You should have received a copy of the GNU Lesser General Public
195- !* License along with FMS. If not, see <http://www.gnu.org/licenses/>.
189+ !* FMS is distributed in the hope that it will be useful, but WITHOUT
190+ !* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied;
191+ !* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
192+ !* PARTICULAR PURPOSE. See the License for the specific language
193+ !* governing permissions and limitations under the License.
196194!***********************************************************************
197195
198196!> @file
@@ -210,22 +208,21 @@ end module example_mod
210208```
211209``` Fortran ./include/example_r8.fh file
212210!***********************************************************************
213- !* GNU Lesser General Public License
211+ !* Apache License 2.0
214212!*
215213!* This file is part of the GFDL Flexible Modeling System (FMS).
216214!*
217- !* FMS is free software: you can redistribute it and/or modify it under
218- !* the terms of the GNU Lesser General Public License as published by
219- !* the Free Software Foundation, either version 3 of the License, or (at
220- !* your option) any later version.
215+ !* Licensed under the Apache License, Version 2.0 (the "License");
216+ !* you may not use this file except in compliance with the License.
217+ !* You may obtain a copy of the License at
221218!*
222- !* FMS is distributed in the hope that it will be useful, but WITHOUT
223- !* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
224- !* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
225- !* for more details.
219+ !* http://www.apache.org/licenses/LICENSE-2.0
226220!*
227- !* You should have received a copy of the GNU Lesser General Public
228- !* License along with FMS. If not, see <http://www.gnu.org/licenses/>.
221+ !* FMS is distributed in the hope that it will be useful, but WITHOUT
222+ !* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied;
223+ !* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
224+ !* PARTICULAR PURPOSE. See the License for the specific language
225+ !* governing permissions and limitations under the License.
229226!***********************************************************************
230227
231228!> @file
@@ -243,22 +240,21 @@ end module example_mod
243240```
244241``` Fortran ./include/example.inc file
245242!***********************************************************************
246- !* GNU Lesser General Public License
243+ !* Apache License 2.0
247244!*
248245!* This file is part of the GFDL Flexible Modeling System (FMS).
249246!*
250- !* FMS is free software: you can redistribute it and/or modify it under
251- !* the terms of the GNU Lesser General Public License as published by
252- !* the Free Software Foundation, either version 3 of the License, or (at
253- !* your option) any later version.
247+ !* Licensed under the Apache License, Version 2.0 (the "License");
248+ !* you may not use this file except in compliance with the License.
249+ !* You may obtain a copy of the License at
254250!*
255- !* FMS is distributed in the hope that it will be useful, but WITHOUT
256- !* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
257- !* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
258- !* for more details.
251+ !* http://www.apache.org/licenses/LICENSE-2.0
259252!*
260- !* You should have received a copy of the GNU Lesser General Public
261- !* License along with FMS. If not, see <http://www.gnu.org/licenses/>.
253+ !* FMS is distributed in the hope that it will be useful, but WITHOUT
254+ !* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied;
255+ !* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
256+ !* PARTICULAR PURPOSE. See the License for the specific language
257+ !* governing permissions and limitations under the License.
262258!***********************************************************************
263259!> @file
264260!! @brief Example .inc file containing subroutine definitions/declarations
0 commit comments