[gnome-calculator] Upgrade license for all source files to GPLv3+



commit ebfee6b3abbbc1bb0694ebb07a12868a7878d1bc
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Sat Feb 13 15:53:07 2016 -0600

    Upgrade license for all source files to GPLv3+
    
    https://bugzilla.gnome.org/show_bug.cgi?id=762012

 lib/currency.vala                    |    2 +-
 lib/equation-lexer.vala              |    2 +-
 lib/equation-parser.vala             |    2 +-
 lib/equation.vala                    |    2 +-
 lib/financial.vala                   |    2 +-
 lib/function-manager.vala            |    2 +-
 lib/math-equation.vala               |    2 +-
 lib/math-function.vala               |    2 +-
 lib/math-variables.vala              |    2 +-
 lib/serializer.vala                  |    2 +-
 lib/unit.vala                        |    2 +-
 search-provider/search-provider.vala |    2 +-
 src/gcalccmd.vala                    |    2 +-
 src/gnome-calculator.vala            |    2 +-
 src/math-buttons.vala                |    2 +-
 src/math-converter.vala              |    2 +-
 src/math-display.vala                |    2 +-
 src/math-function-popup.vala         |    2 +-
 src/math-history.vala                |    2 +-
 src/math-preferences.vala            |    2 +-
 src/math-variable-popup.vala         |    2 +-
 src/math-window.vala                 |    2 +-
 22 files changed, 22 insertions(+), 22 deletions(-)
---
diff --git a/lib/currency.vala b/lib/currency.vala
index 9c196e4..ffc2a6a 100644
--- a/lib/currency.vala
+++ b/lib/currency.vala
@@ -3,7 +3,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 (at your option) any later
+ * Foundation, either version 3 of the License, or (at your option) any later
  * version. See http://www.gnu.org/copyleft/gpl.html the full text of the
  * license.
  */
diff --git a/lib/equation-lexer.vala b/lib/equation-lexer.vala
index 20731af..f1b516a 100644
--- a/lib/equation-lexer.vala
+++ b/lib/equation-lexer.vala
@@ -4,7 +4,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 (at your option) any later
+ * Foundation, either version 3 of the License, or (at your option) any later
  * version. See http://www.gnu.org/copyleft/gpl.html the full text of the
  * license.
  */
diff --git a/lib/equation-parser.vala b/lib/equation-parser.vala
index 29f66bd..0c3ce6d 100644
--- a/lib/equation-parser.vala
+++ b/lib/equation-parser.vala
@@ -4,7 +4,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 (at your option) any later
+ * Foundation, either version 3 of the License, or (at your option) any later
  * version. See http://www.gnu.org/copyleft/gpl.html the full text of the
  * license.
  */
diff --git a/lib/equation.vala b/lib/equation.vala
index 3c49610..c0982d1 100644
--- a/lib/equation.vala
+++ b/lib/equation.vala
@@ -4,7 +4,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 (at your option) any later
+ * Foundation, either version 3 of the License, or (at your option) any later
  * version. See http://www.gnu.org/copyleft/gpl.html the full text of the
  * license.
  */
diff --git a/lib/financial.vala b/lib/financial.vala
index c7c758f..0ed79aa 100644
--- a/lib/financial.vala
+++ b/lib/financial.vala
@@ -4,7 +4,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 (at your option) any later
+ * Foundation, either version 3 of the License, or (at your option) any later
  * version. See http://www.gnu.org/copyleft/gpl.html the full text of the
  * license.
  */
diff --git a/lib/function-manager.vala b/lib/function-manager.vala
index 66ae52c..ca4bd09 100644
--- a/lib/function-manager.vala
+++ b/lib/function-manager.vala
@@ -3,7 +3,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 (at your option) any later
+ * Foundation, either version 3 of the License, or (at your option) any later
  * version. See http://www.gnu.org/copyleft/gpl.html the full text of the
  * license.
  */
diff --git a/lib/math-equation.vala b/lib/math-equation.vala
index 7541f85..63ee889 100644
--- a/lib/math-equation.vala
+++ b/lib/math-equation.vala
@@ -4,7 +4,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 (at your option) any later
+ * Foundation, either version 3 of the License, or (at your option) any later
  * version. See http://www.gnu.org/copyleft/gpl.html the full text of the
  * license.
  */
diff --git a/lib/math-function.vala b/lib/math-function.vala
index a2f0b3e..de3b44a 100644
--- a/lib/math-function.vala
+++ b/lib/math-function.vala
@@ -3,7 +3,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 (at your option) any later
+ * Foundation, either version 3 of the License, or (at your option) any later
  * version. See http://www.gnu.org/copyleft/gpl.html the full text of the
  * license.
  */
diff --git a/lib/math-variables.vala b/lib/math-variables.vala
index 14dde55..a3932e2 100644
--- a/lib/math-variables.vala
+++ b/lib/math-variables.vala
@@ -3,7 +3,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 (at your option) any later
+ * Foundation, either version 3 of the License, or (at your option) any later
  * version. See http://www.gnu.org/copyleft/gpl.html the full text of the
  * license.
  */
diff --git a/lib/serializer.vala b/lib/serializer.vala
index 7cb78f2..b8282ae 100644
--- a/lib/serializer.vala
+++ b/lib/serializer.vala
@@ -4,7 +4,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 (at your option) any later
+ * Foundation, either version 3 of the License, or (at your option) any later
  * version. See http://www.gnu.org/copyleft/gpl.html the full text of the
  * license.
  */
diff --git a/lib/unit.vala b/lib/unit.vala
index 75d3427..7b6f5b6 100644
--- a/lib/unit.vala
+++ b/lib/unit.vala
@@ -3,7 +3,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 (at your option) any later
+ * Foundation, either version 3 of the License, or (at your option) any later
  * version. See http://www.gnu.org/copyleft/gpl.html the full text of the
  * license.
  */
diff --git a/search-provider/search-provider.vala b/search-provider/search-provider.vala
index 75f4919..88d80d6 100644
--- a/search-provider/search-provider.vala
+++ b/search-provider/search-provider.vala
@@ -4,7 +4,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 (at your option) any later
+ * Foundation, either version 3 of the License, or (at your option) any later
  * version. See http://www.gnu.org/copyleft/gpl.html the full text of the
  * license.
  */
diff --git a/src/gcalccmd.vala b/src/gcalccmd.vala
index 87ad8ad..867da26 100644
--- a/src/gcalccmd.vala
+++ b/src/gcalccmd.vala
@@ -4,7 +4,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 (at your option) any later
+ * Foundation, either version 3 of the License, or (at your option) any later
  * version. See http://www.gnu.org/copyleft/gpl.html the full text of the
  * license.
  */
diff --git a/src/gnome-calculator.vala b/src/gnome-calculator.vala
index 1d5a651..2cc325c 100644
--- a/src/gnome-calculator.vala
+++ b/src/gnome-calculator.vala
@@ -4,7 +4,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 (at your option) any later
+ * Foundation, either version 3 of the License, or (at your option) any later
  * version. See http://www.gnu.org/copyleft/gpl.html the full text of the
  * license.
  */
diff --git a/src/math-buttons.vala b/src/math-buttons.vala
index 9fd6333..5c9ec11 100644
--- a/src/math-buttons.vala
+++ b/src/math-buttons.vala
@@ -3,7 +3,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 (at your option) any later
+ * Foundation, either version 3 of the License, or (at your option) any later
  * version. See http://www.gnu.org/copyleft/gpl.html the full text of the
  * license.
  */
diff --git a/src/math-converter.vala b/src/math-converter.vala
index e976869..bfd2a2b 100644
--- a/src/math-converter.vala
+++ b/src/math-converter.vala
@@ -3,7 +3,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 (at your option) any later
+ * Foundation, either version 3 of the License, or (at your option) any later
  * version. See http://www.gnu.org/copyleft/gpl.html the full text of the
  * license.
  */
diff --git a/src/math-display.vala b/src/math-display.vala
index 89cd166..2bd39fa 100644
--- a/src/math-display.vala
+++ b/src/math-display.vala
@@ -3,7 +3,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 (at your option) any later
+ * Foundation, either version 3 of the License, or (at your option) any later
  * version. See http://www.gnu.org/copyleft/gpl.html the full text of the
  * license.
  */
diff --git a/src/math-function-popup.vala b/src/math-function-popup.vala
index 0974941..72aba63 100644
--- a/src/math-function-popup.vala
+++ b/src/math-function-popup.vala
@@ -3,7 +3,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 (at your option) any later
+ * Foundation, either version 3 of the License, or (at your option) any later
  * version. See http://www.gnu.org/copyleft/gpl.html the full text of the
  * license.
  */
diff --git a/src/math-history.vala b/src/math-history.vala
index c0900b0..398b165 100644
--- a/src/math-history.vala
+++ b/src/math-history.vala
@@ -3,7 +3,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 (at your option) any later
+ * Foundation, either version 3 of the License, or (at your option) any later
  * version. See http://www.gnu.org/copyleft/gpl.html the full text of the
  * license.
 */
diff --git a/src/math-preferences.vala b/src/math-preferences.vala
index d1256a1..095c3f7 100644
--- a/src/math-preferences.vala
+++ b/src/math-preferences.vala
@@ -3,7 +3,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 (at your option) any later
+ * Foundation, either version 3 of the License, or (at your option) any later
  * version. See http://www.gnu.org/copyleft/gpl.html the full text of the
  * license.
  */
diff --git a/src/math-variable-popup.vala b/src/math-variable-popup.vala
index ea6a58f..62417bc 100644
--- a/src/math-variable-popup.vala
+++ b/src/math-variable-popup.vala
@@ -3,7 +3,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 (at your option) any later
+ * Foundation, either version 3 of the License, or (at your option) any later
  * version. See http://www.gnu.org/copyleft/gpl.html the full text of the
  * license.
  */
diff --git a/src/math-window.vala b/src/math-window.vala
index c5e5ba8..f9325e0 100644
--- a/src/math-window.vala
+++ b/src/math-window.vala
@@ -4,7 +4,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 (at your option) any later
+ * Foundation, either version 3 of the License, or (at your option) any later
  * version. See http://www.gnu.org/copyleft/gpl.html the full text of the
  * license.
  */


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