diff options
-rw-r--r-- | LICENSE | 2 | ||||
-rw-r--r-- | README | 2 | ||||
-rwxr-xr-x | dfly-update | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2017-2018 Aaron LI +Copyright (c) 2017-2019 Aaron LI Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -2,7 +2,7 @@ dfly-update =========== -Copyright (c) 2017-2018 Aaron LI <aly@aaronly.me> +Copyright (c) 2017-2019 Aaron LI <aly@aaronly.me> MIT License https://github.com/liweitianux/dfly-update diff --git a/dfly-update b/dfly-update index a609023..bfa1107 100755 --- a/dfly-update +++ b/dfly-update @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2017-2018 Aaron LI <aly@aaronly.me> +# Copyright (c) 2017-2019 Aaron LI <aly@aaronly.me> # MIT License # # Tool to update a DragonFly BSD system using binary releases or |