diff --git a/LICENSE b/LICENSE index 961499775e..4d231b4563 100644 --- a/LICENSE +++ b/LICENSE @@ -1,28 +1,20 @@ -// Copyright (c) 2013 GitHub, Inc. All rights reserved. -// Copyright (c) 2013 The Chromium Authors. All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following disclaimer -// in the documentation and/or other materials provided with the -// distribution. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// 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. +Copyright (c) 2014 GitHub Inc. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/atom/app/atom_library_main.cc b/atom/app/atom_library_main.cc index d7571e0ea4..cf2b8cf1ee 100644 --- a/atom/app/atom_library_main.cc +++ b/atom/app/atom_library_main.cc @@ -1,5 +1,5 @@ // 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. #include "atom/app/atom_library_main.h" diff --git a/atom/app/atom_library_main.h b/atom/app/atom_library_main.h index 738de5ef09..d9c93f8818 100644 --- a/atom/app/atom_library_main.h +++ b/atom/app/atom_library_main.h @@ -1,5 +1,5 @@ // 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. #ifndef ATOM_APP_ATOM_LIBRARY_MAIN_H_ diff --git a/atom/app/atom_main.cc b/atom/app/atom_main.cc index 622cf978e8..d63d39bfe0 100644 --- a/atom/app/atom_main.cc +++ b/atom/app/atom_main.cc @@ -1,5 +1,5 @@ // 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. #include "atom/app/atom_main.h" diff --git a/atom/app/atom_main.h b/atom/app/atom_main.h index f8437d7ba1..30c17cf774 100644 --- a/atom/app/atom_main.h +++ b/atom/app/atom_main.h @@ -1,5 +1,5 @@ // 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. #ifndef ATOM_APP_ATOM_MAIN_H_ diff --git a/atom/app/atom_main_delegate.cc b/atom/app/atom_main_delegate.cc index 5f0c6a229f..bbee2527ff 100644 --- a/atom/app/atom_main_delegate.cc +++ b/atom/app/atom_main_delegate.cc @@ -1,5 +1,5 @@ // 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. #include "atom/app/atom_main_delegate.h" diff --git a/atom/app/atom_main_delegate.h b/atom/app/atom_main_delegate.h index 531836ea28..a8e3df9b0c 100644 --- a/atom/app/atom_main_delegate.h +++ b/atom/app/atom_main_delegate.h @@ -1,5 +1,5 @@ // 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. #ifndef ATOM_APP_ATOM_MAIN_DELEGATE_H_ diff --git a/atom/app/atom_main_delegate_mac.mm b/atom/app/atom_main_delegate_mac.mm index 0b95d36b8d..e8a45585ee 100644 --- a/atom/app/atom_main_delegate_mac.mm +++ b/atom/app/atom_main_delegate_mac.mm @@ -1,5 +1,5 @@ // 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. #include "atom/app/atom_main_delegate.h" diff --git a/atom/browser/api/atom_api_app.cc b/atom/browser/api/atom_api_app.cc index 1b39e8c0e0..23a1640fc7 100644 --- a/atom/browser/api/atom_api_app.cc +++ b/atom/browser/api/atom_api_app.cc @@ -1,5 +1,5 @@ // 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. #include "atom/browser/api/atom_api_app.h" diff --git a/atom/browser/api/atom_api_app.h b/atom/browser/api/atom_api_app.h index fc0315c719..6a5a58edb7 100644 --- a/atom/browser/api/atom_api_app.h +++ b/atom/browser/api/atom_api_app.h @@ -1,5 +1,5 @@ // 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. #ifndef ATOM_BROWSER_API_ATOM_API_APP_H_ diff --git a/atom/browser/api/atom_api_auto_updater.cc b/atom/browser/api/atom_api_auto_updater.cc index 2aded03f59..af85fa104d 100644 --- a/atom/browser/api/atom_api_auto_updater.cc +++ b/atom/browser/api/atom_api_auto_updater.cc @@ -1,5 +1,5 @@ // 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. #include "atom/browser/api/atom_api_auto_updater.h" diff --git a/atom/browser/api/atom_api_auto_updater.h b/atom/browser/api/atom_api_auto_updater.h index e832f9e107..23c7733a9c 100644 --- a/atom/browser/api/atom_api_auto_updater.h +++ b/atom/browser/api/atom_api_auto_updater.h @@ -1,5 +1,5 @@ // 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. #ifndef ATOM_BROWSER_API_ATOM_API_AUTO_UPDATER_H_ diff --git a/atom/browser/api/atom_api_dialog.cc b/atom/browser/api/atom_api_dialog.cc index a2690f00a9..3417742eb4 100644 --- a/atom/browser/api/atom_api_dialog.cc +++ b/atom/browser/api/atom_api_dialog.cc @@ -1,5 +1,5 @@ // 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. #include diff --git a/atom/browser/api/atom_api_menu.cc b/atom/browser/api/atom_api_menu.cc index 77c7793395..656205ba45 100644 --- a/atom/browser/api/atom_api_menu.cc +++ b/atom/browser/api/atom_api_menu.cc @@ -1,5 +1,5 @@ // 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. #include "atom/browser/api/atom_api_menu.h" diff --git a/atom/browser/api/atom_api_menu.h b/atom/browser/api/atom_api_menu.h index 779f143397..c4bb8c2e66 100644 --- a/atom/browser/api/atom_api_menu.h +++ b/atom/browser/api/atom_api_menu.h @@ -1,5 +1,5 @@ // 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. #ifndef ATOM_BROWSER_API_ATOM_API_MENU_H_ diff --git a/atom/browser/api/atom_api_menu_gtk.cc b/atom/browser/api/atom_api_menu_gtk.cc index 28f36ac3e1..86076bcc41 100644 --- a/atom/browser/api/atom_api_menu_gtk.cc +++ b/atom/browser/api/atom_api_menu_gtk.cc @@ -1,5 +1,5 @@ // 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. #include "atom/browser/api/atom_api_menu_gtk.h" diff --git a/atom/browser/api/atom_api_menu_gtk.h b/atom/browser/api/atom_api_menu_gtk.h index 65aab47923..3c39fb730b 100644 --- a/atom/browser/api/atom_api_menu_gtk.h +++ b/atom/browser/api/atom_api_menu_gtk.h @@ -1,5 +1,5 @@ // 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. #ifndef ATOM_BROWSER_API_ATOM_API_MENU_GTK_H_ diff --git a/atom/browser/api/atom_api_menu_mac.h b/atom/browser/api/atom_api_menu_mac.h index 3855683e42..9bd95074da 100644 --- a/atom/browser/api/atom_api_menu_mac.h +++ b/atom/browser/api/atom_api_menu_mac.h @@ -1,5 +1,5 @@ // 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. #ifndef ATOM_BROWSER_API_ATOM_API_MENU_MAC_H_ diff --git a/atom/browser/api/atom_api_menu_mac.mm b/atom/browser/api/atom_api_menu_mac.mm index 922dfb9164..4b54a7e2f7 100644 --- a/atom/browser/api/atom_api_menu_mac.mm +++ b/atom/browser/api/atom_api_menu_mac.mm @@ -1,5 +1,5 @@ // 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. #import "atom/browser/api/atom_api_menu_mac.h" diff --git a/atom/browser/api/atom_api_menu_win.cc b/atom/browser/api/atom_api_menu_win.cc index 5aff3c46fb..d5a24ceadb 100644 --- a/atom/browser/api/atom_api_menu_win.cc +++ b/atom/browser/api/atom_api_menu_win.cc @@ -1,5 +1,5 @@ // 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. #include "atom/browser/api/atom_api_menu_win.h" diff --git a/atom/browser/api/atom_api_menu_win.h b/atom/browser/api/atom_api_menu_win.h index 2d4344fd99..965aa59831 100644 --- a/atom/browser/api/atom_api_menu_win.h +++ b/atom/browser/api/atom_api_menu_win.h @@ -1,5 +1,5 @@ // 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. #ifndef ATOM_BROWSER_API_ATOM_API_MENU_WIN_H_ diff --git a/atom/browser/api/atom_api_power_monitor.cc b/atom/browser/api/atom_api_power_monitor.cc index ccd74f5187..88e49db492 100644 --- a/atom/browser/api/atom_api_power_monitor.cc +++ b/atom/browser/api/atom_api_power_monitor.cc @@ -1,5 +1,5 @@ // 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. #include "atom/browser/api/atom_api_power_monitor.h" diff --git a/atom/browser/api/atom_api_power_monitor.h b/atom/browser/api/atom_api_power_monitor.h index b574e7cf1f..919892871d 100644 --- a/atom/browser/api/atom_api_power_monitor.h +++ b/atom/browser/api/atom_api_power_monitor.h @@ -1,5 +1,5 @@ // 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. #ifndef ATOM_BROWSER_API_ATOM_API_POWER_MONITOR_H_ diff --git a/atom/browser/api/atom_api_protocol.cc b/atom/browser/api/atom_api_protocol.cc index ef157b9b6b..71da0869cc 100644 --- a/atom/browser/api/atom_api_protocol.cc +++ b/atom/browser/api/atom_api_protocol.cc @@ -1,5 +1,5 @@ // 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. #include "atom/browser/api/atom_api_protocol.h" diff --git a/atom/browser/api/atom_api_protocol.h b/atom/browser/api/atom_api_protocol.h index 0d1ebf5c1d..654a705fc4 100644 --- a/atom/browser/api/atom_api_protocol.h +++ b/atom/browser/api/atom_api_protocol.h @@ -1,5 +1,5 @@ // 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. #ifndef ATOM_BROWSER_API_ATOM_API_PROTOCOL_H_ diff --git a/atom/browser/api/atom_api_web_contents.cc b/atom/browser/api/atom_api_web_contents.cc index befe17db78..3de4088f71 100644 --- a/atom/browser/api/atom_api_web_contents.cc +++ b/atom/browser/api/atom_api_web_contents.cc @@ -1,5 +1,5 @@ // 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. #include "atom/browser/api/atom_api_web_contents.h" diff --git a/atom/browser/api/atom_api_web_contents.h b/atom/browser/api/atom_api_web_contents.h index fb4c6082e7..1c42f5256d 100644 --- a/atom/browser/api/atom_api_web_contents.h +++ b/atom/browser/api/atom_api_web_contents.h @@ -1,5 +1,5 @@ // 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. #ifndef ATOM_BROWSER_API_ATOM_API_WEB_CONTENTS_H_ diff --git a/atom/browser/api/atom_api_window.cc b/atom/browser/api/atom_api_window.cc index dae2abb93e..65260f8218 100644 --- a/atom/browser/api/atom_api_window.cc +++ b/atom/browser/api/atom_api_window.cc @@ -1,5 +1,5 @@ // 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. #include "atom/browser/api/atom_api_window.h" diff --git a/atom/browser/api/atom_api_window.h b/atom/browser/api/atom_api_window.h index 4d762bee90..b6c8cfa07c 100644 --- a/atom/browser/api/atom_api_window.h +++ b/atom/browser/api/atom_api_window.h @@ -1,5 +1,5 @@ // 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. #ifndef ATOM_BROWSER_API_ATOM_API_WINDOW_H_ diff --git a/atom/browser/api/event.cc b/atom/browser/api/event.cc index 16f464551b..4bf5b920c5 100644 --- a/atom/browser/api/event.cc +++ b/atom/browser/api/event.cc @@ -1,5 +1,5 @@ // 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. #include "atom/browser/api/event.h" diff --git a/atom/browser/api/event.h b/atom/browser/api/event.h index bf22079291..3090586c36 100644 --- a/atom/browser/api/event.h +++ b/atom/browser/api/event.h @@ -1,5 +1,5 @@ // 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. #ifndef ATOM_BROWSER_API_EVENT_H_ diff --git a/atom/browser/api/event_emitter.cc b/atom/browser/api/event_emitter.cc index 45ede157d9..b3957dd1cd 100644 --- a/atom/browser/api/event_emitter.cc +++ b/atom/browser/api/event_emitter.cc @@ -1,5 +1,5 @@ // 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. #include "atom/browser/api/event_emitter.h" diff --git a/atom/browser/api/event_emitter.h b/atom/browser/api/event_emitter.h index 9a570319d4..03af9319d0 100644 --- a/atom/browser/api/event_emitter.h +++ b/atom/browser/api/event_emitter.h @@ -1,5 +1,5 @@ // 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. #ifndef ATOM_BROWSER_API_EVENT_EMITTER_H_ diff --git a/atom/browser/atom_browser_client.cc b/atom/browser/atom_browser_client.cc index 2c51b03b98..035320f241 100644 --- a/atom/browser/atom_browser_client.cc +++ b/atom/browser/atom_browser_client.cc @@ -1,5 +1,5 @@ // 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. #include "atom/browser/atom_browser_client.h" diff --git a/atom/browser/atom_browser_client.h b/atom/browser/atom_browser_client.h index 744e4a8c9c..89360fa954 100644 --- a/atom/browser/atom_browser_client.h +++ b/atom/browser/atom_browser_client.h @@ -1,5 +1,5 @@ // 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. #ifndef ATOM_BROWSER_ATOM_BROWSER_CLIENT_H_ diff --git a/atom/browser/atom_browser_context.cc b/atom/browser/atom_browser_context.cc index cbf14c83ed..02e6f9793b 100644 --- a/atom/browser/atom_browser_context.cc +++ b/atom/browser/atom_browser_context.cc @@ -1,5 +1,5 @@ // 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. #include "atom/browser/atom_browser_context.h" diff --git a/atom/browser/atom_browser_context.h b/atom/browser/atom_browser_context.h index 45c0322e4d..025b5d1596 100644 --- a/atom/browser/atom_browser_context.h +++ b/atom/browser/atom_browser_context.h @@ -1,5 +1,5 @@ // 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. #ifndef ATOM_BROWSER_ATOM_BROWSER_CONTEXT_H_ diff --git a/atom/browser/atom_browser_main_parts.cc b/atom/browser/atom_browser_main_parts.cc index ef8c95b260..c55b589c53 100644 --- a/atom/browser/atom_browser_main_parts.cc +++ b/atom/browser/atom_browser_main_parts.cc @@ -1,5 +1,5 @@ // 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. #include "atom/browser/atom_browser_main_parts.h" diff --git a/atom/browser/atom_browser_main_parts.h b/atom/browser/atom_browser_main_parts.h index 41de38699e..de95a0f2e9 100644 --- a/atom/browser/atom_browser_main_parts.h +++ b/atom/browser/atom_browser_main_parts.h @@ -1,5 +1,5 @@ // 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. #ifndef ATOM_BROWSER_ATOM_BROWSER_MAIN_PARTS_H_ diff --git a/atom/browser/atom_browser_main_parts_mac.mm b/atom/browser/atom_browser_main_parts_mac.mm index b32e74b436..6174cfb52d 100644 --- a/atom/browser/atom_browser_main_parts_mac.mm +++ b/atom/browser/atom_browser_main_parts_mac.mm @@ -1,5 +1,5 @@ // 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. #include "atom/browser/atom_browser_main_parts.h" diff --git a/atom/browser/atom_javascript_dialog_manager.cc b/atom/browser/atom_javascript_dialog_manager.cc index 98ac84e3c8..9d83cddb29 100644 --- a/atom/browser/atom_javascript_dialog_manager.cc +++ b/atom/browser/atom_javascript_dialog_manager.cc @@ -1,5 +1,5 @@ // 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. #include "atom/browser/atom_javascript_dialog_manager.h" diff --git a/atom/browser/atom_javascript_dialog_manager.h b/atom/browser/atom_javascript_dialog_manager.h index 4477150e5d..fe65f2c9d9 100644 --- a/atom/browser/atom_javascript_dialog_manager.h +++ b/atom/browser/atom_javascript_dialog_manager.h @@ -1,5 +1,5 @@ // 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. #ifndef ATOM_BROWSER_ATOM_JAVASCRIPT_DIALOG_MANAGER_H_ diff --git a/atom/browser/auto_updater.cc b/atom/browser/auto_updater.cc index a8dc3d8893..21dd61b4f3 100644 --- a/atom/browser/auto_updater.cc +++ b/atom/browser/auto_updater.cc @@ -1,5 +1,5 @@ // 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. #include "atom/browser/auto_updater.h" diff --git a/atom/browser/auto_updater.h b/atom/browser/auto_updater.h index 9ddbd35b7c..6006c010dd 100644 --- a/atom/browser/auto_updater.h +++ b/atom/browser/auto_updater.h @@ -1,5 +1,5 @@ // 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. #ifndef ATOM_BROWSER_AUTO_UPDATER_H_ diff --git a/atom/browser/auto_updater_delegate.h b/atom/browser/auto_updater_delegate.h index 280d3ed0f9..f4d138d5b1 100644 --- a/atom/browser/auto_updater_delegate.h +++ b/atom/browser/auto_updater_delegate.h @@ -1,5 +1,5 @@ // 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. #ifndef ATOM_BROWSER_AUTO_UPDATER_DELEGATE_H_ diff --git a/atom/browser/auto_updater_linux.cc b/atom/browser/auto_updater_linux.cc index 12b6e5d537..bbda9cf4cc 100644 --- a/atom/browser/auto_updater_linux.cc +++ b/atom/browser/auto_updater_linux.cc @@ -1,5 +1,5 @@ // 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. #include "atom/browser/auto_updater.h" diff --git a/atom/browser/auto_updater_mac.mm b/atom/browser/auto_updater_mac.mm index f70862e71b..36dcec281b 100644 --- a/atom/browser/auto_updater_mac.mm +++ b/atom/browser/auto_updater_mac.mm @@ -1,5 +1,5 @@ // 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. #include "atom/browser/auto_updater.h" diff --git a/atom/browser/auto_updater_win.cc b/atom/browser/auto_updater_win.cc index 12b6e5d537..bbda9cf4cc 100644 --- a/atom/browser/auto_updater_win.cc +++ b/atom/browser/auto_updater_win.cc @@ -1,5 +1,5 @@ // 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. #include "atom/browser/auto_updater.h" diff --git a/atom/browser/browser.cc b/atom/browser/browser.cc index 76a269e276..afea053c66 100644 --- a/atom/browser/browser.cc +++ b/atom/browser/browser.cc @@ -1,5 +1,5 @@ // 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. #include "atom/browser/browser.h" diff --git a/atom/browser/browser.h b/atom/browser/browser.h index 3a7527fa45..391f7fbf6f 100644 --- a/atom/browser/browser.h +++ b/atom/browser/browser.h @@ -1,5 +1,5 @@ // 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. #ifndef ATOM_BROWSER_BROWSER_H_ diff --git a/atom/browser/browser_linux.cc b/atom/browser/browser_linux.cc index b85781a76e..36432aa00b 100644 --- a/atom/browser/browser_linux.cc +++ b/atom/browser/browser_linux.cc @@ -1,5 +1,5 @@ // 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. #include "atom/browser/browser.h" diff --git a/atom/browser/browser_mac.mm b/atom/browser/browser_mac.mm index f193509cd7..1c0dfbdd31 100644 --- a/atom/browser/browser_mac.mm +++ b/atom/browser/browser_mac.mm @@ -1,5 +1,5 @@ // 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. #include "atom/browser/browser.h" diff --git a/atom/browser/browser_observer.h b/atom/browser/browser_observer.h index c560c6dd9e..0f340b0079 100644 --- a/atom/browser/browser_observer.h +++ b/atom/browser/browser_observer.h @@ -1,5 +1,5 @@ // 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. #ifndef ATOM_BROWSER_BROWSER_OBSERVER_H_ diff --git a/atom/browser/browser_win.cc b/atom/browser/browser_win.cc index a9b82e495a..cf4b9eac56 100644 --- a/atom/browser/browser_win.cc +++ b/atom/browser/browser_win.cc @@ -1,5 +1,5 @@ // 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. #include "atom/browser/browser.h" diff --git a/atom/browser/devtools_delegate.cc b/atom/browser/devtools_delegate.cc index 2bd09c4f62..ed8dcfa3a2 100644 --- a/atom/browser/devtools_delegate.cc +++ b/atom/browser/devtools_delegate.cc @@ -1,5 +1,5 @@ // 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. #include "atom/browser/devtools_delegate.h" diff --git a/atom/browser/devtools_delegate.h b/atom/browser/devtools_delegate.h index e5117c406a..624bacbfa3 100644 --- a/atom/browser/devtools_delegate.h +++ b/atom/browser/devtools_delegate.h @@ -1,5 +1,5 @@ // 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. #ifndef ATOM_BROWSER_DEVTOOLS_DELEGATE_H_ diff --git a/atom/browser/mac/atom_application.h b/atom/browser/mac/atom_application.h index ce57df510c..1dcf50e6cc 100644 --- a/atom/browser/mac/atom_application.h +++ b/atom/browser/mac/atom_application.h @@ -1,5 +1,5 @@ // 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. #import "base/mac/scoped_sending_event.h" diff --git a/atom/browser/mac/atom_application.mm b/atom/browser/mac/atom_application.mm index cbcba30380..2a5831cb48 100644 --- a/atom/browser/mac/atom_application.mm +++ b/atom/browser/mac/atom_application.mm @@ -1,5 +1,5 @@ // 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. #import "atom/browser/mac/atom_application.h" diff --git a/atom/browser/mac/atom_application_delegate.h b/atom/browser/mac/atom_application_delegate.h index f68795236c..0a8257f506 100644 --- a/atom/browser/mac/atom_application_delegate.h +++ b/atom/browser/mac/atom_application_delegate.h @@ -1,5 +1,5 @@ // 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. #import diff --git a/atom/browser/mac/atom_application_delegate.mm b/atom/browser/mac/atom_application_delegate.mm index be00b4473a..984c77e0b6 100644 --- a/atom/browser/mac/atom_application_delegate.mm +++ b/atom/browser/mac/atom_application_delegate.mm @@ -1,5 +1,5 @@ // 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. #import "atom/browser/mac/atom_application_delegate.h" diff --git a/atom/browser/native_window.cc b/atom/browser/native_window.cc index c9cba5a9e4..816888d7fc 100644 --- a/atom/browser/native_window.cc +++ b/atom/browser/native_window.cc @@ -1,5 +1,5 @@ // 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. #include "atom/browser/native_window.h" diff --git a/atom/browser/native_window.h b/atom/browser/native_window.h index 1d638063c2..f70b68e22e 100644 --- a/atom/browser/native_window.h +++ b/atom/browser/native_window.h @@ -1,5 +1,5 @@ // 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. #ifndef ATOM_BROWSER_NATIVE_WINDOW_H_ diff --git a/atom/browser/native_window_gtk.cc b/atom/browser/native_window_gtk.cc index 1000af2809..9957aacda5 100644 --- a/atom/browser/native_window_gtk.cc +++ b/atom/browser/native_window_gtk.cc @@ -1,5 +1,5 @@ // 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. #include "atom/browser/native_window_gtk.h" diff --git a/atom/browser/native_window_gtk.h b/atom/browser/native_window_gtk.h index 6cd75efc7a..5f6411c295 100644 --- a/atom/browser/native_window_gtk.h +++ b/atom/browser/native_window_gtk.h @@ -1,5 +1,5 @@ // 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. #ifndef ATOM_BROWSER_NATIVE_WINDOW_GTK_H_ diff --git a/atom/browser/native_window_mac.h b/atom/browser/native_window_mac.h index fdc1681356..59559689a8 100644 --- a/atom/browser/native_window_mac.h +++ b/atom/browser/native_window_mac.h @@ -1,5 +1,5 @@ // 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. #ifndef ATOM_BROWSER_NATIVE_WINDOW_MAC_H_ diff --git a/atom/browser/native_window_mac.mm b/atom/browser/native_window_mac.mm index 4bbff69b0d..2b73fb8c10 100644 --- a/atom/browser/native_window_mac.mm +++ b/atom/browser/native_window_mac.mm @@ -1,5 +1,5 @@ // 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. #include "atom/browser/native_window_mac.h" diff --git a/atom/browser/native_window_observer.h b/atom/browser/native_window_observer.h index a7cb41fdae..422d7d7257 100644 --- a/atom/browser/native_window_observer.h +++ b/atom/browser/native_window_observer.h @@ -1,5 +1,5 @@ // 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. #ifndef ATOM_BROWSER_NATIVE_WINDOW_OBSERVER_H_ diff --git a/atom/browser/native_window_win.cc b/atom/browser/native_window_win.cc index fcbbc25a5b..f8d62be31e 100644 --- a/atom/browser/native_window_win.cc +++ b/atom/browser/native_window_win.cc @@ -1,5 +1,5 @@ // 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. #include "atom/browser/native_window_win.h" diff --git a/atom/browser/native_window_win.h b/atom/browser/native_window_win.h index de311c5986..7b88b18b69 100644 --- a/atom/browser/native_window_win.h +++ b/atom/browser/native_window_win.h @@ -1,5 +1,5 @@ // 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. #ifndef ATOM_BROWSER_NATIVE_WINDOW_WIN_H_ diff --git a/atom/browser/net/adapter_request_job.cc b/atom/browser/net/adapter_request_job.cc index cfa54aa116..626b09a6b8 100644 --- a/atom/browser/net/adapter_request_job.cc +++ b/atom/browser/net/adapter_request_job.cc @@ -1,5 +1,5 @@ // 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. #include "atom/browser/net/adapter_request_job.h" diff --git a/atom/browser/net/adapter_request_job.h b/atom/browser/net/adapter_request_job.h index 755026267b..983472abb3 100644 --- a/atom/browser/net/adapter_request_job.h +++ b/atom/browser/net/adapter_request_job.h @@ -1,5 +1,5 @@ // 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. #ifndef ATOM_BROWSER_NET_ADAPTER_REQUEST_JOB_H_ diff --git a/atom/browser/net/atom_url_request_context_getter.cc b/atom/browser/net/atom_url_request_context_getter.cc index 21eb11d38c..d5be00b983 100644 --- a/atom/browser/net/atom_url_request_context_getter.cc +++ b/atom/browser/net/atom_url_request_context_getter.cc @@ -1,5 +1,5 @@ // 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. #include "atom/browser/net/atom_url_request_context_getter.h" diff --git a/atom/browser/net/atom_url_request_context_getter.h b/atom/browser/net/atom_url_request_context_getter.h index e2c5f365c2..a357afb27f 100644 --- a/atom/browser/net/atom_url_request_context_getter.h +++ b/atom/browser/net/atom_url_request_context_getter.h @@ -1,5 +1,5 @@ // 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. #ifndef ATOM_BROWSER_NET_ATOM_URL_REQUEST_CONTEXT_GETTER_H_ diff --git a/atom/browser/net/atom_url_request_job_factory.cc b/atom/browser/net/atom_url_request_job_factory.cc index b0ee610498..5c9c83e644 100644 --- a/atom/browser/net/atom_url_request_job_factory.cc +++ b/atom/browser/net/atom_url_request_job_factory.cc @@ -1,6 +1,6 @@ // Copyright (c) 2013 GitHub, Inc. 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. #include "atom/browser/net/atom_url_request_job_factory.h" diff --git a/atom/browser/net/atom_url_request_job_factory.h b/atom/browser/net/atom_url_request_job_factory.h index c34b28392a..c44f48c65d 100644 --- a/atom/browser/net/atom_url_request_job_factory.h +++ b/atom/browser/net/atom_url_request_job_factory.h @@ -1,6 +1,6 @@ // Copyright (c) 2013 GitHub, Inc. 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. #ifndef ATOM_BROWSER_NET_ATOM_URL_REQUEST_JOB_FACTORY_H_ diff --git a/atom/browser/net/url_request_string_job.cc b/atom/browser/net/url_request_string_job.cc index 93f6691043..b1969d2e92 100644 --- a/atom/browser/net/url_request_string_job.cc +++ b/atom/browser/net/url_request_string_job.cc @@ -1,5 +1,5 @@ // 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. #include "atom/browser/net/url_request_string_job.h" diff --git a/atom/browser/net/url_request_string_job.h b/atom/browser/net/url_request_string_job.h index a0143e5577..4516219f44 100644 --- a/atom/browser/net/url_request_string_job.h +++ b/atom/browser/net/url_request_string_job.h @@ -1,5 +1,5 @@ // 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. #ifndef ATOM_BROWSER_NET_URL_REQUEST_STRING_JOB_H_ diff --git a/atom/browser/ui/accelerator_util.cc b/atom/browser/ui/accelerator_util.cc index 664922bdb6..d2963cd8fe 100644 --- a/atom/browser/ui/accelerator_util.cc +++ b/atom/browser/ui/accelerator_util.cc @@ -1,5 +1,5 @@ // 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. #include "atom/browser/ui/accelerator_util.h" diff --git a/atom/browser/ui/accelerator_util.h b/atom/browser/ui/accelerator_util.h index 1db760a575..41264fa0cf 100644 --- a/atom/browser/ui/accelerator_util.h +++ b/atom/browser/ui/accelerator_util.h @@ -1,5 +1,5 @@ // 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. #ifndef ATOM_BROWSER_UI_ACCELERATOR_UTIL_H_ diff --git a/atom/browser/ui/accelerator_util_gtk.cc b/atom/browser/ui/accelerator_util_gtk.cc index 8752667897..259d4aef49 100644 --- a/atom/browser/ui/accelerator_util_gtk.cc +++ b/atom/browser/ui/accelerator_util_gtk.cc @@ -1,5 +1,5 @@ // 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. #include "atom/browser/ui/accelerator_util.h" diff --git a/atom/browser/ui/accelerator_util_mac.mm b/atom/browser/ui/accelerator_util_mac.mm index 536b04b45c..1909a73741 100644 --- a/atom/browser/ui/accelerator_util_mac.mm +++ b/atom/browser/ui/accelerator_util_mac.mm @@ -1,5 +1,5 @@ // 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. #include "atom/browser/ui/accelerator_util.h" diff --git a/atom/browser/ui/accelerator_util_win.cc b/atom/browser/ui/accelerator_util_win.cc index c84166246a..2643175022 100644 --- a/atom/browser/ui/accelerator_util_win.cc +++ b/atom/browser/ui/accelerator_util_win.cc @@ -1,5 +1,5 @@ // 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. #include "atom/browser/ui/accelerator_util.h" diff --git a/atom/browser/ui/cocoa/atom_menu_controller.h b/atom/browser/ui/cocoa/atom_menu_controller.h index afd60931f5..5659c191d5 100644 --- a/atom/browser/ui/cocoa/atom_menu_controller.h +++ b/atom/browser/ui/cocoa/atom_menu_controller.h @@ -1,6 +1,6 @@ // Copyright (c) 2013 GitHub, Inc. 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. #ifndef ATOM_BROWSER_UI_COCOA_ATOM_MENU_CONTROLLER_H_ diff --git a/atom/browser/ui/cocoa/atom_menu_controller.mm b/atom/browser/ui/cocoa/atom_menu_controller.mm index 0312ef169a..249eecc8bc 100644 --- a/atom/browser/ui/cocoa/atom_menu_controller.mm +++ b/atom/browser/ui/cocoa/atom_menu_controller.mm @@ -1,6 +1,6 @@ // Copyright (c) 2013 GitHub, Inc. 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. #import "atom/browser/ui/cocoa/atom_menu_controller.h" diff --git a/atom/browser/ui/cocoa/event_processing_window.h b/atom/browser/ui/cocoa/event_processing_window.h index 00872a39e5..b6e140ac85 100644 --- a/atom/browser/ui/cocoa/event_processing_window.h +++ b/atom/browser/ui/cocoa/event_processing_window.h @@ -1,5 +1,5 @@ // 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. #ifndef ATOM_BROWSER_UI_COCOA_EVENT_PROCESSING_WINDOW_H_ diff --git a/atom/browser/ui/cocoa/event_processing_window.mm b/atom/browser/ui/cocoa/event_processing_window.mm index 2efba68d2a..ed22592b37 100644 --- a/atom/browser/ui/cocoa/event_processing_window.mm +++ b/atom/browser/ui/cocoa/event_processing_window.mm @@ -1,5 +1,5 @@ // 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. #import "atom/browser/ui/cocoa/event_processing_window.h" diff --git a/atom/browser/ui/file_dialog.h b/atom/browser/ui/file_dialog.h index 58399dca91..4a30df28b1 100644 --- a/atom/browser/ui/file_dialog.h +++ b/atom/browser/ui/file_dialog.h @@ -1,5 +1,5 @@ // 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. #ifndef ATOM_BROWSER_UI_FILE_DIALOG_H_ diff --git a/atom/browser/ui/file_dialog_gtk.cc b/atom/browser/ui/file_dialog_gtk.cc index 6c76c2991b..9b813e7054 100644 --- a/atom/browser/ui/file_dialog_gtk.cc +++ b/atom/browser/ui/file_dialog_gtk.cc @@ -1,5 +1,5 @@ // 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. #include "atom/browser/ui/file_dialog.h" diff --git a/atom/browser/ui/file_dialog_mac.mm b/atom/browser/ui/file_dialog_mac.mm index 15b39c25ac..7c0420d8e3 100644 --- a/atom/browser/ui/file_dialog_mac.mm +++ b/atom/browser/ui/file_dialog_mac.mm @@ -1,5 +1,5 @@ // 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. #include "atom/browser/ui/file_dialog.h" diff --git a/atom/browser/ui/file_dialog_win.cc b/atom/browser/ui/file_dialog_win.cc index 94c7a962ab..fa1c765023 100644 --- a/atom/browser/ui/file_dialog_win.cc +++ b/atom/browser/ui/file_dialog_win.cc @@ -1,5 +1,5 @@ // 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. #include "atom/browser/ui/file_dialog.h" diff --git a/atom/browser/ui/message_box.h b/atom/browser/ui/message_box.h index 033ee3f36d..e3ab7b796b 100644 --- a/atom/browser/ui/message_box.h +++ b/atom/browser/ui/message_box.h @@ -1,5 +1,5 @@ // 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. #ifndef ATOM_BROWSER_UI_MESSAGE_BOX_H_ diff --git a/atom/browser/ui/message_box_gtk.cc b/atom/browser/ui/message_box_gtk.cc index 16afd65620..792ef4db23 100644 --- a/atom/browser/ui/message_box_gtk.cc +++ b/atom/browser/ui/message_box_gtk.cc @@ -1,5 +1,5 @@ // 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. #include "atom/browser/ui/message_box.h" diff --git a/atom/browser/ui/message_box_mac.mm b/atom/browser/ui/message_box_mac.mm index 248befc0dd..f6d4ca30d8 100644 --- a/atom/browser/ui/message_box_mac.mm +++ b/atom/browser/ui/message_box_mac.mm @@ -1,5 +1,5 @@ // 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. #include "atom/browser/ui/message_box.h" diff --git a/atom/browser/ui/message_box_win.cc b/atom/browser/ui/message_box_win.cc index 02c4997c26..66b2eb6792 100644 --- a/atom/browser/ui/message_box_win.cc +++ b/atom/browser/ui/message_box_win.cc @@ -1,5 +1,5 @@ // 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. #include "atom/browser/ui/message_box.h" diff --git a/atom/browser/ui/win/menu_2.cc b/atom/browser/ui/win/menu_2.cc index 6db97359bc..81c40baddf 100644 --- a/atom/browser/ui/win/menu_2.cc +++ b/atom/browser/ui/win/menu_2.cc @@ -1,6 +1,6 @@ // Copyright (c) 2013 GitHub, Inc. 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. #include "atom/browser/ui/win/menu_2.h" diff --git a/atom/browser/ui/win/menu_2.h b/atom/browser/ui/win/menu_2.h index 7c7e7874d9..f5691d7279 100644 --- a/atom/browser/ui/win/menu_2.h +++ b/atom/browser/ui/win/menu_2.h @@ -1,6 +1,6 @@ // Copyright (c) 2013 GitHub, Inc. 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. #ifndef ATOM_BROWSER_UI_WIN_MENU_2_H_ diff --git a/atom/browser/ui/win/native_menu_win.cc b/atom/browser/ui/win/native_menu_win.cc index 797802b945..f82a0f0404 100644 --- a/atom/browser/ui/win/native_menu_win.cc +++ b/atom/browser/ui/win/native_menu_win.cc @@ -1,5 +1,5 @@ // 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. #include "atom/browser/ui/win/native_menu_win.h" diff --git a/atom/browser/ui/win/native_menu_win.h b/atom/browser/ui/win/native_menu_win.h index 83ce2a0636..121cb2ddb2 100644 --- a/atom/browser/ui/win/native_menu_win.h +++ b/atom/browser/ui/win/native_menu_win.h @@ -1,6 +1,6 @@ // Copyright (c) 2013 GitHub, Inc. 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. #ifndef ATOM_BROWSER_UI_WIN_NATIVE_MENU_WIN_H_ diff --git a/atom/browser/window_list.cc b/atom/browser/window_list.cc index 89682aeb2e..5a8a9b4c2f 100644 --- a/atom/browser/window_list.cc +++ b/atom/browser/window_list.cc @@ -1,5 +1,5 @@ // 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. #include "atom/browser/window_list.h" diff --git a/atom/browser/window_list.h b/atom/browser/window_list.h index d788b50b60..063369119d 100644 --- a/atom/browser/window_list.h +++ b/atom/browser/window_list.h @@ -1,5 +1,5 @@ // 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. #ifndef ATOM_BROWSER_WINDOW_LIST_H_ diff --git a/atom/browser/window_list_observer.h b/atom/browser/window_list_observer.h index 9b5b00a271..653a8ea02f 100644 --- a/atom/browser/window_list_observer.h +++ b/atom/browser/window_list_observer.h @@ -1,5 +1,5 @@ // 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. #ifndef ATOM_BROWSER_WINDOW_LIST_OBSERVER_H_ diff --git a/atom/common/api/api_messages.cc b/atom/common/api/api_messages.cc index 4fa907517c..e87a59a7ba 100644 --- a/atom/common/api/api_messages.cc +++ b/atom/common/api/api_messages.cc @@ -1,5 +1,5 @@ // 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. // Get basic type definitions. diff --git a/atom/common/api/api_messages.h b/atom/common/api/api_messages.h index 719ed79002..0e857af37f 100644 --- a/atom/common/api/api_messages.h +++ b/atom/common/api/api_messages.h @@ -1,5 +1,5 @@ // 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. // Multiply-included file, no traditional include guard. diff --git a/atom/common/api/atom_api_clipboard.cc b/atom/common/api/atom_api_clipboard.cc index e26f2a310c..e98c2f29a7 100644 --- a/atom/common/api/atom_api_clipboard.cc +++ b/atom/common/api/atom_api_clipboard.cc @@ -1,5 +1,5 @@ // 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. #include diff --git a/atom/common/api/atom_api_crash_reporter.cc b/atom/common/api/atom_api_crash_reporter.cc index 06d2f8b49b..ddf869a217 100644 --- a/atom/common/api/atom_api_crash_reporter.cc +++ b/atom/common/api/atom_api_crash_reporter.cc @@ -1,5 +1,5 @@ // 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. #include diff --git a/atom/common/api/atom_api_id_weak_map.cc b/atom/common/api/atom_api_id_weak_map.cc index e6b6d0e766..8b451ab51e 100644 --- a/atom/common/api/atom_api_id_weak_map.cc +++ b/atom/common/api/atom_api_id_weak_map.cc @@ -1,5 +1,5 @@ // 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. #include "atom/common/api/atom_api_id_weak_map.h" diff --git a/atom/common/api/atom_api_id_weak_map.h b/atom/common/api/atom_api_id_weak_map.h index 0b206225ea..092d3f9098 100644 --- a/atom/common/api/atom_api_id_weak_map.h +++ b/atom/common/api/atom_api_id_weak_map.h @@ -1,6 +1,6 @@ // Copyright (c) 2013 GitHub, Inc. All rights reserved. // Copyright (c) 2012 Intel Corp. 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. #ifndef ATOM_COMMON_API_ATOM_API_ID_WEAK_MAP_H_ diff --git a/atom/common/api/atom_api_screen.cc b/atom/common/api/atom_api_screen.cc index 980183bc30..3d71040d9a 100644 --- a/atom/common/api/atom_api_screen.cc +++ b/atom/common/api/atom_api_screen.cc @@ -1,5 +1,5 @@ // 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. #include "native_mate/dictionary.h" diff --git a/atom/common/api/atom_api_shell.cc b/atom/common/api/atom_api_shell.cc index 7457134829..39ff09a43a 100644 --- a/atom/common/api/atom_api_shell.cc +++ b/atom/common/api/atom_api_shell.cc @@ -1,5 +1,5 @@ // 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. #include diff --git a/atom/common/api/atom_api_v8_util.cc b/atom/common/api/atom_api_v8_util.cc index f6e2e6d89a..d68e7f8d2f 100644 --- a/atom/common/api/atom_api_v8_util.cc +++ b/atom/common/api/atom_api_v8_util.cc @@ -1,5 +1,5 @@ // 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. #include "atom/common/api/object_life_monitor.h" diff --git a/atom/common/api/atom_bindings.cc b/atom/common/api/atom_bindings.cc index 7825850995..838f39f952 100644 --- a/atom/common/api/atom_bindings.cc +++ b/atom/common/api/atom_bindings.cc @@ -1,5 +1,5 @@ // 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. #include "atom/common/api/atom_bindings.h" diff --git a/atom/common/api/atom_bindings.h b/atom/common/api/atom_bindings.h index 6e7e855de6..4b5f314b11 100644 --- a/atom/common/api/atom_bindings.h +++ b/atom/common/api/atom_bindings.h @@ -1,5 +1,5 @@ // 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. #ifndef ATOM_COMMON_API_ATOM_BINDINGS_H_ diff --git a/atom/common/api/atom_extensions.cc b/atom/common/api/atom_extensions.cc index 18c8a24d4d..a9943aea6a 100644 --- a/atom/common/api/atom_extensions.cc +++ b/atom/common/api/atom_extensions.cc @@ -1,5 +1,5 @@ // 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. #include diff --git a/atom/common/api/atom_extensions.h b/atom/common/api/atom_extensions.h index 62a0826403..6d0a9166c1 100644 --- a/atom/common/api/atom_extensions.h +++ b/atom/common/api/atom_extensions.h @@ -1,5 +1,5 @@ // 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. // Multiply-included file, no traditional include guard. diff --git a/atom/common/api/object_life_monitor.cc b/atom/common/api/object_life_monitor.cc index d058d6d5dc..f4ca8c4910 100644 --- a/atom/common/api/object_life_monitor.cc +++ b/atom/common/api/object_life_monitor.cc @@ -1,6 +1,6 @@ // Copyright (c) 2013 GitHub, Inc. All rights reserved. // Copyright (c) 2012 Intel Corp. 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. #include "atom/common/api/object_life_monitor.h" diff --git a/atom/common/api/object_life_monitor.h b/atom/common/api/object_life_monitor.h index 495c225d97..46b5b4b7b5 100644 --- a/atom/common/api/object_life_monitor.h +++ b/atom/common/api/object_life_monitor.h @@ -1,5 +1,5 @@ // 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. #ifndef ATOM_COMMON_API_OBJECT_LIFE_MONITOR_H_ diff --git a/atom/common/atom_version.h b/atom/common/atom_version.h index a7ee79b7b0..84747b9449 100644 --- a/atom/common/atom_version.h +++ b/atom/common/atom_version.h @@ -1,5 +1,5 @@ // 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. #ifndef ATOM_VERSION_H diff --git a/atom/common/browser_v8_locker.cc b/atom/common/browser_v8_locker.cc index 6dcb9f186e..584dcfded8 100644 --- a/atom/common/browser_v8_locker.cc +++ b/atom/common/browser_v8_locker.cc @@ -1,5 +1,5 @@ // 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. #include "atom/common/browser_v8_locker.h" diff --git a/atom/common/browser_v8_locker.h b/atom/common/browser_v8_locker.h index b87a830f54..01a54bbbd2 100644 --- a/atom/common/browser_v8_locker.h +++ b/atom/common/browser_v8_locker.h @@ -1,5 +1,5 @@ // 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. #ifndef ATOM_COMMON_BROWSER_V8_LOCKER_H_ diff --git a/atom/common/crash_reporter/crash_reporter.cc b/atom/common/crash_reporter/crash_reporter.cc index 23d25f37f0..b6eb5e12e3 100644 --- a/atom/common/crash_reporter/crash_reporter.cc +++ b/atom/common/crash_reporter/crash_reporter.cc @@ -1,5 +1,5 @@ // 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. #include "atom/common/crash_reporter/crash_reporter.h" diff --git a/atom/common/crash_reporter/crash_reporter.h b/atom/common/crash_reporter/crash_reporter.h index bc549b949a..b67e876764 100644 --- a/atom/common/crash_reporter/crash_reporter.h +++ b/atom/common/crash_reporter/crash_reporter.h @@ -1,5 +1,5 @@ // 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. #ifndef ATOM_COMMON_CRASH_REPORTER_CRASH_REPORTER_H_ diff --git a/atom/common/crash_reporter/crash_reporter_linux.cc b/atom/common/crash_reporter/crash_reporter_linux.cc index 4d30852792..7562b6ad0b 100644 --- a/atom/common/crash_reporter/crash_reporter_linux.cc +++ b/atom/common/crash_reporter/crash_reporter_linux.cc @@ -1,6 +1,6 @@ // Copyright (c) 2014 GitHub, Inc. All rights reserved. // Copyright (c) 2013 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. #include "atom/common/crash_reporter/crash_reporter_linux.h" diff --git a/atom/common/crash_reporter/crash_reporter_linux.h b/atom/common/crash_reporter/crash_reporter_linux.h index 8876ebad7c..5fd5a87df6 100644 --- a/atom/common/crash_reporter/crash_reporter_linux.h +++ b/atom/common/crash_reporter/crash_reporter_linux.h @@ -1,5 +1,5 @@ // 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. #ifndef ATOM_COMMON_CRASH_REPORTER_CRASH_REPORTER_LINUX_H_ diff --git a/atom/common/crash_reporter/crash_reporter_mac.h b/atom/common/crash_reporter/crash_reporter_mac.h index a24bca9b5d..8287a92263 100644 --- a/atom/common/crash_reporter/crash_reporter_mac.h +++ b/atom/common/crash_reporter/crash_reporter_mac.h @@ -1,5 +1,5 @@ // 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. #ifndef ATOM_COMMON_CRASH_REPORTER_CRASH_REPORTER_MAC_H_ diff --git a/atom/common/crash_reporter/crash_reporter_mac.mm b/atom/common/crash_reporter/crash_reporter_mac.mm index dd2e849be3..55935ff4d5 100644 --- a/atom/common/crash_reporter/crash_reporter_mac.mm +++ b/atom/common/crash_reporter/crash_reporter_mac.mm @@ -1,5 +1,5 @@ // 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. #include "atom/common/crash_reporter/crash_reporter_mac.h" diff --git a/atom/common/crash_reporter/crash_reporter_win.cc b/atom/common/crash_reporter/crash_reporter_win.cc index 70075e30c9..cff97e202a 100644 --- a/atom/common/crash_reporter/crash_reporter_win.cc +++ b/atom/common/crash_reporter/crash_reporter_win.cc @@ -1,5 +1,5 @@ // 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. #include "atom/common/crash_reporter/crash_reporter_win.h" diff --git a/atom/common/crash_reporter/crash_reporter_win.h b/atom/common/crash_reporter/crash_reporter_win.h index 8e138b0702..599aa22f4a 100644 --- a/atom/common/crash_reporter/crash_reporter_win.h +++ b/atom/common/crash_reporter/crash_reporter_win.h @@ -1,5 +1,5 @@ // 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. #ifndef ATOM_COMMON_CRASH_REPORTER_CRASH_REPORTER_WIN_H_ diff --git a/atom/common/crash_reporter/linux/crash_dump_handler.cc b/atom/common/crash_reporter/linux/crash_dump_handler.cc index 824ada737d..c7297888cb 100644 --- a/atom/common/crash_reporter/linux/crash_dump_handler.cc +++ b/atom/common/crash_reporter/linux/crash_dump_handler.cc @@ -1,6 +1,6 @@ // Copyright (c) 2014 GitHub, Inc. All rights reserved. // Copyright (c) 2013 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. // For linux_syscall_support.h. This makes it safe to call embedded system diff --git a/atom/common/crash_reporter/linux/crash_dump_handler.h b/atom/common/crash_reporter/linux/crash_dump_handler.h index 58f4fe8851..b7972e7087 100644 --- a/atom/common/crash_reporter/linux/crash_dump_handler.h +++ b/atom/common/crash_reporter/linux/crash_dump_handler.h @@ -1,6 +1,6 @@ // Copyright (c) 2014 GitHub, Inc. All rights reserved. // Copyright (c) 2013 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. #ifndef ATOM_COMMON_CRASH_REPORTER_LINUX_CRASH_DUMP_HANDLER_H_ diff --git a/atom/common/crash_reporter/win/crash_service.cc b/atom/common/crash_reporter/win/crash_service.cc index e76c875b46..4ee0770d6e 100644 --- a/atom/common/crash_reporter/win/crash_service.cc +++ b/atom/common/crash_reporter/win/crash_service.cc @@ -1,5 +1,5 @@ // 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. #include "atom/common/crash_reporter/win/crash_service.h" diff --git a/atom/common/crash_reporter/win/crash_service.h b/atom/common/crash_reporter/win/crash_service.h index 6b945c6b77..730e4da3c6 100644 --- a/atom/common/crash_reporter/win/crash_service.h +++ b/atom/common/crash_reporter/win/crash_service.h @@ -1,5 +1,5 @@ // 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. #ifndef ATOM_COMMON_CRASH_REPORTER_WIN_CRASH_SERVICE_H_ diff --git a/atom/common/crash_reporter/win/crash_service_main.cc b/atom/common/crash_reporter/win/crash_service_main.cc index 8a587ae872..85b376ab61 100644 --- a/atom/common/crash_reporter/win/crash_service_main.cc +++ b/atom/common/crash_reporter/win/crash_service_main.cc @@ -1,5 +1,5 @@ // 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. #include "atom/common/crash_reporter/win/crash_service_main.h" diff --git a/atom/common/crash_reporter/win/crash_service_main.h b/atom/common/crash_reporter/win/crash_service_main.h index 0e553c00c4..5e49d73df7 100644 --- a/atom/common/crash_reporter/win/crash_service_main.h +++ b/atom/common/crash_reporter/win/crash_service_main.h @@ -1,5 +1,5 @@ // 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. #ifndef ATOM_COMMON_CRASH_REPORTER_WIN_CRASH_SERVICE_MAIN_H_ diff --git a/atom/common/draggable_region.cc b/atom/common/draggable_region.cc index 691279f0f4..f57719448a 100644 --- a/atom/common/draggable_region.cc +++ b/atom/common/draggable_region.cc @@ -1,5 +1,5 @@ // 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. #include "atom/common/draggable_region.h" diff --git a/atom/common/draggable_region.h b/atom/common/draggable_region.h index 6ec3d2d7cf..dafd91259e 100644 --- a/atom/common/draggable_region.h +++ b/atom/common/draggable_region.h @@ -1,5 +1,5 @@ // 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. #ifndef ATOM_COMMON_DRAGGABLE_REGION_H_ diff --git a/atom/common/linux/application_info.cc b/atom/common/linux/application_info.cc index a1ce5ada38..a3510dd5b2 100644 --- a/atom/common/linux/application_info.cc +++ b/atom/common/linux/application_info.cc @@ -1,5 +1,5 @@ // 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. #include diff --git a/atom/common/native_mate_converters/file_path_converter.h b/atom/common/native_mate_converters/file_path_converter.h index 91e33d92c7..cfc2191234 100644 --- a/atom/common/native_mate_converters/file_path_converter.h +++ b/atom/common/native_mate_converters/file_path_converter.h @@ -1,5 +1,5 @@ // 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. #ifndef ATOM_COMMON_NATIVE_MATE_CONVERTERS_FILE_PATH_CONVERTER_H_ diff --git a/atom/common/native_mate_converters/function_converter.h b/atom/common/native_mate_converters/function_converter.h index 170a8cc32d..b10f4c5d8d 100644 --- a/atom/common/native_mate_converters/function_converter.h +++ b/atom/common/native_mate_converters/function_converter.h @@ -1,5 +1,5 @@ // 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. #ifndef ATOM_COMMON_NATIVE_MATE_CONVERTERS_FUNCTION_CONVERTER_H_ diff --git a/atom/common/native_mate_converters/gurl_converter.h b/atom/common/native_mate_converters/gurl_converter.h index 7529317a1c..87f8d0ee77 100644 --- a/atom/common/native_mate_converters/gurl_converter.h +++ b/atom/common/native_mate_converters/gurl_converter.h @@ -1,5 +1,5 @@ // 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. #ifndef ATOM_COMMON_NATIVE_MATE_CONVERTERS_GURL_CONVERTER_H_ diff --git a/atom/common/native_mate_converters/string16_converter.h b/atom/common/native_mate_converters/string16_converter.h index 7c30493186..172bed74a3 100644 --- a/atom/common/native_mate_converters/string16_converter.h +++ b/atom/common/native_mate_converters/string16_converter.h @@ -1,5 +1,5 @@ // 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. #ifndef ATOM_COMMON_NATIVE_MATE_CONVERTERS_STRING16_CONVERTER_H_ diff --git a/atom/common/native_mate_converters/v8_value_converter.cc b/atom/common/native_mate_converters/v8_value_converter.cc index 2a879155a8..ca0af6f825 100644 --- a/atom/common/native_mate_converters/v8_value_converter.cc +++ b/atom/common/native_mate_converters/v8_value_converter.cc @@ -1,5 +1,5 @@ // 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. #include "atom/common/native_mate_converters/v8_value_converter.h" diff --git a/atom/common/native_mate_converters/v8_value_converter.h b/atom/common/native_mate_converters/v8_value_converter.h index 06f69b13e4..5c7e6182ac 100644 --- a/atom/common/native_mate_converters/v8_value_converter.h +++ b/atom/common/native_mate_converters/v8_value_converter.h @@ -1,5 +1,5 @@ // 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. #ifndef ATOM_COMMON_NATIVE_MATE_CONVERTERS_V8_VALUE_CONVERTER_H_ diff --git a/atom/common/native_mate_converters/value_converter.cc b/atom/common/native_mate_converters/value_converter.cc index aa40ea634b..626917d620 100644 --- a/atom/common/native_mate_converters/value_converter.cc +++ b/atom/common/native_mate_converters/value_converter.cc @@ -1,5 +1,5 @@ // 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. #include "atom/common/native_mate_converters/value_converter.h" diff --git a/atom/common/native_mate_converters/value_converter.h b/atom/common/native_mate_converters/value_converter.h index 3735ae8aa7..45e8521290 100644 --- a/atom/common/native_mate_converters/value_converter.h +++ b/atom/common/native_mate_converters/value_converter.h @@ -1,5 +1,5 @@ // 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. #ifndef ATOM_COMMON_NATIVE_MATE_CONVERTERS_VALUE_CONVERTER_H_ diff --git a/atom/common/node_bindings.cc b/atom/common/node_bindings.cc index eba895fed5..4d78cea6b2 100644 --- a/atom/common/node_bindings.cc +++ b/atom/common/node_bindings.cc @@ -1,5 +1,5 @@ // 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. #include "atom/common/node_bindings.h" diff --git a/atom/common/node_bindings.h b/atom/common/node_bindings.h index 7f61ed4832..a011a032ae 100644 --- a/atom/common/node_bindings.h +++ b/atom/common/node_bindings.h @@ -1,5 +1,5 @@ // 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. #ifndef ATOM_COMMON_NODE_BINDINGS_H_ diff --git a/atom/common/node_bindings_linux.cc b/atom/common/node_bindings_linux.cc index 7aa5ccd104..bb298be163 100644 --- a/atom/common/node_bindings_linux.cc +++ b/atom/common/node_bindings_linux.cc @@ -1,5 +1,5 @@ // 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. #include "atom/common/node_bindings_linux.h" diff --git a/atom/common/node_bindings_linux.h b/atom/common/node_bindings_linux.h index ba948a84be..743bad2169 100644 --- a/atom/common/node_bindings_linux.h +++ b/atom/common/node_bindings_linux.h @@ -1,5 +1,5 @@ // 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. #ifndef ATOM_COMMON_NODE_BINDINGS_LINUX_H_ diff --git a/atom/common/node_bindings_mac.cc b/atom/common/node_bindings_mac.cc index c791118e02..0ea7f8efdd 100644 --- a/atom/common/node_bindings_mac.cc +++ b/atom/common/node_bindings_mac.cc @@ -1,5 +1,5 @@ // 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. #include "atom/common/node_bindings_mac.h" diff --git a/atom/common/node_bindings_mac.h b/atom/common/node_bindings_mac.h index fb5e1d54e9..471bbc9f58 100644 --- a/atom/common/node_bindings_mac.h +++ b/atom/common/node_bindings_mac.h @@ -1,5 +1,5 @@ // 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. #ifndef ATOM_COMMON_NODE_BINDINGS_MAC_H_ diff --git a/atom/common/node_bindings_win.cc b/atom/common/node_bindings_win.cc index 6e56d80bae..3a0d1063aa 100644 --- a/atom/common/node_bindings_win.cc +++ b/atom/common/node_bindings_win.cc @@ -1,5 +1,5 @@ // 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. #include "atom/common/node_bindings_win.h" diff --git a/atom/common/node_bindings_win.h b/atom/common/node_bindings_win.h index a063a37d6a..33f47b02e8 100644 --- a/atom/common/node_bindings_win.h +++ b/atom/common/node_bindings_win.h @@ -1,5 +1,5 @@ // 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. #ifndef ATOM_COMMON_NODE_BINDINGS_WIN_H_ diff --git a/atom/common/node_includes.h b/atom/common/node_includes.h index d025c9ff97..9f544a124e 100644 --- a/atom/common/node_includes.h +++ b/atom/common/node_includes.h @@ -1,5 +1,5 @@ // 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. #ifndef ATOM_COMMON_NODE_INCLUDES_H_ diff --git a/atom/common/options_switches.cc b/atom/common/options_switches.cc index 48358c5798..8466cd0e53 100644 --- a/atom/common/options_switches.cc +++ b/atom/common/options_switches.cc @@ -1,5 +1,5 @@ // 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. #include "atom/common/options_switches.h" diff --git a/atom/common/options_switches.h b/atom/common/options_switches.h index af8a8b5588..cd6e6acfec 100644 --- a/atom/common/options_switches.h +++ b/atom/common/options_switches.h @@ -1,5 +1,5 @@ // 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. #ifndef ATOM_COMMON_OPTIONS_SWITCHES_H_ diff --git a/atom/common/platform_util.h b/atom/common/platform_util.h index 8442510fbe..848961900a 100644 --- a/atom/common/platform_util.h +++ b/atom/common/platform_util.h @@ -1,5 +1,5 @@ // 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. #ifndef ATOM_COMMON_PLATFORM_UTIL_H_ diff --git a/atom/common/platform_util_linux.cc b/atom/common/platform_util_linux.cc index 4d573a98b8..c19216b650 100644 --- a/atom/common/platform_util_linux.cc +++ b/atom/common/platform_util_linux.cc @@ -1,5 +1,5 @@ // 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. #include "atom/common/platform_util.h" diff --git a/atom/common/platform_util_mac.mm b/atom/common/platform_util_mac.mm index 2a163c4553..9d1ab5b715 100644 --- a/atom/common/platform_util_mac.mm +++ b/atom/common/platform_util_mac.mm @@ -1,5 +1,5 @@ // 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. #include "atom/common/platform_util.h" diff --git a/atom/common/platform_util_win.cc b/atom/common/platform_util_win.cc index 46ea850fc4..6c3ea9825e 100644 --- a/atom/common/platform_util_win.cc +++ b/atom/common/platform_util_win.cc @@ -1,5 +1,5 @@ // 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. #include "atom/common/platform_util.h" diff --git a/atom/renderer/api/atom_api_renderer_ipc.cc b/atom/renderer/api/atom_api_renderer_ipc.cc index 885a764bf9..13c73add87 100644 --- a/atom/renderer/api/atom_api_renderer_ipc.cc +++ b/atom/renderer/api/atom_api_renderer_ipc.cc @@ -1,5 +1,5 @@ // 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. #include "atom/common/api/api_messages.h" diff --git a/atom/renderer/api/atom_renderer_bindings.cc b/atom/renderer/api/atom_renderer_bindings.cc index 1c780d0b6d..d21f0a655f 100644 --- a/atom/renderer/api/atom_renderer_bindings.cc +++ b/atom/renderer/api/atom_renderer_bindings.cc @@ -1,5 +1,5 @@ // 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. #include "atom/renderer/api/atom_renderer_bindings.h" diff --git a/atom/renderer/api/atom_renderer_bindings.h b/atom/renderer/api/atom_renderer_bindings.h index ffa3b4d4fd..8f5667766a 100644 --- a/atom/renderer/api/atom_renderer_bindings.h +++ b/atom/renderer/api/atom_renderer_bindings.h @@ -1,5 +1,5 @@ // 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. #ifndef ATOM_RENDERER_API_ATOM_RENDERER_BINDINGS_H_ diff --git a/atom/renderer/atom_render_view_observer.cc b/atom/renderer/atom_render_view_observer.cc index 6541f7c235..1815bfd31b 100644 --- a/atom/renderer/atom_render_view_observer.cc +++ b/atom/renderer/atom_render_view_observer.cc @@ -1,5 +1,5 @@ // 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. #include "atom/renderer/atom_render_view_observer.h" diff --git a/atom/renderer/atom_render_view_observer.h b/atom/renderer/atom_render_view_observer.h index 252c6e197c..3b5863dda0 100644 --- a/atom/renderer/atom_render_view_observer.h +++ b/atom/renderer/atom_render_view_observer.h @@ -1,5 +1,5 @@ // 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. #ifndef ATOM_RENDERER_ATOM_RENDER_VIEW_OBSERVER_H_ diff --git a/atom/renderer/atom_renderer_client.cc b/atom/renderer/atom_renderer_client.cc index e7e29ecf67..9df9deeb88 100644 --- a/atom/renderer/atom_renderer_client.cc +++ b/atom/renderer/atom_renderer_client.cc @@ -1,5 +1,5 @@ // 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. #include "atom/renderer/atom_renderer_client.h" diff --git a/atom/renderer/atom_renderer_client.h b/atom/renderer/atom_renderer_client.h index d7b6f857a3..6cf63b798c 100644 --- a/atom/renderer/atom_renderer_client.h +++ b/atom/renderer/atom_renderer_client.h @@ -1,5 +1,5 @@ // 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. #ifndef ATOM_RENDERER_ATOM_RENDERER_CLIENT_H_ diff --git a/package.json b/package.json index 5fe989e199..b8f9b6986b 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,13 @@ "name": "atom-shell", "version": "0.12.0", + "licenses": [ + { + "type": "MIT", + "url": "http://github.com/atom/atom-shell/raw/master/LICENSE.md" + } + ], + "devDependencies": { "atom-package-manager": "0.44.x", "coffee-script": "~1.7.1",