Skip to content

Commit 50b6722

Browse files
committed
leet.py 0.2.1: fix script license
1 parent 349fc8f commit 50b6722

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

python/leet.py

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
# -*- coding: utf-8 -*-
1+
# SPDX-FileCopyrightText: 2011 Andy Pilate (Lenoob) <andypilate@gmail.com>
22
#
3-
###
4-
# Copyright (c) 2011, Andy Pilate (Lenoob <andypilate at gmail dot com> )
5-
# All rights reserved.
3+
# SPDX-License-Identifier: BSD-3-Clause
64
#
75
# Redistribution and use in source and binary forms, with or without
86
# modification, are permitted provided that the following conditions are met:
@@ -46,8 +44,8 @@
4644

4745
SCRIPT_NAME = "leet"
4846
SCRIPT_AUTHOR = "Lenoob"
49-
SCRIPT_VERSION = "0.2"
50-
SCRIPT_LICENSE = "GPL3"
47+
SCRIPT_VERSION = "0.2.1"
48+
SCRIPT_LICENSE = "BSD-3-Clause"
5149
SCRIPT_DESC = "Convert text to leet"
5250

5351
settings = {}

0 commit comments

Comments
 (0)