Files @ 4067c5f9915f
Branch filter:

Location: Copyleft/guide/Case-Study-Ethics/Makefile

bkuhn
Clarify & expound on issue of warranty disclaimer

The existing paragraph on this issue was inadequate, since it punted
entirely to GPLv2ยง11 for dealing with critics' claims of
unenforceability. That left a mistaken impression of validity of such
claims.

The commit herein adds reference to CIGS, which likely permits GPL's
sort of warranty disclaimer in most jurisdictions, and also bolsters the
reference to the UCC earlier in the section.

However, given academic debate about the applicability of CIGS to
software licenses, this commit includes a footnote referencing the two
sides of that debate.

Tony Sebro and I co-drafted these changes together.

Signed-Off-By: Tony Sebro <tony@sfconservancy.org>
Signed-Off-By: Bradley M. Kuhn <bkuhn@ebb.org>

FILTER = ./filter-doc.plx
PDFLATEX = pdflatex
LATEX = latex
#BIBTEX = bibtex
BIBTEX = /bin/true
FIG2DEV = fig2dev
DVIPS=dvips

all:	case-study-ethics.pdf case-study-ethics.ps

.SUFFIXES: .fig .postscript .eps .pdf .pstex_t .pstex

.postscript.pdf:
	ps2pdf $< $@

.postscript.eps:
	ps2epsi $< $@

.fig.pdf:
	$(FIG2DEV) -L pdf -p "portrait" -c $< > $@

.fig.pstex_t:
	$(FIG2DEV) -L pstex_t $< > $@

.fig.pstex:
	$(FIG2DEV) -L pstex $< > $@

PDF_FIGS =

case-study-ethics.pdf: case-study-ethics-pdf.tex case-study-ethics-pdf.bbl $(PDF_FIGS)
	$(PDFLATEX) case-study-ethics-pdf
	$(PDFLATEX) case-study-ethics-pdf
	/bin/mv case-study-ethics-pdf.pdf case-study-ethics.pdf

case-study-ethics-pdf.tex: case-study-ethics.tex 
	cat case-study-ethics.tex | $(FILTER) PDF > case-study-ethics-pdf.tex

case-study-ethics-pdf.bbl: case-study-ethics-pdf.tex $(PDF_FIGS)
	$(PDFLATEX) case-study-ethics-pdf
	$(BIBTEX) case-study-ethics-pdf

PS_FIGS = 

case-study-ethics-ps.tex: case-study-ethics.tex 
	cat case-study-ethics.tex | $(FILTER) PS > case-study-ethics-ps.tex

case-study-ethics-ps.bbl: case-study-ethics-ps.tex $(PS_FIGS)
	$(LATEX) case-study-ethics-ps
	$(BIBTEX) case-study-ethics-ps

case-study-ethics-ps.dvi: case-study-ethics-ps.tex case-study-ethics-ps.bbl $(PS_FIGS)
	$(LATEX) case-study-ethics-ps
	$(LATEX) case-study-ethics-ps

case-study-ethics.ps: case-study-ethics-ps.dvi
	$(DVIPS) $< -o $@

clean:
	/bin/rm -f case-study-ethics-ps.* case-study-ethics-pdf.* case-study-ethics.pdf case-study-ethics.ps $(PDF_FIGS) $(PS_FIGS) case-study-ethics.log texput.log