diff --git a/LICENSE b/LICENSE index 961499775ea3..4d231b4563bb 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 d7571e0ea458..cf2b8cf1ee1b 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 738de5ef09e4..d9c93f8818a6 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 622cf978e8be..d63d39bfe008 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 f8437d7ba138..30c17cf774d5 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 5f0c6a229f3b..bbee2527ff4c 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 531836ea28b7..a8e3df9b0c95 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 0b95d36b8dba..e8a45585ee85 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 1b39e8c0e0a4..23a1640fc7b6 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 fc0315c71993..6a5a58edb791 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 2aded03f5958..af85fa104de0 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 e832f9e107ff..23c7733a9c49 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 a2690f00a92d..3417742eb4ac 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 77c779339531..656205ba4585 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 779f1433975f..c4bb8c2e6660 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 28f36ac3e1f6..86076bcc4160 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 65aab47923d5..3c39fb730b7b 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 3855683e4231..9bd95074daaf 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 922dfb916494..4b54a7e2f76e 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 5aff3c46fb16..d5a24ceadb77 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 2d4344fd9939..965aa5983141 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 ccd74f518768..88e49db492f0 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 b574e7cf1f4b..919892871d47 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 ef157b9b6bbc..71da0869cc74 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 0d1ebf5c1da7..654a705fc4f7 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 befe17db78b9..3de4088f715c 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 fb4c6082e7ee..1c42f5256d1e 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 dae2abb93ebf..65260f82187e 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 4d762bee90b3..b6c8cfa07ca1 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 16f464551b81..4bf5b920c5b6 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 bf22079291f6..3090586c3615 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 45ede157d939..b3957dd1cd33 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 9a570319d478..03af9319d04c 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 2c51b03b9831..035320f2415a 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 744e4a8c9c6d..89360fa9542f 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 cbf14c83ed00..02e6f9793b29 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 45c0322e4db7..025b5d15966e 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 ef8c95b260b1..c55b589c5328 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 41de38699e11..de95a0f2e9ea 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 b32e74b43659..6174cfb52dbe 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 98ac84e3c8e9..9d83cddb2927 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 4477150e5d7b..fe65f2c9d967 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 a8dc3d889370..21dd61b4f351 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 9ddbd35b7ce3..6006c010dd78 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 280d3ed0f97a..f4d138d5b1e9 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 12b6e5d53735..bbda9cf4cc57 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 f70862e71ba2..36dcec281b97 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 12b6e5d53735..bbda9cf4cc57 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 76a269e27627..afea053c66e2 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 3a7527fa4513..391f7fbf6fc0 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 b85781a76e94..36432aa00ba5 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 f193509cd7df..1c0dfbdd3101 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 c560c6dd9e34..0f340b007947 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 a9b82e495af3..cf4b9eac5686 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 2bd09c4f6262..ed8dcfa3a222 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 e5117c406ad8..624bacbfa3de 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 ce57df510cea..1dcf50e6cc5a 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 cbcba303809d..2a5831cb4858 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 f68795236c91..0a8257f506ea 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 be00b4473a18..984c77e0b65c 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 c9cba5a9e4ea..816888d7fc83 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 1d638063c267..f70b68e22eca 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 1000af2809e4..9957aacda5c2 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 6cd75efc7a24..5f6411c295af 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 fdc168135630..59559689a860 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 4bbff69b0de0..2b73fb8c100c 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 a7cb41fdaeea..422d7d72577e 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 fcbbc25a5bd6..f8d62be31eba 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 de311c59861b..7b88b18b69de 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 cfa54aa116e0..626b09a6b87b 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 755026267bdf..983472abb344 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 21eb11d38ce6..d5be00b983b8 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 e2c5f365c2fb..a357afb27ff0 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 b0ee61049870..5c9c83e64419 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 c34b28392ae6..c44f48c65d94 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 93f66910431c..b1969d2e92f9 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 a0143e557791..4516219f4425 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 664922bdb6ce..d2963cd8feb5 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 1db760a575ac..41264fa0cf01 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 875266789748..259d4aef49b3 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 536b04b45c7a..1909a7374164 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 c84166246aae..264317502253 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 afd60931f5b0..5659c191d513 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 0312ef169a12..249eecc8bc27 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 00872a39e501..b6e140ac8573 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 2efba68d2ab0..ed22592b376f 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 58399dca9116..4a30df28b193 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 6c76c2991b26..9b813e705465 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 15b39c25acdc..7c0420d8e31b 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 94c7a962ab2b..fa1c7650232f 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 033ee3f36d2e..e3ab7b796b42 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 16afd6562049..792ef4db239d 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 248befc0dd34..f6d4ca30d82c 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 02c4997c26fc..66b2eb6792a9 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 6db97359bcd0..81c40baddfda 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 7c7e7874d947..f5691d7279a4 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 797802b94525..f82a0f04043d 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 83ce2a063610..121cb2ddb2d1 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 89682aeb2e1b..5a8a9b4c2f1b 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 d788b50b600a..063369119db4 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 9b5b00a27199..653a8ea02f42 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 4fa907517c1a..e87a59a7ba86 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 719ed79002ff..0e857af37f46 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 e26f2a310cae..e98c2f29a742 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 06d2f8b49b6b..ddf869a217de 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 e6b6d0e76678..8b451ab51e07 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 0b206225ea2e..092d3f90985c 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 980183bc3032..3d71040d9a06 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 74571348299d..39ff09a43a7b 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 f6e2e6d89a45..d68e7f8d2fee 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 7825850995df..838f39f952aa 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 6e7e855de6be..4b5f314b11f3 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 18c8a24d4d19..a9943aea6a18 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 62a0826403c5..6d0a9166c191 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 d058d6d5dcf7..f4ca8c49104b 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 495c225d9717..46b5b4b7b5b3 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 a7ee79b7b073..84747b9449fb 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 6dcb9f186e3c..584dcfded80a 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 b87a830f547c..01a54bbbd220 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 23d25f37f0ce..b6eb5e12e3f9 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 bc549b949a8a..b67e87676462 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 4d3085279282..7562b6ad0bb1 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 8876ebad7ca4..5fd5a87df674 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 a24bca9b5de3..8287a92263e9 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 dd2e849be3f6..55935ff4d552 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 70075e30c9da..cff97e202ac7 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 8e138b0702e3..599aa22f4a05 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 824ada737d28..c7297888cb56 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 58f4fe885183..b7972e708782 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 e76c875b4600..4ee0770d6e40 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 6b945c6b77c8..730e4da3c6b2 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 8a587ae87243..85b376ab61b5 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 0e553c00c437..5e49d73df77f 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 691279f0f42d..f57719448a08 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 6ec3d2d7cf7a..dafd91259e07 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 a1ce5ada38ba..a3510dd5b2b4 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 91e33d92c773..cfc2191234db 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 170a8cc32dbe..b10f4c5d8df4 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 7529317a1cb3..87f8d0ee776e 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 7c3049318665..172bed74a37b 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 2a879155a8be..ca0af6f825b9 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 06f69b13e41a..5c7e6182acb9 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 aa40ea634b2f..626917d62054 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 3735ae8aa7cf..45e8521290c6 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 eba895fed5d1..4d78cea6b224 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 7f61ed4832ed..a011a032ae29 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 7aa5ccd1048f..bb298be16347 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 ba948a84beec..743bad21692f 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 c791118e0258..0ea7f8efddf5 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 fb5e1d54e963..471bbc9f5809 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 6e56d80bae19..3a0d1063aa66 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 a063a37d6af7..33f47b02e8df 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 d025c9ff97cf..9f544a124e84 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 48358c5798ae..8466cd0e5324 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 af8a8b55884d..cd6e6acfec36 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 8442510fbe5c..848961900aa8 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 4d573a98b84b..c19216b6506b 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 2a163c4553c6..9d1ab5b7156b 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 46ea850fc49a..6c3ea9825e46 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 885a764bf944..13c73add873e 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 1c780d0b6d36..d21f0a655f25 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 ffa3b4d4fd1e..8f5667766a25 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 6541f7c235b6..1815bfd31b43 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 252c6e197c3f..3b5863dda0d5 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 e7e29ecf67ea..9df9deeb88d4 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 d7b6f857a316..6cf63b798cfc 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 5fe989e1996b..b8f9b6986bc3 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",