Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
kazoo
Commits
65ffacf4
Commit
65ffacf4
authored
Jun 17, 2021
by
Maxime Perrotin
Browse files
Change license to GPL with Runtime Exception
parent
83cca5a9
Changes
25
Hide whitespace changes
Inline
Side-by-side
src/taste-parser_utils.adb
View file @
65ffacf4
-- *************************** taste aadl parser ************************* --
-- (c) 2008-2021 European Space Agency - maxime.perrotin@esa.int
-- LGPL license, see LICENSE file
-- ******************************* KAZOO ******************************* --
-- (c) 2017-2021 European Space Agency - maxime.perrotin@esa.int
-- See LICENSE file
-- *********************************************************************** --
with
Ada
.
Characters
.
Latin_1
,
Ada
.
Strings
.
Maps
,
...
...
src/taste-parser_utils.ads
View file @
65ffacf4
-- *************************** taste aadl parser *********************** --
-- (c) 2008-2018 European Space Agency - maxime.perrotin@esa.int
-- LGPL license, see LICENSE file
-- ******************************* KAZOO ******************************* --
-- (c) 2017-2021 European Space Agency - maxime.perrotin@esa.int
-- See LICENSE file
-- *********************************************************************** --
-- Set of helper functions for the parser
with
Ada
.
Containers
.
Indefinite_Ordered_Maps
,
...
...
src/taste-semantic_check.adb
View file @
65ffacf4
-- ******************************* KAZOO ******************************* --
-- (c) 2017-2021 European Space Agency - maxime.perrotin@esa.int
-- See LICENSE file
-- *********************************************************************** --
with
Ada
.
Strings
.
Unbounded
,
Ada
.
Characters
.
Handling
,
-- To_Lower
Ada
.
Containers
,
...
...
src/taste-semantic_check.ads
View file @
65ffacf4
-- ******************************* KAZOO ******************************* --
-- (c) 2017-2021 European Space Agency - maxime.perrotin@esa.int
-- See LICENSE file
-- *********************************************************************** --
with
-- TASTE.Interface_View,
TASTE
.
AADL_Parser
;
...
...
src/taste.ads
View file @
65ffacf4
-- ******************************* KAZOO ******************************* --
-- (c) 2017-2021 European Space Agency - maxime.perrotin@esa.int
-- See LICENSE file
-- *********************************************************************** --
package
TASTE
is
Quit_Taste
:
exception
;
end
TASTE
;
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment