Skip to content

Commit dbfd8dc

Browse files
author
Andy Obusek
committed
Remove indentation so copyright is easier to copy and paste
1 parent 0e40159 commit dbfd8dc

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

README.markdown

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -905,35 +905,35 @@ The following copyright statement should be included at the top of every source
905905
file:
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+
/**
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+
*/
937937
```
938938

939939
## Smiley Face

0 commit comments

Comments
 (0)