From 706d5899103dd015bda0d12309afe93e9e6353ed Mon Sep 17 00:00:00 2001 From: Scott Pakin Date: Tue, 16 Sep 2014 16:36:09 -0600 Subject: [PATCH] Included README.md, INSTALL.md, and LICENSE.md in the tarball --- Makefile.am | 2 ++ README.md | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 004c1aa..7ad1160 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,6 +6,8 @@ SUBDIRS = lib tools +EXTRA_DIST = README.md INSTALL.md LICENSE.md + # Sneaky trick: Output a sed command that will fully expand the prefix # and exec_prefix variables in bf-gcc and bf-inst. sed-command: diff --git a/README.md b/README.md index 144bb3b..637eb5f 100644 --- a/README.md +++ b/README.md @@ -218,8 +218,8 @@ Byfl installs two scripts to convert Byfl output (lines beginning with `BYFL`) i In addition, Byfl includes a script called `bfmerge`, which merges multiple Byfl output files by computing statistics across all of the files of each data value encountered. These output files might represent multiple runs of a sequential application or multiple processes from a single run of a parallel application. Currently, the set of statistics includes the sum, minimum, maximum, median, median absolute deviation, mean, and standard deviation. Thus, `bfmerge` facilitates quantifying the similarities and differences across applications or processes. -License -------- +Copyright and license +--------------------- Los Alamos National Security, LLC (LANS) owns the copyright to Byfl, which it identifies internally as LA-CC-12-039. The license is BSD-ish with a "modifications must be indicated" clause. See [LICENSE.md](https://github.com/losalamos/Byfl/blob/master/LICENSE.md) for the full text.