diff options
author | Mike Gerwitz <gerwitm@lovullo.com> | 2016-08-24 10:19:11 -0400 |
---|---|---|
committer | Mike Gerwitz <gerwitm@lovullo.com> | 2016-08-24 12:38:03 -0400 |
commit | c0d95b4a054f8dadc6cbc98e6fa1efe02d5f6507 (patch) | |
tree | e2bb32f053a57e19a125915c00566ed31a80e7b6 /src/current/dot/pkg-exec.xsl | |
parent | ff01f39c1e8c9b9549d884a0db1f9a74799cf37e (diff) | |
download | tame-c0d95b4a054f8dadc6cbc98e6fa1efe02d5f6507.tar.gz tame-c0d95b4a054f8dadc6cbc98e6fa1efe02d5f6507.tar.bz2 tame-c0d95b4a054f8dadc6cbc98e6fa1efe02d5f6507.zip |
Add copyright headers to src/current/
Diffstat (limited to 'src/current/dot/pkg-exec.xsl')
-rw-r--r-- | src/current/dot/pkg-exec.xsl | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/src/current/dot/pkg-exec.xsl b/src/current/dot/pkg-exec.xsl index 1c934bf..72ad66e 100644 --- a/src/current/dot/pkg-exec.xsl +++ b/src/current/dot/pkg-exec.xsl @@ -1,8 +1,25 @@ <?xml version="1.0" encoding="ISO-8859-1"?> <!-- Processes executable file dependency graph ---> + Copyright (C) 2016 LoVullo Associates, Inc. + + This file is part of TAME. + + TAME is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see + <http://www.gnu.org/licenses/>. +--> <xsl:stylesheet version="2.0" xmlns="http://www.w3.org/1999/xhtml" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" |