Skip to content
Snippets Groups Projects
Commit b1777e8f authored by Patrick Baudin's avatar Patrick Baudin
Browse files

[headers] fixes headers of some Makefile and .sh

parent f41159b9
No related branches found
No related tags found
No related merge requests found
#! /usr/bin/env bash #! /usr/bin/env bash
##########################################################################
# #
# This file is part of Frama-C. #
# #
# Copyright (C) 2007-2022 #
# CEA (Commissariat à l'énergie atomique et aux énergies #
# alternatives) #
# #
# 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). #
# #
##########################################################################
if [[ $# != 1 && $# != 2 ]]; then if [[ $# != 1 && $# != 2 ]]; then
echo "Usage: $0 <plugin-name> [<directory>]" echo "Usage: $0 <plugin-name> [<directory>]"
......
#! /usr/bin/bash #! /usr/bin/bash
##########################################################################
# #
# This file is part of Frama-C. #
# #
# Copyright (C) 2007-2022 #
# CEA (Commissariat à l'énergie atomique et aux énergies #
# alternatives) #
# #
# 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). #
# #
##########################################################################
if [[ $# > 1 ]] ; then if [[ $# > 1 ]] ; then
echo "usage: $0 [ configuration_file ]" echo "usage: $0 [ configuration_file ]"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# # # #
# This file is part of Frama-C. # # This file is part of Frama-C. #
# # # #
# Copyright (C) 2007-2020 # # Copyright (C) 2007-2022 #
# CEA (Commissariat à l'énergie atomique et aux énergies # # CEA (Commissariat à l'énergie atomique et aux énergies #
# alternatives) # # alternatives) #
# # # #
......
#!/usr/bin/env bash #!/usr/bin/env bash
##########################################################################
# #
# This file is part of Frama-C. #
# #
# Copyright (C) 2007-2022 #
# CEA (Commissariat à l'énergie atomique et aux énergies #
# alternatives) #
# #
# 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). #
# #
##########################################################################
# DEFAULT variable can be configured to indicate reference branch when the # DEFAULT variable can be configured to indicate reference branch when the
# current branch does not exist in a dependency or in Frama-C. # current branch does not exist in a dependency or in Frama-C.
......
#!/usr/bin/env bash #!/usr/bin/env bash
##########################################################################
# #
# This file is part of Frama-C. #
# #
# Copyright (C) 2007-2022 #
# CEA (Commissariat à l'énergie atomique et aux énergies #
# alternatives) #
# #
# 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). #
# #
##########################################################################
# DEFAULT variable can be configured to indicate reference branch when the # DEFAULT variable can be configured to indicate reference branch when the
# current branch does not exist in a plugin. # current branch does not exist in a plugin.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# # # #
# This file is part of Frama-C. # # This file is part of Frama-C. #
# # # #
# Copyright (C) 2007-2020 # # Copyright (C) 2007-2022 #
# CEA (Commissariat à l'énergie atomique et aux énergies # # CEA (Commissariat à l'énergie atomique et aux énergies #
# alternatives) # # alternatives) #
# # # #
......
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