Skip to content

Commit 24d3ac4

Browse files
authored
update header and add license
1 parent 10437ab commit 24d3ac4

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

smali-mode.el

+15-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,23 @@
11
;;; smali-mode.el --- Major mode for editing Smali/Baksmali files
22
;;
3+
;; This file is free software; you can redistribute it and/or modify
4+
;; it under the terms of the GNU General Public License as published by
5+
;; the Free Software Foundation; either version 3, or (at your option)
6+
;; any later version.
7+
8+
;; This file is distributed in the hope that it will be useful,
9+
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
10+
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11+
;; GNU General Public License for more details.
12+
13+
;; You should have received a copy of the GNU General Public License
14+
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
15+
;;
316
;; Filename: smali-mode.el
417
;; Description:
5-
;; Author: Tim Strazzere <[email protected]> <diff@lookout.com>
18+
;; Author: Tim Strazzere <[email protected]> <diff@protonmail.com>
619
;; Maintainer:
7-
;; Copyright (C) 2015, Tim Strazzere, all rights reserved.
20+
;; Copyright (C) 2015-219, Tim Strazzere, all rights reserved.
821
;; Created:
922
;; Version:
1023
;; Last-Updated:

0 commit comments

Comments
 (0)