[gnome-calendar] Move from GPL 2 to GPL 3



commit 311195857f0a19b9c82caa7d9561b5e44161dabf
Author: Alex Benishek <alex alexbenishek com>
Date:   Tue Aug 8 13:01:20 2017 -0400

    Move from GPL 2 to GPL 3
    
    Right now the project contains a mix of GPL 2 and GPL 3 code.
    This commit moves all of the perviously GPL 2 code to GPL 3
    
    https://bugzilla.gnome.org/show_bug.cgi?id=752649

 src/gcal-search-view.c             |    2 +-
 src/gcal-search-view.h             |    2 +-
 src/gcal-subscriber-view-private.h |    2 +-
 src/gcal-subscriber-view.c         |    2 +-
 src/gcal-subscriber-view.h         |    2 +-
 src/gcal-utils.c                   |    2 +-
 src/gcal-view.c                    |    2 +-
 src/gcal-view.h                    |    2 +-
 src/views/gcal-month-view.c        |    2 +-
 src/views/gcal-month-view.h        |    2 +-
 src/views/gcal-week-view.c         |    2 +-
 src/views/gcal-week-view.h         |    2 +-
 12 files changed, 12 insertions(+), 12 deletions(-)
---
diff --git a/src/gcal-search-view.c b/src/gcal-search-view.c
index efc5e07..6e8cf84 100644
--- a/src/gcal-search-view.c
+++ b/src/gcal-search-view.c
@@ -6,7 +6,7 @@
  *
  * 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
+ * the Free Software Foundation; either version 3 of the License, or
  * (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful,
diff --git a/src/gcal-search-view.h b/src/gcal-search-view.h
index d7bb607..f42eafd 100644
--- a/src/gcal-search-view.h
+++ b/src/gcal-search-view.h
@@ -5,7 +5,7 @@
  *
  * 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
+ * the Free Software Foundation; either version 3 of the License, or
  * (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful,
diff --git a/src/gcal-subscriber-view-private.h b/src/gcal-subscriber-view-private.h
index 480160a..60dc35f 100644
--- a/src/gcal-subscriber-view-private.h
+++ b/src/gcal-subscriber-view-private.h
@@ -5,7 +5,7 @@
  *
  * 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
+ * the Free Software Foundation; either version 3 of the License, or
  * (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful,
diff --git a/src/gcal-subscriber-view.c b/src/gcal-subscriber-view.c
index 37a969b..7d3173c 100644
--- a/src/gcal-subscriber-view.c
+++ b/src/gcal-subscriber-view.c
@@ -6,7 +6,7 @@
  *
  * 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
+ * the Free Software Foundation; either version 3 of the License, or
  * (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful,
diff --git a/src/gcal-subscriber-view.h b/src/gcal-subscriber-view.h
index dda9f35..f2b3d7d 100644
--- a/src/gcal-subscriber-view.h
+++ b/src/gcal-subscriber-view.h
@@ -5,7 +5,7 @@
  *
  * 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
+ * the Free Software Foundation; either version 3 of the License, or
  * (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful,
diff --git a/src/gcal-utils.c b/src/gcal-utils.c
index a26a3bc..9d27c4b 100644
--- a/src/gcal-utils.c
+++ b/src/gcal-utils.c
@@ -6,7 +6,7 @@
  *
  * 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
+ * the Free Software Foundation; either version 3 of the License, or
  * (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful,
diff --git a/src/gcal-view.c b/src/gcal-view.c
index 037bc05..efcbb1f 100644
--- a/src/gcal-view.c
+++ b/src/gcal-view.c
@@ -7,7 +7,7 @@
  *
  * 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
+ * the Free Software Foundation; either version 3 of the License, or
  * (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful,
diff --git a/src/gcal-view.h b/src/gcal-view.h
index a1df2d2..085b2fc 100644
--- a/src/gcal-view.h
+++ b/src/gcal-view.h
@@ -5,7 +5,7 @@
  *
  * 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
+ * the Free Software Foundation; either version 3 of the License, or
  * (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful,
diff --git a/src/views/gcal-month-view.c b/src/views/gcal-month-view.c
index 52c2894..38b8572 100644
--- a/src/views/gcal-month-view.c
+++ b/src/views/gcal-month-view.c
@@ -6,7 +6,7 @@
  *
  * 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
+ * the Free Software Foundation; either version 3 of the License, or
  * (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful,
diff --git a/src/views/gcal-month-view.h b/src/views/gcal-month-view.h
index 174fffc..147af67 100644
--- a/src/views/gcal-month-view.h
+++ b/src/views/gcal-month-view.h
@@ -5,7 +5,7 @@
  *
  * 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
+ * the Free Software Foundation; either version 3 of the License, or
  * (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful,
diff --git a/src/views/gcal-week-view.c b/src/views/gcal-week-view.c
index 2f42530..ebbbcd8 100644
--- a/src/views/gcal-week-view.c
+++ b/src/views/gcal-week-view.c
@@ -6,7 +6,7 @@
  *
  * 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
+ * the Free Software Foundation; either version 3 of the License, or
  * (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful,
diff --git a/src/views/gcal-week-view.h b/src/views/gcal-week-view.h
index 55d869f..ae2e503 100644
--- a/src/views/gcal-week-view.h
+++ b/src/views/gcal-week-view.h
@@ -5,7 +5,7 @@
  *
  * 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
+ * the Free Software Foundation; either version 3 of the License, or
  * (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful,


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