f-spot r4195 - in trunk/dpap-sharp: dpap-client dpap-server lib



Author: apart
Date: Tue Jul 22 15:45:10 2008
New Revision: 4195
URL: http://svn.gnome.org/viewvc/f-spot?rev=4195&view=rev

Log:
Fixed license, copyright & author information


Added:
   trunk/dpap-sharp/dpap-client/dpap-launcher.mdp
Modified:
   trunk/dpap-sharp/dpap-client/Main.cs
   trunk/dpap-sharp/dpap-server/Main.cs
   trunk/dpap-sharp/lib/Album.cs
   trunk/dpap-sharp/lib/AuthenticationException.cs
   trunk/dpap-sharp/lib/BrokenMD5.cs
   trunk/dpap-sharp/lib/Client.cs
   trunk/dpap-sharp/lib/ContentCodeBag.cs
   trunk/dpap-sharp/lib/ContentFetcher.cs
   trunk/dpap-sharp/lib/ContentParser.cs
   trunk/dpap-sharp/lib/ContentWriter.cs
   trunk/dpap-sharp/lib/Database.cs
   trunk/dpap-sharp/lib/Discovery.cs
   trunk/dpap-sharp/lib/Hasher.cs
   trunk/dpap-sharp/lib/LoginException.cs
   trunk/dpap-sharp/lib/Photo.cs
   trunk/dpap-sharp/lib/Server.cs
   trunk/dpap-sharp/lib/ServerInfo.cs
   trunk/dpap-sharp/lib/User.cs
   trunk/dpap-sharp/lib/Utility.cs

Modified: trunk/dpap-sharp/dpap-client/Main.cs
==============================================================================
--- trunk/dpap-sharp/dpap-client/Main.cs	(original)
+++ trunk/dpap-sharp/dpap-client/Main.cs	Tue Jul 22 15:45:10 2008
@@ -1,7 +1,24 @@
-// Main.cs created with MonoDevelop
-// User: andrzej at 10:26Â2008-06-01
+// Main.cs
+// dpap-sharp client test program
+// Author:
+//   Andrzej Wytyczak-Partyka <iapart gmail com>
+//
+// Copyright (C) 2008 Andrzej Wytyczak-Partyka
+//
+// 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 2 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.
+// 
+// You should have received a copy of the GNU General Public License
+// along with this program; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 //
-// To change standard headers go to Edit->Preferences->Coding->Standard Headers
 //
 using System;
 using System.IO;

Added: trunk/dpap-sharp/dpap-client/dpap-launcher.mdp
==============================================================================
--- (empty file)
+++ trunk/dpap-sharp/dpap-client/dpap-launcher.mdp	Tue Jul 22 15:45:10 2008
@@ -0,0 +1,28 @@
+<Project name="dpap-client" fileversion="2.0" language="C#" clr-version="Net_2_0" ctype="DotNetProject">
+  <Configurations active="Debug">
+    <Configuration name="Debug" ctype="DotNetProjectConfiguration">
+      <Output directory="bin/Debug" assembly="dpap-launcher" />
+      <Build debugmode="True" target="Exe" />
+      <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
+      <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
+    </Configuration>
+    <Configuration name="Release" ctype="DotNetProjectConfiguration">
+      <Output directory="bin/Release" assembly="dpap-launcher" />
+      <Build debugmode="False" target="Exe" />
+      <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
+      <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
+    </Configuration>
+  </Configurations>
+  <Contents>
+    <File name="Main.cs" subtype="Code" buildaction="Compile" />
+    <File name="AssemblyInfo.cs" subtype="Code" buildaction="Compile" />
+  </Contents>
+  <References>
+    <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
+    <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
+    <ProjectReference type="Gac" localcopy="True" refto="Banshee.Base, Version=0.13.2.20643, Culture=neutral" />
+    <ProjectReference type="Gac" localcopy="True" refto="Banshee.Core, Version=1.0.0.38867, Culture=neutral" />
+    <ProjectReference type="Gac" localcopy="True" refto="Banshee.Services, Version=1.0.0.38868, Culture=neutral" />
+    <ProjectReference type="Project" localcopy="True" refto="dpap-sharp" />
+  </References>
+</Project>
\ No newline at end of file

Modified: trunk/dpap-sharp/dpap-server/Main.cs
==============================================================================
--- trunk/dpap-sharp/dpap-server/Main.cs	(original)
+++ trunk/dpap-sharp/dpap-server/Main.cs	Tue Jul 22 15:45:10 2008
@@ -1,8 +1,29 @@
-// Main.cs created with MonoDevelop
-// User: andrzej at 10:26Â2008-06-01
+// Main.cs
+// dpap-sharp server test program
 //
-// To change standard headers go to Edit->Preferences->Coding->Standard Headers
+// Authors:
+//   Andrzej Wytyczak-Partyka <iapart gmail com>
+//   James Willcox <snorp snorp net>
 //
+// Copyright (C) 2008 Andrzej Wytyczak-Partyka
+// Copyright (C) 2005  James Willcox <snorp snorp net>
+//
+// 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 2 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.
+// 
+// You should have received a copy of the GNU General Public License
+// along with this program; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+//
+
 using System;
 using System.IO;
 using System.Collections.Generic;

Modified: trunk/dpap-sharp/lib/Album.cs
==============================================================================
--- trunk/dpap-sharp/lib/Album.cs	(original)
+++ trunk/dpap-sharp/lib/Album.cs	Tue Jul 22 15:45:10 2008
@@ -1,7 +1,26 @@
-// Album.cs created with MonoDevelop
-// User: andrzej at 11:41Â2008-07-15
+// Album.cs
+//
+// Authors:
+//   Andrzej Wytyczak-Partyka <iapart gmail com>
+//   James Willcox <snorp snorp net>
+//
+// Copyright (C) 2008 Andrzej Wytyczak-Partyka
+// Copyright (C) 2005  James Willcox <snorp snorp net>
+//
+// 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 2 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.
+// 
+// You should have received a copy of the GNU General Public License
+// along with this program; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 //
-// To change standard headers go to Edit->Preferences->Coding->Standard Headers
 //
 
 using System;

Modified: trunk/dpap-sharp/lib/AuthenticationException.cs
==============================================================================
--- trunk/dpap-sharp/lib/AuthenticationException.cs	(original)
+++ trunk/dpap-sharp/lib/AuthenticationException.cs	Tue Jul 22 15:45:10 2008
@@ -1,4 +1,25 @@
-
+// AuthenticationException.cs
+//
+// Author:
+//   James Willcox <snorp snorp net>
+//
+// Copyright (C) 2005  James Willcox <snorp snorp net>
+//
+// 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 2 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.
+// 
+// You should have received a copy of the GNU General Public License
+// along with this program; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+//
 using System;
 
 namespace DPAP {

Modified: trunk/dpap-sharp/lib/BrokenMD5.cs
==============================================================================
--- trunk/dpap-sharp/lib/BrokenMD5.cs	(original)
+++ trunk/dpap-sharp/lib/BrokenMD5.cs	Tue Jul 22 15:45:10 2008
@@ -1,21 +1,24 @@
-/*
- * daap-sharp
- * Copyright (C) 2005  James Willcox <snorp snorp net>
- * 
- * 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 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 Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
- */
+// BrokenMD5.cs
+//
+// Author:
+//   James Willcox <snorp snorp net>
+//
+// Copyright (C) 2005  James Willcox <snorp snorp net>
+// 
+// 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 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 Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+// 
 //
 // BrokenMD5 Class implementation
 //

Modified: trunk/dpap-sharp/lib/Client.cs
==============================================================================
--- trunk/dpap-sharp/lib/Client.cs	(original)
+++ trunk/dpap-sharp/lib/Client.cs	Tue Jul 22 15:45:10 2008
@@ -1,7 +1,26 @@
-// Client.cs created with MonoDevelop
-// User: andrzej at 11:19Â2008-06-12
+// Client.cs
+//
+// Authors:
+//   Andrzej Wytyczak-Partyka <iapart gmail com>
+//   James Willcox <snorp snorp net>
+//
+// Copyright (C) 2008 Andrzej Wytyczak-Partyka
+// Copyright (C) 2005  James Willcox <snorp snorp net>
+//
+// 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 2 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.
+// 
+// You should have received a copy of the GNU General Public License
+// along with this program; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 //
-// To change standard headers go to Edit->Preferences->Coding->Standard Headers
 //
 
 using System;

Modified: trunk/dpap-sharp/lib/ContentCodeBag.cs
==============================================================================
--- trunk/dpap-sharp/lib/ContentCodeBag.cs	(original)
+++ trunk/dpap-sharp/lib/ContentCodeBag.cs	Tue Jul 22 15:45:10 2008
@@ -1,22 +1,27 @@
-/*
- * daap-sharp
- * Copyright (C) 2005  James Willcox <snorp snorp net>
- * 
- * 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 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 Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
- */
-
+// ContentCodeBag.cs
+//
+// Authors:
+//   Andrzej Wytyczak-Partyka <iapart gmail com>
+//   James Willcox <snorp snorp net>
+//
+// Copyright (C) 2008 Andrzej Wytyczak-Partyka
+// Copyright (C) 2005  James Willcox <snorp snorp net>
+//
+// 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 2 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.
+// 
+// You should have received a copy of the GNU General Public License
+// along with this program; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+//
 using System;
 using System.Reflection;
 using System.IO;

Modified: trunk/dpap-sharp/lib/ContentFetcher.cs
==============================================================================
--- trunk/dpap-sharp/lib/ContentFetcher.cs	(original)
+++ trunk/dpap-sharp/lib/ContentFetcher.cs	Tue Jul 22 15:45:10 2008
@@ -1,21 +1,27 @@
-/*
- * daap-sharp
- * Copyright (C) 2005  James Willcox <snorp snorp net>
- * 
- * 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 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 Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
- */
+// ContentFetcher.cs
+//
+// Authors:
+//   Andrzej Wytyczak-Partyka <iapart gmail com>
+//   James Willcox <snorp snorp net>
+//
+// Copyright (C) 2008 Andrzej Wytyczak-Partyka
+// Copyright (C) 2005  James Willcox <snorp snorp net>
+//
+// 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 2 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.
+// 
+// You should have received a copy of the GNU General Public License
+// along with this program; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+//
 
 using System;
 using System.Collections;

Modified: trunk/dpap-sharp/lib/ContentParser.cs
==============================================================================
--- trunk/dpap-sharp/lib/ContentParser.cs	(original)
+++ trunk/dpap-sharp/lib/ContentParser.cs	Tue Jul 22 15:45:10 2008
@@ -1,21 +1,27 @@
-/*
- * daap-sharp
- * Copyright (C) 2005  James Willcox <snorp snorp net>
- * 
- * 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 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 Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
- */
+// ContentParser.cs
+//
+// Authors:
+//   Andrzej Wytyczak-Partyka <iapart gmail com>
+//   James Willcox <snorp snorp net>
+//
+// Copyright (C) 2008 Andrzej Wytyczak-Partyka
+// Copyright (C) 2005  James Willcox <snorp snorp net>
+//
+// 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 2 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.
+// 
+// You should have received a copy of the GNU General Public License
+// along with this program; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+//
 
 using System;
 using System.Text;

Modified: trunk/dpap-sharp/lib/ContentWriter.cs
==============================================================================
--- trunk/dpap-sharp/lib/ContentWriter.cs	(original)
+++ trunk/dpap-sharp/lib/ContentWriter.cs	Tue Jul 22 15:45:10 2008
@@ -1,21 +1,28 @@
-/*
- * daap-sharp
- * Copyright (C) 2005  James Willcox <snorp snorp net>
- * 
- * 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 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 Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
- */
+// ContentWriter.cs
+//
+// Authors:
+//   Andrzej Wytyczak-Partyka <iapart gmail com>
+//   James Willcox <snorp snorp net>
+//
+// Copyright (C) 2008 Andrzej Wytyczak-Partyka
+// Copyright (C) 2005  James Willcox <snorp snorp net>
+//
+// 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 2 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.
+// 
+// You should have received a copy of the GNU General Public License
+// along with this program; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+//
+
 using System;
 using System.Text;
 using System.Net;

Modified: trunk/dpap-sharp/lib/Database.cs
==============================================================================
--- trunk/dpap-sharp/lib/Database.cs	(original)
+++ trunk/dpap-sharp/lib/Database.cs	Tue Jul 22 15:45:10 2008
@@ -1,21 +1,27 @@
-/*
- * daap-sharp
- * Copyright (C) 2005  James Willcox <snorp snorp net>
- * 
- * 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 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 Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
- */
+// Database.cs
+//
+// Authors:
+//   Andrzej Wytyczak-Partyka <iapart gmail com>
+//   James Willcox <snorp snorp net>
+//
+// Copyright (C) 2008 Andrzej Wytyczak-Partyka
+// Copyright (C) 2005  James Willcox <snorp snorp net>
+//
+// 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 2 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.
+// 
+// You should have received a copy of the GNU General Public License
+// along with this program; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+//
 
 using System;
 using System.Net;

Modified: trunk/dpap-sharp/lib/Discovery.cs
==============================================================================
--- trunk/dpap-sharp/lib/Discovery.cs	(original)
+++ trunk/dpap-sharp/lib/Discovery.cs	Tue Jul 22 15:45:10 2008
@@ -1,8 +1,28 @@
-// Discovery.cs created with MonoDevelop
-// User: andrzej at 09:58Â2008-06-01
+// Discovery.cs
 //
-// To change standard headers go to Edit->Preferences->Coding->Standard Headers
+// Authors:
+//   Andrzej Wytyczak-Partyka <iapart gmail com>
+//   James Willcox <snorp snorp net>
 //
+// Copyright (C) 2008 Andrzej Wytyczak-Partyka
+// Copyright (C) 2005  James Willcox <snorp snorp net>
+//
+// 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 2 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.
+// 
+// You should have received a copy of the GNU General Public License
+// along with this program; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+//
+
 using System;
 using System.Net;
 using System.Text;

Modified: trunk/dpap-sharp/lib/Hasher.cs
==============================================================================
--- trunk/dpap-sharp/lib/Hasher.cs	(original)
+++ trunk/dpap-sharp/lib/Hasher.cs	Tue Jul 22 15:45:10 2008
@@ -1,44 +1,47 @@
-/*
- * daap-sharp
- * Copyright (C) 2005  James Willcox <snorp snorp net>
- * 
- * 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 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 Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
- */
-/* Copyright (C) 2004 David Hammerton <david crazney net>
- * Copyright (C) 2005 Jon Lech Johansen <jon nanocrew net>
- *
- * Permission is hereby granted, free of charge, to any person
- * obtaining a copy of this software and associated documentation
- * files (the "Software"), to deal in the Software without
- * restriction, including without limitation the rights to use,
- * copy, modify, merge, publish, distribute, sublicense, and/or
- * sell copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice shall be
- * included in all copies or substantial portions of the Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
- * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
- * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
- * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
- * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
- * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
- * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
- * OTHER DEALINGS IN THE SOFTWARE.
- */
+// Hasher.cs
+// 
+// Author:
+//   James Willcox <snorp snorp net>
+//
+// Copyright (C) 2005  James Willcox <snorp snorp net>
+// 
+// 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 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 Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+// 
+// Copyright (C) 2004 David Hammerton <david crazney net>
+// Copyright (C) 2005 Jon Lech Johansen <jon nanocrew net>
+// 
+// Permission is hereby granted, free of charge, to any person
+// obtaining a copy of this software and associated documentation
+// files (the "Software"), to deal in the Software without
+// restriction, including without limitation the rights to use,
+// copy, modify, merge, publish, distribute, sublicense, and/or
+// sell copies of the Software, and to permit persons to whom the
+// Software is furnished to do so, subject to the following conditions:
+// 
+// The above copyright notice and this permission notice shall be
+// included in all copies or substantial portions of the Software.
+// 
+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+// OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+// HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+// WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+// OTHER DEALINGS IN THE SOFTWARE.
+// 
 
 using System;
 using System.Text;

Modified: trunk/dpap-sharp/lib/LoginException.cs
==============================================================================
--- trunk/dpap-sharp/lib/LoginException.cs	(original)
+++ trunk/dpap-sharp/lib/LoginException.cs	Tue Jul 22 15:45:10 2008
@@ -1,3 +1,26 @@
+// LoginException.cs
+//
+// Author:
+//   James Willcox <snorp snorp net>
+//
+// Copyright (C) 2005  James Willcox <snorp snorp net>
+//
+// 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 2 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.
+// 
+// You should have received a copy of the GNU General Public License
+// along with this program; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+//
+
 
 using System;
 

Modified: trunk/dpap-sharp/lib/Photo.cs
==============================================================================
--- trunk/dpap-sharp/lib/Photo.cs	(original)
+++ trunk/dpap-sharp/lib/Photo.cs	Tue Jul 22 15:45:10 2008
@@ -1,7 +1,26 @@
-// Photo.cs created with MonoDevelop
-// User: andrzej at 11:42Â2008-07-15
+// Photo.cs
+//
+// Authors:
+//   Andrzej Wytyczak-Partyka <iapart gmail com>
+//   James Willcox <snorp snorp net>
+//
+// Copyright (C) 2008 Andrzej Wytyczak-Partyka
+// Copyright (C) 2005  James Willcox <snorp snorp net>
+//
+// 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 2 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.
+// 
+// You should have received a copy of the GNU General Public License
+// along with this program; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 //
-// To change standard headers go to Edit->Preferences->Coding->Standard Headers
 //
 
 using System;

Modified: trunk/dpap-sharp/lib/Server.cs
==============================================================================
--- trunk/dpap-sharp/lib/Server.cs	(original)
+++ trunk/dpap-sharp/lib/Server.cs	Tue Jul 22 15:45:10 2008
@@ -1,21 +1,27 @@
-/*
- * dpap-sharp
- * Copyright (C) 2005  James Willcox <snorp snorp net>
- * 
- * 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 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 Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
- */
+// Server.cs
+//
+// Authors:
+//   Andrzej Wytyczak-Partyka <iapart gmail com>
+//   James Willcox <snorp snorp net>
+//
+// Copyright (C) 2008 Andrzej Wytyczak-Partyka
+// Copyright (C) 2005  James Willcox <snorp snorp net>
+//
+// 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 2 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.
+// 
+// You should have received a copy of the GNU General Public License
+// along with this program; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+//
 
 using System;
 using System.Text;

Modified: trunk/dpap-sharp/lib/ServerInfo.cs
==============================================================================
--- trunk/dpap-sharp/lib/ServerInfo.cs	(original)
+++ trunk/dpap-sharp/lib/ServerInfo.cs	Tue Jul 22 15:45:10 2008
@@ -1,21 +1,28 @@
-/*
- * daap-sharp
- * Copyright (C) 2005  James Willcox <snorp snorp net>
- * 
- * 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 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 Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
- */
+// ServerInfo.cs
+//
+// Authors:
+//   Andrzej Wytyczak-Partyka <iapart gmail com>
+//   James Willcox <snorp snorp net>
+//
+// Copyright (C) 2008 Andrzej Wytyczak-Partyka
+// Copyright (C) 2005  James Willcox <snorp snorp net>
+//
+// 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 2 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.
+// 
+// You should have received a copy of the GNU General Public License
+// along with this program; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+//
+
 
 using System;
 using System.Text;

Modified: trunk/dpap-sharp/lib/User.cs
==============================================================================
--- trunk/dpap-sharp/lib/User.cs	(original)
+++ trunk/dpap-sharp/lib/User.cs	Tue Jul 22 15:45:10 2008
@@ -1,3 +1,26 @@
+// User.cs
+//
+// Author:
+//   James Willcox <snorp snorp net>
+//
+//  Copyright (C) 2005  James Willcox <snorp snorp net>
+//
+// 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 2 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.
+// 
+// You should have received a copy of the GNU General Public License
+// along with this program; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+//
+
 using System;
 using System.Net;
 

Modified: trunk/dpap-sharp/lib/Utility.cs
==============================================================================
--- trunk/dpap-sharp/lib/Utility.cs	(original)
+++ trunk/dpap-sharp/lib/Utility.cs	Tue Jul 22 15:45:10 2008
@@ -1,3 +1,25 @@
+// Utility.cs
+//
+// Author:
+//   James Willcox <snorp snorp net>
+//
+//  Copyright (C) 2005  James Willcox <snorp snorp net>
+//
+// 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 2 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.
+// 
+// You should have received a copy of the GNU General Public License
+// along with this program; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+//
 
 using System;
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]