We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 349fc8f commit 50b6722Copy full SHA for 50b6722
python/leet.py
@@ -1,8 +1,6 @@
1
-# -*- coding: utf-8 -*-
+# SPDX-FileCopyrightText: 2011 Andy Pilate (Lenoob) <andypilate@gmail.com>
2
#
3
-###
4
-# Copyright (c) 2011, Andy Pilate (Lenoob <andypilate at gmail dot com> )
5
-# All rights reserved.
+# SPDX-License-Identifier: BSD-3-Clause
6
7
# Redistribution and use in source and binary forms, with or without
8
# modification, are permitted provided that the following conditions are met:
@@ -46,8 +44,8 @@
46
44
47
45
SCRIPT_NAME = "leet"
48
SCRIPT_AUTHOR = "Lenoob"
49
-SCRIPT_VERSION = "0.2"
50
-SCRIPT_LICENSE = "GPL3"
+SCRIPT_VERSION = "0.2.1"
+SCRIPT_LICENSE = "BSD-3-Clause"
51
SCRIPT_DESC = "Convert text to leet"
52
53
settings = {}
0 commit comments