<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,12 @@
+//
+// This file is licensed under the MIT X11 open source license.
+// http://www.opensource.org/licenses/mit-license.php
+//
+// Authors: Aaron Bockover &lt;abockover@novell.com&gt;
+//
+// Copyright 2009 Novell, Inc.
+// 
+
 function MoonshineFullScreenButton () {
     MtkButton.call (this);
     </diff>
      <filename>player/moonshine-full-screen-button.js</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,12 @@
+//
+// This file is licensed under the MIT X11 open source license.
+// http://www.opensource.org/licenses/mit-license.php
+//
+// Authors: Aaron Bockover &lt;abockover@novell.com&gt;
+//
+// Copyright 2009 Novell, Inc.
+// 
+
 function __MoonshineWmpPluginBindInstance (control) {
     MtkScreenBinder.BindScreen (control);
     new MoonshinePluginPlayer (control);</diff>
      <filename>player/moonshine-plugin-player.js</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,12 @@
+//
+// This file is licensed under the MIT X11 open source license.
+// http://www.opensource.org/licenses/mit-license.php
+//
+// Authors: Aaron Bockover &lt;abockover@novell.com&gt;
+//
+// Copyright 2009 Novell, Inc.
+// 
+
 function MoonshineSeekBar (media_element) {
     MtkSlider.call (this);
     </diff>
      <filename>player/moonshine-seek-bar.js</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,12 @@
+//
+// This file is licensed under the MIT X11 open source license.
+// http://www.opensource.org/licenses/mit-license.php
+//
+// Authors: Aaron Bockover &lt;abockover@novell.com&gt;
+//
+// Copyright 2009 Novell, Inc.
+// 
+
 function MoonshineVolumeBar (media_element) {
     MtkHBox.call (this);
 </diff>
      <filename>player/moonshine-volume-bar.js</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,12 @@
+//
+// This file is licensed under the MIT X11 open source license.
+// http://www.opensource.org/licenses/mit-license.php
+//
+// Authors: Aaron Bockover &lt;abockover@novell.com&gt;
+//
+// Copyright 2009 Novell, Inc.
+// 
+
 function MoonshinePluginPlayerWmpControls (moonshine_player) {
     this.MoonshinePlayer = moonshine_player;
 }</diff>
      <filename>player/moonshine-wmp-controls.js</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,12 @@
+//
+// This file is licensed under the MIT X11 open source license.
+// http://www.opensource.org/licenses/mit-license.php
+//
+// Authors: Aaron Bockover &lt;abockover@novell.com&gt;
+//
+// Copyright 2009 Novell, Inc.
+// 
+
 function MtkBox (settings) {
     MtkContainer.call (this, settings);
     this.InitFromXaml (this.XamlInitSource || &quot;&lt;Canvas/&gt;&quot;);</diff>
      <filename>player/mtk/mtk-box.js</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,12 @@
+//
+// This file is licensed under the MIT X11 open source license.
+// http://www.opensource.org/licenses/mit-license.php
+//
+// Authors: Aaron Bockover &lt;abockover@novell.com&gt;
+//
+// Copyright 2009 Novell, Inc.
+// 
+
 function MtkButton (settings) {
 
     // We accept a widget here which we will .Add </diff>
      <filename>player/mtk/mtk-button.js</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,12 @@
+//
+// This file is licensed under the MIT X11 open source license.
+// http://www.opensource.org/licenses/mit-license.php
+//
+// Authors: Aaron Bockover &lt;abockover@novell.com&gt;
+//
+// Copyright 2009 Novell, Inc.
+// 
+
 var MtkColor = {
 
     //</diff>
      <filename>player/mtk/mtk-color.js</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,12 @@
+//
+// This file is licensed under the MIT X11 open source license.
+// http://www.opensource.org/licenses/mit-license.php
+//
+// Authors: Aaron Bockover &lt;abockover@novell.com&gt;
+//
+// Copyright 2009 Novell, Inc.
+// 
+
 var MtkConsole = {
 
     truncate_function_source: true,</diff>
      <filename>player/mtk/mtk-console.js</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,12 @@
+//
+// This file is licensed under the MIT X11 open source license.
+// http://www.opensource.org/licenses/mit-license.php
+//
+// Authors: Aaron Bockover &lt;abockover@novell.com&gt;
+//
+// Copyright 2009 Novell, Inc.
+// 
+
 function MtkContainer (settings) {
     MtkWidget.call (this, settings);
 </diff>
      <filename>player/mtk/mtk-container.js</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,12 @@
+//
+// This file is licensed under the MIT X11 open source license.
+// http://www.opensource.org/licenses/mit-license.php
+//
+// Authors: Aaron Bockover &lt;abockover@novell.com&gt;
+//
+// Copyright 2009 Novell, Inc.
+// 
+
 function MtkLabel (settings) {
    MtkXaml.call (this, &quot;&lt;TextBlock/&gt;&quot;, settings);
    </diff>
      <filename>player/mtk/mtk-label.js</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,12 @@
+//
+// This file is licensed under the MIT X11 open source license.
+// http://www.opensource.org/licenses/mit-license.php
+//
+// Authors: Aaron Bockover &lt;abockover@novell.com&gt;
+//
+// Copyright 2009 Novell, Inc.
+// 
+
 function MtkMediaElement (settings) {
     MtkWidget.call (this, settings);
     this.InitFromXaml (&quot;&lt;MediaElement/&gt;&quot;);</diff>
      <filename>player/mtk/mtk-media-element.js</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,12 @@
+//
+// This file is licensed under the MIT X11 open source license.
+// http://www.opensource.org/licenses/mit-license.php
+//
+// Authors: Aaron Bockover &lt;abockover@novell.com&gt;
+//
+// Copyright 2009 Novell, Inc.
+// 
+
 function delegate (target, callback) function () callback.apply (target, arguments);
 
 function MtkObject () {</diff>
      <filename>player/mtk/mtk-object.js</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,12 @@
+//
+// This file is licensed under the MIT X11 open source license.
+// http://www.opensource.org/licenses/mit-license.php
+//
+// Authors: Aaron Bockover &lt;abockover@novell.com&gt;
+//
+// Copyright 2009 Novell, Inc.
+// 
+
 function MtkPopup (settings) {
     MtkContainer.call (this, settings);
     this.InitFromXaml ('&lt;Canvas/&gt;');</diff>
      <filename>player/mtk/mtk-popup.js</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,12 @@
+//
+// This file is licensed under the MIT X11 open source license.
+// http://www.opensource.org/licenses/mit-license.php
+//
+// Authors: Aaron Bockover &lt;abockover@novell.com&gt;
+//
+// Copyright 2009 Novell, Inc.
+// 
+
 function MtkScreen (control) {
     MtkObject.call (this);
     </diff>
      <filename>player/mtk/mtk-screen.js</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,12 @@
+//
+// This file is licensed under the MIT X11 open source license.
+// http://www.opensource.org/licenses/mit-license.php
+//
+// Authors: Aaron Bockover &lt;abockover@novell.com&gt;
+//
+// Copyright 2009 Novell, Inc.
+// 
+
 function MtkSlider (settings) {
     MtkWidget.call (this, settings);
    </diff>
      <filename>player/mtk/mtk-slider.js</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,12 @@
+//
+// This file is licensed under the MIT X11 open source license.
+// http://www.opensource.org/licenses/mit-license.php
+//
+// Authors: Aaron Bockover &lt;abockover@novell.com&gt;
+//
+// Copyright 2009 Novell, Inc.
+// 
+
 var MtkStyle = {
 
     //</diff>
      <filename>player/mtk/mtk-style.js</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,12 @@
+//
+// This file is licensed under the MIT X11 open source license.
+// http://www.opensource.org/licenses/mit-license.php
+//
+// Authors: Aaron Bockover &lt;abockover@novell.com&gt;
+//
+// Copyright 2009 Novell, Inc.
+// 
+
 function MtkToolBar (settings) {
     this.XamlInitSource = '&lt;Canvas/&gt;';
     MtkHBox.call (this, settings);</diff>
      <filename>player/mtk/mtk-toolbar.js</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,12 @@
+//
+// This file is licensed under the MIT X11 open source license.
+// http://www.opensource.org/licenses/mit-license.php
+//
+// Authors: Aaron Bockover &lt;abockover@novell.com&gt;
+//
+// Copyright 2009 Novell, Inc.
+// 
+
 function MtkWidget (settings) {
     MtkObject.call (this);
 </diff>
      <filename>player/mtk/mtk-widget.js</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,12 @@
+//
+// This file is licensed under the MIT X11 open source license.
+// http://www.opensource.org/licenses/mit-license.php
+//
+// Authors: Aaron Bockover &lt;abockover@novell.com&gt;
+//
+// Copyright 2009 Novell, Inc.
+// 
+
 function MtkWindow (settings) {
     MtkContainer.call (this, settings);
 </diff>
      <filename>player/mtk/mtk-window.js</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,12 @@
+//
+// This file is licensed under the MIT X11 open source license.
+// http://www.opensource.org/licenses/mit-license.php
+//
+// Authors: Aaron Bockover &lt;abockover@novell.com&gt;
+//
+// Copyright 2009 Novell, Inc.
+// 
+
 function MtkXaml (xaml, settings) {
     MtkWidget.call (this, settings);
     this.InitFromXaml (xaml);</diff>
      <filename>player/mtk/mtk-xaml.js</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,12 @@
+//
+// This file is licensed under the MIT X11 open source license.
+// http://www.opensource.org/licenses/mit-license.php
+//
+// Authors: Aaron Bockover &lt;abockover@novell.com&gt;
+//
+// Copyright 2009 Novell, Inc.
+// 
+
 #include &lt;string.h&gt;
 
 #include &quot;mmp-binder.h&quot;</diff>
      <filename>plugin/mmp-binder.c</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,12 @@
+//
+// This file is licensed under the MIT X11 open source license.
+// http://www.opensource.org/licenses/mit-license.php
+//
+// Authors: Aaron Bockover &lt;abockover@novell.com&gt;
+//
+// Copyright 2009 Novell, Inc.
+// 
+
 #ifndef _MMP_BINDER_H
 #define _MMP_BINDER_H
 </diff>
      <filename>plugin/mmp-binder.h</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,12 @@
+//
+// This file is licensed under the MIT X11 open source license.
+// http://www.opensource.org/licenses/mit-license.php
+//
+// Authors: Aaron Bockover &lt;abockover@novell.com&gt;
+//
+// Copyright 2009 Novell, Inc.
+// 
+
 #include &lt;string.h&gt;
 #include &lt;unistd.h&gt;
 </diff>
      <filename>plugin/mmp-plugin-proxy.c</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,12 @@
+//
+// This file is licensed under the MIT X11 open source license.
+// http://www.opensource.org/licenses/mit-license.php
+//
+// Authors: Aaron Bockover &lt;abockover@novell.com&gt;
+//
+// Copyright 2009 Novell, Inc.
+// 
+
 #include &lt;string.h&gt;
 
 #include &quot;mmp-plugin.h&quot;</diff>
      <filename>plugin/mmp-plugin.c</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,12 @@
+//
+// This file is licensed under the MIT X11 open source license.
+// http://www.opensource.org/licenses/mit-license.php
+//
+// Authors: Aaron Bockover &lt;abockover@novell.com&gt;
+//
+// Copyright 2009 Novell, Inc.
+// 
+
 #ifndef _MMP_PLUGIN_H
 #define _MMP_PLUGIN_H
 </diff>
      <filename>plugin/mmp-plugin.h</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,12 @@
+//
+// This file is licensed under the MIT X11 open source license.
+// http://www.opensource.org/licenses/mit-license.php
+//
+// Authors: Aaron Bockover &lt;abockover@novell.com&gt;
+//
+// Copyright 2009 Novell, Inc.
+// 
+
 #include &lt;string.h&gt;
 
 #include &quot;mmp-script.h&quot;</diff>
      <filename>plugin/mmp-script.c</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,12 @@
+//
+// This file is licensed under the MIT X11 open source license.
+// http://www.opensource.org/licenses/mit-license.php
+//
+// Authors: Aaron Bockover &lt;abockover@novell.com&gt;
+//
+// Copyright 2009 Novell, Inc.
+// 
+
 #ifndef _MMP_SCRIPT_H
 #define _MMP_SCRIPT_H
 </diff>
      <filename>plugin/mmp-script.h</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,12 @@
+//
+// This file is licensed under the MIT X11 open source license.
+// http://www.opensource.org/licenses/mit-license.php
+//
+// Authors: Aaron Bockover &lt;abockover@novell.com&gt;
+//
+// Copyright 2009 Novell, Inc.
+// 
+
 var MoonUtilities = {
     
     _user_home_dir: null,</diff>
      <filename>xulrunner/chrome/content/moon-utilities.js</filename>
    </modified>
    <modified>
      <diff>@@ -1,8 +1,11 @@
-function XULMoonEmbeddedPlayerInit (player) {
-    // Install the Silverlight Player on the XUL Player
-    window.player.player = player;
-    window.player.MoonlightInitialize ();
-}
+//
+// This file is licensed under the MIT X11 open source license.
+// http://www.opensource.org/licenses/mit-license.php
+//
+// Authors: Aaron Bockover &lt;abockover@novell.com&gt;
+//
+// Copyright 2009 Novell, Inc.
+// 
 
 function StandaloneMoonPlayer () {
     this.className = &quot;StandaloneMoonPlayer&quot;;</diff>
      <filename>xulrunner/chrome/content/player-shell.js</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,14 @@
 &lt;?xml version=&quot;1.0&quot;?&gt;
+&lt;!--
+
+   This file is licensed under the MIT X11 open source license.
+   http://www.opensource.org/licenses/mit-license.php
+
+   Authors: Aaron Bockover &lt;abockover@novell.com&gt;
+
+   Copyright 2009 Novell, Inc.
+
+--&gt;
 &lt;?xml-stylesheet href=&quot;chrome://global/skin/&quot; type=&quot;text/css&quot;?&gt;
 &lt;?xml-stylesheet href=&quot;chrome://moonshine/skin/player-shell.css&quot; type=&quot;text/css&quot;?&gt;
 &lt;!DOCTYPE window [</diff>
      <filename>xulrunner/chrome/content/player-shell.xul</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>17cc425b0487aed427b0592f7209fe19dbdd30c3</id>
    </parent>
  </parents>
  <author>
    <name>Aaron Bockover</name>
    <email>abockover@novell.com</email>
  </author>
  <url>http://github.com/abock/moonshine/commit/558c6c6ce5d7f0a01ac2265c2714a87984e6e9fb</url>
  <id>558c6c6ce5d7f0a01ac2265c2714a87984e6e9fb</id>
  <committed-date>2009-02-09T09:56:46-08:00</committed-date>
  <authored-date>2009-02-09T09:56:46-08:00</authored-date>
  <message>Added license headers</message>
  <tree>cf1242dbce84592651c90d704e2d6f190ff88b36</tree>
  <committer>
    <name>Aaron Bockover</name>
    <email>abockover@novell.com</email>
  </committer>
</commit>
