[ekiga] copyright assignation.



commit d623d0aa4f9d89f91f3fa05a8af5eefedf39738d
Author: VÃctor Manuel JÃquez Leal <vjaquez igalia com>
Date:   Tue Nov 6 10:24:31 2012 +0100

    copyright assignation.
    
    Given this results:
    
    $ git blame --line-porcelain lib/engine/components/common-videooutput/videooutput-manager-common.cpp | sed -n 's/^author //p' | sort | uniq -c | sort -rn
        281 Matthias Schneider
        118 VÃctor Manuel JÃquez Leal
         21 Julien Puydt
          5 Damien Sandras
    
    $ git blame --line-porcelain lib/engine/components/x-videooutput/videooutput-manager-x.cpp | sed -n 's/^author //p' | sort | uniq -c | sort -rn
        270 Matthias Schneider
        254 VÃctor Manuel JÃquez Leal
         39 Julien Puydt
          1 Damien Sandras
    
    $ git blame --line-porcelain lib/engine/components/x-videooutput/videooutput-manager-x.h | sed -n 's/^author //p' | sort | uniq -c | sort -rn
         93 Matthias Schneider
         20 VÃctor Manuel JÃquez Leal
         15 Julien Puydt
          1 Damien Sandras
    
    And by request of my client, I propose to add my client the copyright
    assignation, and myself in the authoring of these files.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=683456

 .../videooutput-manager-common.cpp                 |    4 ++++
 .../x-videooutput/videooutput-manager-x.cpp        |    4 ++++
 .../x-videooutput/videooutput-manager-x.h          |    4 ++++
 3 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/lib/engine/components/common-videooutput/videooutput-manager-common.cpp b/lib/engine/components/common-videooutput/videooutput-manager-common.cpp
index 5d87402..ca7757b 100644
--- a/lib/engine/components/common-videooutput/videooutput-manager-common.cpp
+++ b/lib/engine/components/common-videooutput/videooutput-manager-common.cpp
@@ -1,5 +1,9 @@
 /* Ekiga -- A VoIP and Video-Conferencing application
  * Copyright (C) 2000-2009 Damien Sandras <dsandras seconix com>
+ * Copyright (C) 2012, Xunta de Galicia <ocfloss xunta es>
+ *
+ * Authors: Matthias Schneider
+ *          Victor Jaquez, Igalia S.L., AGASOL. <vjaquez igalia com>
  *
  * 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/lib/engine/components/x-videooutput/videooutput-manager-x.cpp b/lib/engine/components/x-videooutput/videooutput-manager-x.cpp
index cddabd0..92ddd97 100644
--- a/lib/engine/components/x-videooutput/videooutput-manager-x.cpp
+++ b/lib/engine/components/x-videooutput/videooutput-manager-x.cpp
@@ -1,5 +1,9 @@
 /* Ekiga -- A VoIP and Video-Conferencing application
  * Copyright (C) 2000-2009 Damien Sandras <dsandras seconix com>
+ * Copyright (C) 2012, Xunta de Galicia <ocfloss xunta es>
+ *
+ * Authors: Matthias Schneider
+ *          Victor Jaquez, Igalia S.L., AGASOL. <vjaquez igalia com>
  *
  * 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/lib/engine/components/x-videooutput/videooutput-manager-x.h b/lib/engine/components/x-videooutput/videooutput-manager-x.h
index 16c429a..a5f20a7 100644
--- a/lib/engine/components/x-videooutput/videooutput-manager-x.h
+++ b/lib/engine/components/x-videooutput/videooutput-manager-x.h
@@ -1,6 +1,10 @@
 
 /* Ekiga -- A VoIP and Video-Conferencing application
  * Copyright (C) 2000-2009 Damien Sandras <dsandras seconix com>
+ * Copyright (C) 2012, Xunta de Galicia <ocfloss xunta es>
+ *
+ * Authors: Matthias Schneider
+ *          Victor Jaquez, Igalia S.L., AGASOL. <vjaquez igalia com>
  *
  * 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



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