Skip to content
Merged
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
4 changes: 0 additions & 4 deletions CodeHawk/CHJ/jchcmdline/dune
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,3 @@
(modules jCHXNativeMethodSignatures)
(package exes)
(public_name chj_native))

(env
(dev
(flags (:standard -warn-error -A))))
4 changes: 2 additions & 2 deletions CodeHawk/CHJ/jchcmdline/jCHXClassExperiment.ml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
(* =============================================================================
CodeHawk C Analyzer
CodeHawk Java Analyzer
Author: Henny Sipma
------------------------------------------------------------------------------
The MIT License (MIT)

Copyright (c) 2005-2020 Kestrel Technology LLC
Copyright (c) 2020-2023 Henny B. Sipma
Copyright (c) 2024 Aarno Labs LLC
Copyright (c) 2024-2025 Aarno Labs LLC

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions CodeHawk/CHJ/jchcmdline/jCHXInspectSummaries.ml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
(* =============================================================================
CodeHawk C Analyzer
CodeHawk Java Analyzer
Author: Henny Sipma
------------------------------------------------------------------------------
The MIT License (MIT)

Copyright (c) 2005-2020 Kestrel Technology LLC
Copyright (c) 2020-2023 Henny Sipma
Copyright (c) 2024 Aarno Labs LLC
Copyright (c) 2024-2025 Aarno Labs LLC

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions CodeHawk/CHJ/jchcmdline/jCHXIntegrateSummaries.ml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
(* =============================================================================
CodeHawk C Analyzer
CodeHawk Java Analyzer
Author: Henny Sipma
------------------------------------------------------------------------------
The MIT License (MIT)

Copyright (c) 2005-2020 Kestrel Technology LLC
Copyright (c) 2020-2024 Henny B. Sipma
Copyright (c) 2020-2025 Henny B. Sipma

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions CodeHawk/CHJ/jchcmdline/jCHXNativeMethodSignatures.ml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
(* =============================================================================
CodeHawk C Analyzer
CodeHawk Java Analyzer
Author: Henny Sipma
------------------------------------------------------------------------------
The MIT License (MIT)

Copyright (c) 2005-2020 Kestrel Technology LLC
Copyright (c) 2020-2023 Henny B. Sipma
Copyright (c) 2024 Aarno Labs LLC
Copyright (c) 2024-2025 Aarno Labs LLC

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
3 changes: 2 additions & 1 deletion CodeHawk/CHJ/jchcmdline/jCHXTemplate.ml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
(* =============================================================================
CodeHawk C Analyzer
CodeHawk Java Analyzer
Author: Henny Sipma
------------------------------------------------------------------------------
The MIT License (MIT)

Copyright (c) 2005-2020 Kestrel Technology LLC
Copyright (c) 2020-2025 Henny B. Sipma

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 0 additions & 4 deletions CodeHawk/CHJ/jchcost/dune
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,3 @@
(libraries chlib chutil jchlib jchpoly jchpre jchsys zarith)
(public_name codehawk.jchcost)
(wrapped false))

(env
(dev
(flags (:standard -warn-error -A))))
11 changes: 6 additions & 5 deletions CodeHawk/CHJ/jchcost/jCHCostAPI.mli
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,20 @@
Author: Henny Sipma
------------------------------------------------------------------------------
The MIT License (MIT)

Copyright (c) 2005-2020 Kestrel Technology LLC
Copyright (c) 2020-2025 Henny B. Sipma

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
Expand Down Expand Up @@ -62,7 +63,7 @@ class type sidechannelcheck_int =

class type costmodel_int =
object

(* utility *)
method mk_bottom: 'a
method mk_top : 'a
Expand All @@ -88,7 +89,7 @@ object
(* xml *)
method write_xml_cost: xml_element_int -> 'a -> unit
method save_xml_class: class_info_int -> unit
method save_xml_atlas_class: class_info_int -> unit
method save_xml_atlas_class: class_info_int -> unit
method read_xml_cost: xml_element_int -> unit
method read_xml_class: class_info_int -> unit

Expand Down
Loading