Skip to content
Snippets Groups Projects
Commit 4362e7c8 authored by Allan Blanchard's avatar Allan Blanchard Committed by Julien Signoles
Browse files

Copyright headers for Visitor_behavior

parent 87177221
No related branches found
No related tags found
No related merge requests found
...@@ -586,6 +586,8 @@ src/kernel_services/visitors/cabsvisit.ml: CIL ...@@ -586,6 +586,8 @@ src/kernel_services/visitors/cabsvisit.ml: CIL
src/kernel_services/visitors/cabsvisit.mli: CIL src/kernel_services/visitors/cabsvisit.mli: CIL
src/kernel_services/visitors/visitor.ml: CEA_LGPL src/kernel_services/visitors/visitor.ml: CEA_LGPL
src/kernel_services/visitors/visitor.mli: CEA_LGPL src/kernel_services/visitors/visitor.mli: CEA_LGPL
src/kernel_services/visitors/visitor_behavior.ml: CEA_INRIA_LGPL
src/kernel_services/visitors/visitor_behavior.mli: CEA_INRIA_LGPL
src/libraries/README.md: .ignore src/libraries/README.md: .ignore
src/libraries/datatype/README.md: .ignore src/libraries/datatype/README.md: .ignore
src/libraries/datatype/datatype.ml: CEA_LGPL src/libraries/datatype/datatype.ml: CEA_LGPL
......
(**************************************************************************)
(* *)
(* This file is part of Frama-C. *)
(* *)
(* Copyright (C) 2007-2019 *)
(* CEA (Commissariat à l'énergie atomique et aux énergies *)
(* alternatives) *)
(* INRIA (Institut National de Recherche en Informatique et en *)
(* Automatique) *)
(* *)
(* you can redistribute it and/or modify it under the terms of the GNU *)
(* Lesser General Public License as published by the Free Software *)
(* Foundation, version 2.1. *)
(* *)
(* It 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 Lesser General Public License for more details. *)
(* *)
(* See the GNU Lesser General Public License version 2.1 *)
(* for more details (enclosed in the file licenses/LGPLv2.1). *)
(* *)
(**************************************************************************)
open Cil_types open Cil_types
type t = type t =
......
(**************************************************************************)
(* *)
(* This file is part of Frama-C. *)
(* *)
(* Copyright (C) 2007-2019 *)
(* CEA (Commissariat à l'énergie atomique et aux énergies *)
(* alternatives) *)
(* INRIA (Institut National de Recherche en Informatique et en *)
(* Automatique) *)
(* *)
(* you can redistribute it and/or modify it under the terms of the GNU *)
(* Lesser General Public License as published by the Free Software *)
(* Foundation, version 2.1. *)
(* *)
(* It 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 Lesser General Public License for more details. *)
(* *)
(* See the GNU Lesser General Public License version 2.1 *)
(* for more details (enclosed in the file licenses/LGPLv2.1). *)
(* *)
(**************************************************************************)
open Cil_types open Cil_types
type t type t
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment