Browse Source

Switch to use MIT license.

Cheng Zhao 11 years ago
parent
commit
f176b2c58f
100 changed files with 119 additions and 127 deletions
  1. 20 28
      LICENSE
  2. 1 1
      atom/app/atom_library_main.cc
  3. 1 1
      atom/app/atom_library_main.h
  4. 1 1
      atom/app/atom_main.cc
  5. 1 1
      atom/app/atom_main.h
  6. 1 1
      atom/app/atom_main_delegate.cc
  7. 1 1
      atom/app/atom_main_delegate.h
  8. 1 1
      atom/app/atom_main_delegate_mac.mm
  9. 1 1
      atom/browser/api/atom_api_app.cc
  10. 1 1
      atom/browser/api/atom_api_app.h
  11. 1 1
      atom/browser/api/atom_api_auto_updater.cc
  12. 1 1
      atom/browser/api/atom_api_auto_updater.h
  13. 1 1
      atom/browser/api/atom_api_dialog.cc
  14. 1 1
      atom/browser/api/atom_api_menu.cc
  15. 1 1
      atom/browser/api/atom_api_menu.h
  16. 1 1
      atom/browser/api/atom_api_menu_gtk.cc
  17. 1 1
      atom/browser/api/atom_api_menu_gtk.h
  18. 1 1
      atom/browser/api/atom_api_menu_mac.h
  19. 1 1
      atom/browser/api/atom_api_menu_mac.mm
  20. 1 1
      atom/browser/api/atom_api_menu_win.cc
  21. 1 1
      atom/browser/api/atom_api_menu_win.h
  22. 1 1
      atom/browser/api/atom_api_power_monitor.cc
  23. 1 1
      atom/browser/api/atom_api_power_monitor.h
  24. 1 1
      atom/browser/api/atom_api_protocol.cc
  25. 1 1
      atom/browser/api/atom_api_protocol.h
  26. 1 1
      atom/browser/api/atom_api_web_contents.cc
  27. 1 1
      atom/browser/api/atom_api_web_contents.h
  28. 1 1
      atom/browser/api/atom_api_window.cc
  29. 1 1
      atom/browser/api/atom_api_window.h
  30. 1 1
      atom/browser/api/event.cc
  31. 1 1
      atom/browser/api/event.h
  32. 1 1
      atom/browser/api/event_emitter.cc
  33. 1 1
      atom/browser/api/event_emitter.h
  34. 1 1
      atom/browser/atom_browser_client.cc
  35. 1 1
      atom/browser/atom_browser_client.h
  36. 1 1
      atom/browser/atom_browser_context.cc
  37. 1 1
      atom/browser/atom_browser_context.h
  38. 1 1
      atom/browser/atom_browser_main_parts.cc
  39. 1 1
      atom/browser/atom_browser_main_parts.h
  40. 1 1
      atom/browser/atom_browser_main_parts_mac.mm
  41. 1 1
      atom/browser/atom_javascript_dialog_manager.cc
  42. 1 1
      atom/browser/atom_javascript_dialog_manager.h
  43. 1 1
      atom/browser/auto_updater.cc
  44. 1 1
      atom/browser/auto_updater.h
  45. 1 1
      atom/browser/auto_updater_delegate.h
  46. 1 1
      atom/browser/auto_updater_linux.cc
  47. 1 1
      atom/browser/auto_updater_mac.mm
  48. 1 1
      atom/browser/auto_updater_win.cc
  49. 1 1
      atom/browser/browser.cc
  50. 1 1
      atom/browser/browser.h
  51. 1 1
      atom/browser/browser_linux.cc
  52. 1 1
      atom/browser/browser_mac.mm
  53. 1 1
      atom/browser/browser_observer.h
  54. 1 1
      atom/browser/browser_win.cc
  55. 1 1
      atom/browser/devtools_delegate.cc
  56. 1 1
      atom/browser/devtools_delegate.h
  57. 1 1
      atom/browser/mac/atom_application.h
  58. 1 1
      atom/browser/mac/atom_application.mm
  59. 1 1
      atom/browser/mac/atom_application_delegate.h
  60. 1 1
      atom/browser/mac/atom_application_delegate.mm
  61. 1 1
      atom/browser/native_window.cc
  62. 1 1
      atom/browser/native_window.h
  63. 1 1
      atom/browser/native_window_gtk.cc
  64. 1 1
      atom/browser/native_window_gtk.h
  65. 1 1
      atom/browser/native_window_mac.h
  66. 1 1
      atom/browser/native_window_mac.mm
  67. 1 1
      atom/browser/native_window_observer.h
  68. 1 1
      atom/browser/native_window_win.cc
  69. 1 1
      atom/browser/native_window_win.h
  70. 1 1
      atom/browser/net/adapter_request_job.cc
  71. 1 1
      atom/browser/net/adapter_request_job.h
  72. 1 1
      atom/browser/net/atom_url_request_context_getter.cc
  73. 1 1
      atom/browser/net/atom_url_request_context_getter.h
  74. 1 1
      atom/browser/net/atom_url_request_job_factory.cc
  75. 1 1
      atom/browser/net/atom_url_request_job_factory.h
  76. 1 1
      atom/browser/net/url_request_string_job.cc
  77. 1 1
      atom/browser/net/url_request_string_job.h
  78. 1 1
      atom/browser/ui/accelerator_util.cc
  79. 1 1
      atom/browser/ui/accelerator_util.h
  80. 1 1
      atom/browser/ui/accelerator_util_gtk.cc
  81. 1 1
      atom/browser/ui/accelerator_util_mac.mm
  82. 1 1
      atom/browser/ui/accelerator_util_win.cc
  83. 1 1
      atom/browser/ui/cocoa/atom_menu_controller.h
  84. 1 1
      atom/browser/ui/cocoa/atom_menu_controller.mm
  85. 1 1
      atom/browser/ui/cocoa/event_processing_window.h
  86. 1 1
      atom/browser/ui/cocoa/event_processing_window.mm
  87. 1 1
      atom/browser/ui/file_dialog.h
  88. 1 1
      atom/browser/ui/file_dialog_gtk.cc
  89. 1 1
      atom/browser/ui/file_dialog_mac.mm
  90. 1 1
      atom/browser/ui/file_dialog_win.cc
  91. 1 1
      atom/browser/ui/message_box.h
  92. 1 1
      atom/browser/ui/message_box_gtk.cc
  93. 1 1
      atom/browser/ui/message_box_mac.mm
  94. 1 1
      atom/browser/ui/message_box_win.cc
  95. 1 1
      atom/browser/ui/win/menu_2.cc
  96. 1 1
      atom/browser/ui/win/menu_2.h
  97. 1 1
      atom/browser/ui/win/native_menu_win.cc
  98. 1 1
      atom/browser/ui/win/native_menu_win.h
  99. 1 1
      atom/browser/window_list.cc
  100. 1 1
      atom/browser/window_list.h

+ 20 - 28
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.

+ 1 - 1
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"

+ 1 - 1
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_

+ 1 - 1
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"

+ 1 - 1
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_

+ 1 - 1
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"

+ 1 - 1
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_

+ 1 - 1
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"

+ 1 - 1
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"

+ 1 - 1
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_

+ 1 - 1
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"

+ 1 - 1
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_

+ 1 - 1
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 <string>

+ 1 - 1
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"

+ 1 - 1
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_

+ 1 - 1
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"

+ 1 - 1
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_

+ 1 - 1
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_

+ 1 - 1
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"

+ 1 - 1
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"

+ 1 - 1
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_

+ 1 - 1
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"

+ 1 - 1
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_

+ 1 - 1
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"

+ 1 - 1
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_

+ 1 - 1
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"

+ 1 - 1
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_

+ 1 - 1
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"

+ 1 - 1
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_

+ 1 - 1
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"

+ 1 - 1
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_

+ 1 - 1
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"

+ 1 - 1
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_

+ 1 - 1
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"

+ 1 - 1
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_

+ 1 - 1
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"

+ 1 - 1
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_

+ 1 - 1
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"

+ 1 - 1
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_

+ 1 - 1
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"

+ 1 - 1
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"

+ 1 - 1
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_

+ 1 - 1
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"

+ 1 - 1
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_

+ 1 - 1
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_

+ 1 - 1
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"

+ 1 - 1
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"

+ 1 - 1
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"

+ 1 - 1
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"

+ 1 - 1
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_

+ 1 - 1
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"

+ 1 - 1
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"

+ 1 - 1
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_

+ 1 - 1
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"

+ 1 - 1
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"

+ 1 - 1
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_

+ 1 - 1
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"

+ 1 - 1
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"

+ 1 - 1
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 <Cocoa/Cocoa.h>

+ 1 - 1
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"

+ 1 - 1
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"

+ 1 - 1
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_

+ 1 - 1
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"

+ 1 - 1
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_

+ 1 - 1
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_

+ 1 - 1
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"

+ 1 - 1
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_

+ 1 - 1
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"

+ 1 - 1
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_

+ 1 - 1
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"

+ 1 - 1
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_

+ 1 - 1
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"

+ 1 - 1
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_

+ 1 - 1
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"

+ 1 - 1
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_

+ 1 - 1
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"

+ 1 - 1
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_

+ 1 - 1
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"

+ 1 - 1
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_

+ 1 - 1
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"

+ 1 - 1
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"

+ 1 - 1
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"

+ 1 - 1
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_

+ 1 - 1
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"

+ 1 - 1
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_

+ 1 - 1
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"

+ 1 - 1
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_

+ 1 - 1
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"

+ 1 - 1
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"

+ 1 - 1
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"

+ 1 - 1
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_

+ 1 - 1
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"

+ 1 - 1
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"

+ 1 - 1
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"

+ 1 - 1
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"

+ 1 - 1
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_

+ 1 - 1
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"

+ 1 - 1
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_

+ 1 - 1
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"

+ 1 - 1
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_

Some files were not shown because too many files changed in this diff