From 08f30e4ca632dd24a1ea4967fbac342146bd9f22 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Tue, 28 Nov 2017 15:38:42 +0900 Subject: [PATCH] Add license for the vendored files Checked the original files and they were compatible with MIT. --- atom/browser/ui/cocoa/NSColor+Hex.h | 14 +++++--------- atom/browser/ui/cocoa/NSColor+Hex.mm | 12 +++++------- atom/browser/ui/cocoa/NSString+ANSI.h | 12 +++++------- atom/browser/ui/cocoa/NSString+ANSI.mm | 13 +++++-------- 4 files changed, 20 insertions(+), 31 deletions(-) diff --git a/atom/browser/ui/cocoa/NSColor+Hex.h b/atom/browser/ui/cocoa/NSColor+Hex.h index d7a6e156a330..7e046f2fc8b9 100644 --- a/atom/browser/ui/cocoa/NSColor+Hex.h +++ b/atom/browser/ui/cocoa/NSColor+Hex.h @@ -1,12 +1,8 @@ -// -// NSColor+Hex.h -// BitBar -// -// Created by Mathias Leppich on 03/02/14. -// Copyright (c) 2014 Bit Bar. All rights reserved. -// -#ifndef ATOM_BROWSER_UI_COCOA_NSCOLOR_HEX_H_ -#define ATOM_BROWSER_UI_COCOA_NSCOLOR_HEX_H_ +// Created by Mathias Leppich on 03/02/14. +// Copyright (c) 2014 Bit Bar. All rights reserved. +// Copyright (c) 2017 GitHub, Inc. +// Use of this source code is governed by the MIT license that can be +// found in the LICENSE file. #import #import diff --git a/atom/browser/ui/cocoa/NSColor+Hex.mm b/atom/browser/ui/cocoa/NSColor+Hex.mm index caa57a8615ae..d8b00032061e 100644 --- a/atom/browser/ui/cocoa/NSColor+Hex.mm +++ b/atom/browser/ui/cocoa/NSColor+Hex.mm @@ -1,10 +1,8 @@ -// -// NSColor+Hex.m -// BitBar -// -// Created by Mathias Leppich on 03/02/14. -// Copyright (c) 2014 Bit Bar. All rights reserved. -// +// Created by Mathias Leppich on 03/02/14. +// Copyright (c) 2014 Bit Bar. All rights reserved. +// Copyright (c) 2017 GitHub, Inc. +// Use of this source code is governed by the MIT license that can be +// found in the LICENSE file. #import "NSColor+Hex.h" diff --git a/atom/browser/ui/cocoa/NSString+ANSI.h b/atom/browser/ui/cocoa/NSString+ANSI.h index b3fe33d50486..0a0388631028 100644 --- a/atom/browser/ui/cocoa/NSString+ANSI.h +++ b/atom/browser/ui/cocoa/NSString+ANSI.h @@ -1,10 +1,8 @@ -// -// NSString+ANSI.h -// BitBar -// -// Created by Kent Karlsson on 3/11/16. -// Copyright © 2016 Bit Bar. All rights reserved. -// +// Created by Kent Karlsson on 3/11/16. +// Copyright (c) 2016 Bit Bar. All rights reserved. +// Copyright (c) 2017 GitHub, Inc. +// Use of this source code is governed by the MIT license that can be +// found in the LICENSE file. #ifndef ATOM_BROWSER_UI_COCOA_NSSTRING_ANSI_H_ #define ATOM_BROWSER_UI_COCOA_NSSTRING_ANSI_H_ diff --git a/atom/browser/ui/cocoa/NSString+ANSI.mm b/atom/browser/ui/cocoa/NSString+ANSI.mm index 503916622c90..47d6e9e17d5b 100644 --- a/atom/browser/ui/cocoa/NSString+ANSI.mm +++ b/atom/browser/ui/cocoa/NSString+ANSI.mm @@ -1,11 +1,8 @@ -// -// NSString+ANSI.m -// BitBar -// -// Created by Kent Karlsson on 3/11/16. -// Updated by BRAMILLE Sebastien on 13/04/17 -// Copyright © 2016 Bit Bar. All rights reserved. -// +// Created by Kent Karlsson on 3/11/16. +// Copyright (c) 2016 Bit Bar. All rights reserved. +// Copyright (c) 2017 GitHub, Inc. +// Use of this source code is governed by the MIT license that can be +// found in the LICENSE file. #import "Cocoa/Cocoa.h" #import "NSString+ANSI.h"