Skip to content

Commit 2f789e6

Browse files
committed
Merge pull request kodecocodes#102 from sammyd/master
Add copyright statement
2 parents fb7dd5d + eb68576 commit 2f789e6

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

README.markdown

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Writing Objective-C? Check out our [Objective-C Style Guide](https://github.com/
2828
* [Control Flow](#control-flow)
2929
* [Semicolons](#semicolons)
3030
* [Language](#language)
31+
* [Copyright Statement](#copyright-statement)
3132
* [Smiley Face](#smiley-face)
3233
* [Credits](#credits)
3334

@@ -544,6 +545,33 @@ let color = "red"
544545
let colour = "red"
545546
```
546547

548+
## Copyright Statement
549+
550+
The following copyright statement should be included at the top of every source
551+
file:
552+
553+
/*
554+
* Copyright (c) 2015 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.
573+
*/
574+
547575
## Smiley Face
548576

549577
Smiley faces are a very prominent style feature of the raywenderlich.com site! It is very important to have the correct smile signifying the immense amount of happiness and excitement for the coding topic. The closing square bracket `]` is used because it represents the largest smile able to be captured using ASCII art. A closing parenthesis `)` creates a half-hearted smile, and thus is not preferred.

0 commit comments

Comments
 (0)