Skip to content

Commit

Permalink
more cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
scrouthtv committed Jul 4, 2021
1 parent b54d15b commit afab57b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 32 deletions.
21 changes: 0 additions & 21 deletions LICENSE.3

This file was deleted.

3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,11 @@ Use it at your own risk. I take zero responsibility for any damage linked to thi
- Feel free to fork *EasyCopy* and open PRs with new features.

# Copyright
Copyright © 2020 The *EasyCopy* authors.
Copyright © 2021 The *EasyCopy* authors.
This software is licensed under GNU GPL v3.0.
This means that you are free to change and redistribute *EasyCopy* as a whole or any part of it, as long as the source to any derived work is as well publicly disclosed and licensed under GNU GPL v3.0.
Absolutely no warranty is provided for this software.
For more information read the LICENSE file that is distributed with *EasyCopy*.

This software uses third-party source code.
- Salvatore Sanfilippo's `kilo.c`, accessible on the internet via [https://github.com/snaptoken/kilo-src/blob/sections/kilo.c](GitHub). It is licensed under BSD 2-Clause "Simplified", a copy of which comes included with EasyCopy, named `LICENSE.2`.
- Karpelès Lab Inc.'s `reflink` project, accessible on the internet via [https://github.com/KarpelesLab/reflink/](GitHub). It is licensed under the MIT License, a copy of which comes included with EasyCopy, named `LICENSE.3`.
16 changes: 8 additions & 8 deletions doc/easycopy.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.TH EC 1 "05 Oct 2020" "\[u00A9] EasyCopy User Manual"
.TH EC 1 "4 Jul 2021" "\[u00A9] EasyCopy User Manual"
.SH NAME
ec \- copy files and directories with ease
ec \- easier file handling
.SH SYNOPSIS
.SY ec
.I OPERATION
Expand Down Expand Up @@ -113,27 +113,27 @@ A major problem caused the program to abort it's task. More information can be f
.SH EXAMPLES
.TP
.EX
.BI ec " foo/ bar"
.BI ec " cp foo/ bar"
.EE
Duplicate the folder
.I foo/
as
.IR bar/ .
.TP
.EX
.BI ec " /tmp/foo /mnt/bar ~/baz/"
.BI ec " cp /tmp/foo /mnt/bar ~/baz/"
.EE
Copy
.I /tmp/foo
and
.I /mnt/bar
to
into
.IR ~/baz/ .
.TP
.EX
.BI ec " -fV foo bar"
.BI ec " mv -fV foo bar"
.EE
Duplicate
Move
.I foo
as
.IR bar
Expand All @@ -153,7 +153,7 @@ Report bugs to the issue tracker of this project:
.UR https://github.com/scrouthtv/easy-copy/issues/
.UE
.SH COPYRIGHT
Copyright \[u00A9] 2020 The EasyCopy authors.
Copyright \[u00A9] 2021 The EasyCopy authors.
This software is licensed under GNU GPL v3.
For more information, read the LICENSE file that was distributed with this software.
.PP
Expand Down
2 changes: 1 addition & 1 deletion doc/ec.conf.5
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH ec.conf 5 "05 Oct 2020" "\[u00A9] EasyCopy User Manual"
.TH ec.conf 5 "04 Jul 2021" "\[u00A9] EasyCopy User Manual"
.SH NAME
ec.conf \- the configuration file for
.B easycopy(1)
Expand Down

0 comments on commit afab57b

Please sign in to comment.