chore(emacs): add c style copyright header
This commit is contained in:
parent
8966cd6155
commit
b94a324c40
2 changed files with 20 additions and 0 deletions
10
site-modules/core/files/emacs/snippets/c++-mode/pbsd
Normal file
10
site-modules/core/files/emacs/snippets/c++-mode/pbsd
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# -*- mode: snippet -*-
|
||||
# name: Practically BSD licence
|
||||
# key: pbsd
|
||||
# --
|
||||
// Copyright 2021 Practically.io All rights reserved
|
||||
//
|
||||
// Use of this source is governed by a BSD-style
|
||||
// licence that can be found in the LICENCE file or at
|
||||
// https://www.practically.io/copyright/
|
||||
$0
|
||||
10
site-modules/core/files/emacs/snippets/c-mode/pbsd
Normal file
10
site-modules/core/files/emacs/snippets/c-mode/pbsd
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# -*- mode: snippet -*-
|
||||
# name: Practically BSD licence
|
||||
# key: pbsd
|
||||
# --
|
||||
// Copyright 2021 Practically.io All rights reserved
|
||||
//
|
||||
// Use of this source is governed by a BSD-style
|
||||
// licence that can be found in the LICENCE file or at
|
||||
// https://www.practically.io/copyright/
|
||||
$0
|
||||
Loading…
Reference in a new issue