Skip to content
This repository was archived by the owner on Oct 19, 2021. It is now read-only.

Commit 428565f

Browse files
committed
Remove old references to easysw.com domain and copyright. Point to me and
Github...
1 parent d9cde9a commit 428565f

File tree

8 files changed

+29
-25
lines changed

8 files changed

+29
-25
lines changed

doc/Makefile.in

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,19 +44,21 @@ HTMLFILES = title.html preface.html 1-intro.html 2-building.html \
4444
3-packaging.html 4-advanced.html 5-examples.html \
4545
a-license.html b-manpages.html c-reference.html \
4646
$(MANPAGES)
47+
BOOKS = epm-book.epub epm-book.html epm-book.pdf
4748

48-
all: $(MANPAGES) epm-book.epub epm-book.html epm-book.pdf
49+
50+
all: $(MANPAGES) $(BOOKS)
4951

5052
clean:
51-
$(RM) epm-book.html $(MANPAGES) mantohtml mantohtml.o
53+
$(RM) $(BOOKS) $(MANPAGES) mantohtml mantohtml.o
5254

53-
epm-book.epub: $(HTMLFILES) setup.png title.png epm-book.book
55+
epm-book.epub: $(HTMLFILES) epm-256.png setup.png title.png epm-book.book
5456
$(HTMLDOC) --batch epm-book.book --titleimage title.png -f epm-book.epub
5557

56-
epm-book.html: $(HTMLFILES) setup.png epm-book.book
58+
epm-book.html: $(HTMLFILES) epm-256.png setup.png epm-book.book
5759
$(HTMLDOC) --batch epm-book.book -f epm-book.html
5860

59-
epm-book.pdf: $(HTMLFILES) setup.png epm-book.book
61+
epm-book.pdf: $(HTMLFILES) epm-256.png setup.png epm-book.book
6062
$(HTMLDOC) --batch epm-book.book --size universal -f epm-book.pdf
6163

6264
mantohtml: mantohtml.o

doc/epm-256.png

18.6 KB
Loading

doc/epm-book.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66
<META NAME="copyright" CONTENT="Copyright 1999-2017 by Michael R Sweet">
77
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=iso-8859-1">
88
<STYLE TYPE="text/css"><!--
9-
BODY { font-family: sans-serif }
10-
H1 { font-family: sans-serif }
11-
H2 { font-family: sans-serif }
12-
H3 { font-family: sans-serif }
13-
H4 { font-family: sans-serif }
14-
H5 { font-family: sans-serif }
15-
H6 { font-family: sans-serif }
16-
SUB { font-size: smaller }
17-
SUP { font-size: smaller }
18-
PRE { font-family: monospace }
19-
A { text-decoration: none }
9+
BODY { font-family: sans-serif; }
10+
H1 { font-family: sans-serif; }
11+
H2 { font-family: sans-serif; }
12+
H3 { font-family: sans-serif; }
13+
H4 { font-family: sans-serif; }
14+
H5 { font-family: sans-serif; }
15+
H6 { font-family: sans-serif; }
16+
SUB { font-size: smaller; }
17+
SUP { font-size: smaller; }
18+
PRE { font-family: monospace; margin-left: 36pt; }
19+
A { text-decoration: none; }
2020
--></STYLE>
2121
</HEAD>
2222
<BODY>
@@ -29,7 +29,7 @@
2929
<p>&nbsp;</p>
3030
<p>&nbsp;</p>
3131
<p>&nbsp;</p>
32-
<p ALIGN="CENTER"><img ALT="EPM" HEIGHT="128" SRC="../default-256.png" WIDTH="128">
32+
<p ALIGN="CENTER"><img ALT="EPM" HEIGHT="128" SRC="epm-256.png" WIDTH="128">
3333
</p>
3434
<h1 ALIGN="CENTER">Software Distribution
3535
<br> with

doc/title.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
<P>&nbsp;</P>
2626

27-
<P ALIGN="CENTER"><IMG SRC="../default-256.png" WIDTH="128" HEIGHT="128" ALT="EPM"></P>
27+
<P ALIGN="CENTER"><IMG SRC="epm-256.png" WIDTH="128" HEIGHT="128" ALT="EPM"></P>
2828

2929
<H1 ALIGN="CENTER">Software Distribution<br>
3030
with<br>

epm.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,8 @@ info(void)
652652
puts("");
653653
puts("EPM is free software and comes with ABSOLUTELY NO WARRANTY; for details");
654654
puts("see the GNU General Public License in the file COPYING or at");
655-
puts("\"http://www.fsf.org/gpl.html\". Report all problems to \"[email protected]\".");
655+
puts("\"http://www.fsf.org/gpl.html\". Report all problems to");
656+
puts("\"https://github.com/michaelrsweet/epm/issues\".");
656657
puts("");
657658
}
658659

epminstall.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -369,11 +369,12 @@ static void
369369
info(void)
370370
{
371371
puts(EPM_VERSION);
372-
puts("Copyright 1999-2005 by Easy Software Products.");
372+
puts("Copyright 1999-2017 by Michael R Sweet.");
373373
puts("");
374374
puts("EPM is free software and comes with ABSOLUTELY NO WARRANTY; for details");
375375
puts("see the GNU General Public License in the file COPYING or at");
376-
puts("\"http://www.fsf.org/gpl.html\". Report all problems to \"[email protected]\".");
376+
puts("\"http://www.fsf.org/gpl.html\". Report all problems to");
377+
puts("\"https://github.com/michaelrsweet/epm/issues\".");
377378
puts("");
378379
}
379380

mkepmlist.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -424,11 +424,12 @@ void
424424
info(void)
425425
{
426426
puts(EPM_VERSION);
427-
puts("Copyright 1999-2005 by Easy Software Products.");
427+
puts("Copyright 1999-2017 by Michael R Sweet.");
428428
puts("");
429429
puts("EPM is free software and comes with ABSOLUTELY NO WARRANTY; for details");
430430
puts("see the GNU General Public License in the file COPYING or at");
431-
puts("\"http://www.fsf.org/gpl.html\". Report all problems to \"[email protected]\".");
431+
puts("\"http://www.fsf.org/gpl.html\". Report all problems to");
432+
puts("\"https://github.com/michaelrsweet/epm/issues\".");
432433
puts("");
433434
}
434435

portable.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -905,8 +905,7 @@ write_common(dist_t *dist, /* I - Distribution */
905905
fputs("#!/bin/sh\n", fp);
906906
fprintf(fp, "# %s script for %s version %s.\n", title,
907907
dist->product, dist->version);
908-
fputs("# Produced using " EPM_VERSION "; report problems to [email protected].\n",
909-
fp);
908+
fputs("# Produced using " EPM_VERSION " (https://michaelrsweet.github.io/epm).\n", fp);
910909
fprintf(fp, "#%%product %s", dist->product);
911910
if (subpackage)
912911
{

0 commit comments

Comments
 (0)