Add license for the vendored files

Checked the original files and they were compatible with MIT.
This commit is contained in:
Cheng Zhao 2017-11-28 15:38:42 +09:00
parent edede7f33f
commit 08f30e4ca6
4 changed files with 20 additions and 31 deletions

View file

@ -1,12 +1,8 @@
// // Created by Mathias Leppich on 03/02/14.
// NSColor+Hex.h // Copyright (c) 2014 Bit Bar. All rights reserved.
// BitBar // Copyright (c) 2017 GitHub, Inc.
// // Use of this source code is governed by the MIT license that can be
// Created by Mathias Leppich on 03/02/14. // found in the LICENSE file.
// Copyright (c) 2014 Bit Bar. All rights reserved.
//
#ifndef ATOM_BROWSER_UI_COCOA_NSCOLOR_HEX_H_
#define ATOM_BROWSER_UI_COCOA_NSCOLOR_HEX_H_
#import <Cocoa/Cocoa.h> #import <Cocoa/Cocoa.h>
#import <string> #import <string>

View file

@ -1,10 +1,8 @@
// // Created by Mathias Leppich on 03/02/14.
// NSColor+Hex.m // Copyright (c) 2014 Bit Bar. All rights reserved.
// BitBar // Copyright (c) 2017 GitHub, Inc.
// // Use of this source code is governed by the MIT license that can be
// Created by Mathias Leppich on 03/02/14. // found in the LICENSE file.
// Copyright (c) 2014 Bit Bar. All rights reserved.
//
#import "NSColor+Hex.h" #import "NSColor+Hex.h"

View file

@ -1,10 +1,8 @@
// // Created by Kent Karlsson on 3/11/16.
// NSString+ANSI.h // Copyright (c) 2016 Bit Bar. All rights reserved.
// BitBar // Copyright (c) 2017 GitHub, Inc.
// // Use of this source code is governed by the MIT license that can be
// Created by Kent Karlsson on 3/11/16. // found in the LICENSE file.
// Copyright © 2016 Bit Bar. All rights reserved.
//
#ifndef ATOM_BROWSER_UI_COCOA_NSSTRING_ANSI_H_ #ifndef ATOM_BROWSER_UI_COCOA_NSSTRING_ANSI_H_
#define ATOM_BROWSER_UI_COCOA_NSSTRING_ANSI_H_ #define ATOM_BROWSER_UI_COCOA_NSSTRING_ANSI_H_

View file

@ -1,11 +1,8 @@
// // Created by Kent Karlsson on 3/11/16.
// NSString+ANSI.m // Copyright (c) 2016 Bit Bar. All rights reserved.
// BitBar // Copyright (c) 2017 GitHub, Inc.
// // Use of this source code is governed by the MIT license that can be
// Created by Kent Karlsson on 3/11/16. // found in the LICENSE file.
// Updated by BRAMILLE Sebastien on 13/04/17
// Copyright © 2016 Bit Bar. All rights reserved.
//
#import "Cocoa/Cocoa.h" #import "Cocoa/Cocoa.h"
#import "NSString+ANSI.h" #import "NSString+ANSI.h"