Skip to content

Commit

Permalink
update header comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Jigish Patel committed Mar 5, 2012
1 parent bae3a2f commit 58ebe82
Show file tree
Hide file tree
Showing 6 changed files with 80 additions and 8 deletions.
14 changes: 13 additions & 1 deletion Slate/ApplicationOptions.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,20 @@
// Slate
//
// Created by Jigish Patel on 6/14/11.
// Copyright 2011 __MyCompanyName__. All rights reserved.
// Copyright 2011 Jigish Patel. All rights reserved.
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see http://www.gnu.org/licenses

#import <Foundation/Foundation.h>

Expand Down
14 changes: 13 additions & 1 deletion Slate/ApplicationOptions.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,20 @@
// Slate
//
// Created by Jigish Patel on 6/14/11.
// Copyright 2011 __MyCompanyName__. All rights reserved.
// Copyright 2011 Jigish Patel. All rights reserved.
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see http://www.gnu.org/licenses

#import "ApplicationOptions.h"

Expand Down
14 changes: 13 additions & 1 deletion Slate/ScreenState.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,20 @@
// Slate
//
// Created by Jigish Patel on 6/19/11.
// Copyright 2011 __MyCompanyName__. All rights reserved.
// Copyright 2011 Jigish Patel. All rights reserved.
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see http://www.gnu.org/licenses

#import <Foundation/Foundation.h>

Expand Down
14 changes: 13 additions & 1 deletion Slate/ScreenState.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,20 @@
// Slate
//
// Created by Jigish Patel on 6/19/11.
// Copyright 2011 __MyCompanyName__. All rights reserved.
// Copyright 2011 Jigish Patel. All rights reserved.
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see http://www.gnu.org/licenses

#import "Constants.h"
#import "ScreenState.h"
Expand Down
16 changes: 14 additions & 2 deletions SlateTests/SlateTests.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,22 @@
//
// SlateTests.h
// SlateTests
// Slate
//
// Created by Jigish Patel on 5/18/11.
// Copyright 2011 __MyCompanyName__. All rights reserved.
// Copyright 2011 Jigish Patel. All rights reserved.
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see http://www.gnu.org/licenses

#import <SenTestingKit/SenTestingKit.h>

Expand Down
16 changes: 14 additions & 2 deletions SlateTests/SlateTests.m
Original file line number Diff line number Diff line change
@@ -1,10 +1,22 @@
//
// SlateTests.m
// SlateTests
// Slate
//
// Created by Jigish Patel on 5/18/11.
// Copyright 2011 __MyCompanyName__. All rights reserved.
// Copyright 2011 Jigish Patel. All rights reserved.
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see http://www.gnu.org/licenses

#import "SlateTests.h"

Expand Down

0 comments on commit 58ebe82

Please sign in to comment.