diff options
author | Remko Tronçon <git@el-tramo.be> | 2010-04-08 18:30:51 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2010-04-08 19:10:22 (GMT) |
commit | 32b7f4328d741dd4f558c2ad0ffe99e7847335dc (patch) | |
tree | f2fb8a11e1992225bdb4937dad63e31ee866487c /Slimber/Cocoa | |
parent | 5bdea1948a15eb14ee64a6b480d2aeac3b9c8fbd (diff) | |
download | swift-32b7f4328d741dd4f558c2ad0ffe99e7847335dc.zip swift-32b7f4328d741dd4f558c2ad0ffe99e7847335dc.tar.bz2 |
Added copyrights to Slimber.
Diffstat (limited to 'Slimber/Cocoa')
-rw-r--r-- | Slimber/Cocoa/CocoaAction.h | 6 | ||||
-rw-r--r-- | Slimber/Cocoa/CocoaController.h | 6 | ||||
-rw-r--r-- | Slimber/Cocoa/CocoaMenulet.h | 6 |
3 files changed, 18 insertions, 0 deletions
diff --git a/Slimber/Cocoa/CocoaAction.h b/Slimber/Cocoa/CocoaAction.h index d02c8b5..a46ef7c 100644 --- a/Slimber/Cocoa/CocoaAction.h +++ b/Slimber/Cocoa/CocoaAction.h @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2010 Remko Tronçon + * Licensed under the GNU General Public License v3. + * See Documentation/Licenses/GPLv3.txt for more information. + */ + #pragma once #include <Cocoa/Cocoa.h> diff --git a/Slimber/Cocoa/CocoaController.h b/Slimber/Cocoa/CocoaController.h index f4be87d..27542c6 100644 --- a/Slimber/Cocoa/CocoaController.h +++ b/Slimber/Cocoa/CocoaController.h @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2010 Remko Tronçon + * Licensed under the GNU General Public License v3. + * See Documentation/Licenses/GPLv3.txt for more information. + */ + #include <Cocoa/Cocoa.h> class MainController; diff --git a/Slimber/Cocoa/CocoaMenulet.h b/Slimber/Cocoa/CocoaMenulet.h index 913731f..292c8b9 100644 --- a/Slimber/Cocoa/CocoaMenulet.h +++ b/Slimber/Cocoa/CocoaMenulet.h @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2010 Remko Tronçon + * Licensed under the GNU General Public License v3. + * See Documentation/Licenses/GPLv3.txt for more information. + */ + #pragma once #include <Cocoa/Cocoa.h> |