Changeset 278

Show
Ignore:
Timestamp:
01/01/08 12:09:16 (1 year ago)
Author:
wolf
Message:

[NEW] JRShellView: add copyright headers.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/cocoa/JRShellView/JRShellView.h

    r276 r278  
     1/******************************************************************************* 
     2        JRShellView.h 
     3                Copyright (c) 2007-2008 Jonathan 'Wolf' Rentzsch: <http://rentzsch.com> 
     4                Some rights reserved: <http://opensource.org/licenses/mit-license.php> 
     5 
     6        ***************************************************************************/ 
     7 
    18#import <Cocoa/Cocoa.h> 
    29 
  • trunk/cocoa/JRShellView/JRShellView.m

    r277 r278  
     1/******************************************************************************* 
     2        JRShellView.m 
     3                Copyright (c) 2007-2008 Jonathan 'Wolf' Rentzsch: <http://rentzsch.com> 
     4                Some rights reserved: <http://opensource.org/licenses/mit-license.php> 
     5 
     6        ***************************************************************************/ 
     7 
    18#import "JRShellView.h" 
    29