Skip to content

Commit c42a0eb

Browse files
committed
chore: Add SPDX lincense headers
1 parent 94c96b1 commit c42a0eb

File tree

6 files changed

+22
-1
lines changed

6 files changed

+22
-1
lines changed

after/ftplugin/markdown.vim

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
" SPDX-FileCopyrightText: © 2022 Caleb Maclennan <caleb@alerque.com>
2+
" SPDX-FileCopyrightText: © 2009 Benjamin D. Williams <benw@plasticboy.com>
3+
" SPDX-License-Identifier: MIT
4+
15
" folding for Markdown headers, both styles (atx- and setex-)
26
" http://daringfireball.net/projects/markdown/syntax#header
37
"

doc/vim-markdown.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,8 @@ License ~
651651

652652
The MIT License (MIT)
653653

654-
Copyright (c) 2012 Benjamin D. Williams
654+
Copyright (c) 2022 Caleb Maclennan
655+
Copyright (c) 2009 Benjamin D. Williams
655656

656657
Permission is hereby granted, free of charge, to any person obtaining a copy of
657658
this software and associated documentation files (the "Software"), to deal in

ftdetect/markdown.vim

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
" SPDX-FileCopyrightText: © 2022 Caleb Maclennan <caleb@alerque.com>
2+
" SPDX-FileCopyrightText: © 2009 Benjamin D. Williams <benw@plasticboy.com>
3+
" SPDX-License-Identifier: MIT
4+
15
if !has('patch-7.4.480')
26
" Before this patch, vim used modula2 for .md.
37
autocmd! filetypedetect BufRead,BufNewFile *.md

ftplugin/markdown.vim

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
" SPDX-FileCopyrightText: © 2022 Caleb Maclennan <caleb@alerque.com>
2+
" SPDX-FileCopyrightText: © 2009 Benjamin D. Williams <benw@plasticboy.com>
3+
" SPDX-License-Identifier: MIT
4+
15
"TODO print messages when on visual mode. I only see VISUAL, not the messages.
26

37
" Function interface philosophy:

indent/markdown.vim

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
" SPDX-FileCopyrightText: © 2022 Caleb Maclennan <caleb@alerque.com>
2+
" SPDX-FileCopyrightText: © 2009 Benjamin D. Williams <benw@plasticboy.com>
3+
" SPDX-License-Identifier: MIT
4+
15
if exists('b:did_indent') | finish | endif
26
let b:did_indent = 1
37

syntax/markdown.vim

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
" SPDX-FileCopyrightText: © 2022 Caleb Maclennan <caleb@alerque.com>
2+
" SPDX-FileCopyrightText: © 2009 Benjamin D. Williams <benw@plasticboy.com>
3+
" SPDX-License-Identifier: MIT
4+
15
" Read the HTML syntax to start with
26
if v:version < 600
37
source <sfile>:p:h/html.vim

0 commit comments

Comments
 (0)