[vte/wip/regex-builtins] lib: Relicense the regex patterns and tests as LGPL3+.



commit fab9a175192ee4b75d967e44392a984540015f2f
Author: Egmont Koblinger <egmont gmail com>
Date:   Thu May 9 11:36:34 2019 +0200

    lib: Relicense the regex patterns and tests as LGPL3+.
    
    https://gitlab.gnome.org/GNOME/vte/issues/114

 src/regex-builtins-patterns.hh | 16 ++++++++--------
 src/regex-test.cc              | 16 ++++++++--------
 2 files changed, 16 insertions(+), 16 deletions(-)
---
diff --git a/src/regex-builtins-patterns.hh b/src/regex-builtins-patterns.hh
index e4586ee9..cc531b50 100644
--- a/src/regex-builtins-patterns.hh
+++ b/src/regex-builtins-patterns.hh
@@ -1,18 +1,18 @@
 /*
  * Copyright © 2015 Egmont Koblinger
  *
- * 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 3 of the License, or
- * (at your option) any later version.
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by 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,
+ * This library is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 
 /*
diff --git a/src/regex-test.cc b/src/regex-test.cc
index 94526ba5..2da026d8 100644
--- a/src/regex-test.cc
+++ b/src/regex-test.cc
@@ -2,18 +2,18 @@
  * Copyright © 2015 Egmont Koblinger
  * Copyright © 2019 Christian Persch
  *
- * 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 3 of the License, or
- * (at your option) any later version.
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by 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,
+ * This library is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 
 #include "config.h"


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