Switch to use MIT license.
This commit is contained in:
parent
9b9cfcfeaa
commit
f176b2c58f
167 changed files with 192 additions and 193 deletions
48
LICENSE
48
LICENSE
|
@ -1,28 +1,20 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
Copyright (c) 2014 GitHub Inc.
|
||||||
// Copyright (c) 2013 The Chromium Authors. All rights reserved.
|
|
||||||
//
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
// Redistribution and use in source and binary forms, with or without
|
a copy of this software and associated documentation files (the
|
||||||
// modification, are permitted provided that the following conditions are
|
"Software"), to deal in the Software without restriction, including
|
||||||
// met:
|
without limitation the rights to use, copy, modify, merge, publish,
|
||||||
//
|
distribute, sublicense, and/or sell copies of the Software, and to
|
||||||
// * Redistributions of source code must retain the above copyright
|
permit persons to whom the Software is furnished to do so, subject to
|
||||||
// notice, this list of conditions and the following disclaimer.
|
the following conditions:
|
||||||
// * Redistributions in binary form must reproduce the above
|
|
||||||
// copyright notice, this list of conditions and the following disclaimer
|
The above copyright notice and this permission notice shall be
|
||||||
// in the documentation and/or other materials provided with the
|
included in all copies or substantial portions of the Software.
|
||||||
// distribution.
|
|
||||||
// * Neither the name of Google Inc. nor the names of its
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||||
// contributors may be used to endorse or promote products derived from
|
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||||
// this software without specific prior written permission.
|
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
||||||
//
|
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
||||||
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
||||||
// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||||
// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
||||||
// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
||||||
// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
||||||
// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
||||||
// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
||||||
// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
||||||
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
||||||
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#include "atom/app/atom_library_main.h"
|
#include "atom/app/atom_library_main.h"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#ifndef ATOM_APP_ATOM_LIBRARY_MAIN_H_
|
#ifndef ATOM_APP_ATOM_LIBRARY_MAIN_H_
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#include "atom/app/atom_main.h"
|
#include "atom/app/atom_main.h"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#ifndef ATOM_APP_ATOM_MAIN_H_
|
#ifndef ATOM_APP_ATOM_MAIN_H_
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#include "atom/app/atom_main_delegate.h"
|
#include "atom/app/atom_main_delegate.h"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#ifndef ATOM_APP_ATOM_MAIN_DELEGATE_H_
|
#ifndef ATOM_APP_ATOM_MAIN_DELEGATE_H_
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#include "atom/app/atom_main_delegate.h"
|
#include "atom/app/atom_main_delegate.h"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#include "atom/browser/api/atom_api_app.h"
|
#include "atom/browser/api/atom_api_app.h"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#ifndef ATOM_BROWSER_API_ATOM_API_APP_H_
|
#ifndef ATOM_BROWSER_API_ATOM_API_APP_H_
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#include "atom/browser/api/atom_api_auto_updater.h"
|
#include "atom/browser/api/atom_api_auto_updater.h"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#ifndef ATOM_BROWSER_API_ATOM_API_AUTO_UPDATER_H_
|
#ifndef ATOM_BROWSER_API_ATOM_API_AUTO_UPDATER_H_
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#include "atom/browser/api/atom_api_menu.h"
|
#include "atom/browser/api/atom_api_menu.h"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#ifndef ATOM_BROWSER_API_ATOM_API_MENU_H_
|
#ifndef ATOM_BROWSER_API_ATOM_API_MENU_H_
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2014 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2014 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#include "atom/browser/api/atom_api_menu_gtk.h"
|
#include "atom/browser/api/atom_api_menu_gtk.h"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2014 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2014 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#ifndef ATOM_BROWSER_API_ATOM_API_MENU_GTK_H_
|
#ifndef ATOM_BROWSER_API_ATOM_API_MENU_GTK_H_
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#ifndef ATOM_BROWSER_API_ATOM_API_MENU_MAC_H_
|
#ifndef ATOM_BROWSER_API_ATOM_API_MENU_MAC_H_
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#import "atom/browser/api/atom_api_menu_mac.h"
|
#import "atom/browser/api/atom_api_menu_mac.h"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#include "atom/browser/api/atom_api_menu_win.h"
|
#include "atom/browser/api/atom_api_menu_win.h"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#ifndef ATOM_BROWSER_API_ATOM_API_MENU_WIN_H_
|
#ifndef ATOM_BROWSER_API_ATOM_API_MENU_WIN_H_
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#include "atom/browser/api/atom_api_power_monitor.h"
|
#include "atom/browser/api/atom_api_power_monitor.h"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#ifndef ATOM_BROWSER_API_ATOM_API_POWER_MONITOR_H_
|
#ifndef ATOM_BROWSER_API_ATOM_API_POWER_MONITOR_H_
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#include "atom/browser/api/atom_api_protocol.h"
|
#include "atom/browser/api/atom_api_protocol.h"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#ifndef ATOM_BROWSER_API_ATOM_API_PROTOCOL_H_
|
#ifndef ATOM_BROWSER_API_ATOM_API_PROTOCOL_H_
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2014 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2014 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#include "atom/browser/api/atom_api_web_contents.h"
|
#include "atom/browser/api/atom_api_web_contents.h"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2014 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2014 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#ifndef ATOM_BROWSER_API_ATOM_API_WEB_CONTENTS_H_
|
#ifndef ATOM_BROWSER_API_ATOM_API_WEB_CONTENTS_H_
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#include "atom/browser/api/atom_api_window.h"
|
#include "atom/browser/api/atom_api_window.h"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#ifndef ATOM_BROWSER_API_ATOM_API_WINDOW_H_
|
#ifndef ATOM_BROWSER_API_ATOM_API_WINDOW_H_
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2014 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2014 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#include "atom/browser/api/event.h"
|
#include "atom/browser/api/event.h"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2014 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2014 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#ifndef ATOM_BROWSER_API_EVENT_H_
|
#ifndef ATOM_BROWSER_API_EVENT_H_
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2014 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2014 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#include "atom/browser/api/event_emitter.h"
|
#include "atom/browser/api/event_emitter.h"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2014 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2014 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#ifndef ATOM_BROWSER_API_EVENT_EMITTER_H_
|
#ifndef ATOM_BROWSER_API_EVENT_EMITTER_H_
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#include "atom/browser/atom_browser_client.h"
|
#include "atom/browser/atom_browser_client.h"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#ifndef ATOM_BROWSER_ATOM_BROWSER_CLIENT_H_
|
#ifndef ATOM_BROWSER_ATOM_BROWSER_CLIENT_H_
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#include "atom/browser/atom_browser_context.h"
|
#include "atom/browser/atom_browser_context.h"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#ifndef ATOM_BROWSER_ATOM_BROWSER_CONTEXT_H_
|
#ifndef ATOM_BROWSER_ATOM_BROWSER_CONTEXT_H_
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#include "atom/browser/atom_browser_main_parts.h"
|
#include "atom/browser/atom_browser_main_parts.h"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#ifndef ATOM_BROWSER_ATOM_BROWSER_MAIN_PARTS_H_
|
#ifndef ATOM_BROWSER_ATOM_BROWSER_MAIN_PARTS_H_
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#include "atom/browser/atom_browser_main_parts.h"
|
#include "atom/browser/atom_browser_main_parts.h"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#include "atom/browser/atom_javascript_dialog_manager.h"
|
#include "atom/browser/atom_javascript_dialog_manager.h"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#ifndef ATOM_BROWSER_ATOM_JAVASCRIPT_DIALOG_MANAGER_H_
|
#ifndef ATOM_BROWSER_ATOM_JAVASCRIPT_DIALOG_MANAGER_H_
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#include "atom/browser/auto_updater.h"
|
#include "atom/browser/auto_updater.h"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#ifndef ATOM_BROWSER_AUTO_UPDATER_H_
|
#ifndef ATOM_BROWSER_AUTO_UPDATER_H_
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#ifndef ATOM_BROWSER_AUTO_UPDATER_DELEGATE_H_
|
#ifndef ATOM_BROWSER_AUTO_UPDATER_DELEGATE_H_
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#include "atom/browser/auto_updater.h"
|
#include "atom/browser/auto_updater.h"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#include "atom/browser/auto_updater.h"
|
#include "atom/browser/auto_updater.h"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#include "atom/browser/auto_updater.h"
|
#include "atom/browser/auto_updater.h"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#include "atom/browser/browser.h"
|
#include "atom/browser/browser.h"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#ifndef ATOM_BROWSER_BROWSER_H_
|
#ifndef ATOM_BROWSER_BROWSER_H_
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#include "atom/browser/browser.h"
|
#include "atom/browser/browser.h"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#include "atom/browser/browser.h"
|
#include "atom/browser/browser.h"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#ifndef ATOM_BROWSER_BROWSER_OBSERVER_H_
|
#ifndef ATOM_BROWSER_BROWSER_OBSERVER_H_
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#include "atom/browser/browser.h"
|
#include "atom/browser/browser.h"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2014 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2014 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#include "atom/browser/devtools_delegate.h"
|
#include "atom/browser/devtools_delegate.h"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2014 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2014 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#ifndef ATOM_BROWSER_DEVTOOLS_DELEGATE_H_
|
#ifndef ATOM_BROWSER_DEVTOOLS_DELEGATE_H_
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#import "base/mac/scoped_sending_event.h"
|
#import "base/mac/scoped_sending_event.h"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#import "atom/browser/mac/atom_application.h"
|
#import "atom/browser/mac/atom_application.h"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#import <Cocoa/Cocoa.h>
|
#import <Cocoa/Cocoa.h>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#import "atom/browser/mac/atom_application_delegate.h"
|
#import "atom/browser/mac/atom_application_delegate.h"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#include "atom/browser/native_window.h"
|
#include "atom/browser/native_window.h"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#ifndef ATOM_BROWSER_NATIVE_WINDOW_H_
|
#ifndef ATOM_BROWSER_NATIVE_WINDOW_H_
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2014 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2014 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#include "atom/browser/native_window_gtk.h"
|
#include "atom/browser/native_window_gtk.h"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2014 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2014 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#ifndef ATOM_BROWSER_NATIVE_WINDOW_GTK_H_
|
#ifndef ATOM_BROWSER_NATIVE_WINDOW_GTK_H_
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#ifndef ATOM_BROWSER_NATIVE_WINDOW_MAC_H_
|
#ifndef ATOM_BROWSER_NATIVE_WINDOW_MAC_H_
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#include "atom/browser/native_window_mac.h"
|
#include "atom/browser/native_window_mac.h"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#ifndef ATOM_BROWSER_NATIVE_WINDOW_OBSERVER_H_
|
#ifndef ATOM_BROWSER_NATIVE_WINDOW_OBSERVER_H_
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#include "atom/browser/native_window_win.h"
|
#include "atom/browser/native_window_win.h"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#ifndef ATOM_BROWSER_NATIVE_WINDOW_WIN_H_
|
#ifndef ATOM_BROWSER_NATIVE_WINDOW_WIN_H_
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#include "atom/browser/net/adapter_request_job.h"
|
#include "atom/browser/net/adapter_request_job.h"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#ifndef ATOM_BROWSER_NET_ADAPTER_REQUEST_JOB_H_
|
#ifndef ATOM_BROWSER_NET_ADAPTER_REQUEST_JOB_H_
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#include "atom/browser/net/atom_url_request_context_getter.h"
|
#include "atom/browser/net/atom_url_request_context_getter.h"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#ifndef ATOM_BROWSER_NET_ATOM_URL_REQUEST_CONTEXT_GETTER_H_
|
#ifndef ATOM_BROWSER_NET_ATOM_URL_REQUEST_CONTEXT_GETTER_H_
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#include "atom/browser/net/atom_url_request_job_factory.h"
|
#include "atom/browser/net/atom_url_request_job_factory.h"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#ifndef ATOM_BROWSER_NET_ATOM_URL_REQUEST_JOB_FACTORY_H_
|
#ifndef ATOM_BROWSER_NET_ATOM_URL_REQUEST_JOB_FACTORY_H_
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#include "atom/browser/net/url_request_string_job.h"
|
#include "atom/browser/net/url_request_string_job.h"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#ifndef ATOM_BROWSER_NET_URL_REQUEST_STRING_JOB_H_
|
#ifndef ATOM_BROWSER_NET_URL_REQUEST_STRING_JOB_H_
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#include "atom/browser/ui/accelerator_util.h"
|
#include "atom/browser/ui/accelerator_util.h"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#ifndef ATOM_BROWSER_UI_ACCELERATOR_UTIL_H_
|
#ifndef ATOM_BROWSER_UI_ACCELERATOR_UTIL_H_
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#include "atom/browser/ui/accelerator_util.h"
|
#include "atom/browser/ui/accelerator_util.h"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#include "atom/browser/ui/accelerator_util.h"
|
#include "atom/browser/ui/accelerator_util.h"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#include "atom/browser/ui/accelerator_util.h"
|
#include "atom/browser/ui/accelerator_util.h"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#ifndef ATOM_BROWSER_UI_COCOA_ATOM_MENU_CONTROLLER_H_
|
#ifndef ATOM_BROWSER_UI_COCOA_ATOM_MENU_CONTROLLER_H_
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#import "atom/browser/ui/cocoa/atom_menu_controller.h"
|
#import "atom/browser/ui/cocoa/atom_menu_controller.h"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#ifndef ATOM_BROWSER_UI_COCOA_EVENT_PROCESSING_WINDOW_H_
|
#ifndef ATOM_BROWSER_UI_COCOA_EVENT_PROCESSING_WINDOW_H_
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#import "atom/browser/ui/cocoa/event_processing_window.h"
|
#import "atom/browser/ui/cocoa/event_processing_window.h"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#ifndef ATOM_BROWSER_UI_FILE_DIALOG_H_
|
#ifndef ATOM_BROWSER_UI_FILE_DIALOG_H_
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2014 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2014 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#include "atom/browser/ui/file_dialog.h"
|
#include "atom/browser/ui/file_dialog.h"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#include "atom/browser/ui/file_dialog.h"
|
#include "atom/browser/ui/file_dialog.h"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#include "atom/browser/ui/file_dialog.h"
|
#include "atom/browser/ui/file_dialog.h"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#ifndef ATOM_BROWSER_UI_MESSAGE_BOX_H_
|
#ifndef ATOM_BROWSER_UI_MESSAGE_BOX_H_
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2014 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2014 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#include "atom/browser/ui/message_box.h"
|
#include "atom/browser/ui/message_box.h"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#include "atom/browser/ui/message_box.h"
|
#include "atom/browser/ui/message_box.h"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#include "atom/browser/ui/message_box.h"
|
#include "atom/browser/ui/message_box.h"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#include "atom/browser/ui/win/menu_2.h"
|
#include "atom/browser/ui/win/menu_2.h"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#ifndef ATOM_BROWSER_UI_WIN_MENU_2_H_
|
#ifndef ATOM_BROWSER_UI_WIN_MENU_2_H_
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#include "atom/browser/ui/win/native_menu_win.h"
|
#include "atom/browser/ui/win/native_menu_win.h"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#ifndef ATOM_BROWSER_UI_WIN_NATIVE_MENU_WIN_H_
|
#ifndef ATOM_BROWSER_UI_WIN_NATIVE_MENU_WIN_H_
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#include "atom/browser/window_list.h"
|
#include "atom/browser/window_list.h"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#ifndef ATOM_BROWSER_WINDOW_LIST_H_
|
#ifndef ATOM_BROWSER_WINDOW_LIST_H_
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue