diff options
author | Karl Berry <karl@freefriends.org> | 2011-01-05 00:25:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-01-05 00:25:34 +0000 |
commit | 855de7eda56f56d2679bc0c9dc9bbce0d7277e31 (patch) | |
tree | d2b1471df9285f86a1c57d1d63af711f86b95cb9 | |
parent | fe2d303e194c1ffb09556443791c58c817d87f4e (diff) |
censor (4jan11)
git-svn-id: svn://tug.org/texlive/trunk@20937 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/latex/censor/README | 21 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/censor/censor.tex | 18 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/censor/manifest.txt | 23 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/censor/censor.sty | 19 |
4 files changed, 79 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/censor/README b/Master/texmf-dist/doc/latex/censor/README index 0fc23ac08a7..d2cf0c8521b 100644 --- a/Master/texmf-dist/doc/latex/censor/README +++ b/Master/texmf-dist/doc/latex/censor/README @@ -1,7 +1,26 @@ +%% Copyright 2009 Steven B. Segletes +% +% This work may be distributed and/or modified under the +% conditions of the LaTeX Project Public License, either version 1.3 +% of this license or (at your option) any later version. +% The latest version of this license is in +% http://www.latex-project.org/lppl.txt +% and version 1.3 or later is part of all distributions of LaTeX +% version 2005/12/01 or later. +% +% This work has the LPPL maintenance status `maintained'. +% +% The Current Maintainer of this work is Steven B. Segletes. +% +% This work consists of all files listed in manifest.txt. +% +% This notice added 2010/01/04 by Clea F. Rees with the permission of +% Steven B. Segletes. + The censor package allows a convenient redaction/censor capability to be employed, for those who need to protect restricted information, as well as for those who are forced to work in a more inefficient environment when dealing with restricted information. -Author: Steven Segletes
\ No newline at end of file +Author: Steven Segletes diff --git a/Master/texmf-dist/doc/latex/censor/censor.tex b/Master/texmf-dist/doc/latex/censor/censor.tex index 1cd93cb0b40..2c0c5650fe3 100644 --- a/Master/texmf-dist/doc/latex/censor/censor.tex +++ b/Master/texmf-dist/doc/latex/censor/censor.tex @@ -1,3 +1,21 @@ +%% Copyright 2009 Steven B. Segletes +% +% This work may be distributed and/or modified under the +% conditions of the LaTeX Project Public License, either version 1.3 +% of this license or (at your option) any later version. +% The latest version of this license is in +% http://www.latex-project.org/lppl.txt +% and version 1.3 or later is part of all distributions of LaTeX +% version 2005/12/01 or later. +% +% This work has the LPPL maintenance status `maintained'. +% +% The Current Maintainer of this work is Steven B. Segletes. +% +% This work consists of all files listed in manifest.txt. +% +% This notice added 2010/01/04 by Clea F. Rees with the permission of +% Steven B. Segletes. \documentclass{article} \usepackage{censor} diff --git a/Master/texmf-dist/doc/latex/censor/manifest.txt b/Master/texmf-dist/doc/latex/censor/manifest.txt new file mode 100644 index 00000000000..a012d4b41f0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/censor/manifest.txt @@ -0,0 +1,23 @@ +Copyright 2009 Steven B. Segletes + +This work may be distributed and/or modified under the +conditions of the LaTeX Project Public License, either version 1.3 +of this license or (at your option) any later version. +The latest version of this license is in +http://www.latex-project.org/lppl.txt +and version 1.3 or later is part of all distributions of LaTeX +version 2005/12/01 or later. + +This work has the LPPL maintenance status `maintained'. + +The Current Maintainer of this work is Steven B. Segletes. + +This work consists of all files listed in manifest.txt. + +This file added 2010/01/04 by Clea F. Rees. + +README +censor.pdf +censor.sty +censor.tex +manifest.txt diff --git a/Master/texmf-dist/tex/latex/censor/censor.sty b/Master/texmf-dist/tex/latex/censor/censor.sty index 7afa369ddfd..822e69a1c00 100644 --- a/Master/texmf-dist/tex/latex/censor/censor.sty +++ b/Master/texmf-dist/tex/latex/censor/censor.sty @@ -1,5 +1,22 @@ % censor.sty -% Copyright Steven B. Segletes +%% Copyright 2009 Steven B. Segletes +% +% This work may be distributed and/or modified under the +% conditions of the LaTeX Project Public License, either version 1.3 +% of this license or (at your option) any later version. +% The latest version of this license is in +% http://www.latex-project.org/lppl.txt +% and version 1.3 or later is part of all distributions of LaTeX +% version 2005/12/01 or later. +% +% This work has the LPPL maintenance status `maintained'. +% +% The Current Maintainer of this work is Steven B. Segletes. +% +% This work consists of all files listed in manifest.txt. +% +% This notice added 2010/01/04 by Clea F. Rees the permission of +% Steven B. Segletes. \ProvidesPackage{censor} [2009/12/07 v1.00 Provides capability for redaction of sensitive information] |