[gnome-builder/license-snippets: 1/4] Reference the Lesser GPL in the LGPL snippet



commit 89d86c52a267d17bea0519fb6463b4581f6ba17e
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Sun Jan 28 23:42:27 2018 +0000

    Reference the Lesser GPL in the LGPL snippet
    
    The LGPL license snippet still references the GPL.

 data/snippets/licenses.snippets | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/data/snippets/licenses.snippets b/data/snippets/licenses.snippets
index bce24bae1..74e136722 100644
--- a/data/snippets/licenses.snippets
+++ b/data/snippets/licenses.snippets
@@ -72,8 +72,8 @@ snippet lgpl
         * 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/>.
+        * You should have received a copy of the GNU Lesser General Public
+        * License along with this program.  If not, see <http://www.gnu.org/licenses/>.
         */
        $0
 - scope python, python3
@@ -91,8 +91,9 @@ snippet lgpl
        # 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/>.
+       # You should have received a copy of the GNU Lesser General Public
+       # License along with this program.  If not, see <http://www.gnu.org/licenses/>.
+       #
        $0
 - scope c-sharp, rust
        //
@@ -110,7 +111,7 @@ snippet lgpl
        // 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/>.
+       // You should have received a copy of the GNU Lesser General Public
+       // License along with this program.  If not, see <http://www.gnu.org/licenses/>.
        //
        $0


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