Skip to content

Commit b2faf39

Browse files
committed
minor formatting change for documentation header.
1 parent ab3e8fa commit b2faf39

File tree

1 file changed

+40
-42
lines changed

1 file changed

+40
-42
lines changed

src/json_module.f90

Lines changed: 40 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -19,57 +19,55 @@ module json_module
1919
!
2020
! json-fortran License:
2121
!
22-
! JSON-FORTRAN: A Fortran 2008 JSON API
23-
! http://github.com/jacobwilliams/json-fortran
24-
!
25-
! Copyright (c) 2014, Jacob Williams
26-
! All rights reserved.
27-
!
28-
! Redistribution and use in source and binary forms, with or without modification,
29-
! are permitted provided that the following conditions are met:
30-
!
31-
! * Redistributions of source code must retain the above copyright notice, this
32-
! list of conditions and the following disclaimer.
33-
!
34-
! * Redistributions in binary form must reproduce the above copyright notice, this
35-
! list of conditions and the following disclaimer in the documentation and/or
36-
! other materials provided with the distribution.
22+
! JSON-FORTRAN: A Fortran 2008 JSON API
23+
!
24+
! http://github.com/jacobwilliams/json-fortran
3725
!
38-
! * The names of its contributors may not be used to endorse or promote products
39-
! derived from this software without specific prior written permission.
26+
! Copyright (c) 2014, Jacob Williams
27+
!
28+
! All rights reserved.
4029
!
41-
! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
42-
! ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
43-
! WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
44-
! DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
45-
! ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
46-
! (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
47-
! LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
48-
! ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
49-
! (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
50-
! SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30+
! Redistribution and use in source and binary forms, with or without modification,
31+
! are permitted provided that the following conditions are met:
32+
! * Redistributions of source code must retain the above copyright notice, this
33+
! list of conditions and the following disclaimer.
34+
! * Redistributions in binary form must reproduce the above copyright notice, this
35+
! list of conditions and the following disclaimer in the documentation and/or
36+
! other materials provided with the distribution.
37+
! * The names of its contributors may not be used to endorse or promote products
38+
! derived from this software without specific prior written permission.
39+
! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
40+
! ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
41+
! WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
42+
! DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
43+
! ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
44+
! (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
45+
! LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
46+
! ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
47+
! (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
48+
! SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
5149
!
5250
! Original FSON License:
5351
!
54-
! http://github.com/josephalevin/fson [FSON code retrieved on 12/2/2013]
52+
! http://github.com/josephalevin/fson
5553
!
56-
! Copyright (c) 2012 Joseph A. Levin
54+
! Copyright (c) 2012 Joseph A. Levin
5755
!
58-
! Permission is hereby granted, free of charge, to any person obtaining a copy of this
59-
! software and associated documentation files (the "Software"), to deal in the Software
60-
! without restriction, including without limitation the rights to use, copy, modify, merge,
61-
! publish, distribute, sublicense, and/or sell copies of the Software, and to permit
62-
! persons to whom the Software is furnished to do so, subject to the following conditions:
56+
! Permission is hereby granted, free of charge, to any person obtaining a copy of this
57+
! software and associated documentation files (the "Software"), to deal in the Software
58+
! without restriction, including without limitation the rights to use, copy, modify, merge,
59+
! publish, distribute, sublicense, and/or sell copies of the Software, and to permit
60+
! persons to whom the Software is furnished to do so, subject to the following conditions:
6361
!
64-
! The above copyright notice and this permission notice shall be included in all copies or
65-
! substantial portions of the Software.
62+
! The above copyright notice and this permission notice shall be included in all copies or
63+
! substantial portions of the Software.
6664
!
67-
! THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
68-
! INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
69-
! PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
70-
! LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT
71-
! OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
72-
! DEALINGS IN THE SOFTWARE.
65+
! THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
66+
! INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
67+
! PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
68+
! LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT
69+
! OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
70+
! DEALINGS IN THE SOFTWARE.
7371
!
7472
! HISTORY
7573
! * Joseph A. Levin : March 2012 : Original FSON code [retrieved on 12/2/2013].

0 commit comments

Comments
 (0)