Skip to content

Commit

Permalink
docs: update copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
TendTo committed Nov 4, 2024
1 parent 734e014 commit d4b26fd
Show file tree
Hide file tree
Showing 28 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions dlinear/parser/smt2/Driver.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* @author Ernesto Casablanca ([email protected])
* @copyright 2024 dlinear
* @copyrignt 2017 Toyota Research Institute (dreal4)
* @licence BSD 3-Clause License
* Driver form the parsing and execution of smt2 files.
*
Expand Down
1 change: 1 addition & 0 deletions dlinear/parser/smt2/FunctionDefinition.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* @author Ernesto Casablanca ([email protected])
* @copyright 2024 dlinear
* @copyrignt 2017 Toyota Research Institute (dreal4)
* @licence BSD 3-Clause License
* Function definition class
*
Expand Down
1 change: 1 addition & 0 deletions dlinear/parser/smt2/Sort.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* @author Ernesto Casablanca ([email protected])
* @copyright 2024 dlinear
* @copyrignt 2017 Toyota Research Institute (dreal4)
* @licence BSD 3-Clause License
* Sort enum.
*/
Expand Down
1 change: 1 addition & 0 deletions dlinear/parser/smt2/Term.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* @author Ernesto Casablanca ([email protected])
* @copyright 2024 dlinear
* @copyrignt 2017 Toyota Research Institute (dreal4)
* @licence BSD 3-Clause License
* Term class.
*
Expand Down
1 change: 1 addition & 0 deletions dlinear/parser/smt2/scanner.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* @author Ernesto Casablanca ([email protected])
* @copyright 2024 dlinear
* @copyrignt 2017 Toyota Research Institute (dreal4)
* @licence BSD 3-Clause License
* Scanner utility class.
*
Expand Down
1 change: 1 addition & 0 deletions dlinear/parser/vnnlib/Driver.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* @author Ernesto Casablanca ([email protected])
* @copyright 2024 dlinear
* @copyrignt 2017 Toyota Research Institute (dreal4)
* @licence BSD 3-Clause License
* Driver form the parsing and execution of vnnlib files.
*
Expand Down
1 change: 1 addition & 0 deletions dlinear/parser/vnnlib/FunctionDefinition.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* @author Ernesto Casablanca ([email protected])
* @copyright 2024 dlinear
* @copyrignt 2017 Toyota Research Institute (dreal4)
* @licence BSD 3-Clause License
* Function definition class
*
Expand Down
1 change: 1 addition & 0 deletions dlinear/parser/vnnlib/Sort.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* @author Ernesto Casablanca ([email protected])
* @copyright 2024 dlinear
* @copyrignt 2017 Toyota Research Institute (dreal4)
* @licence BSD 3-Clause License
* Sort enum.
*/
Expand Down
1 change: 1 addition & 0 deletions dlinear/parser/vnnlib/Term.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* @author Ernesto Casablanca ([email protected])
* @copyright 2024 dlinear
* @copyrignt 2017 Toyota Research Institute (dreal4)
* @licence BSD 3-Clause License
* Term class.
*
Expand Down
1 change: 1 addition & 0 deletions dlinear/parser/vnnlib/scanner.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* @author Ernesto Casablanca ([email protected])
* @copyright 2024 dlinear
* @copyrignt 2017 Toyota Research Institute (dreal4)
* @licence BSD 3-Clause License
* Scanner utility class.
*
Expand Down
1 change: 1 addition & 0 deletions dlinear/symbolic/ExpressionEvaluator.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* @author Ernesto Casablanca ([email protected])
* @copyright 2024 dlinear
* @copyrignt 2017 Toyota Research Institute (dreal4)
* @licence BSD 3-Clause License
* Expression evaluator class.
*/
Expand Down
1 change: 1 addition & 0 deletions dlinear/symbolic/IfThenElseEliminator.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* @author Ernesto Casablanca ([email protected])
* @copyright 2024 dlinear
* @copyrignt 2017 Toyota Research Institute (dreal4)
* @licence BSD 3-Clause License
* IfThenElseEliminator class.
*/
Expand Down
1 change: 1 addition & 0 deletions dlinear/symbolic/NaiveCnfizer.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* @author Ernesto Casablanca ([email protected])
* @copyright 2024 dlinear
* @copyrignt 2017 Toyota Research Institute (dreal4)
* @licence BSD 3-Clause License
* NaiveCnfizer class.
*/
Expand Down
1 change: 1 addition & 0 deletions dlinear/symbolic/Nnfizer.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* @author Ernesto Casablanca ([email protected])
* @copyright 2024 dlinear
* @copyrignt 2017 Toyota Research Institute (dreal4)
* @licence BSD 3-Clause License
* Nnfizer class.
*/
Expand Down
1 change: 1 addition & 0 deletions dlinear/symbolic/PlaistedGreenbaumCnfizer.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* @author Ernesto Casablanca ([email protected])
* @copyright 2024 dlinear
* @copyrignt 2017 Toyota Research Institute (dreal4)
* @licence BSD 3-Clause License
* PlaistedGreenbaumCnfizer class.
*/
Expand Down
1 change: 1 addition & 0 deletions dlinear/symbolic/PredicateAbstractor.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* @author Ernesto Casablanca ([email protected])
* @copyright 2024 dlinear
* @copyrignt 2017 Toyota Research Institute (dreal4)
* @licence BSD 3-Clause License
* PredicateAbstractor class.
*/
Expand Down
1 change: 1 addition & 0 deletions dlinear/symbolic/PrefixPrinter.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* @author Ernesto Casablanca ([email protected])
* @copyright 2024 dlinear
* @copyrignt 2017 Toyota Research Institute (dreal4)
* @licence BSD 3-Clause License
* PrefixPrinter class.
*/
Expand Down
1 change: 1 addition & 0 deletions dlinear/symbolic/TseitinCnfizer.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* @author Ernesto Casablanca ([email protected])
* @copyright 2024 dlinear
* @copyrignt 2017 Toyota Research Institute (dreal4)
* @licence BSD 3-Clause License
* TseininCnfizer class.
*/
Expand Down
1 change: 1 addition & 0 deletions dlinear/symbolic/symbolic.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* @author Ernesto Casablanca ([email protected])
* @copyright 2024 dlinear
* @copyrignt 2017 Toyota Research Institute (dreal4)
* @licence BSD 3-Clause License
* This is the header file that we consolidate Drake's symbolic
* classes and expose them inside of dlinear namespace.
Expand Down
1 change: 1 addition & 0 deletions dlinear/util/Box.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* @author Ernesto Casablanca ([email protected])
* @copyright 2024 dlinear
* @copyrignt 2017 Toyota Research Institute (dreal4)
* @licence BSD 3-Clause License
* Box class.
*/
Expand Down
1 change: 1 addition & 0 deletions dlinear/util/Interval.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* @author Ernesto Casablanca ([email protected])
* @copyright 2024 dlinear
* @copyrignt 2017 Toyota Research Institute (dreal4)
* @licence BSD 3-Clause License
* Interval class.
*
Expand Down
1 change: 1 addition & 0 deletions dlinear/util/RoundingModeGuard.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* @author Ernesto Casablanca ([email protected])
* @copyright 2024 dlinear
* @copyrignt 2017 Toyota Research Institute (dreal4)
* @licence BSD 3-Clause License
* RoundingModeGuard class.
*/
Expand Down
1 change: 1 addition & 0 deletions dlinear/util/ScopedUnorderedMap.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* @author Ernesto Casablanca ([email protected])
* @copyright 2024 dlinear
* @copyrignt 2017 Toyota Research Institute (dreal4)
* @licence BSD 3-Clause License
* Backtrackable scoped unordered_map.
*
Expand Down
1 change: 1 addition & 0 deletions dlinear/util/ScopedUnorderedSet.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* @author Ernesto Casablanca ([email protected])
* @copyright 2024 dlinear
* @copyrignt 2017 Toyota Research Institute (dreal4)
* @licence BSD 3-Clause License
* Backtrackable unordered set.
*
Expand Down
1 change: 1 addition & 0 deletions dlinear/util/ScopedVector.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* @author Ernesto Casablanca ([email protected])
* @copyright 2024 dlinear
* @copyrignt 2017 Toyota Research Institute (dreal4)
* @licence BSD 3-Clause License
* Backtrackable scoped vector.
*
Expand Down
1 change: 1 addition & 0 deletions dlinear/util/Stats.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* @author Ernesto Casablanca ([email protected])
* @copyright 2024 dlinear
* @copyrignt 2017 Toyota Research Institute (dreal4)
* @licence BSD 3-Clause License
* Stats class.
*/
Expand Down
1 change: 1 addition & 0 deletions dlinear/util/Timer.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* @author Ernesto Casablanca ([email protected])
* @copyright 2024 dlinear
* @copyrignt 2017 Toyota Research Institute (dreal4)
* @licence BSD 3-Clause License
* Timer class.
*/
Expand Down
1 change: 1 addition & 0 deletions dlinear/util/math.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* @author Ernesto Casablanca ([email protected])
* @copyright 2024 dlinear
* @copyrignt 2017 Toyota Research Institute (dreal4)
* @licence BSD 3-Clause License
* Math utilities.
*/
Expand Down

0 comments on commit d4b26fd

Please sign in to comment.