diff --git a/DiscImageChef.CommonTypes.csproj b/DiscImageChef.CommonTypes.csproj
index 92c0646..6432a13 100644
--- a/DiscImageChef.CommonTypes.csproj
+++ b/DiscImageChef.CommonTypes.csproj
@@ -38,5 +38,19 @@
+
+
+ LICENSE.LGPL
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/MediaType.cs b/MediaType.cs
index c7653a1..4f24a55 100644
--- a/MediaType.cs
+++ b/MediaType.cs
@@ -2,39 +2,34 @@
// The Disc Image Chef
// ----------------------------------------------------------------------------
//
-// Filename : DiskType.cs
-// Version : 1.0
-// Author(s) : Natalia Portillo
+// Filename : MediaType.cs
+// Author(s) : Natalia Portillo
//
-// Component : Component
-//
-// Revision : $Revision$
-// Last change by : $Author$
-// Date : $Date$
+// Component : DiscImageChef common types.
//
// --[ Description ] ----------------------------------------------------------
//
-// Description
+// Contains common media types.
//
// --[ License ] --------------------------------------------------------------
//
-// This program is free software: you can redistribute it and/or modify
-// it under the terms of the GNU General Public License as
-// published by the Free Software Foundation, either version 3 of the
+// This library is free software; you can redistribute it and/or modify
+// it under the terms of the GNU Lesser General Public License as
+// published by the Free Software Foundation; either version 2.1 of the
// License, or (at your option) any later version.
//
-// This program is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-// GNU General Public License for more details.
+// This library is distributed in the hope that it will be useful, but
+// WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
//
-// You should have received a copy of the GNU General Public License
-// along with this program. If not, see .
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright (C) 2011-2015 Claunia.com
+// Copyright © 2011-2016 Natalia Portillo
// ****************************************************************************/
-// //$Id$
+
using System;
namespace DiscImageChef.CommonTypes
diff --git a/MediaTypeFromSCSI.cs b/MediaTypeFromSCSI.cs
index 9004b32..03d9fb2 100644
--- a/MediaTypeFromSCSI.cs
+++ b/MediaTypeFromSCSI.cs
@@ -3,38 +3,32 @@
// ----------------------------------------------------------------------------
//
// Filename : MediaTypeFromSCSI.cs
-// Version : 1.0
-// Author(s) : Natalia Portillo
+// Author(s) : Natalia Portillo
//
-// Component : Component
-//
-// Revision : $Revision$
-// Last change by : $Author$
-// Date : $Date$
+// Component : DiscImageChef common types.
//
// --[ Description ] ----------------------------------------------------------
//
-// Description
+// Lookups media type from SCSI informative values.
//
// --[ License ] --------------------------------------------------------------
//
-// This program is free software: you can redistribute it and/or modify
-// it under the terms of the GNU General Public License as
-// published by the Free Software Foundation, either version 3 of the
+// This library is free software; you can redistribute it and/or modify
+// it under the terms of the GNU Lesser General Public License as
+// published by the Free Software Foundation; either version 2.1 of the
// License, or (at your option) any later version.
//
-// This program is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-// GNU General Public License for more details.
+// This library is distributed in the hope that it will be useful, but
+// WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
//
-// You should have received a copy of the GNU General Public License
-// along with this program. If not, see .
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright (C) 2011-2015 Claunia.com
+// Copyright © 2011-2016 Natalia Portillo
// ****************************************************************************/
-// //$Id$
namespace DiscImageChef.CommonTypes
{
diff --git a/Partition.cs b/Partition.cs
index a690603..c882553 100644
--- a/Partition.cs
+++ b/Partition.cs
@@ -3,38 +3,32 @@
// ----------------------------------------------------------------------------
//
// Filename : Partition.cs
-// Version : 1.0
-// Author(s) : Natalia Portillo
+// Author(s) : Natalia Portillo
//
-// Component : Partitions
-//
-// Revision : $Revision$
-// Last change by : $Author$
-// Date : $Date$
+// Component : DiscImageChef common types.
//
// --[ Description ] ----------------------------------------------------------
//
-// Contains common partition types
+// Contains common partition types.
//
// --[ License ] --------------------------------------------------------------
//
-// This program is free software: you can redistribute it and/or modify
-// it under the terms of the GNU General Public License as
-// published by the Free Software Foundation, either version 3 of the
+// This library is free software; you can redistribute it and/or modify
+// it under the terms of the GNU Lesser General Public License as
+// published by the Free Software Foundation; either version 2.1 of the
// License, or (at your option) any later version.
//
-// This program is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-// GNU General Public License for more details.
+// This library is distributed in the hope that it will be useful, but
+// WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
//
-// You should have received a copy of the GNU General Public License
-// along with this program. If not, see .
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright (C) 2011-2015 Claunia.com
+// Copyright © 2011-2016 Natalia Portillo
// ****************************************************************************/
-// //$Id$
using System;