I included these libraries or namespaces in my C# application and published the solution as freeware. I used Visual C# Express 2008.
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Media;
using System.Management;
using System.Diagnostics;
using System.Runtime.InteropServices;
using System.Drawing.Text;
Is it okay to give the application as freeware or am I violating any license here???