Browse Source

Added license. Removed PSDs.

Thomas Buck 10 years ago
parent
commit
9fb2ee3548

+ 25
- 0
COPYING View File

@@ -0,0 +1,25 @@
1
+Copyright (c) 2013, Thomas Buck
2
+All rights reserved.
3
+
4
+Redistribution and use in source and binary forms, with or without
5
+modification, are permitted provided that the following conditions
6
+are met:
7
+
8
+ - Redistributions of source code must retain the above copyright notice,
9
+   this list of conditions and the following disclaimer.
10
+
11
+ - Redistributions in binary form must reproduce the above copyright
12
+   notice, this list of conditions and the following disclaimer in the
13
+   documentation and/or other materials provided with the distribution.
14
+
15
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
16
+"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
17
+TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
18
+PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
19
+CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
20
+EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
21
+PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
22
+PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
23
+LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
24
+NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
25
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

+ 28
- 8
RedditBar/AppDelegate.h View File

@@ -1,11 +1,31 @@
1
-//
2
-//  AppDelegate.h
3
-//  RedditBar
4
-//
5
-//  Created by Thomas Buck on 30.11.13.
6
-//  Copyright (c) 2013 xythobuz. All rights reserved.
7
-//
8
-
1
+/*
2
+ * AppDelegate.h
3
+ *
4
+ * Copyright (c) 2013, Thomas Buck <xythobuz@xythobuz.de>
5
+ *
6
+ * Redistribution and use in source and binary forms, with or without
7
+ * modification, are permitted provided that the following conditions
8
+ * are met:
9
+ *
10
+ * - Redistributions of source code must retain the above copyright notice,
11
+ *   this list of conditions and the following disclaimer.
12
+ *
13
+ * - Redistributions in binary form must reproduce the above copyright
14
+ *   notice, this list of conditions and the following disclaimer in the
15
+ *   documentation and/or other materials provided with the distribution.
16
+ *
17
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
18
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
19
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
20
+ * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
21
+ * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
22
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
23
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
24
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
25
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
26
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
27
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28
+ */
9 29
 #import <Cocoa/Cocoa.h>
10 30
 #import "PrefController.h"
11 31
 #import "StateModel.h"

+ 28
- 8
RedditBar/AppDelegate.m View File

@@ -1,11 +1,31 @@
1
-//
2
-//  AppDelegate.m
3
-//  RedditBar
4
-//
5
-//  Created by Thomas Buck on 30.11.13.
6
-//  Copyright (c) 2013 xythobuz. All rights reserved.
7
-//
8
-
1
+/*
2
+ * AppDelegate.m
3
+ *
4
+ * Copyright (c) 2013, Thomas Buck <xythobuz@xythobuz.de>
5
+ *
6
+ * Redistribution and use in source and binary forms, with or without
7
+ * modification, are permitted provided that the following conditions
8
+ * are met:
9
+ *
10
+ * - Redistributions of source code must retain the above copyright notice,
11
+ *   this list of conditions and the following disclaimer.
12
+ *
13
+ * - Redistributions in binary form must reproduce the above copyright
14
+ *   notice, this list of conditions and the following disclaimer in the
15
+ *   documentation and/or other materials provided with the distribution.
16
+ *
17
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
18
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
19
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
20
+ * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
21
+ * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
22
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
23
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
24
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
25
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
26
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
27
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28
+ */
9 29
 #import "AppDelegate.h"
10 30
 
11 31
 @implementation AppDelegate

+ 28
- 8
RedditBar/PrefController.h View File

@@ -1,11 +1,31 @@
1
-//
2
-//  PrefController.h
3
-//  RedditBar
4
-//
5
-//  Created by Thomas Buck on 30.11.13.
6
-//  Copyright (c) 2013 xythobuz. All rights reserved.
7
-//
8
-
1
+/*
2
+ * PrefController.h
3
+ *
4
+ * Copyright (c) 2013, Thomas Buck <xythobuz@xythobuz.de>
5
+ *
6
+ * Redistribution and use in source and binary forms, with or without
7
+ * modification, are permitted provided that the following conditions
8
+ * are met:
9
+ *
10
+ * - Redistributions of source code must retain the above copyright notice,
11
+ *   this list of conditions and the following disclaimer.
12
+ *
13
+ * - Redistributions in binary form must reproduce the above copyright
14
+ *   notice, this list of conditions and the following disclaimer in the
15
+ *   documentation and/or other materials provided with the distribution.
16
+ *
17
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
18
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
19
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
20
+ * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
21
+ * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
22
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
23
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
24
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
25
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
26
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
27
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28
+ */
9 29
 #import <Foundation/Foundation.h>
10 30
 #import "StateModel.h"
11 31
 

+ 28
- 8
RedditBar/PrefController.m View File

@@ -1,11 +1,31 @@
1
-//
2
-//  PrefController.m
3
-//  RedditBar
4
-//
5
-//  Created by Thomas Buck on 30.11.13.
6
-//  Copyright (c) 2013 xythobuz. All rights reserved.
7
-//
8
-
1
+/*
2
+ * PrefController.m
3
+ *
4
+ * Copyright (c) 2013, Thomas Buck <xythobuz@xythobuz.de>
5
+ *
6
+ * Redistribution and use in source and binary forms, with or without
7
+ * modification, are permitted provided that the following conditions
8
+ * are met:
9
+ *
10
+ * - Redistributions of source code must retain the above copyright notice,
11
+ *   this list of conditions and the following disclaimer.
12
+ *
13
+ * - Redistributions in binary form must reproduce the above copyright
14
+ *   notice, this list of conditions and the following disclaimer in the
15
+ *   documentation and/or other materials provided with the distribution.
16
+ *
17
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
18
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
19
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
20
+ * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
21
+ * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
22
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
23
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
24
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
25
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
26
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
27
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28
+ */
9 29
 #import "PrefController.h"
10 30
 #import "AppDelegate.h"
11 31
 

+ 28
- 8
RedditBar/Reddit.h View File

@@ -1,11 +1,31 @@
1
-//
2
-//  Reddit.h
3
-//  RedditBar
4
-//
5
-//  Created by Thomas Buck on 01.12.13.
6
-//  Copyright (c) 2013 xythobuz. All rights reserved.
7
-//
8
-
1
+/*
2
+ * Reddit.h
3
+ *
4
+ * Copyright (c) 2013, Thomas Buck <xythobuz@xythobuz.de>
5
+ *
6
+ * Redistribution and use in source and binary forms, with or without
7
+ * modification, are permitted provided that the following conditions
8
+ * are met:
9
+ *
10
+ * - Redistributions of source code must retain the above copyright notice,
11
+ *   this list of conditions and the following disclaimer.
12
+ *
13
+ * - Redistributions in binary form must reproduce the above copyright
14
+ *   notice, this list of conditions and the following disclaimer in the
15
+ *   documentation and/or other materials provided with the distribution.
16
+ *
17
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
18
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
19
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
20
+ * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
21
+ * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
22
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
23
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
24
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
25
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
26
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
27
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28
+ */
9 29
 #import <Foundation/Foundation.h>
10 30
 #import "RedditItem.h"
11 31
 

+ 28
- 8
RedditBar/Reddit.m View File

@@ -1,11 +1,31 @@
1
-//
2
-//  Reddit.m
3
-//  RedditBar
4
-//
5
-//  Created by Thomas Buck on 01.12.13.
6
-//  Copyright (c) 2013 xythobuz. All rights reserved.
7
-//
8
-
1
+/*
2
+ * Reddit.m
3
+ *
4
+ * Copyright (c) 2013, Thomas Buck <xythobuz@xythobuz.de>
5
+ *
6
+ * Redistribution and use in source and binary forms, with or without
7
+ * modification, are permitted provided that the following conditions
8
+ * are met:
9
+ *
10
+ * - Redistributions of source code must retain the above copyright notice,
11
+ *   this list of conditions and the following disclaimer.
12
+ *
13
+ * - Redistributions in binary form must reproduce the above copyright
14
+ *   notice, this list of conditions and the following disclaimer in the
15
+ *   documentation and/or other materials provided with the distribution.
16
+ *
17
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
18
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
19
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
20
+ * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
21
+ * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
22
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
23
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
24
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
25
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
26
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
27
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28
+ */
9 29
 #import "Reddit.h"
10 30
 #import "AppDelegate.h"
11 31
 

+ 1
- 1
RedditBar/RedditBar-Info.plist View File

@@ -21,7 +21,7 @@
21 21
 	<key>CFBundleSignature</key>
22 22
 	<string>????</string>
23 23
 	<key>CFBundleVersion</key>
24
-	<string>153</string>
24
+	<string>156</string>
25 25
 	<key>LSApplicationCategoryType</key>
26 26
 	<string>public.app-category.utilities</string>
27 27
 	<key>LSMinimumSystemVersion</key>

+ 28
- 8
RedditBar/RedditItem.h View File

@@ -1,11 +1,31 @@
1
-//
2
-//  RedditItem.h
3
-//  RedditBar
4
-//
5
-//  Created by Thomas Buck on 01.12.13.
6
-//  Copyright (c) 2013 xythobuz. All rights reserved.
7
-//
8
-
1
+/*
2
+ * RedditItem.h
3
+ *
4
+ * Copyright (c) 2013, Thomas Buck <xythobuz@xythobuz.de>
5
+ *
6
+ * Redistribution and use in source and binary forms, with or without
7
+ * modification, are permitted provided that the following conditions
8
+ * are met:
9
+ *
10
+ * - Redistributions of source code must retain the above copyright notice,
11
+ *   this list of conditions and the following disclaimer.
12
+ *
13
+ * - Redistributions in binary form must reproduce the above copyright
14
+ *   notice, this list of conditions and the following disclaimer in the
15
+ *   documentation and/or other materials provided with the distribution.
16
+ *
17
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
18
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
19
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
20
+ * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
21
+ * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
22
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
23
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
24
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
25
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
26
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
27
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28
+ */
9 29
 #import <Foundation/Foundation.h>
10 30
 
11 31
 @interface RedditItem : NSObject

+ 28
- 8
RedditBar/RedditItem.m View File

@@ -1,11 +1,31 @@
1
-//
2
-//  RedditItem.m
3
-//  RedditBar
4
-//
5
-//  Created by Thomas Buck on 01.12.13.
6
-//  Copyright (c) 2013 xythobuz. All rights reserved.
7
-//
8
-
1
+/*
2
+ * RedditItem.m
3
+ *
4
+ * Copyright (c) 2013, Thomas Buck <xythobuz@xythobuz.de>
5
+ *
6
+ * Redistribution and use in source and binary forms, with or without
7
+ * modification, are permitted provided that the following conditions
8
+ * are met:
9
+ *
10
+ * - Redistributions of source code must retain the above copyright notice,
11
+ *   this list of conditions and the following disclaimer.
12
+ *
13
+ * - Redistributions in binary form must reproduce the above copyright
14
+ *   notice, this list of conditions and the following disclaimer in the
15
+ *   documentation and/or other materials provided with the distribution.
16
+ *
17
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
18
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
19
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
20
+ * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
21
+ * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
22
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
23
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
24
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
25
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
26
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
27
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28
+ */
9 29
 #import "RedditItem.h"
10 30
 
11 31
 @implementation RedditItem

+ 28
- 8
RedditBar/StateModel.h View File

@@ -1,11 +1,31 @@
1
-//
2
-//  StateModel.h
3
-//  RedditBar
4
-//
5
-//  Created by Thomas Buck on 30.11.13.
6
-//  Copyright (c) 2013 xythobuz. All rights reserved.
7
-//
8
-
1
+/*
2
+ * StateModel.h
3
+ *
4
+ * Copyright (c) 2013, Thomas Buck <xythobuz@xythobuz.de>
5
+ *
6
+ * Redistribution and use in source and binary forms, with or without
7
+ * modification, are permitted provided that the following conditions
8
+ * are met:
9
+ *
10
+ * - Redistributions of source code must retain the above copyright notice,
11
+ *   this list of conditions and the following disclaimer.
12
+ *
13
+ * - Redistributions in binary form must reproduce the above copyright
14
+ *   notice, this list of conditions and the following disclaimer in the
15
+ *   documentation and/or other materials provided with the distribution.
16
+ *
17
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
18
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
19
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
20
+ * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
21
+ * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
22
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
23
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
24
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
25
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
26
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
27
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28
+ */
9 29
 #import <Foundation/Foundation.h>
10 30
 
11 31
 @interface StateModel : NSObject

+ 28
- 8
RedditBar/StateModel.m View File

@@ -1,11 +1,31 @@
1
-//
2
-//  StateModel.m
3
-//  RedditBar
4
-//
5
-//  Created by Thomas Buck on 30.11.13.
6
-//  Copyright (c) 2013 xythobuz. All rights reserved.
7
-//
8
-
1
+/*
2
+ * StateModel.m
3
+ *
4
+ * Copyright (c) 2013, Thomas Buck <xythobuz@xythobuz.de>
5
+ *
6
+ * Redistribution and use in source and binary forms, with or without
7
+ * modification, are permitted provided that the following conditions
8
+ * are met:
9
+ *
10
+ * - Redistributions of source code must retain the above copyright notice,
11
+ *   this list of conditions and the following disclaimer.
12
+ *
13
+ * - Redistributions in binary form must reproduce the above copyright
14
+ *   notice, this list of conditions and the following disclaimer in the
15
+ *   documentation and/or other materials provided with the distribution.
16
+ *
17
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
18
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
19
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
20
+ * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
21
+ * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
22
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
23
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
24
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
25
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
26
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
27
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28
+ */
9 29
 #import "StateModel.h"
10 30
 
11 31
 @implementation StateModel

+ 28
- 8
RedditBar/main.m View File

@@ -1,11 +1,31 @@
1
-//
2
-//  main.m
3
-//  RedditBar
4
-//
5
-//  Created by Thomas Buck on 30.11.13.
6
-//  Copyright (c) 2013 xythobuz. All rights reserved.
7
-//
8
-
1
+/*
2
+ * main.m
3
+ *
4
+ * Copyright (c) 2013, Thomas Buck <xythobuz@xythobuz.de>
5
+ *
6
+ * Redistribution and use in source and binary forms, with or without
7
+ * modification, are permitted provided that the following conditions
8
+ * are met:
9
+ *
10
+ * - Redistributions of source code must retain the above copyright notice,
11
+ *   this list of conditions and the following disclaimer.
12
+ *
13
+ * - Redistributions in binary form must reproduce the above copyright
14
+ *   notice, this list of conditions and the following disclaimer in the
15
+ *   documentation and/or other materials provided with the distribution.
16
+ *
17
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
18
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
19
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
20
+ * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
21
+ * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
22
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
23
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
24
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
25
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
26
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
27
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28
+ */
9 29
 #import <Cocoa/Cocoa.h>
10 30
 
11 31
 int main(int argc, const char * argv[])

BIN
appicon.psd View File


BIN
menuicon.psd View File


Loading…
Cancel
Save