diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-04-07 00:09:14 +0100 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-04-07 00:09:14 +0100 |
commit | 234d6a6e8a4f73ddea627dd4fd78dfb4a91d5a83 (patch) | |
tree | dc2e5376618ae601a4e1623d8e47cb8fc56a7583 /.gitignore | |
parent | b0d709745fd7228ff451a4eb8693798e12e0b1db (diff) |
Copyright notice added to all files missing one
Until now, for short files, we only had a license notice, not an actual
copyright notice. With this commit, a copyright notice has also been
added. We use this new command to find these files, suggested by
`ineiev@gnu.org'.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,6 +9,8 @@ # To help readability, please add new files based on the length of the # line you wish to add. # +# Copyright (C) 2018-2019 Mohammad Akhlaghi. +# # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright # notice and this notice are preserved. This file is offered as-is, |