@@ -905,35 +905,33 @@ The following copyright statement should be included at the top of every source
905905file:
906906
907907``` swift
908- /**
909- * Copyright (c) 2017 Razeware LLC
910- *
911- * Permission is hereby granted, free of charge, to any person obtaining a copy
912- * of this software and associated documentation files (the "Software"), to deal
913- * in the Software without restriction, including without limitation the rights
914- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
915- * copies of the Software, and to permit persons to whom the Software is
916- * furnished to do so, subject to the following conditions:
917- *
918- * The above copyright notice and this permission notice shall be included in
919- * all copies or substantial portions of the Software.
920- *
921- * Notwithstanding the foregoing, you may not use, copy, modify, merge, publish,
922- * distribute, sublicense, create a derivative work, and/or sell copies of the
923- * Software in any work that is designed, intended, or marketed for pedagogical or
924- * instructional purposes related to programming, coding, application development,
925- * or information technology. Permission for such use, copying, modification,
926- * merger, publication, distribution, sublicensing, creation of derivative works,
927- * or sale is expressly withheld.
928- *
929- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
930- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
931- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
932- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
933- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
934- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
935- * THE SOFTWARE.
936- */
908+ /// Copyright (c) 2017 Razeware LLC
909+ ///
910+ /// Permission is hereby granted, free of charge, to any person obtaining a copy
911+ /// of this software and associated documentation files (the "Software"), to deal
912+ /// in the Software without restriction, including without limitation the rights
913+ /// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
914+ /// copies of the Software, and to permit persons to whom the Software is
915+ /// furnished to do so, subject to the following conditions:
916+ ///
917+ /// The above copyright notice and this permission notice shall be included in
918+ /// all copies or substantial portions of the Software.
919+ ///
920+ /// Notwithstanding the foregoing, you may not use, copy, modify, merge, publish,
921+ /// distribute, sublicense, create a derivative work, and/or sell copies of the
922+ /// Software in any work that is designed, intended, or marketed for pedagogical or
923+ /// instructional purposes related to programming, coding, application development,
924+ /// or information technology. Permission for such use, copying, modification,
925+ /// merger, publication, distribution, sublicensing, creation of derivative works,
926+ /// or sale is expressly withheld.
927+ ///
928+ /// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
929+ /// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
930+ /// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
931+ /// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
932+ /// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
933+ /// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
934+ /// THE SOFTWARE.
937935```
938936
939937## Smiley Face
0 commit comments