aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2020-12-27 21:48:33 +0800
committerAaron LI <aly@aaronly.me>2020-12-27 21:48:33 +0800
commitd758158036e6da5ee0f6f0d8fd552450f9d152ac (patch)
treed512d0ffb8b63b8aace11a1c20b7f9cb0148f233
parent757e2ed1809fe42eca1197e3ec58b3e69dbd3520 (diff)
downloaddfly-update-d758158036e6da5ee0f6f0d8fd552450f9d152ac.tar.bz2
Update README a bit and bump copyright yearHEADmaster
-rw-r--r--LICENSE2
-rw-r--r--README13
2 files changed, 7 insertions, 8 deletions
diff --git a/LICENSE b/LICENSE
index 93f3f66..79fa18e 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)
-Copyright (c) 2017-2019 Aaron LI
+Copyright (c) 2017-2020 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
diff --git a/README b/README
index d36bc02..57ab6f6 100644
--- a/README
+++ b/README
@@ -2,11 +2,6 @@
dfly-update
===========
-Copyright (c) 2017-2019 Aaron LI <aly@aaronly.me>
-MIT License
-
-https://github.com/liweitianux/dfly-update
-
A simple tool to update a DragonFly BSD system using a binary release or
snapshot image file.
@@ -30,8 +25,8 @@ the following steps:
4. create new users and groups;
5. identify the new/changed "/etc" files, rename the conflicting ones
with suffix ".__new__" and then copy over;
-6. get obsolete files from "Makefile_upgrade.inc" and remove them;
-7. umount, show the "*.__new__" files need manual merge.
+6. remove obsolete files according to "Makefile_upgrade.inc";
+7. umount, show the "*.__new__" files that need manual merge.
Usage
-----
@@ -63,3 +58,7 @@ Versions
* 0.1.2 (2018-03-11)
- First usable version for broader testing
+License
+-------
+MIT License
+Copyright (c) 2017-2020 Aaron LI <aly@aaronly.me>