[longomatch] Fix license headers and copyright info



commit 4c14e96cfd297abafad25da7ce3523aa838921b5
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Fri Aug 28 16:20:54 2009 +0200

    Fix license headers and copyright info

 CesarPlayer/AssemblyInfo.cs                   |   18 ++++++++++++++++++
 CesarPlayer/Capturer/GccAudioEncoderType.cs   |   19 +++++++++++++++++--
 CesarPlayer/Capturer/GccError.cs              |   20 +++++++++++++++++---
 CesarPlayer/Capturer/GccVideoEncoderType.cs   |   19 +++++++++++++++++--
 CesarPlayer/Capturer/GccVideoMuxerType.cs     |   20 +++++++++++++++++---
 CesarPlayer/Capturer/GstCameraCapturer.cs     |   19 +++++++++++++++++--
 CesarPlayer/Editor/AudioCodec.cs              |    2 +-
 CesarPlayer/Editor/EditorState.cs             |    2 +-
 CesarPlayer/Editor/ErrorHandler.cs            |   19 +++++++++++++++++--
 CesarPlayer/Editor/IMerger.cs                 |    2 +-
 CesarPlayer/Editor/IVideoSplitter.cs          |    2 +-
 CesarPlayer/Editor/PercentCompletedHandler.cs |   19 +++++++++++++++++--
 CesarPlayer/Editor/VideoCodec.cs              |    2 +-
 CesarPlayer/Editor/VideoFormat.cs             |    2 +-
 CesarPlayer/Editor/VideoSplitterType.cs       |    2 +-
 CesarPlayer/MultimediaFactory.cs              |    2 +-
 CesarPlayer/Player/GstAspectRatio.cs          |   19 +++++++++++++++++--
 CesarPlayer/Player/GstAudioOutType.cs         |   19 +++++++++++++++++--
 CesarPlayer/Player/GstDVDEvent.cs             |   19 +++++++++++++++++--
 CesarPlayer/Player/GstError.cs                |   19 +++++++++++++++++--
 CesarPlayer/Player/GstMetadataType.cs         |   19 +++++++++++++++++--
 CesarPlayer/Player/GstPlayer.cs               |   19 +++++++++++++++++--
 CesarPlayer/Player/GstUseType.cs              |   19 +++++++++++++++++--
 CesarPlayer/Player/GstVideoProperty.cs        |   19 +++++++++++++++++--
 LongoMatch/AssemblyInfo.cs                    |   19 +++++++++++++++++++
 LongoMatch/Gui/HotKeySelectorDialog.cs        |   18 ++++++++++++++++++
 LongoMatch/IO/CSVExport.cs                    |    2 +-
 LongoMatch/Time/Player.cs                     |    2 +-
 libcesarplayer/liblongomatch.mdp              |    2 --
 29 files changed, 320 insertions(+), 44 deletions(-)
---
diff --git a/CesarPlayer/AssemblyInfo.cs b/CesarPlayer/AssemblyInfo.cs
index fdeb4e6..9bdb107 100644
--- a/CesarPlayer/AssemblyInfo.cs
+++ b/CesarPlayer/AssemblyInfo.cs
@@ -1,3 +1,21 @@
+//  Copyright(C) 2007-2009 Andoni Morales Alastruey
+//
+// 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.Reflection;
 using System.Runtime.CompilerServices;
 
diff --git a/CesarPlayer/Capturer/GccAudioEncoderType.cs b/CesarPlayer/Capturer/GccAudioEncoderType.cs
index 8703ae2..edbce46 100644
--- a/CesarPlayer/Capturer/GccAudioEncoderType.cs
+++ b/CesarPlayer/Capturer/GccAudioEncoderType.cs
@@ -1,5 +1,20 @@
-// This file was generated by the Gtk# code generator.
-// Any changes made will be lost if regenerated.
+//  Copyright(C) 2009 Andoni Morales Alastruey
+//
+// 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
+//
+//
 
 namespace LongoMatch.Video.Capturer {
 
diff --git a/CesarPlayer/Capturer/GccError.cs b/CesarPlayer/Capturer/GccError.cs
index cbd2200..805e390 100644
--- a/CesarPlayer/Capturer/GccError.cs
+++ b/CesarPlayer/Capturer/GccError.cs
@@ -1,6 +1,20 @@
-// This file was generated by the Gtk# code generator.
-// Any changes made will be lost if regenerated.
-
+//  Copyright(C) 2009 Andoni Morales Alastruey
+//
+// 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
+//
+//
 namespace LongoMatch.Video.Capturer {
 
 	using System;
diff --git a/CesarPlayer/Capturer/GccVideoEncoderType.cs b/CesarPlayer/Capturer/GccVideoEncoderType.cs
index 929b98b..2046fcf 100644
--- a/CesarPlayer/Capturer/GccVideoEncoderType.cs
+++ b/CesarPlayer/Capturer/GccVideoEncoderType.cs
@@ -1,5 +1,20 @@
-// This file was generated by the Gtk# code generator.
-// Any changes made will be lost if regenerated.
+//  Copyright(C) 2009 Andoni Morales Alastruey
+//
+// 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
+//
+//
 
 namespace LongoMatch.Video.Capturer {
 
diff --git a/CesarPlayer/Capturer/GccVideoMuxerType.cs b/CesarPlayer/Capturer/GccVideoMuxerType.cs
index f925c6e..dee93e9 100644
--- a/CesarPlayer/Capturer/GccVideoMuxerType.cs
+++ b/CesarPlayer/Capturer/GccVideoMuxerType.cs
@@ -1,6 +1,20 @@
-// This file was generated by the Gtk# code generator.
-// Any changes made will be lost if regenerated.
-
+//  Copyright(C) 2009 Andoni Morales Alastruey
+//
+// 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
+//
+//
 namespace LongoMatch.Video.Capturer {
 
 	using System;
diff --git a/CesarPlayer/Capturer/GstCameraCapturer.cs b/CesarPlayer/Capturer/GstCameraCapturer.cs
index a16a928..bee9c57 100644
--- a/CesarPlayer/Capturer/GstCameraCapturer.cs
+++ b/CesarPlayer/Capturer/GstCameraCapturer.cs
@@ -1,5 +1,20 @@
-// This file was generated by the Gtk# code generator.
-// Any changes made will be lost if regenerated.
+//  Copyright(C) 2009 Andoni Morales Alastruey
+//
+// 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
+//
+//
 
 namespace LongoMatch.Video.Capturer {
 
diff --git a/CesarPlayer/Editor/AudioCodec.cs b/CesarPlayer/Editor/AudioCodec.cs
index a23c4dc..26d0384 100644
--- a/CesarPlayer/Editor/AudioCodec.cs
+++ b/CesarPlayer/Editor/AudioCodec.cs
@@ -1,5 +1,5 @@
 // 
-//  Copyright (C) 2009 Andoni Morales Alastruey 2009
+//  Copyright (C) 2009 Andoni Morales Alastruey
 // 
 //  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
diff --git a/CesarPlayer/Editor/EditorState.cs b/CesarPlayer/Editor/EditorState.cs
index 555f90c..f698292 100644
--- a/CesarPlayer/Editor/EditorState.cs
+++ b/CesarPlayer/Editor/EditorState.cs
@@ -1,5 +1,5 @@
 // 
-//  Copyright (C) 2009 Andoni Morales Alastruey 2009
+//  Copyright (C) 2009 Andoni Morales Alastruey
 // 
 //  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
diff --git a/CesarPlayer/Editor/ErrorHandler.cs b/CesarPlayer/Editor/ErrorHandler.cs
index ad4e2d8..f351f27 100644
--- a/CesarPlayer/Editor/ErrorHandler.cs
+++ b/CesarPlayer/Editor/ErrorHandler.cs
@@ -1,5 +1,20 @@
-// This file was generated by the Gtk# code generator.
-// Any changes made will be lost if regenerated.
+//  Copyright(C) 2009 Andoni Morales Alastruey
+//
+// 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
+//
+//
 
 namespace LongoMatch.Video.Editor {
 
diff --git a/CesarPlayer/Editor/IMerger.cs b/CesarPlayer/Editor/IMerger.cs
index 6208423..bbd56f8 100644
--- a/CesarPlayer/Editor/IMerger.cs
+++ b/CesarPlayer/Editor/IMerger.cs
@@ -1,5 +1,5 @@
 // 
-//  Copyright (C) 2009 Andoni Morales Alastruey 2009
+//  Copyright (C) 2009 Andoni Morales Alastruey
 // 
 //  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
diff --git a/CesarPlayer/Editor/IVideoSplitter.cs b/CesarPlayer/Editor/IVideoSplitter.cs
index eee3af1..f9d96d3 100644
--- a/CesarPlayer/Editor/IVideoSplitter.cs
+++ b/CesarPlayer/Editor/IVideoSplitter.cs
@@ -1,5 +1,5 @@
 // 
-//  Copyright (C) 2009 Andoni Morales Alastruey 2009
+//  Copyright (C) 2009 Andoni Morales Alastruey
 // 
 //  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
diff --git a/CesarPlayer/Editor/PercentCompletedHandler.cs b/CesarPlayer/Editor/PercentCompletedHandler.cs
index 001a7bd..731184c 100644
--- a/CesarPlayer/Editor/PercentCompletedHandler.cs
+++ b/CesarPlayer/Editor/PercentCompletedHandler.cs
@@ -1,5 +1,20 @@
-// This file was generated by the Gtk# code generator.
-// Any changes made will be lost if regenerated.
+//  Copyright(C) 2009 Andoni Morales Alastruey
+//
+// 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
+//
+//
 
 namespace LongoMatch.Video.Editor {
 
diff --git a/CesarPlayer/Editor/VideoCodec.cs b/CesarPlayer/Editor/VideoCodec.cs
index efc94d8..28c88e3 100644
--- a/CesarPlayer/Editor/VideoCodec.cs
+++ b/CesarPlayer/Editor/VideoCodec.cs
@@ -1,5 +1,5 @@
 // 
-//  Copyright (C) 2009 Andoni Morales Alastruey 2009
+//  Copyright (C) 2009 Andoni Morales Alastruey 
 // 
 //  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
diff --git a/CesarPlayer/Editor/VideoFormat.cs b/CesarPlayer/Editor/VideoFormat.cs
index 709dbde..a7d2b73 100644
--- a/CesarPlayer/Editor/VideoFormat.cs
+++ b/CesarPlayer/Editor/VideoFormat.cs
@@ -1,5 +1,5 @@
 // 
-//  Copyright (C) 2009 andoni
+//  Copyright (C) 2009 Andoni Morales Alastruey
 // 
 //  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
diff --git a/CesarPlayer/Editor/VideoSplitterType.cs b/CesarPlayer/Editor/VideoSplitterType.cs
index c6529a0..bd43ba5 100644
--- a/CesarPlayer/Editor/VideoSplitterType.cs
+++ b/CesarPlayer/Editor/VideoSplitterType.cs
@@ -1,5 +1,5 @@
 // 
-//  Copyright (C) 2009 Andoni Morales Alastruey 2009
+//  Copyright (C) 2009 Andoni Morales Alastruey
 // 
 //  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
diff --git a/CesarPlayer/MultimediaFactory.cs b/CesarPlayer/MultimediaFactory.cs
index 668f4ef..6506bc3 100644
--- a/CesarPlayer/MultimediaFactory.cs
+++ b/CesarPlayer/MultimediaFactory.cs
@@ -1,6 +1,6 @@
 // PlayerMaker.cs 
 //
-//  Copyright(C) 20072009 Andoni Morales Alastruey
+//  Copyright(C) 2007-2009 Andoni Morales Alastruey
 //
 // 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
diff --git a/CesarPlayer/Player/GstAspectRatio.cs b/CesarPlayer/Player/GstAspectRatio.cs
index a5ee6f3..f201d24 100644
--- a/CesarPlayer/Player/GstAspectRatio.cs
+++ b/CesarPlayer/Player/GstAspectRatio.cs
@@ -1,5 +1,20 @@
-// This file was generated by the Gtk# code generator.
-// Any changes made will be lost if regenerated.
+//  Copyright(C) 2009 Andoni Morales Alastruey
+//
+// 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
+//
+//
 
 namespace LongoMatch {
 
diff --git a/CesarPlayer/Player/GstAudioOutType.cs b/CesarPlayer/Player/GstAudioOutType.cs
index 62ef218..58fa372 100644
--- a/CesarPlayer/Player/GstAudioOutType.cs
+++ b/CesarPlayer/Player/GstAudioOutType.cs
@@ -1,5 +1,20 @@
-// This file was generated by the Gtk# code generator.
-// Any changes made will be lost if regenerated.
+//  Copyright(C) 2009 Andoni Morales Alastruey
+//
+// 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
+//
+//
 
 namespace LongoMatch.Video.Player {
 
diff --git a/CesarPlayer/Player/GstDVDEvent.cs b/CesarPlayer/Player/GstDVDEvent.cs
index 02e9580..2ca8b83 100644
--- a/CesarPlayer/Player/GstDVDEvent.cs
+++ b/CesarPlayer/Player/GstDVDEvent.cs
@@ -1,5 +1,20 @@
-// This file was generated by the Gtk# code generator.
-// Any changes made will be lost if regenerated.
+//  Copyright(C) 2009 Andoni Morales Alastruey
+//
+// 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
+//
+//
 
 namespace LongoMatch.Video.Player {
 
diff --git a/CesarPlayer/Player/GstError.cs b/CesarPlayer/Player/GstError.cs
index 02a91ff..074b4e2 100644
--- a/CesarPlayer/Player/GstError.cs
+++ b/CesarPlayer/Player/GstError.cs
@@ -1,5 +1,20 @@
-// This file was generated by the Gtk# code generator.
-// Any changes made will be lost if regenerated.
+//  Copyright(C) 2009 Andoni Morales Alastruey
+//
+// 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
+//
+//
 
 namespace LongoMatch.Video.Player {
 
diff --git a/CesarPlayer/Player/GstMetadataType.cs b/CesarPlayer/Player/GstMetadataType.cs
index adaf2fc..9f8f769 100644
--- a/CesarPlayer/Player/GstMetadataType.cs
+++ b/CesarPlayer/Player/GstMetadataType.cs
@@ -1,5 +1,20 @@
-// This file was generated by the Gtk# code generator.
-// Any changes made will be lost if regenerated.
+//  Copyright(C) 2009 Andoni Morales Alastruey
+//
+// 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
+//
+//
 
 namespace LongoMatch.Video.Player {
 
diff --git a/CesarPlayer/Player/GstPlayer.cs b/CesarPlayer/Player/GstPlayer.cs
index b0a4014..63f276a 100644
--- a/CesarPlayer/Player/GstPlayer.cs
+++ b/CesarPlayer/Player/GstPlayer.cs
@@ -1,5 +1,20 @@
-// This file was generated by the Gtk# code generator.
-// Any changes made will be lost if regenerated.
+//  Copyright(C) 2007-2009 Andoni Morales Alastruey
+//
+// 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
+//
+//
 
 namespace LongoMatch.Video.Player {
 
diff --git a/CesarPlayer/Player/GstUseType.cs b/CesarPlayer/Player/GstUseType.cs
index 95d486e..866e3e3 100644
--- a/CesarPlayer/Player/GstUseType.cs
+++ b/CesarPlayer/Player/GstUseType.cs
@@ -1,5 +1,20 @@
-// This file was generated by the Gtk# code generator.
-// Any changes made will be lost if regenerated.
+//  Copyright(C) 2009 Andoni Morales Alastruey
+//
+// 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
+//
+//
 
 namespace LongoMatch.Video.Player {
 
diff --git a/CesarPlayer/Player/GstVideoProperty.cs b/CesarPlayer/Player/GstVideoProperty.cs
index 1b00862..f7f4996 100644
--- a/CesarPlayer/Player/GstVideoProperty.cs
+++ b/CesarPlayer/Player/GstVideoProperty.cs
@@ -1,5 +1,20 @@
-// This file was generated by the Gtk# code generator.
-// Any changes made will be lost if regenerated.
+//  Copyright(C) 2009 Andoni Morales Alastruey
+//
+// 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
+//
+//
 
 namespace LongoMatch.Video.Player {
 
diff --git a/LongoMatch/AssemblyInfo.cs b/LongoMatch/AssemblyInfo.cs
index 65af627..d2f5f1e 100644
--- a/LongoMatch/AssemblyInfo.cs
+++ b/LongoMatch/AssemblyInfo.cs
@@ -1,3 +1,22 @@
+//
+//  Copyright (C) 2007-2009 Andoni Morales Alastruey
+//
+// 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.Reflection;
 using System.Runtime.CompilerServices;
 
diff --git a/LongoMatch/Gui/HotKeySelectorDialog.cs b/LongoMatch/Gui/HotKeySelectorDialog.cs
index fcbd0f2..72c026a 100644
--- a/LongoMatch/Gui/HotKeySelectorDialog.cs
+++ b/LongoMatch/Gui/HotKeySelectorDialog.cs
@@ -1,3 +1,21 @@
+//
+//  Copyright (C) 2009 Andoni Morales Alastruey
+//
+// 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 Gtk;
diff --git a/LongoMatch/IO/CSVExport.cs b/LongoMatch/IO/CSVExport.cs
index 42317bc..c98bd53 100644
--- a/LongoMatch/IO/CSVExport.cs
+++ b/LongoMatch/IO/CSVExport.cs
@@ -1,6 +1,6 @@
 // CSVExport.cs
 //
-//  Copyright (C) 2009 [name of author]
+//  Copyright (C) 2009 Andoni Morales Alastruey
 //
 // 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
diff --git a/LongoMatch/Time/Player.cs b/LongoMatch/Time/Player.cs
index c13c4f2..0f303f5 100644
--- a/LongoMatch/Time/Player.cs
+++ b/LongoMatch/Time/Player.cs
@@ -1,5 +1,5 @@
 // 
-//  Copyright (C) 2009 andoni
+//  Copyright (C) 2009 Andoni Morales Alastruey
 // 
 //  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
diff --git a/libcesarplayer/liblongomatch.mdp b/libcesarplayer/liblongomatch.mdp
index b609ae8..10f80a2 100644
--- a/libcesarplayer/liblongomatch.mdp
+++ b/libcesarplayer/liblongomatch.mdp
@@ -19,8 +19,6 @@
     <File name="src/bacon-video-widget-gst-0.10.c" subtype="Code" buildaction="Compile" />
     <File name="src/baconvideowidget-marshal.c" subtype="Code" buildaction="Compile" />
     <File name="src/baconvideowidget-marshal.h" subtype="Code" buildaction="Nothing" />
-    <File name="src/gstvideowidget.c" subtype="Code" buildaction="Compile" />
-    <File name="src/gstvideowidget.h" subtype="Code" buildaction="Nothing" />
     <File name="src/macros.h" subtype="Code" buildaction="Nothing" />
     <File name="src/gstscreenshot.c" subtype="Code" buildaction="Compile" />
     <File name="src/gstscreenshot.h" subtype="Code" buildaction="Nothing" />



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