1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-14 19:22:26 +00:00

adding copyright in header

This commit is contained in:
deadc0de6
2017-03-14 21:06:30 +01:00
parent 696754a092
commit d5b132f57c
9 changed files with 9 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
#!/bin/bash #!/bin/bash
# author: deadc0de6 (https://github.com/deadc0de6) # author: deadc0de6 (https://github.com/deadc0de6)
# Copyright (c) 2017, deadc0de6
fold="dotfiles" fold="dotfiles"

View File

@@ -1,5 +1,6 @@
#!/bin/bash #!/bin/bash
# author: deadc0de6 (https://github.com/deadc0de6) # author: deadc0de6 (https://github.com/deadc0de6)
# Copyright (c) 2017, deadc0de6
args="$@" args="$@"
cur=`dirname $(readlink -f $0)` cur=`dirname $(readlink -f $0)`

View File

@@ -1,5 +1,6 @@
""" """
author: deadc0de6 (https://github.com/deadc0de6) author: deadc0de6 (https://github.com/deadc0de6)
Copyright (c) 2017, deadc0de6
config file manager config file manager
""" """

View File

@@ -1,5 +1,6 @@
""" """
author: deadc0de6 (https://github.com/deadc0de6) author: deadc0de6 (https://github.com/deadc0de6)
Copyright (c) 2017, deadc0de6
entry point entry point
""" """

View File

@@ -1,5 +1,6 @@
""" """
author: deadc0de6 (https://github.com/deadc0de6) author: deadc0de6 (https://github.com/deadc0de6)
Copyright (c) 2017, deadc0de6
represents a dotfile in dotdrop represents a dotfile in dotdrop
""" """

View File

@@ -1,5 +1,6 @@
""" """
author: deadc0de6 (https://github.com/deadc0de6) author: deadc0de6 (https://github.com/deadc0de6)
Copyright (c) 2017, deadc0de6
handle the installation of dotfiles handle the installation of dotfiles
""" """

View File

@@ -1,5 +1,6 @@
""" """
author: deadc0de6 (https://github.com/deadc0de6) author: deadc0de6 (https://github.com/deadc0de6)
Copyright (c) 2017, deadc0de6
handle logging to stdout/stderr handle logging to stdout/stderr
""" """

View File

@@ -1,5 +1,6 @@
""" """
author: deadc0de6 (https://github.com/deadc0de6) author: deadc0de6 (https://github.com/deadc0de6)
Copyright (c) 2017, deadc0de6
jinja2 template generator jinja2 template generator
""" """

View File

@@ -1,5 +1,6 @@
""" """
author: deadc0de6 (https://github.com/deadc0de6) author: deadc0de6 (https://github.com/deadc0de6)
Copyright (c) 2017, deadc0de6
utilities utilities
""" """