Skip to content

Commit

Permalink
Fix license, and adjust my Emacs setup to use MIT for new files
Browse files Browse the repository at this point in the history
  • Loading branch information
lelit committed May 11, 2019
1 parent fc0c723 commit fb37e41
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .dir-locals.el
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
((nil . ((fill-column . 90)
((nil . ((esk/project-name . "python-rapidjson")
(esk/project-license . "MIT License")
(fill-column . 90)
;; force reinstall of whitespace font-lock customization
(eval . (if (functionp 'whitespace-color-on)
(whitespace-color-on)))))
(whitespace-color-on)))))
(c++-mode . ((eval . (c-set-style "stroustrup")))))
2 changes: 1 addition & 1 deletion tests/test_memory_leaks.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# :Project: python-rapidjson -- Tracemalloc-based leaks tests
# :Created: dom 10 feb 2019 13:47:32 CET
# :Author: Lele Gaifax <lele@metapensiero.it>
# :License: GNU General Public License version 3 or later
# :License: MIT License
# :Copyright: © 2019 Lele Gaifax
#

Expand Down

0 comments on commit fb37e41

Please sign in to comment.