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 @@
//
// 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 <Cocoa/Cocoa.h>
#import <string>

View file

@ -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"

View file

@ -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_

View file

@ -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"