[vinagre] Fixed copyrights in headers of plugin files



commit 593ea0823c5f154670bd85688449c4de5efd95a7
Author: Jonh Wendell <jwendell gnome org>
Date:   Fri Jul 24 16:16:41 2009 -0300

    Fixed copyrights in headers of plugin files

 vinagre/vinagre-plugin-info-priv.h |    4 +++-
 vinagre/vinagre-plugin-info.c      |    4 +++-
 vinagre/vinagre-plugin-info.h      |    5 +++--
 vinagre/vinagre-plugin-loader.c    |    1 +
 vinagre/vinagre-plugin-loader.h    |    1 +
 vinagre/vinagre-plugin-manager.c   |    2 ++
 vinagre/vinagre-plugin-manager.h   |    3 ++-
 vinagre/vinagre-plugin.c           |    4 +++-
 vinagre/vinagre-plugin.h           |    4 +++-
 vinagre/vinagre-plugins-engine.c   |    4 +++-
 vinagre/vinagre-plugins-engine.h   |    4 +++-
 11 files changed, 27 insertions(+), 9 deletions(-)
---
diff --git a/vinagre/vinagre-plugin-info-priv.h b/vinagre/vinagre-plugin-info-priv.h
index 5acc583..382318a 100644
--- a/vinagre/vinagre-plugin-info-priv.h
+++ b/vinagre/vinagre-plugin-info-priv.h
@@ -2,7 +2,9 @@
  * vinagre-plugin-info-priv.h
  * This file is part of vinagre
  *
- * Copyright (C) 2009 Jorge Pereira <jorge jorgepereira com br>
+ * Based on gedit plugin system
+ * Copyright (C) 2002-2005 - Paolo Maggi 
+ * Copyright (C) 2007 - Paolo Maggi, Steve Frécinaux
  * 
  * vinagre-plugin-info-priv.h is free software: you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by the
diff --git a/vinagre/vinagre-plugin-info.c b/vinagre/vinagre-plugin-info.c
index 2aa8f68..7ae0a9e 100644
--- a/vinagre/vinagre-plugin-info.c
+++ b/vinagre/vinagre-plugin-info.c
@@ -2,7 +2,9 @@
  * vinagre-plugin-info.c
  * This file is part of vinagre
  *
- * Copyright (C) 2009 Jorge Pereira <jorge jorgepereira com br>
+ * Based on gedit plugin system
+ * Copyright (C) 2002-2005 - Paolo Maggi 
+ * Copyright (C) 2007 - Paolo Maggi, Steve Frécinaux
  * 
  * vinagre-plugin-info.c is free software: you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by the
diff --git a/vinagre/vinagre-plugin-info.h b/vinagre/vinagre-plugin-info.h
index ad2443a..3c30f50 100644
--- a/vinagre/vinagre-plugin-info.h
+++ b/vinagre/vinagre-plugin-info.h
@@ -1,8 +1,9 @@
 /*
  * vinagre-plugin-info.h
  * This file is part of vinagre
- *
- * Copyright (C) 2009 Jorge Pereira <jorge jorgepereira com br>
+ * Based on gedit plugin system
+ * Copyright (C) 2002-2005 - Paolo Maggi 
+ * Copyright (C) 2007 - Paolo Maggi, Steve Frécinaux
  * 
  * vinagre-plugin-info.h is free software: you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by the
diff --git a/vinagre/vinagre-plugin-loader.c b/vinagre/vinagre-plugin-loader.c
index e7f1af4..b953c10 100644
--- a/vinagre/vinagre-plugin-loader.c
+++ b/vinagre/vinagre-plugin-loader.c
@@ -2,6 +2,7 @@
  * vinagre-plugin-loader.c
  * This file is part of vinagre
  *
+ * Based on gedit plugin system
  * Copyright (C) 2008 - Jesse van den Kieboom
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/vinagre/vinagre-plugin-loader.h b/vinagre/vinagre-plugin-loader.h
index 838aac6..11583b9 100644
--- a/vinagre/vinagre-plugin-loader.h
+++ b/vinagre/vinagre-plugin-loader.h
@@ -2,6 +2,7 @@
  * vinagre-plugin-loader.h
  * This file is part of vinagre
  *
+ * Based on gedit plugin system
  * Copyright (C) 2008 - Jesse van den Kieboom
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/vinagre/vinagre-plugin-manager.c b/vinagre/vinagre-plugin-manager.c
index 7cab8a5..8fa796c 100644
--- a/vinagre/vinagre-plugin-manager.c
+++ b/vinagre/vinagre-plugin-manager.c
@@ -2,6 +2,8 @@
  * vinagre-plugins-manager.c
  * This file is part of vinagre
  *
+ * Based on gedit plugin system
+ * Copyright (C) 2002-2005 Paolo Maggi
  * Copyright (C) 2009 Jorge Pereira <jorge jorgepereira com br>
  * 
  * vinagre-plugins-manager.c is free software: you can redistribute it and/or modify it
diff --git a/vinagre/vinagre-plugin-manager.h b/vinagre/vinagre-plugin-manager.h
index aa97d9e..151b6bc 100644
--- a/vinagre/vinagre-plugin-manager.h
+++ b/vinagre/vinagre-plugin-manager.h
@@ -2,7 +2,8 @@
  * vinagre-plugins-manager.h
  * This file is part of vinagre
  *
- * Copyright (C) 2009 Jorge Pereira <jorge jorgepereira com br>
+ * Based on gedit plugin system
+ * Copyright (C) 2002-2005 Paolo Maggi
  * 
  * vinagre-plugins-manager.h is free software: you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by the
diff --git a/vinagre/vinagre-plugin.c b/vinagre/vinagre-plugin.c
index 5baa545..b86e6aa 100644
--- a/vinagre/vinagre-plugin.c
+++ b/vinagre/vinagre-plugin.c
@@ -1,7 +1,9 @@
 /*
  * vinagre-plugin.c
  * This file is part of vinagre
- *
+
+ * Based on gedit plugin system
+ * Copyright (C) 2002-2005 Paolo Maggi
  * Copyright (C) 2009 Jorge Pereira <jorge jorgepereira com br>
  * Copyright (C) 2009 Jonh Wendell <wendell bani com br>
  * 
diff --git a/vinagre/vinagre-plugin.h b/vinagre/vinagre-plugin.h
index 8239df4..1a69136 100644
--- a/vinagre/vinagre-plugin.h
+++ b/vinagre/vinagre-plugin.h
@@ -2,7 +2,9 @@
  * vinagre-plugin.h
  * This file is part of vinagre
  *
- * Copyright (C) 2009 Jorge Pereira <jorge jorgepereira com br>
+ * Based on gedit plugin system
+ * Copyright (C) 2002-2005 Paolo Maggi
+ * Copyright (C) 2009 Jonh Wendell <wendell bani com br>s
  * 
  * vinagre-plugin.h is free software: you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by the
diff --git a/vinagre/vinagre-plugins-engine.c b/vinagre/vinagre-plugins-engine.c
index 5366bb7..0cd0b63 100644
--- a/vinagre/vinagre-plugins-engine.c
+++ b/vinagre/vinagre-plugins-engine.c
@@ -2,7 +2,9 @@
  * vinagre-plugins-engine.c
  * This file is part of vinagre
  *
- * Copyright (C) 2009 Jorge Pereira <jorge jorgepereira com br>
+ * Based on gedit plugin system
+ * Copyright (C) 2002-2005 Paolo Maggi
+ * Copyright (C) 2009 Jonh Wendell <wendell bani com br>s
  * 
  * vinagre-plugins-engine.c is free software: you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by the
diff --git a/vinagre/vinagre-plugins-engine.h b/vinagre/vinagre-plugins-engine.h
index d7b45c0..3fb4440 100644
--- a/vinagre/vinagre-plugins-engine.h
+++ b/vinagre/vinagre-plugins-engine.h
@@ -2,7 +2,9 @@
  * vinagre-plugins-engine.h
  * This file is part of vinagre
  *
- * Copyright (C) 2009 Jorge Pereira <jorge jorgepereira com br>
+ * Based on gedit plugin system
+ * Copyright (C) 2002-2005 Paolo Maggi
+ * Copyright (C) 2009 Jonh Wendell <wendell bani com br>
  * 
  * vinagre-plugins-engine.h is free software: you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by the



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