legal: change license to GPLv3 in script headers
Kept wondering wether I should keep the MIT (because I highly value freedom of act) or embrace the GPL (because I don't want this work to become close-source). I do understand that this commit (and the next one that is actually changing the LICENSE) is a defeat for freedom. I guess freedom has been defeated long time ago, when people and companies figured that was "free" (as in gratis) was also "free" (as in disposable). This is not how I think free (as in "libre") works but hey, that surely is how Intel and other corporations see it (ec: Intel Management Engine is entirely based on Minix, is close-source, and *maybe* used as a backdoor by anybody). It boils down to the Paradox of Tolerance, and I surely won't tolerate shit going their way. If you want to take open source stuff, be my guest ; but you have to play by the rules.
This commit is contained in:
parent
bc7ba31d5c
commit
9d06a61780
@ -1,6 +1,6 @@
|
||||
" Author : swytch
|
||||
" Created : 06/05/2020
|
||||
" License : MIT
|
||||
" License : GPLv3
|
||||
" Description : groff filetype config
|
||||
|
||||
inoremap <buffer> à \[`a]
|
||||
|
@ -1,6 +1,6 @@
|
||||
" Author : swytch
|
||||
" Created : 06/05/2020
|
||||
" License : MIT
|
||||
" License : GPLv3
|
||||
" Description : python filetype config
|
||||
|
||||
" PEP8
|
||||
|
@ -1,6 +1,6 @@
|
||||
" Author : swytch
|
||||
" Created : 06/05/2020
|
||||
" License : MIT
|
||||
" License : GPLv3
|
||||
" Description : tex filetype config
|
||||
|
||||
" spellcheck enabled
|
||||
|
@ -1,6 +1,6 @@
|
||||
" Author : swytch
|
||||
" Created : 06/05/2020
|
||||
" License : MIT
|
||||
" License : GPLv3
|
||||
" Description : vim filetype config
|
||||
|
||||
setlocal spell spelllang=fr,en_us
|
||||
|
@ -1,6 +1,6 @@
|
||||
" Author : swytch
|
||||
" Created : 06/05/2020
|
||||
" License : MIT
|
||||
" License : GPLv3
|
||||
" Description : verilog fietype config
|
||||
|
||||
noremap <leader><Enter> :w! \| :CoqRunToCursor<CR>
|
||||
|
@ -1,6 +1,6 @@
|
||||
" Author : swytch
|
||||
" Created : 06/05/2020
|
||||
" License : MIT
|
||||
" License : GPLv3
|
||||
" Description : My own personnal nvim configuration
|
||||
|
||||
"" Plugin stuff
|
||||
|
@ -1,6 +1,6 @@
|
||||
" Author : swytch
|
||||
" Created : 08/05/2020
|
||||
" License : MIT
|
||||
" License : GPLv3
|
||||
" Description : My own personnal statusline script
|
||||
|
||||
function! CurrentMode()
|
||||
|
@ -3,7 +3,7 @@
|
||||
######################################################################
|
||||
# @author : swytch
|
||||
# @file : arch_setup
|
||||
# @license : MIT
|
||||
# @license : GPLv3
|
||||
# @created : Wednesday May 20, 2020 17:49:05 CEST
|
||||
#
|
||||
# @description : automate the setup of my arch installation
|
||||
|
@ -3,7 +3,7 @@
|
||||
######################################################################
|
||||
# @author : swytch
|
||||
# @file : audio_notify
|
||||
# @license : MIT
|
||||
# @license : GPLv3
|
||||
# @created : Wednesday May 20, 2020 17:52:58 CEST
|
||||
#
|
||||
# @description : send a notification with sound level
|
||||
|
@ -3,7 +3,7 @@
|
||||
######################################################################
|
||||
# @author : swytch
|
||||
# @file : bibinput
|
||||
# @license : MIT
|
||||
# @license : GPLv3
|
||||
# @created : Wednesday May 20, 2020 17:57:47 CEST
|
||||
#
|
||||
# @description : create a bibliography entry through dmenu
|
||||
|
@ -3,7 +3,7 @@
|
||||
######################################################################
|
||||
# @author : swytch
|
||||
# @file : bibshow
|
||||
# @license : MIT
|
||||
# @license : GPLv3
|
||||
# @created : Wednesday May 20, 2020 17:58:14 CEST
|
||||
#
|
||||
# @description : interactively display the infos of a .bib entry in dmenu
|
||||
|
@ -3,7 +3,7 @@
|
||||
######################################################################
|
||||
# @author : swytch (swytch@$HOSTNAME)
|
||||
# @file : bulk
|
||||
# @license : MIT
|
||||
# @license : GPLv3
|
||||
# @created : Wednesday Feb 10, 2021 00:27:55 CET
|
||||
#
|
||||
# @description : execute batch commands through your favorite $EDITOR
|
||||
|
@ -3,7 +3,7 @@
|
||||
######################################################################
|
||||
# @author : swytch (based on u/deepjyoti30 on GitHub)
|
||||
# @file : colorblocks
|
||||
# @license : MIT
|
||||
# @license : GPLv3
|
||||
# @created : Wednesday May 20, 2020 17:59:44 CEST
|
||||
#
|
||||
# @description : display terminal colors as big blocks
|
||||
|
@ -3,7 +3,7 @@
|
||||
######################################################################
|
||||
# @author : swytch (adapted from Luke Smith - lukesmith.xyz)
|
||||
# @file : compiler
|
||||
# @license : MIT
|
||||
# @license : GPLv3
|
||||
# @created : Wednesday May 20, 2020 18:00:51 CEST
|
||||
#
|
||||
# @description : compile or run another finishing operation on a file
|
||||
|
@ -3,7 +3,7 @@
|
||||
######################################################################
|
||||
# @author : swytch (adapted from Luke Smith - lukesmith.xyz)
|
||||
# @file : displayselect
|
||||
# @license : MIT
|
||||
# @license : GPLv3
|
||||
# @created : Wednesday May 20, 2020 18:04:01 CEST
|
||||
#
|
||||
# @description : detect displays and select an organisation
|
||||
|
@ -3,7 +3,7 @@
|
||||
######################################################################
|
||||
# @author : swytch (adapted from Luke Smith - lukesmith.xyz)
|
||||
# @file : dmenumount
|
||||
# @license : MIT
|
||||
# @license : GPLv3
|
||||
# @created : Wednesday May 20, 2020 18:05:31 CEST
|
||||
#
|
||||
# @description : dmenu prompt to mount unmounted drives
|
||||
|
@ -3,7 +3,7 @@
|
||||
######################################################################
|
||||
# @author : swytch
|
||||
# @file : dmenuopen
|
||||
# @license : MIT
|
||||
# @license : GPLv3
|
||||
# @created : Wednesday May 20, 2020 18:08:05 CEST
|
||||
#
|
||||
# @description : find a file, open it with appropriate application
|
||||
|
@ -3,7 +3,7 @@
|
||||
######################################################################
|
||||
# @author : swytch (adapted from Luke Smith - lukesmith.xyz)
|
||||
# @file : dmenupass
|
||||
# @license : MIT
|
||||
# @license : GPLv3
|
||||
# @created : Wednesday May 20, 2020 18:08:50 CEST
|
||||
#
|
||||
# @description : [sudo] prompt (SUDO_ASKPASS variable)
|
||||
|
@ -3,7 +3,7 @@
|
||||
######################################################################
|
||||
# @author : swytch (adapted from Luke Smith - lukesmith.xyz)
|
||||
# @file : dmenuprompt
|
||||
# @license : MIT
|
||||
# @license : GPLv3
|
||||
# @created : Wednesday May 20, 2020 18:10:13 CEST
|
||||
#
|
||||
# @description : dmenu prompt ($1) to perform a command ($2)
|
||||
|
@ -3,7 +3,7 @@
|
||||
######################################################################
|
||||
# @author : swytch (adapted form Luke Smith - lukesmith.xyz)
|
||||
# @file : dmenuumount
|
||||
# @license : MIT
|
||||
# @license : GPLv3
|
||||
# @created : Wednesday May 20, 2020 18:11:17 CEST
|
||||
#
|
||||
# @description : dmenu prompt to unmount drives
|
||||
|
@ -3,7 +3,7 @@
|
||||
######################################################################
|
||||
# @author : swytch
|
||||
# @file : dot
|
||||
# @license : MIT
|
||||
# @license : GPLv3
|
||||
# @created : Wednesday May 20, 2020 18:13:05 CEST
|
||||
#
|
||||
# @description : git wrapper for dotfiles management
|
||||
|
@ -3,7 +3,7 @@
|
||||
######################################################################
|
||||
# @author : swytch (adapated from github.com/jschx/ufetch)
|
||||
# @file : fetch
|
||||
# @license : MIT
|
||||
# @license : GPLv3
|
||||
# @created : Wednesday May 20, 2020 18:16:09 CEST
|
||||
#
|
||||
# @description : display system infos
|
||||
|
@ -3,7 +3,7 @@
|
||||
######################################################################
|
||||
# @author : swytch
|
||||
# @file : kbacklight
|
||||
# @license : MIT
|
||||
# @license : GPLv3
|
||||
# @created : Wednesday May 20, 2020 18:17:03 CEST
|
||||
#
|
||||
# @description : control keyboard brightness
|
||||
|
@ -3,7 +3,7 @@
|
||||
######################################################################
|
||||
# @author : swytch (adapted from Luke Smith - lukesmith.xyz)
|
||||
# @file : mailsync
|
||||
# @license : MIT
|
||||
# @license : GPLv3
|
||||
# @created : Sunday Feb 14, 2021 12:46:24 CET
|
||||
#
|
||||
# @description : synchronize mail accounts
|
||||
|
@ -3,7 +3,7 @@
|
||||
######################################################################
|
||||
# @author : swytch
|
||||
# @file : maker
|
||||
# @license : MIT
|
||||
# @license : GPLv3
|
||||
# @created : Wednesday May 20, 2020 18:18:53 CEST
|
||||
#
|
||||
# @description : create a makefile for current project (if c/c++)
|
||||
|
@ -3,7 +3,7 @@
|
||||
######################################################################
|
||||
# @author : swytch
|
||||
# @file : mom
|
||||
# @license : MIT
|
||||
# @license : GPLv3
|
||||
# @created : Wednesday May 20, 2020 18:19:56 CEST
|
||||
#
|
||||
# @description : create a groff doc with genereic metadata
|
||||
|
@ -3,7 +3,7 @@
|
||||
######################################################################
|
||||
# @author : swytch
|
||||
# @file : mommerge
|
||||
# @license : MIT
|
||||
# @license : GPLv3
|
||||
# @created : Wednesday May 20, 2020 18:20:23 CEST
|
||||
#
|
||||
# @description : merge mom files from current dir
|
||||
|
@ -3,7 +3,7 @@
|
||||
######################################################################
|
||||
# @author : swytch (swytch@$HOSTNAME)
|
||||
# @file : player
|
||||
# @license : MIT
|
||||
# @license : GPLv3
|
||||
# @created : Friday Feb 05, 2021 21:42:00 CET
|
||||
#
|
||||
# @description : simple wrapper for mpc, to send notifications
|
||||
|
@ -3,7 +3,7 @@
|
||||
######################################################################
|
||||
# @author : swytch (adapted from Luke Smith - lukesmith.xyz)
|
||||
# @file : remaps
|
||||
# @license : MIT
|
||||
# @license : GPLv3
|
||||
# @created : Wednesday Jan 13, 2021 00:41:18 CET
|
||||
#
|
||||
# @description : remap keys to others
|
||||
|
@ -3,7 +3,7 @@
|
||||
######################################################################
|
||||
# @author : swytch
|
||||
# @file : sbacklight
|
||||
# @license : MIT
|
||||
# @license : GPLv3
|
||||
# @created : Wednesday May 20, 2020 18:22:36 CEST
|
||||
#
|
||||
# @description : control screen brightness
|
||||
|
@ -3,7 +3,7 @@
|
||||
######################################################################
|
||||
# @author : swytch (adapted from Luke Smith - lukesmith.xyz)
|
||||
# @file : setbg
|
||||
# @license : MIT
|
||||
# @license : GPLv3
|
||||
# @created : Wednesday May 20, 2020 18:23:50 CEST
|
||||
# @description : set the wallpaper
|
||||
######################################################################
|
||||
|
@ -3,7 +3,7 @@
|
||||
######################################################################
|
||||
# @author : swytch (adapted from Luke Smith - lukesmith.xyz)
|
||||
# @file : sb-battery
|
||||
# @license : MIT
|
||||
# @license : GPLv3
|
||||
# @created : Saturday Feb 13, 2021 17:19:04 CET
|
||||
#
|
||||
# @description : battery block dwmblocks
|
||||
|
@ -3,7 +3,7 @@
|
||||
######################################################################
|
||||
# @author : swytch (adapted from Luke Smith - lukesmith.xyz)
|
||||
# @file : sb-internet
|
||||
# @license : MIT
|
||||
# @license : GPLv3
|
||||
# @created : Saturday Feb 13, 2021 17:35:49 CET
|
||||
#
|
||||
# @description : internet block for dwmblocks
|
||||
|
@ -3,7 +3,7 @@
|
||||
######################################################################
|
||||
# @author : swytch (adapted from Luke Smith - lukesmith.xyz)
|
||||
# @file : sb-mailbox
|
||||
# @license : MIT
|
||||
# @license : GPLv3
|
||||
# @created : Saturday Feb 13, 2021 18:15:13 CET
|
||||
#
|
||||
# @description : mail block for dwmblocks
|
||||
|
@ -3,7 +3,7 @@
|
||||
######################################################################
|
||||
# @author : swytch (adapted from Luke Smith - lukesmith.xyz)
|
||||
# @file : sb-mpdup
|
||||
# @license : MIT
|
||||
# @license : GPLv3
|
||||
# @created : Saturday Feb 13, 2021 18:04:04 CET
|
||||
#
|
||||
# @description : update music block for dwmblocks
|
||||
|
@ -3,7 +3,7 @@
|
||||
######################################################################
|
||||
# @author : swytch (adapted from Luke Smith - lukesmith.xyz)
|
||||
# @file : sb-music
|
||||
# @license : MIT
|
||||
# @license : GPLv3
|
||||
# @created : Saturday Feb 13, 2021 18:05:21 CET
|
||||
#
|
||||
# @description : music block for dwmblocks
|
||||
|
@ -3,7 +3,7 @@
|
||||
######################################################################
|
||||
# @author : swytch (adapted from Luke Smith - lukesmith.xyz)
|
||||
# @file : sb-volume
|
||||
# @license : MIT
|
||||
# @license : GPLv3
|
||||
# @created : Saturday Feb 13, 2021 17:51:16 CET
|
||||
#
|
||||
# @description : volume block for dwmblocks
|
||||
|
Reference in New Issue
Block a user