breaking: change license to MIT in headers

This commit is contained in:
swytch 2020-06-25 18:19:40 +02:00
parent 9bae7e6403
commit 0a2719ca8f
33 changed files with 33 additions and 33 deletions

View File

@ -1,5 +1,5 @@
" groff filetype config " groff filetype config
" Licence GPLv3 " Licence MIT
inoremap <buffer> à \[`a] inoremap <buffer> à \[`a]
inoremap <buffer> 'A \[`A] inoremap <buffer> 'A \[`A]

View File

@ -1,5 +1,5 @@
" python filetype config " python filetype config
" Licence GPLv3 " Licence MIT
" proper PEP 8 indentation " proper PEP 8 indentation
set tabstop=4 set tabstop=4

View File

@ -1,5 +1,5 @@
" tex filetype config " tex filetype config
" Licence GPL3 " Licence MIT
" spellcheck enabled " spellcheck enabled
setlocal spell spelllang=fr setlocal spell spelllang=fr

View File

@ -1,4 +1,4 @@
" vim filetype config " vim filetype config
" Licence GPL3 " Licence MIT
setlocal spell spelllang=fr,en_us setlocal spell spelllang=fr,en_us

View File

@ -1,4 +1,4 @@
" verilog fietype config " verilog fietype config
" Licence GPLv3 " Licence MIT
noremap <leader><Enter> :w! \| :CoqRunToCursor<CR> noremap <leader><Enter> :w! \| :CoqRunToCursor<CR>

View File

@ -3,7 +3,7 @@
###################################################################### ######################################################################
# @author : swytch # @author : swytch
# @file : AC_notify # @file : AC_notify
# @license : GPLv3 # @license : MIT
# @created : Wednesday May 20, 2020 17:51:45 CEST # @created : Wednesday May 20, 2020 17:51:45 CEST
# #
# @description : send a notification when AC status change # @description : send a notification when AC status change

View File

@ -3,7 +3,7 @@
###################################################################### ######################################################################
# @author : swytch # @author : swytch
# @file : arch_setup # @file : arch_setup
# @license : GPLv3 # @license : MIT
# @created : Wednesday May 20, 2020 17:49:05 CEST # @created : Wednesday May 20, 2020 17:49:05 CEST
# #
# @description : automate the setup of my arch installation # @description : automate the setup of my arch installation

View File

@ -3,7 +3,7 @@
###################################################################### ######################################################################
# @author : swytch # @author : swytch
# @file : audio_notify # @file : audio_notify
# @license : GPLv3 # @license : MIT
# @created : Wednesday May 20, 2020 17:52:58 CEST # @created : Wednesday May 20, 2020 17:52:58 CEST
# #
# @description : send a notification with sound level # @description : send a notification with sound level

View File

@ -3,7 +3,7 @@
###################################################################### ######################################################################
# @author : swytch # @author : swytch
# @file : backlight_notify # @file : backlight_notify
# @license : GPLv3 # @license : MIT
# @created : Wednesday May 20, 2020 17:53:36 CEST # @created : Wednesday May 20, 2020 17:53:36 CEST
# #
# @description : send a notification with xbacklight value # @description : send a notification with xbacklight value

View File

@ -3,7 +3,7 @@
###################################################################### ######################################################################
# @author : swytch # @author : swytch
# @file : bat_notify # @file : bat_notify
# @license : GPLv3 # @license : MIT
# @created : Wednesday May 20, 2020 17:54:08 CEST # @created : Wednesday May 20, 2020 17:54:08 CEST
# #
# @description : send a notification with charge level # @description : send a notification with charge level

View File

@ -3,7 +3,7 @@
###################################################################### ######################################################################
# @author : swytch # @author : swytch
# @file : bibinput # @file : bibinput
# @license : GPLv3 # @license : MIT
# @created : Wednesday May 20, 2020 17:57:47 CEST # @created : Wednesday May 20, 2020 17:57:47 CEST
# #
# @description : create a bibliography entry through dmenu # @description : create a bibliography entry through dmenu

View File

@ -3,7 +3,7 @@
###################################################################### ######################################################################
# @author : swytch # @author : swytch
# @file : bibshow # @file : bibshow
# @license : GPLv3 # @license : MIT
# @created : Wednesday May 20, 2020 17:58:14 CEST # @created : Wednesday May 20, 2020 17:58:14 CEST
# #
# @description : interactively display the infos in a .bib entry # @description : interactively display the infos in a .bib entry

View File

@ -3,7 +3,7 @@
###################################################################### ######################################################################
# @author : swytch (based on u/deepjyoti30 on GitHub) # @author : swytch (based on u/deepjyoti30 on GitHub)
# @file : colorblocks # @file : colorblocks
# @license : GPLv3 # @license : MIT
# @created : Wednesday May 20, 2020 17:59:44 CEST # @created : Wednesday May 20, 2020 17:59:44 CEST
# #
# @description : display terminal colors as big blocks # @description : display terminal colors as big blocks

View File

@ -3,7 +3,7 @@
###################################################################### ######################################################################
# @author : swytch (adapted from Luke Smith - lukesmith.xyz) # @author : swytch (adapted from Luke Smith - lukesmith.xyz)
# @file : compiler # @file : compiler
# @license : GPLv3 # @license : MIT
# @created : Wednesday May 20, 2020 18:00:51 CEST # @created : Wednesday May 20, 2020 18:00:51 CEST
# #
# @description : compile or run another finishing operation on a file # @description : compile or run another finishing operation on a file

View File

@ -3,7 +3,7 @@
###################################################################### ######################################################################
# @author : swytch (adapted from Luke Smith - lukesmith.xyz) # @author : swytch (adapted from Luke Smith - lukesmith.xyz)
# @file : displayselect # @file : displayselect
# @license : GPLv3 # @license : MIT
# @created : Wednesday May 20, 2020 18:04:01 CEST # @created : Wednesday May 20, 2020 18:04:01 CEST
# #
# @description : detect displays and select an organisation # @description : detect displays and select an organisation

View File

@ -3,7 +3,7 @@
###################################################################### ######################################################################
# @author : swytch (adapted from Luke Smith - lukesmith.xyz) # @author : swytch (adapted from Luke Smith - lukesmith.xyz)
# @file : dmenumount # @file : dmenumount
# @license : GPLv3 # @license : MIT
# @created : Wednesday May 20, 2020 18:05:31 CEST # @created : Wednesday May 20, 2020 18:05:31 CEST
# #
# @description : dmenu prompt to mount unmounted drives # @description : dmenu prompt to mount unmounted drives

View File

@ -3,7 +3,7 @@
###################################################################### ######################################################################
# @author : swytch # @author : swytch
# @file : dmenuopen # @file : dmenuopen
# @license : GPLv3 # @license : MIT
# @created : Wednesday May 20, 2020 18:08:05 CEST # @created : Wednesday May 20, 2020 18:08:05 CEST
# #
# @description : find a file, open it with appropriate application # @description : find a file, open it with appropriate application

View File

@ -3,7 +3,7 @@
###################################################################### ######################################################################
# @author : swytch (adapted from Luke Smith - lukesmith.xyz) # @author : swytch (adapted from Luke Smith - lukesmith.xyz)
# @file : dmenupass # @file : dmenupass
# @license : GPLv3 # @license : MIT
# @created : Wednesday May 20, 2020 18:08:50 CEST # @created : Wednesday May 20, 2020 18:08:50 CEST
# #
# @description : [sudo] prompt (SUDO_ASKPASS variable) # @description : [sudo] prompt (SUDO_ASKPASS variable)

View File

@ -3,7 +3,7 @@
###################################################################### ######################################################################
# @author : swytch (adapted from Luke Smith - lukesmith.xyz) # @author : swytch (adapted from Luke Smith - lukesmith.xyz)
# @file : dmenuprompt # @file : dmenuprompt
# @license : GPLv3 # @license : MIT
# @created : Wednesday May 20, 2020 18:10:13 CEST # @created : Wednesday May 20, 2020 18:10:13 CEST
# #
# @description : dmenu prompt ($1) to perform a command ($2) # @description : dmenu prompt ($1) to perform a command ($2)

View File

@ -3,7 +3,7 @@
###################################################################### ######################################################################
# @author : swytch (adapted form Luke Smith - lukesmith.xyz) # @author : swytch (adapted form Luke Smith - lukesmith.xyz)
# @file : dmenuumount # @file : dmenuumount
# @license : GPLv3 # @license : MIT
# @created : Wednesday May 20, 2020 18:11:17 CEST # @created : Wednesday May 20, 2020 18:11:17 CEST
# #
# @description : dmenu prompt to unmount drives # @description : dmenu prompt to unmount drives

View File

@ -3,7 +3,7 @@
###################################################################### ######################################################################
# @author : swytch # @author : swytch
# @file : dot # @file : dot
# @license : GPLv3 # @license : MIT
# @created : Wednesday May 20, 2020 18:13:05 CEST # @created : Wednesday May 20, 2020 18:13:05 CEST
# #
# @description : git wrapper for dotfiles management # @description : git wrapper for dotfiles management

View File

@ -3,7 +3,7 @@
###################################################################### ######################################################################
# @author : swytch (adapted from Luke Smith - lukesmith.xyz) # @author : swytch (adapted from Luke Smith - lukesmith.xyz)
# @file : dwmbar # @file : dwmbar
# @license : GPLv3 # @license : MIT
# @created : Wednesday May 20, 2020 18:14:14 CEST # @created : Wednesday May 20, 2020 18:14:14 CEST
# #
# @description : set the statusbar in `dwm` # @description : set the statusbar in `dwm`

View File

@ -3,7 +3,7 @@
###################################################################### ######################################################################
# @author : swytch (adapated from github.com/jschx/ufetch) # @author : swytch (adapated from github.com/jschx/ufetch)
# @file : fetch # @file : fetch
# @license : GPLv3 # @license : MIT
# @created : Wednesday May 20, 2020 18:16:09 CEST # @created : Wednesday May 20, 2020 18:16:09 CEST
# #
# @description : display system infos # @description : display system infos

View File

@ -3,7 +3,7 @@
###################################################################### ######################################################################
# @author : swytch # @author : swytch
# @file : kbacklight # @file : kbacklight
# @license : GPLv3 # @license : MIT
# @created : Wednesday May 20, 2020 18:17:03 CEST # @created : Wednesday May 20, 2020 18:17:03 CEST
# #
# @description : control keyboard brightness # @description : control keyboard brightness

View File

@ -3,7 +3,7 @@
###################################################################### ######################################################################
# @author : swytch # @author : swytch
# @file : maker # @file : maker
# @license : GPLv3 # @license : MIT
# @created : Wednesday May 20, 2020 18:18:53 CEST # @created : Wednesday May 20, 2020 18:18:53 CEST
# #
# @description : create a makefile for current project (if c/c++) # @description : create a makefile for current project (if c/c++)

View File

@ -3,7 +3,7 @@
###################################################################### ######################################################################
# @author : swytch # @author : swytch
# @file : mom # @file : mom
# @license : GPLv3 # @license : MIT
# @created : Wednesday May 20, 2020 18:19:56 CEST # @created : Wednesday May 20, 2020 18:19:56 CEST
# #
# @description : create a groff doc with genereic metadata # @description : create a groff doc with genereic metadata

View File

@ -3,7 +3,7 @@
###################################################################### ######################################################################
# @author : swytch # @author : swytch
# @file : mommerge # @file : mommerge
# @license : GPLv3 # @license : MIT
# @created : Wednesday May 20, 2020 18:20:23 CEST # @created : Wednesday May 20, 2020 18:20:23 CEST
# #
# @description : merge mom files from current dir # @description : merge mom files from current dir

View File

@ -3,7 +3,7 @@
###################################################################### ######################################################################
# @author : swytch (adapted form Luke Smith - lukesmith.xyz) # @author : swytch (adapted form Luke Smith - lukesmith.xyz)
# @file : refbar # @file : refbar
# @license : GPLv3 # @license : MIT
# @created : Wednesday May 20, 2020 18:21:19 CEST # @created : Wednesday May 20, 2020 18:21:19 CEST
# #
# @description : refresh dwmbar # @description : refresh dwmbar

View File

@ -3,7 +3,7 @@
###################################################################### ######################################################################
# @author : swytch # @author : swytch
# @file : sbacklight # @file : sbacklight
# @license : GPLv3 # @license : MIT
# @created : Wednesday May 20, 2020 18:22:36 CEST # @created : Wednesday May 20, 2020 18:22:36 CEST
# #
# @description : control screen brightness # @description : control screen brightness

View File

@ -3,7 +3,7 @@
###################################################################### ######################################################################
# @author : swytch # @author : swytch
# @file : setbg # @file : setbg
# @license : GPLv3 # @license : MIT
# @created : Wednesday May 20, 2020 18:23:50 CEST # @created : Wednesday May 20, 2020 18:23:50 CEST
# #
# @description : set the wallpaper # @description : set the wallpaper

View File

@ -3,7 +3,7 @@
###################################################################### ######################################################################
# @author : swytch (adapted form Luke Smith - lukesmith.xyz) # @author : swytch (adapted form Luke Smith - lukesmith.xyz)
# @file : texclear # @file : texclear
# @license : GPLv3 # @license : MIT
# @created : Wednesday May 20, 2020 18:24:59 CEST # @created : Wednesday May 20, 2020 18:24:59 CEST
# #
# @description : clear the build files of LaTeX build # @description : clear the build files of LaTeX build

View File

@ -3,7 +3,7 @@
###################################################################### ######################################################################
# @author : swytch # @author : swytch
# @file : texer # @file : texer
# @license : GPLv3 # @license : MIT
# @created : Wednesday May 20, 2020 18:26:30 CEST # @created : Wednesday May 20, 2020 18:26:30 CEST
# #
# @description : create a LaTeX doc with generic metadata # @description : create a LaTeX doc with generic metadata

View File

@ -3,7 +3,7 @@
###################################################################### ######################################################################
# @author : swytch # @author : swytch
# @file : webupdate # @file : webupdate
# @license : GPLv3 # @license : MIT
# @created : Wednesday May 20, 2020 18:27:35 CEST # @created : Wednesday May 20, 2020 18:27:35 CEST
# #
# @description : update my website with $HOME/public_html # @description : update my website with $HOME/public_html