mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-23 03:31:01 +00:00
Fixed grammatical error ("All Rights" -> "All rights")
This commit is contained in:
parent
2c2fb3a9ef
commit
ab9810a771
16 changed files with 17 additions and 17 deletions
|
@ -1,4 +1,4 @@
|
|||
/* All Rights reserved */
|
||||
/* All rights reserved */
|
||||
|
||||
#include <AppKit/AppKit.h>
|
||||
#include "MyController.h"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* All Rights reserved */
|
||||
/* All rights reserved */
|
||||
|
||||
#include <AppKit/AppKit.h>
|
||||
#include "WinController.h"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* All Rights reserved */
|
||||
/* All rights reserved */
|
||||
|
||||
#include <AppKit/AppKit.h>
|
||||
#include "MyController.h"
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
/* All Rights reserved */
|
||||
/* All rights reserved */
|
||||
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
|
|
|
@ -1796,8 +1796,8 @@
|
|||
[actions addObjectsFromArray: [classInfo objectForKey: @"ExtraActions"]];
|
||||
|
||||
// header file comments...
|
||||
[headerFile appendString: @"/* All Rights reserved */\n\n"];
|
||||
[sourceFile appendString: @"/* All Rights reserved */\n\n"];
|
||||
[headerFile appendString: @"/* All rights reserved */\n\n"];
|
||||
[sourceFile appendString: @"/* All rights reserved */\n\n"];
|
||||
[headerFile appendString: @"#include <AppKit/AppKit.h>\n\n"];
|
||||
[sourceFile appendString: @"#include <AppKit/AppKit.h>\n"];
|
||||
if ([[headerPath stringByDeletingLastPathComponent]
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
/* All Rights reserved */
|
||||
/* All rights reserved */
|
||||
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
/* All Rights reserved */
|
||||
/* All rights reserved */
|
||||
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
/* All Rights reserved */
|
||||
/* All rights reserved */
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
#include <AppKit/AppKit.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* All Rights reserved */
|
||||
/* All rights reserved */
|
||||
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* All Rights reserved */
|
||||
/* All rights reserved */
|
||||
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* All Rights reserved */
|
||||
/* All rights reserved */
|
||||
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* All Rights reserved */
|
||||
/* All rights reserved */
|
||||
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
/* All Rights reserved */
|
||||
/* All rights reserved */
|
||||
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
/* All Rights reserved */
|
||||
/* All rights reserved */
|
||||
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
/* All Rights reserved */
|
||||
/* All rights reserved */
|
||||
|
||||
#include <AppKit/AppKit.h>
|
||||
#include <AppKit/PSOperators.h>
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
/* All Rights reserved */
|
||||
/* All rights reserved */
|
||||
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue