Skip to content

Commit a770721

Browse files
committed
Update contribution guide for copyrights
1 parent 51763fc commit a770721

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

CONTRIBUTING.org

+8-8
Original file line numberDiff line numberDiff line change
@@ -158,22 +158,22 @@ The file header for =elisp= files should look like the following template:
158158
#+BEGIN_EXAMPLE
159159
;;; FILENAME --- NAME Layer extensions File for Spacemacs
160160
;;
161-
;; Copyright (c) 2012-2014 Sylvain Benner
162-
;; Copyright (c) 2014-2015 Sylvain Benner & Contributors
161+
;; Copyright (c) 2012-2016 Sylvain Benner & Contributors
163162
;;
164-
;; Author: Sylvain Benner <[email protected]>
163+
;; Author: YOUR_NAME <YOUR_EMAIL>
165164
;; URL: https://github.com/syl20bnr/spacemacs
166165
;;
167166
;; This file is not part of GNU Emacs.
168167
;;
169168
;;; License: GPLv3
170169
#+END_EXAMPLE
171170

172-
You should replace =FILENAME= by the name of the file (e.g. =packages.el=) and
173-
=NAME= by the name of the layer you are creating. Some files already have a
174-
template inside =core/templates/=, so look in there first. Note that if you use
175-
=configuration-layer/create-layer=, spacemacs will prepare files and headers for
176-
you, and for free :smile: !
171+
You should replace =FILENAME= by the name of the file (e.g. =packages.el=)
172+
and =NAME= by the name of the layer you are creating, don't forget to replace
173+
=YOUR_NAME= and =YOUR_EMAIL= also. Some files already have a template inside
174+
=core/templates/=, so look in there first.
175+
Note that if you use =configuration-layer/create-layer=, spacemacs will prepare
176+
files and headers for you, and for free :smile: !
177177

178178
*** Author of a new layer
179179
In the files header, change the default author name (=Sylvain Benner=) to your

0 commit comments

Comments
 (0)