[blam] Change the license from GPLv2 to GPLV2 or later.



commit f9b65aadfa68e1b8b25c886894389a5efde551ef
Author: Carlos Martín Nieto <carlos cmartin tk>
Date:   Sun Sep 5 14:13:57 2010 +0100

    Change the license from GPLv2 to GPLV2 or later.
    
    This is what the original author intended, anyway.

 COPYING         |    4 ++++
 lib/AtomFeed.cs |    5 ++++-
 lib/RSSFeed.cs  |    2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/COPYING b/COPYING
index d60c31a..81e8c2d 100644
--- a/COPYING
+++ b/COPYING
@@ -1,3 +1,7 @@
+All the files in this project are licensed under the GNU GPLv2 or later.
+This is in agreement with what the original author (Mikael Hallendal) intended.
+
+
 		    GNU GENERAL PUBLIC LICENSE
 		       Version 2, June 1991
 
diff --git a/lib/AtomFeed.cs b/lib/AtomFeed.cs
index e91283c..2186ab1 100644
--- a/lib/AtomFeed.cs
+++ b/lib/AtomFeed.cs
@@ -1,4 +1,7 @@
-// project created on 5/8/2007 at 10:18 PM
+/*
+ * This file is released under the terms of the GNU GPLv2 or later
+ */
+
 using System;
 using System.IO;
 using System.Text;
diff --git a/lib/RSSFeed.cs b/lib/RSSFeed.cs
index 79f768f..4e804e5 100644
--- a/lib/RSSFeed.cs
+++ b/lib/RSSFeed.cs
@@ -1,7 +1,7 @@
 /*
  * Copyright (c) 2008 Carlos Martín Nieto
  * 
- * This file is released under the terms of the GNU GPLv2.
+ * This file is released under the terms of the GNU GPLv2 or later.
  */
 
 using System;



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