[vlc-commits] macOS: Fix typos in BGHUDAppKit license headers

Marvin Scholz git at videolan.org
Sat Jun 24 12:01:43 CEST 2017


vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Sat Jun 24 11:56:01 2017 +0200| [045e723d063c54813a6bff51e68c7c827bff35ac] | committer: Marvin Scholz

macOS: Fix typos in BGHUDAppKit license headers

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=045e723d063c54813a6bff51e68c7c827bff35ac
---

 modules/gui/macosx/VLCHUDButtonCell.h      | 2 +-
 modules/gui/macosx/VLCHUDCheckboxCell.h    | 2 +-
 modules/gui/macosx/VLCHUDOutlineView.h     | 2 +-
 modules/gui/macosx/VLCHUDOutlineView.m     | 2 +-
 modules/gui/macosx/VLCHUDScroller.h        | 1 +
 modules/gui/macosx/VLCHUDScroller.m        | 1 +
 modules/gui/macosx/VLCHUDStepperCell.h     | 2 +-
 modules/gui/macosx/VLCHUDStepperCell.m     | 2 +-
 modules/gui/macosx/VLCHUDTableCornerView.h | 2 +-
 modules/gui/macosx/VLCHUDTableCornerView.m | 2 +-
 10 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/modules/gui/macosx/VLCHUDButtonCell.h b/modules/gui/macosx/VLCHUDButtonCell.h
index 4181ed2b2c..4b3dfaae80 100644
--- a/modules/gui/macosx/VLCHUDButtonCell.h
+++ b/modules/gui/macosx/VLCHUDButtonCell.h
@@ -1,5 +1,5 @@
 //
-//  VLCHUDButtonCell.m
+//  VLCHUDButtonCell.h
 //  BGHUDAppKit
 //
 //  Created by BinaryGod on 5/25/08.
diff --git a/modules/gui/macosx/VLCHUDCheckboxCell.h b/modules/gui/macosx/VLCHUDCheckboxCell.h
index 77c3e67699..dc4082b919 100644
--- a/modules/gui/macosx/VLCHUDCheckboxCell.h
+++ b/modules/gui/macosx/VLCHUDCheckboxCell.h
@@ -1,5 +1,5 @@
 //
-//  VLCHUDCheckboxCell.m
+//  VLCHUDCheckboxCell.h
 //  BGHUDAppKit
 //
 //  Created by BinaryGod on 5/25/08.
diff --git a/modules/gui/macosx/VLCHUDOutlineView.h b/modules/gui/macosx/VLCHUDOutlineView.h
index 8e268f002d..a4bae13adb 100644
--- a/modules/gui/macosx/VLCHUDOutlineView.h
+++ b/modules/gui/macosx/VLCHUDOutlineView.h
@@ -2,7 +2,7 @@
 //  VLCHUDOutlineView.h
 //  BGHUDAppKit
 //
-//  Created by BinaryGod on 6/17/08.
+//  Created by BinaryGod on 6/20/08.
 //
 //  Copyright (c) 2008, Tim Davis (BinaryMethod.com, binary.god at gmail.com)
 //  All rights reserved.
diff --git a/modules/gui/macosx/VLCHUDOutlineView.m b/modules/gui/macosx/VLCHUDOutlineView.m
index b0a6bf23b7..6298d5ce8b 100644
--- a/modules/gui/macosx/VLCHUDOutlineView.m
+++ b/modules/gui/macosx/VLCHUDOutlineView.m
@@ -2,7 +2,7 @@
 //  VLCHUDOutlineView.m
 //  BGHUDAppKit
 //
-//  Created by BinaryGod on 6/17/08.
+//  Created by BinaryGod on 6/20/08.
 //
 //  Copyright (c) 2008, Tim Davis (BinaryMethod.com, binary.god at gmail.com)
 //  All rights reserved.
diff --git a/modules/gui/macosx/VLCHUDScroller.h b/modules/gui/macosx/VLCHUDScroller.h
index 5dcc00f829..9256b14ade 100644
--- a/modules/gui/macosx/VLCHUDScroller.h
+++ b/modules/gui/macosx/VLCHUDScroller.h
@@ -1,3 +1,4 @@
+//
 //  VLCHUDScroller.h
 //  HUDScroller
 //
diff --git a/modules/gui/macosx/VLCHUDScroller.m b/modules/gui/macosx/VLCHUDScroller.m
index 4fc4933717..5fdfd2b7fd 100644
--- a/modules/gui/macosx/VLCHUDScroller.m
+++ b/modules/gui/macosx/VLCHUDScroller.m
@@ -1,3 +1,4 @@
+//
 //  VLCHUDScroller.m
 //  HUDScroller
 //
diff --git a/modules/gui/macosx/VLCHUDStepperCell.h b/modules/gui/macosx/VLCHUDStepperCell.h
index 552a59baf7..c13475eb2e 100644
--- a/modules/gui/macosx/VLCHUDStepperCell.h
+++ b/modules/gui/macosx/VLCHUDStepperCell.h
@@ -1,5 +1,5 @@
 //
-//  BGHUDStepperCell.m
+//  VLCHUDStepperCell.h
 //  BGHUDAppKit
 //
 //  Created by BinaryGod on 4/6/09.
diff --git a/modules/gui/macosx/VLCHUDStepperCell.m b/modules/gui/macosx/VLCHUDStepperCell.m
index 1e5253e011..9cf552ea2b 100644
--- a/modules/gui/macosx/VLCHUDStepperCell.m
+++ b/modules/gui/macosx/VLCHUDStepperCell.m
@@ -1,5 +1,5 @@
 //
-//  BGHUDStepperCell.m
+//  VLCHUDStepperCell.m
 //  BGHUDAppKit
 //
 //  Created by BinaryGod on 4/6/09.
diff --git a/modules/gui/macosx/VLCHUDTableCornerView.h b/modules/gui/macosx/VLCHUDTableCornerView.h
index 6f911abdc9..4382d494ae 100644
--- a/modules/gui/macosx/VLCHUDTableCornerView.h
+++ b/modules/gui/macosx/VLCHUDTableCornerView.h
@@ -2,7 +2,7 @@
 //  VLCHUDTableCornerView.h
 //  BGHUDAppKit
 //
-//  Created by BinaryGod on 6/17/08.
+//  Created by BinaryGod on 6/29/08.
 //
 //  Copyright (c) 2008, Tim Davis (BinaryMethod.com, binary.god at gmail.com)
 //  All rights reserved.
diff --git a/modules/gui/macosx/VLCHUDTableCornerView.m b/modules/gui/macosx/VLCHUDTableCornerView.m
index 37b79778f7..e465c2b635 100644
--- a/modules/gui/macosx/VLCHUDTableCornerView.m
+++ b/modules/gui/macosx/VLCHUDTableCornerView.m
@@ -2,7 +2,7 @@
 //  VLCHUDTableCornerView.m
 //  BGHUDAppKit
 //
-//  Created by BinaryGod on 6/17/08.
+//  Created by BinaryGod on 6/29/08.
 //
 //  Copyright (c) 2008, Tim Davis (BinaryMethod.com, binary.god at gmail.com)
 //  All rights reserved.



More information about the vlc-commits mailing list