Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions sedutil-master/BUILDING
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
sedutil is built using autotools and make.
steps:
autoreconf -i
./configure --enable-silent-rules
make
------------------------
This will also build the PBA ignore it.

If you get an errot building that says Version.h is missing
you need to make all. This is an issue with how autotools handles
built sources and dependencies.
6 changes: 6 additions & 0 deletions sedutil-master/CONTRIBUTING
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Contributing to the Drive Trust Alliance sedutil project.
We welcome contributions to the project but in order to maintain our ability to monitize this
software we require that contributions are accompanied by a signed copy of the
DTA_Contributor_Agreement_v2 included in this directory.

Thanks for understanding
19 changes: 19 additions & 0 deletions sedutil-master/Common/Copyright.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
/* C:B**************************************************************************
This software is Copyright 2014-2017 Bright Plaza Inc. <drivetrust@drivetrust.com>

This file is part of sedutil.

sedutil 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.

sedutil 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 sedutil. If not, see <http://www.gnu.org/licenses/>.

* C:E********************************************************************** */
Loading