Skip to content

Commit

Permalink
Change vim templates to use SPDX IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
steveno committed Aug 19, 2024
1 parent f99bc66 commit 9927ab8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions dot_config/nvim/templates/skeleton.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# SPDX-License-Identifier: BSD-3-Clause
#!/usr/bin/env python

# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.

def main():
print("Hello World!")

Expand Down
4 changes: 1 addition & 3 deletions dot_config/nvim/templates/skeleton.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# SPDX-License-Identifier: BSD-3-Clause
#!/usr/bin/env bash

# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.

set -o nounset
set -o errexit
set -o pipefail
Expand Down

0 comments on commit 9927ab8

Please sign in to comment.