Skip to content

Commit

Permalink
Updated copyright info in every AssemblyInfo. Removed mention of MPfm…
Browse files Browse the repository at this point in the history
… in Windows and replaced by Sessions.

Related to issue #422.
  • Loading branch information
ycastonguay committed Aug 20, 2013
1 parent 4f01316 commit c27a302
Show file tree
Hide file tree
Showing 12 changed files with 377 additions and 382 deletions.
104 changes: 52 additions & 52 deletions MPfm/MPfm.Core/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,52 +1,52 @@
// Copyright © 2011-2013 Yanick Castonguay
//
// This file is part of MPfm.
//
// MPfm 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 License, or
// (at your option) any later version.
//
// MPfm 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.
//
// You should have received a copy of the GNU General Public License
// along with MPfm. If not, see <http://www.gnu.org/licenses/>.

using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("MPfm Core Components")]
[assembly: AssemblyDescription("Contains useful methods for all kinds of projects.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Yanick Castonguay")]
[assembly: AssemblyProduct("MPfm (Music Player for Musicians)")]
[assembly: AssemblyCopyright("Copyright © 2011-2012 Yanick Castonguay")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("e1f9fb1f-e4fd-4d41-a636-363a5e0a7747")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("0.5.3.0")]
[assembly: AssemblyFileVersion("0.5.3.0")]
// Copyright © 2011-2013 Yanick Castonguay
//
// This file is part of MPfm.
//
// MPfm 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 License, or
// (at your option) any later version.
//
// MPfm 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.
//
// You should have received a copy of the GNU General Public License
// along with MPfm. If not, see <http://www.gnu.org/licenses/>.

using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Sessions - Core Components")]
[assembly: AssemblyDescription("Contains useful methods for any class library.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Yanick Castonguay")]
[assembly: AssemblyProduct("Sessions")]
[assembly: AssemblyCopyright("Copyright © 2011-2013 Yanick Castonguay")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("e1f9fb1f-e4fd-4d41-a636-363a5e0a7747")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("0.5.3.0")]
[assembly: AssemblyFileVersion("0.5.3.0")]
104 changes: 52 additions & 52 deletions MPfm/MPfm.Fonts/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,52 +1,52 @@
// Copyright © 2011-2013 Yanick Castonguay
//
// This file is part of MPfm.
//
// MPfm 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 License, or
// (at your option) any later version.
//
// MPfm 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.
//
// You should have received a copy of the GNU General Public License
// along with MPfm. If not, see <http://www.gnu.org/licenses/>.

using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("MPfm Embedded Fonts")]
[assembly: AssemblyDescription("Contains embeddable open source TrueType fonts.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Yanick Castonguay")]
[assembly: AssemblyProduct("MPfm (Music Player for Musicians)")]
[assembly: AssemblyCopyright("Copyright © 2011-2012 Yanick Castonguay")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("6c67b46e-3ae3-4526-9eea-cd037ab9e626")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("0.5.3.0")]
[assembly: AssemblyFileVersion("0.5.3.0")]
// Copyright © 2011-2013 Yanick Castonguay
//
// This file is part of MPfm.
//
// MPfm 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 License, or
// (at your option) any later version.
//
// MPfm 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.
//
// You should have received a copy of the GNU General Public License
// along with MPfm. If not, see <http://www.gnu.org/licenses/>.

using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Sessions - Embedded Fonts")]
[assembly: AssemblyDescription("Contains embeddable open source TrueType fonts.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Yanick Castonguay")]
[assembly: AssemblyProduct("Sessions")]
[assembly: AssemblyCopyright("Copyright © 2011-2013 Yanick Castonguay")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("6c67b46e-3ae3-4526-9eea-cd037ab9e626")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("0.7.0.0")]
[assembly: AssemblyFileVersion("0.7.0.0")]
106 changes: 53 additions & 53 deletions MPfm/MPfm.Library/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,53 +1,53 @@
// Copyright © 2011-2013 Yanick Castonguay
//
// This file is part of MPfm.
//
// MPfm 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 License, or
// (at your option) any later version.
//
// MPfm 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.
//
// You should have received a copy of the GNU General Public License
// along with MPfm. If not, see <http://www.gnu.org/licenses/>.

using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("MPfm Library Components")]
[assembly: AssemblyDescription("Contains objects for accessing library items through the MPfm database.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Yanick Castonguay")]
[assembly: AssemblyProduct("MPfm (Music Player for Musicians)")]
[assembly: AssemblyCopyright("Copyright © 2011-2012 Yanick Castonguay")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("7b3201bf-9a62-459a-a74d-f18541e8c563")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.5.3.0")]
[assembly: AssemblyFileVersion("0.5.3.0")]
// Copyright © 2011-2013 Yanick Castonguay
//
// This file is part of MPfm.
//
// MPfm 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 License, or
// (at your option) any later version.
//
// MPfm 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.
//
// You should have received a copy of the GNU General Public License
// along with MPfm. If not, see <http://www.gnu.org/licenses/>.

using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Sessions - Library Components")]
[assembly: AssemblyDescription("Contains objects for syncing library items through the Sessions database.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Yanick Castonguay")]
[assembly: AssemblyProduct("Sessions")]
[assembly: AssemblyCopyright("Copyright © 2011-2013 Yanick Castonguay")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("7b3201bf-9a62-459a-a74d-f18541e8c563")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.7.0.0")]
[assembly: AssemblyFileVersion("0.7.0.0")]
12 changes: 6 additions & 6 deletions MPfm/MPfm.MVP/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@
// Information about this assembly is defined by the following attributes.
// Change them to the values specific to your project.

[assembly: AssemblyTitle("MPfm MVP Components")]
[assembly: AssemblyDescription("Contains the MPfm Model-View-Presenter classes.")]
[assembly: AssemblyTitle("Sessions - MVP Components")]
[assembly: AssemblyDescription("Contains Model-View-Presenter classes for presentation on any platform.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Yanick Castonguay")]
[assembly: AssemblyProduct("MPfm (Music Player for Musicians)")]
[assembly: AssemblyCopyright("Copyright © 2011-2012 Yanick Castonguay")]
[assembly: AssemblyProduct("Sessions")]
[assembly: AssemblyCopyright("Copyright © 2011-2013 Yanick Castonguay")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion("0.6.0.1")]
[assembly: AssemblyFileVersion("0.6.0.1")]
[assembly: AssemblyVersion("0.7.0.0")]
[assembly: AssemblyFileVersion("0.7.0.0")]
7 changes: 1 addition & 6 deletions MPfm/MPfm.MVP/Services/InitializationService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,7 @@ public void Initialize()
Tracing.Log("====================================================================");

#if !IOS && !ANDROID // MonoDroid doesn't like Assembly methods
Tracing.Log("MPfm: Music Player for Musicians - " + Assembly.GetExecutingAssembly().GetName().Version.ToString() + " ALPHA");
#else
Tracing.Log("MPfm: Music Player for Musicians");
Tracing.Log("Sessions - " + Assembly.GetExecutingAssembly().GetName().Version.ToString() + " ALPHA");
#endif

Tracing.Log("Started on " + DateTime.Now.ToLongDateString() + " at " + DateTime.Now.ToLongTimeString());
Expand Down Expand Up @@ -120,10 +118,7 @@ void LoadLibrary()

try
{
// Check current database version
string databaseVersion = MPfm.Library.Library.GetDatabaseVersion(ConfigurationHelper.DatabaseFilePath);

// Extract major/minor
string[] currentVersionSplit = databaseVersion.Split('.');

// Check integrity of the setting value (should be split in 2)
Expand Down
Loading

0 comments on commit c27a302

Please sign in to comment.