Skip to content

Commit

Permalink
convert 2 files to UTF-8, changed copyright message
Browse files Browse the repository at this point in the history
  • Loading branch information
tessus committed Jun 7, 2015
1 parent 30aeb2b commit dcd55a5
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Classes/ArgumentsViewController.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Created by Ivan on 5/18/11.
// Copyright 2011 Iván Valdés Castillo. All rights reserved.
//
// Copyright 2015 Helmut K. C. Tessarek
// Copyright (c) Helmut K. C. Tessarek, 2015
//

#import <Cocoa/Cocoa.h>
Expand Down
2 changes: 1 addition & 1 deletion Classes/ArgumentsViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Created by Ivan on 5/18/11.
// Copyright 2011 Iván Valdés Castillo. All rights reserved.
//
// Copyright 2015 Helmut K. C. Tessarek
// Copyright (c) Helmut K. C. Tessarek, 2015
//

#import "ArgumentsViewController.h"
Expand Down
2 changes: 1 addition & 1 deletion Classes/Preferences.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Created by Ivan on 5/23/11.
// Copyright 2011 Iván Valdés Castillo. All rights reserved.
//
// Copyright 2015 Helmut K. C. Tessarek
// Copyright (c) Helmut K. C. Tessarek, 2015
//

@interface Preferences : NSObject {
Expand Down
2 changes: 1 addition & 1 deletion Classes/Preferences.m
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Created by Ivan on 5/23/11.
// Copyright 2011 Iván Valdés Castillo. All rights reserved.
//
// Copyright 2015 Helmut K. C. Tessarek
// Copyright (c) Helmut K. C. Tessarek, 2015
//

#import "Preferences.h"
Expand Down
6 changes: 3 additions & 3 deletions Classes/mongoPref.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
// mongoPref.h
// mongodb.prefpane
//
// Created by Iv‡n ValdŽs Castillo on 4/12/10.
// Copyright (c) 2010 Iv‡n ValdŽs Castillo, released under the MIT license
// Created by Iván Valdés Castillo on 4/12/10.
// Copyright (c) 2010 Iván Valdés Castillo, released under the MIT license
//
// Copyright 2015 Helmut K. C. Tessarek
// Copyright (c) Helmut K. C. Tessarek, 2015
//

#import <PreferencePanes/PreferencePanes.h>
Expand Down
6 changes: 3 additions & 3 deletions Classes/mongoPref.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
// mongoPref.m
// mongodb.prefpane
//
// Created by Iv‡n ValdŽs Castillo on 4/12/10.
// Copyright (c) 2010 Iv‡n ValdŽs Castillo, released under the MIT license
// Created by Iván Valdés Castillo on 4/12/10.
// Copyright (c) 2010 Iván Valdés Castillo, released under the MIT license
//
// Copyright 2015 Helmut K. C. Tessarek
// Copyright (c) Helmut K. C. Tessarek, 2015
//

#import "mongoPref.h"
Expand Down
2 changes: 1 addition & 1 deletion Lib/DaemonController/FFYDaemonController.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Based on DaemonController by Max Howell. Released under GNU GPL v3.
// Created by Ivan Valdes on 4/14/2010.
//
// Copyright 2015 Helmut K. C. Tessarek
// Copyright (c) Helmut K. C. Tessarek, 2015
//

#import <Cocoa/Cocoa.h>
Expand Down
2 changes: 1 addition & 1 deletion Lib/DaemonController/FFYDaemonController.m
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// [Max Howell](https://github.com/mxcl/playdar.prefpane/blob/master/DaemonController.h).
// Created by Ivan Valdes on 4/14/2010.
//
// Copyright 2015 Helmut K. C. Tessarek
// Copyright (c) Helmut K. C. Tessarek, 2015
//
// **DaemonController** is a tool to monitor daemons using Objective C, that are
// running in the system. The idea is to keep it simple, and provide methods to
Expand Down

0 comments on commit dcd55a5

Please sign in to comment.