修订版 | 29 (tree) |
---|---|
时间 | 2012-08-16 16:39:13 |
作者 | toshinagata1964 |
Version 0.6.2
@@ -3,7 +3,7 @@ | ||
3 | 3 | // Created by Toshi Nagata on Sun Feb 09 2003. |
4 | 4 | // |
5 | 5 | /* |
6 | - Copyright (c) 2003-2011 Toshi Nagata. All rights reserved. | |
6 | + Copyright (c) 2003-2012 Toshi Nagata. All rights reserved. | |
7 | 7 | |
8 | 8 | This program is free software; you can redistribute it and/or modify |
9 | 9 | it under the terms of the GNU General Public License as published by |
@@ -1,5 +1,5 @@ | ||
1 | 1 | /* |
2 | - Copyright 2010-2011 Toshi Nagata. All rights reserved. | |
2 | + Copyright 2010-2012 Toshi Nagata. All rights reserved. | |
3 | 3 | |
4 | 4 | This program is free software; you can redistribute it and/or modify |
5 | 5 | it under the terms of the GNU General Public License as published by |
@@ -442,7 +442,7 @@ | ||
442 | 442 | - (IBAction)chooseDestinationFile:(id)sender |
443 | 443 | { |
444 | 444 | NSSavePanel *panel = [NSSavePanel savePanel]; |
445 | - NSString *filename, *foldername, *docpath; | |
445 | + NSString *filename, *foldername; | |
446 | 446 | id obj; |
447 | 447 | int tag; |
448 | 448 | filename = [info valueForKey: MyRecordingInfoFileNameKey]; |
@@ -2,7 +2,7 @@ | ||
2 | 2 | // GraphicClientView.h |
3 | 3 | // |
4 | 4 | /* |
5 | - Copyright (c) 2000-2011 Toshi Nagata. All rights reserved. | |
5 | + Copyright (c) 2000-2012 Toshi Nagata. All rights reserved. | |
6 | 6 | |
7 | 7 | This program is free software; you can redistribute it and/or modify |
8 | 8 | it under the terms of the GNU General Public License as published by |
@@ -2,7 +2,7 @@ | ||
2 | 2 | // GraphicClientView.m |
3 | 3 | // |
4 | 4 | /* |
5 | - Copyright (c) 2000-2011 Toshi Nagata. All rights reserved. | |
5 | + Copyright (c) 2000-2012 Toshi Nagata. All rights reserved. | |
6 | 6 | |
7 | 7 | This program is free software; you can redistribute it and/or modify |
8 | 8 | it under the terms of the GNU General Public License as published by |
@@ -3,7 +3,7 @@ | ||
3 | 3 | // Alchemusica |
4 | 4 | // |
5 | 5 | // Created by Toshi Nagata on 10/06/13. |
6 | -// Copyright 2010-2011 Toshi Nagata. All rights reserved. | |
6 | +// Copyright 2010-2012 Toshi Nagata. All rights reserved. | |
7 | 7 | // |
8 | 8 | /* |
9 | 9 | This program is free software; you can redistribute it and/or modify |
@@ -3,7 +3,7 @@ | ||
3 | 3 | // Alchemusica |
4 | 4 | // |
5 | 5 | // Created by Toshi Nagata on 10/06/13. |
6 | -// Copyright 2010-2011 Toshi Nagata. All rights reserved. | |
6 | +// Copyright 2010-2012 Toshi Nagata. All rights reserved. | |
7 | 7 | // |
8 | 8 | /* |
9 | 9 | This program is free software; you can redistribute it and/or modify |
@@ -2,7 +2,7 @@ | ||
2 | 2 | PianoRollView.m |
3 | 3 | */ |
4 | 4 | /* |
5 | - Copyright (c) 2000-2011 Toshi Nagata. All rights reserved. | |
5 | + Copyright (c) 2000-2012 Toshi Nagata. All rights reserved. | |
6 | 6 | |
7 | 7 | This program is free software; you can redistribute it and/or modify |
8 | 8 | it under the terms of the GNU General Public License as published by |
@@ -1,6 +1,6 @@ | ||
1 | 1 | /* GraphicWindowController.h */ |
2 | 2 | /* |
3 | - Copyright (c) 2000-2011 Toshi Nagata. All rights reserved. | |
3 | + Copyright (c) 2000-2012 Toshi Nagata. All rights reserved. | |
4 | 4 | |
5 | 5 | This program is free software; you can redistribute it and/or modify |
6 | 6 | it under the terms of the GNU General Public License as published by |
@@ -3,7 +3,7 @@ | ||
3 | 3 | // Created by Toshi Nagata on Sat Jan 25 2003. |
4 | 4 | // |
5 | 5 | /* |
6 | - Copyright (c) 2003-2011 Toshi Nagata. All rights reserved. | |
6 | + Copyright (c) 2003-2012 Toshi Nagata. All rights reserved. | |
7 | 7 | |
8 | 8 | This program is free software; you can redistribute it and/or modify |
9 | 9 | it under the terms of the GNU General Public License as published by |
@@ -3,7 +3,7 @@ | ||
3 | 3 | // |
4 | 4 | // Created by Toshi Nagata on Sun Jun 03 2001. |
5 | 5 | /* |
6 | - Copyright (c) 2000-2011 Toshi Nagata. All rights reserved. | |
6 | + Copyright (c) 2000-2012 Toshi Nagata. All rights reserved. | |
7 | 7 | |
8 | 8 | This program is free software; you can redistribute it and/or modify |
9 | 9 | it under the terms of the GNU General Public License as published by |
@@ -57,7 +57,7 @@ | ||
57 | 57 | <key>CFBundleSignature</key> |
58 | 58 | <string>SMFx</string> |
59 | 59 | <key>CFBundleVersion</key> |
60 | - <string>0.6.1</string> | |
60 | + <string>0.6.2</string> | |
61 | 61 | <key>NSMainNibFile</key> |
62 | 62 | <string>MainMenu</string> |
63 | 63 | <key>NSPrincipalClass</key> |
@@ -3,7 +3,7 @@ | ||
3 | 3 | * Alchemusica |
4 | 4 | * |
5 | 5 | * Created by Toshi Nagata on 08/01/06. |
6 | - * Copyright 2008-2011 Toshi Nagata. All rights reserved. | |
6 | + * Copyright 2008-2012 Toshi Nagata. All rights reserved. | |
7 | 7 | * |
8 | 8 | |
9 | 9 | This program is free software; you can redistribute it and/or modify |