[Nmailserver-commits] SF.net SVN: nmailserver: [197] NMail/trunk
Brought to you by:
dframpton-oss,
tmyroadctfig
|
From: <tmy...@us...> - 2007-05-12 14:27:16
|
Revision: 197
http://svn.sourceforge.net/nmailserver/?rev=197&view=rev
Author: tmyroadctfig
Date: 2007-05-12 07:26:56 -0700 (Sat, 12 May 2007)
Log Message:
-----------
Added some missing files. Added things to ignore lists. Corrected license details.
Modified Paths:
--------------
NMail/trunk/Installer/NMail-Installer.wxs
NMail/trunk/NMail.Administration.WinForms/ConnectForm.cs
NMail/trunk/NMail.Administration.WinForms/MainForm.cs
NMail/trunk/NMail.Administration.WinForms/ManagementTree/ManagementTree.cs
NMail/trunk/NMail.Administration.WinForms/Program.cs
NMail/trunk/NMail.Administration.WinForms/Services/ServicesViewer.cs
NMail/trunk/NMail.Icons/Licence.txt
Added Paths:
-----------
NMail/trunk/NMail.Administration.WinForms/ExceptionDialog.Designer.cs
NMail/trunk/NMail.Administration.WinForms/ExceptionDialog.cs
NMail/trunk/NMail.Administration.WinForms/ExceptionDialog.resx
NMail/trunk/NMail.Administration.WinForms/MailDomain/
NMail/trunk/NMail.Icons/Resources/16x16/filesystems/
NMail/trunk/NMail.Icons/Resources/16x16/mimetypes/
NMail/trunk/NMail.Icons/Resources/22x22/apps/
NMail/trunk/NMail.Icons/Resources/22x22/devices/
NMail/trunk/NMail.Icons/Resources/22x22/filesystems/
NMail/trunk/NMail.Icons/Resources/22x22/kdm/
NMail/trunk/NMail.Icons/Resources/22x22/mimetypes/
NMail/trunk/NMail.Icons/Resources/32x32/devices/
NMail/trunk/NMail.Icons/Resources/32x32/kdm/
NMail/trunk/NMail.Icons/Resources/32x32/mimetypes/
NMail/trunk/References/WeifenLuo.WinFormsUI.Docking.dll
Property Changed:
----------------
NMail/trunk/NMail.Administration.WinForms/
NMail/trunk/NMail.Icons/
Modified: NMail/trunk/Installer/NMail-Installer.wxs
===================================================================
--- NMail/trunk/Installer/NMail-Installer.wxs 2007-05-12 14:18:59 UTC (rev 196)
+++ NMail/trunk/Installer/NMail-Installer.wxs 2007-05-12 14:26:56 UTC (rev 197)
@@ -1,11 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2003/01/wi">
- <Product Id="3EEDBE2D-3E7A-44b1-B4AA-1DDD2EB0068E" UpgradeCode="01CC30D2-B022-4e6c-A63B-7DD7ACCCCCE2" Name="NMail Server 1.0" Language="1033" Version="1.0.0.0" Manufacturer="NMailServer.SourceForge.net">
- <Package Id="????????-????-????-????-????????????" Description="NMail Server 1.0 Installer." InstallerVersion="200" Compressed="yes" />
+ <Product Id="1C70D04F-5D19-4578-AFCB-17A2B345B54D" UpgradeCode="B452E72B-B675-4cdd-B23C-AB9FFE39F731" Name="NMail Server 1.1" Language="1033" Version="1.1.0.0" Manufacturer="NMailServer.SourceForge.net">
+ <Package Id="????????-????-????-????-????????????" Description="NMail Server 1.1 Installer." InstallerVersion="200" Compressed="yes" />
<Media Id="1" Cabinet="Product.cab" EmbedCab="yes" />
- <!-- <Upgrade Id="01CC30D2-B022-4e6c-A63B-7DD7ACCCCCE2">
- <UpgradeVersion />
+
+ <!-- <Upgrade Id="533CCFA3-388F-4aa5-AE26-F1F6D66F11B5">
+ <UpgradeVersion OnlyDetect='yes' Property='PATCHFOUND' IncludeMinimum='yes' Minimum='1.0.0.0' />
</Upgrade> -->
+
<!--
==
== Conditions
@@ -60,7 +62,7 @@
<Component Id="C_WebAdminVirtualDir" Guid="D793585B-2BF2-42c3-8C7C-2185ED579048">
<WebSite Id="Ws_WebAdminDefault" Description="Default Web Site" Directory="D_NMail.Administration.Web">
- <WebAddress Id="WA_NMailWebAdmin" Port="443" />
+ <WebAddress Id="AllUnassigned" Port="443" />
</WebSite>
<WebVirtualDir Id="Wvd_NMailWebAdmin" Alias="NMailWebAdmin" Directory="D_NMail.Administration.Web" WebSite="Ws_WebAdminDefault" />
</Component>
Property changes on: NMail/trunk/NMail.Administration.WinForms
___________________________________________________________________
Name: svn:ignore
+ bin
NMail.Administration.WinForms.csproj.user
obj
Modified: NMail/trunk/NMail.Administration.WinForms/ConnectForm.cs
===================================================================
--- NMail/trunk/NMail.Administration.WinForms/ConnectForm.cs 2007-05-12 14:18:59 UTC (rev 196)
+++ NMail/trunk/NMail.Administration.WinForms/ConnectForm.cs 2007-05-12 14:26:56 UTC (rev 197)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2004-2007 Luke Quinane
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
using System;
using System.Collections.Generic;
using System.ComponentModel;
Added: NMail/trunk/NMail.Administration.WinForms/ExceptionDialog.Designer.cs
===================================================================
--- NMail/trunk/NMail.Administration.WinForms/ExceptionDialog.Designer.cs (rev 0)
+++ NMail/trunk/NMail.Administration.WinForms/ExceptionDialog.Designer.cs 2007-05-12 14:26:56 UTC (rev 197)
@@ -0,0 +1,104 @@
+namespace NMail.Administration.WinForms {
+ partial class ExceptionDialog {
+ /// <summary>
+ /// Required designer variable.
+ /// </summary>
+ private System.ComponentModel.IContainer components = null;
+
+ /// <summary>
+ /// Clean up any resources being used.
+ /// </summary>
+ /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
+ protected override void Dispose(bool disposing) {
+ if (disposing && (components != null)) {
+ components.Dispose();
+ }
+ base.Dispose(disposing);
+ }
+
+ #region Windows Form Designer generated code
+
+ /// <summary>
+ /// Required method for Designer support - do not modify
+ /// the contents of this method with the code editor.
+ /// </summary>
+ private void InitializeComponent() {
+ this.okButton = new System.Windows.Forms.Button();
+ this.exceptionDetailBox = new System.Windows.Forms.TextBox();
+ this.errorIcon = new System.Windows.Forms.PictureBox();
+ this.exitButton = new System.Windows.Forms.Button();
+ ((System.ComponentModel.ISupportInitialize) (this.errorIcon)).BeginInit();
+ this.SuspendLayout();
+ //
+ // okButton
+ //
+ this.okButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
+ this.okButton.Location = new System.Drawing.Point(221, 125);
+ this.okButton.Name = "okButton";
+ this.okButton.Size = new System.Drawing.Size(75, 23);
+ this.okButton.TabIndex = 0;
+ this.okButton.Text = "Continue";
+ this.okButton.UseVisualStyleBackColor = true;
+ this.okButton.Click += new System.EventHandler(this.okButton_Click);
+ //
+ // exceptionDetailBox
+ //
+ this.exceptionDetailBox.Location = new System.Drawing.Point(50, 12);
+ this.exceptionDetailBox.Multiline = true;
+ this.exceptionDetailBox.Name = "exceptionDetailBox";
+ this.exceptionDetailBox.ReadOnly = true;
+ this.exceptionDetailBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
+ this.exceptionDetailBox.Size = new System.Drawing.Size(327, 107);
+ this.exceptionDetailBox.TabIndex = 1;
+ this.exceptionDetailBox.WordWrap = false;
+ //
+ // errorIcon
+ //
+ this.errorIcon.Location = new System.Drawing.Point(12, 12);
+ this.errorIcon.Name = "errorIcon";
+ this.errorIcon.Size = new System.Drawing.Size(32, 32);
+ this.errorIcon.TabIndex = 2;
+ this.errorIcon.TabStop = false;
+ //
+ // exitButton
+ //
+ this.exitButton.Location = new System.Drawing.Point(302, 125);
+ this.exitButton.Name = "exitButton";
+ this.exitButton.Size = new System.Drawing.Size(75, 23);
+ this.exitButton.TabIndex = 3;
+ this.exitButton.Text = "Exit";
+ this.exitButton.UseVisualStyleBackColor = true;
+ this.exitButton.Click += new System.EventHandler(this.exitButton_Click);
+ //
+ // ExceptionDialog
+ //
+ this.AcceptButton = this.okButton;
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.CancelButton = this.okButton;
+ this.ClientSize = new System.Drawing.Size(391, 159);
+ this.Controls.Add(this.exitButton);
+ this.Controls.Add(this.errorIcon);
+ this.Controls.Add(this.exceptionDetailBox);
+ this.Controls.Add(this.okButton);
+ this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
+ this.MaximizeBox = false;
+ this.MinimizeBox = false;
+ this.Name = "ExceptionDialog";
+ this.ShowInTaskbar = false;
+ this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
+ this.Text = "NMail Administration - Error";
+ ((System.ComponentModel.ISupportInitialize) (this.errorIcon)).EndInit();
+ this.ResumeLayout(false);
+ this.PerformLayout();
+
+ }
+
+ #endregion
+
+ private System.Windows.Forms.Button okButton;
+ private System.Windows.Forms.TextBox exceptionDetailBox;
+ private System.Windows.Forms.PictureBox errorIcon;
+ private System.Windows.Forms.Button exitButton;
+ }
+}
\ No newline at end of file
Added: NMail/trunk/NMail.Administration.WinForms/ExceptionDialog.cs
===================================================================
--- NMail/trunk/NMail.Administration.WinForms/ExceptionDialog.cs (rev 0)
+++ NMail/trunk/NMail.Administration.WinForms/ExceptionDialog.cs 2007-05-12 14:26:56 UTC (rev 197)
@@ -0,0 +1,79 @@
+/*
+ * Copyright 2004-2007 Luke Quinane
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
+using System;
+using System.Collections.Generic;
+using System.ComponentModel;
+using System.Data;
+using System.Drawing;
+using System.Text;
+using System.Windows.Forms;
+
+using NMail.Icons;
+
+namespace NMail.Administration.WinForms {
+ /// <summary>
+ /// A form for displaying an exception to the user.
+ /// </summary>
+ public partial class ExceptionDialog : Form {
+ public ExceptionDialog() {
+ InitializeComponent();
+
+ this.errorIcon.Image = IconHelper.GetImage("core", "apps", IconSize.s32x32);
+ }
+
+ /// <summary>
+ /// Displays the given exception in the form.
+ /// </summary>
+ /// <param name="ex">The exception to display.</param>
+ public void SetException(Exception ex) {
+ Exception inner = ex.InnerException;
+ StringBuilder message = new StringBuilder();
+
+ message.Append(string.Format(
+ "Unhandled exception:\r\n" +
+ "{0}\r\n" +
+ "----------------------------------------\r\n" +
+ "{1}",
+ ex.Message,
+ ex.StackTrace));
+
+ while (inner != null) {
+ message.Append(string.Format(
+ "\r\n" +
+ "Inner exception:\r\n" +
+ "{0}\r\n" +
+ "----------------------------------------\r\n" +
+ "{1}",
+ inner.Message,
+ inner.StackTrace));
+
+ inner = inner.InnerException;
+ }
+
+ this.exceptionDetailBox.Text = message.ToString();
+ }
+
+ private void okButton_Click(object sender, EventArgs e) {
+ this.Close();
+ }
+
+ private void exitButton_Click(object sender, EventArgs e) {
+ Application.Exit();
+ }
+ }
+}
\ No newline at end of file
Added: NMail/trunk/NMail.Administration.WinForms/ExceptionDialog.resx
===================================================================
--- NMail/trunk/NMail.Administration.WinForms/ExceptionDialog.resx (rev 0)
+++ NMail/trunk/NMail.Administration.WinForms/ExceptionDialog.resx 2007-05-12 14:26:56 UTC (rev 197)
@@ -0,0 +1,120 @@
+<?xml version="1.0" encoding="utf-8"?>
+<root>
+ <!--
+ Microsoft ResX Schema
+
+ Version 2.0
+
+ The primary goals of this format is to allow a simple XML format
+ that is mostly human readable. The generation and parsing of the
+ various data types are done through the TypeConverter classes
+ associated with the data types.
+
+ Example:
+
+ ... ado.net/XML headers & schema ...
+ <resheader name="resmimetype">text/microsoft-resx</resheader>
+ <resheader name="version">2.0</resheader>
+ <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
+ <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
+ <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
+ <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
+ <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
+ <value>[base64 mime encoded serialized .NET Framework object]</value>
+ </data>
+ <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+ <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
+ <comment>This is a comment</comment>
+ </data>
+
+ There are any number of "resheader" rows that contain simple
+ name/value pairs.
+
+ Each data row contains a name, and value. The row also contains a
+ type or mimetype. Type corresponds to a .NET class that support
+ text/value conversion through the TypeConverter architecture.
+ Classes that don't support this are serialized and stored with the
+ mimetype set.
+
+ The mimetype is used for serialized objects, and tells the
+ ResXResourceReader how to depersist the object. This is currently not
+ extensible. For a given mimetype the value must be set accordingly:
+
+ Note - application/x-microsoft.net.object.binary.base64 is the format
+ that the ResXResourceWriter will generate, however the reader can
+ read any of the formats listed below.
+
+ mimetype: application/x-microsoft.net.object.binary.base64
+ value : The object must be serialized with
+ : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
+ : and then encoded with base64 encoding.
+
+ mimetype: application/x-microsoft.net.object.soap.base64
+ value : The object must be serialized with
+ : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
+ : and then encoded with base64 encoding.
+
+ mimetype: application/x-microsoft.net.object.bytearray.base64
+ value : The object must be serialized into a byte array
+ : using a System.ComponentModel.TypeConverter
+ : and then encoded with base64 encoding.
+ -->
+ <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
+ <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
+ <xsd:element name="root" msdata:IsDataSet="true">
+ <xsd:complexType>
+ <xsd:choice maxOccurs="unbounded">
+ <xsd:element name="metadata">
+ <xsd:complexType>
+ <xsd:sequence>
+ <xsd:element name="value" type="xsd:string" minOccurs="0" />
+ </xsd:sequence>
+ <xsd:attribute name="name" use="required" type="xsd:string" />
+ <xsd:attribute name="type" type="xsd:string" />
+ <xsd:attribute name="mimetype" type="xsd:string" />
+ <xsd:attribute ref="xml:space" />
+ </xsd:complexType>
+ </xsd:element>
+ <xsd:element name="assembly">
+ <xsd:complexType>
+ <xsd:attribute name="alias" type="xsd:string" />
+ <xsd:attribute name="name" type="xsd:string" />
+ </xsd:complexType>
+ </xsd:element>
+ <xsd:element name="data">
+ <xsd:complexType>
+ <xsd:sequence>
+ <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
+ <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
+ </xsd:sequence>
+ <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
+ <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
+ <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
+ <xsd:attribute ref="xml:space" />
+ </xsd:complexType>
+ </xsd:element>
+ <xsd:element name="resheader">
+ <xsd:complexType>
+ <xsd:sequence>
+ <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
+ </xsd:sequence>
+ <xsd:attribute name="name" type="xsd:string" use="required" />
+ </xsd:complexType>
+ </xsd:element>
+ </xsd:choice>
+ </xsd:complexType>
+ </xsd:element>
+ </xsd:schema>
+ <resheader name="resmimetype">
+ <value>text/microsoft-resx</value>
+ </resheader>
+ <resheader name="version">
+ <value>2.0</value>
+ </resheader>
+ <resheader name="reader">
+ <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+ </resheader>
+ <resheader name="writer">
+ <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+ </resheader>
+</root>
\ No newline at end of file
Modified: NMail/trunk/NMail.Administration.WinForms/MainForm.cs
===================================================================
--- NMail/trunk/NMail.Administration.WinForms/MainForm.cs 2007-05-12 14:18:59 UTC (rev 196)
+++ NMail/trunk/NMail.Administration.WinForms/MainForm.cs 2007-05-12 14:26:56 UTC (rev 197)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2004-2007 Luke Quinane
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
using System;
using System.Collections;
using System.Collections.Generic;
Modified: NMail/trunk/NMail.Administration.WinForms/ManagementTree/ManagementTree.cs
===================================================================
--- NMail/trunk/NMail.Administration.WinForms/ManagementTree/ManagementTree.cs 2007-05-12 14:18:59 UTC (rev 196)
+++ NMail/trunk/NMail.Administration.WinForms/ManagementTree/ManagementTree.cs 2007-05-12 14:26:56 UTC (rev 197)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2004-2007 Luke Quinane
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
using System;
using System.Collections.Generic;
using System.ComponentModel;
Modified: NMail/trunk/NMail.Administration.WinForms/Program.cs
===================================================================
--- NMail/trunk/NMail.Administration.WinForms/Program.cs 2007-05-12 14:18:59 UTC (rev 196)
+++ NMail/trunk/NMail.Administration.WinForms/Program.cs 2007-05-12 14:26:56 UTC (rev 197)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2004-2007 Luke Quinane
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
using System;
using System.Collections.Generic;
using System.IO;
Modified: NMail/trunk/NMail.Administration.WinForms/Services/ServicesViewer.cs
===================================================================
--- NMail/trunk/NMail.Administration.WinForms/Services/ServicesViewer.cs 2007-05-12 14:18:59 UTC (rev 196)
+++ NMail/trunk/NMail.Administration.WinForms/Services/ServicesViewer.cs 2007-05-12 14:26:56 UTC (rev 197)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2004-2007 Luke Quinane
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
using System;
using System.Collections.Generic;
using System.ComponentModel;
Property changes on: NMail/trunk/NMail.Icons
___________________________________________________________________
Name: svn:ignore
+ bin
obj
NMail.Icons.csproj.user
Modified: NMail/trunk/NMail.Icons/Licence.txt
===================================================================
--- NMail/trunk/NMail.Icons/Licence.txt 2007-05-12 14:18:59 UTC (rev 196)
+++ NMail/trunk/NMail.Icons/Licence.txt 2007-05-12 14:26:56 UTC (rev 197)
@@ -1 +1,5 @@
-Currently all the icons in this project are covered by the GNU public license (see GPL.txt in this directory). The code in this project is covered by the BSD license.
\ No newline at end of file
+Currently all the icons in the NMail.Icons project are covered by the GNU
+Lesser General Public License (see LGPL.txt in the Resources directory).
+
+All of the code in this project is covered by the Apache License, version 2.0.
+See http://www.apache.org/licenses/LICENSE-2.0 for a copy of that license.
\ No newline at end of file
Added: NMail/trunk/References/WeifenLuo.WinFormsUI.Docking.dll
===================================================================
(Binary files differ)
Property changes on: NMail/trunk/References/WeifenLuo.WinFormsUI.Docking.dll
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|