From ab9810a771defb78321e2a42aaafe4f22fb873f2 Mon Sep 17 00:00:00 2001 From: Ahmed Khanzada Date: Mon, 20 Apr 2020 22:07:14 -0700 Subject: [PATCH] Fixed grammatical error ("All Rights" -> "All rights") --- Documentation/Examples/Controller/MyController.m | 2 +- Documentation/Examples/Controller/WinController.m | 2 +- Documentation/Examples/SimpleApp/MyController.m | 2 +- GormCore/GormClassInspector.m | 2 +- GormCore/GormClassManager.m | 4 ++-- GormCore/GormClassPanelController.m | 2 +- GormCore/GormCustomClassInspector.m | 2 +- GormCore/GormFilePrefsManager.m | 2 +- GormCore/GormFontViewController.m | 2 +- GormCore/GormHelpInspector.m | 2 +- GormCore/GormImageInspector.m | 2 +- GormCore/GormNSSplitViewInspector.m | 2 +- GormCore/GormScrollViewAttributesInspector.m | 2 +- GormCore/GormSoundInspector.m | 2 +- GormCore/GormSoundView.m | 2 +- Palettes/1Windows/GormDrawerAttributesInspector.m | 2 +- 16 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Documentation/Examples/Controller/MyController.m b/Documentation/Examples/Controller/MyController.m index 9afa64c6..91529a38 100644 --- a/Documentation/Examples/Controller/MyController.m +++ b/Documentation/Examples/Controller/MyController.m @@ -1,4 +1,4 @@ -/* All Rights reserved */ +/* All rights reserved */ #include #include "MyController.h" diff --git a/Documentation/Examples/Controller/WinController.m b/Documentation/Examples/Controller/WinController.m index 7460a5d7..0f01275a 100644 --- a/Documentation/Examples/Controller/WinController.m +++ b/Documentation/Examples/Controller/WinController.m @@ -1,4 +1,4 @@ -/* All Rights reserved */ +/* All rights reserved */ #include #include "WinController.h" diff --git a/Documentation/Examples/SimpleApp/MyController.m b/Documentation/Examples/SimpleApp/MyController.m index 0b3f411a..9924e5fd 100644 --- a/Documentation/Examples/SimpleApp/MyController.m +++ b/Documentation/Examples/SimpleApp/MyController.m @@ -1,4 +1,4 @@ -/* All Rights reserved */ +/* All rights reserved */ #include #include "MyController.h" diff --git a/GormCore/GormClassInspector.m b/GormCore/GormClassInspector.m index 71ef64c3..9cc11fbd 100644 --- a/GormCore/GormClassInspector.m +++ b/GormCore/GormClassInspector.m @@ -24,7 +24,7 @@ 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* All Rights reserved */ +/* All rights reserved */ #include diff --git a/GormCore/GormClassManager.m b/GormCore/GormClassManager.m index 340df6bb..6a80a22e 100644 --- a/GormCore/GormClassManager.m +++ b/GormCore/GormClassManager.m @@ -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 \n\n"]; [sourceFile appendString: @"#include \n"]; if ([[headerPath stringByDeletingLastPathComponent] diff --git a/GormCore/GormClassPanelController.m b/GormCore/GormClassPanelController.m index a51f958b..5249f0d1 100644 --- a/GormCore/GormClassPanelController.m +++ b/GormCore/GormClassPanelController.m @@ -22,7 +22,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA. */ -/* All Rights reserved */ +/* All rights reserved */ #include diff --git a/GormCore/GormCustomClassInspector.m b/GormCore/GormCustomClassInspector.m index 369938c3..2ff18c88 100644 --- a/GormCore/GormCustomClassInspector.m +++ b/GormCore/GormCustomClassInspector.m @@ -24,7 +24,7 @@ 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* All Rights reserved */ +/* All rights reserved */ #include diff --git a/GormCore/GormFilePrefsManager.m b/GormCore/GormFilePrefsManager.m index c87c2865..447d88c8 100644 --- a/GormCore/GormFilePrefsManager.m +++ b/GormCore/GormFilePrefsManager.m @@ -28,7 +28,7 @@ 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* All Rights reserved */ +/* All rights reserved */ #include #include diff --git a/GormCore/GormFontViewController.m b/GormCore/GormFontViewController.m index 0c0f1d8d..89a7748f 100644 --- a/GormCore/GormFontViewController.m +++ b/GormCore/GormFontViewController.m @@ -1,4 +1,4 @@ -/* All Rights reserved */ +/* All rights reserved */ #include diff --git a/GormCore/GormHelpInspector.m b/GormCore/GormHelpInspector.m index 5841a9bd..a3654cff 100644 --- a/GormCore/GormHelpInspector.m +++ b/GormCore/GormHelpInspector.m @@ -1,4 +1,4 @@ -/* All Rights reserved */ +/* All rights reserved */ #include diff --git a/GormCore/GormImageInspector.m b/GormCore/GormImageInspector.m index 86ba43ec..08672528 100644 --- a/GormCore/GormImageInspector.m +++ b/GormCore/GormImageInspector.m @@ -1,4 +1,4 @@ -/* All Rights reserved */ +/* All rights reserved */ #include diff --git a/GormCore/GormNSSplitViewInspector.m b/GormCore/GormNSSplitViewInspector.m index 73a6bf71..cc36cc0e 100644 --- a/GormCore/GormNSSplitViewInspector.m +++ b/GormCore/GormNSSplitViewInspector.m @@ -1,4 +1,4 @@ -/* All Rights reserved */ +/* All rights reserved */ #include diff --git a/GormCore/GormScrollViewAttributesInspector.m b/GormCore/GormScrollViewAttributesInspector.m index 81316ad2..0415b36a 100644 --- a/GormCore/GormScrollViewAttributesInspector.m +++ b/GormCore/GormScrollViewAttributesInspector.m @@ -24,7 +24,7 @@ 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* All Rights reserved */ +/* All rights reserved */ #include diff --git a/GormCore/GormSoundInspector.m b/GormCore/GormSoundInspector.m index 9a57a830..3b7d765e 100644 --- a/GormCore/GormSoundInspector.m +++ b/GormCore/GormSoundInspector.m @@ -24,7 +24,7 @@ 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* All Rights reserved */ +/* All rights reserved */ #include diff --git a/GormCore/GormSoundView.m b/GormCore/GormSoundView.m index cda87bcd..cd93a29f 100644 --- a/GormCore/GormSoundView.m +++ b/GormCore/GormSoundView.m @@ -24,7 +24,7 @@ 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* All Rights reserved */ +/* All rights reserved */ #include #include diff --git a/Palettes/1Windows/GormDrawerAttributesInspector.m b/Palettes/1Windows/GormDrawerAttributesInspector.m index 31632dcf..5f735998 100644 --- a/Palettes/1Windows/GormDrawerAttributesInspector.m +++ b/Palettes/1Windows/GormDrawerAttributesInspector.m @@ -23,7 +23,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA. */ -/* All Rights reserved */ +/* All rights reserved */ #include