Skip to content

Commit f2446c7

Browse files
committed
Update copyright statement
Added back the asterisks since it looks a bit nicer this way. The copyright statement was previously updated to a format in which the initial spaces would be preserved when the file was re-indented in Xcode, instead of un-indenting as the previous version did. Turns out that what preserves the space is the inclusion of the extra initial asterisk, i.e. "/**" instead of "/*" so added back the asterisks to the intermediate lines.
1 parent bc067b0 commit f2446c7

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

README.markdown

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -551,25 +551,25 @@ The following copyright statement should be included at the top of every source
551551
file:
552552

553553
/**
554-
Copyright (c) 2016 Razeware LLC
555-
556-
Permission is hereby granted, free of charge, to any person obtaining a copy
557-
of this software and associated documentation files (the "Software"), to deal
558-
in the Software without restriction, including without limitation the rights
559-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
560-
copies of the Software, and to permit persons to whom the Software is
561-
furnished to do so, subject to the following conditions:
562-
563-
The above copyright notice and this permission notice shall be included in
564-
all copies or substantial portions of the Software.
565-
566-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
567-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
568-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
569-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
570-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
571-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
572-
THE SOFTWARE.
554+
* Copyright (c) 2016 Razeware LLC
555+
*
556+
* Permission is hereby granted, free of charge, to any person obtaining a copy
557+
* of this software and associated documentation files (the "Software"), to deal
558+
* in the Software without restriction, including without limitation the rights
559+
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
560+
* copies of the Software, and to permit persons to whom the Software is
561+
* furnished to do so, subject to the following conditions:
562+
*
563+
* The above copyright notice and this permission notice shall be included in
564+
* all copies or substantial portions of the Software.
565+
*
566+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
567+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
568+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
569+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
570+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
571+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
572+
* THE SOFTWARE.
573573
*/
574574

575575
## Smiley Face

0 commit comments

Comments
 (0)