From 1d1f5093ade6e495a7e8b1e3ebe5a963c1892311 Mon Sep 17 00:00:00 2001 From: yoogx Date: Tue, 29 Apr 2014 14:32:20 +0200 Subject: [PATCH] * Add header information --- src/python/ocarina-python.adb | 2 +- src/python/ocarina-python_cmd.adb | 33 +++++++++++++++++++++++++++++++ src/python/ocarina-python_cmd.ads | 33 +++++++++++++++++++++++++++++++ 3 files changed, 67 insertions(+), 1 deletion(-) diff --git a/src/python/ocarina-python.adb b/src/python/ocarina-python.adb index d652c4f9..ed692368 100644 --- a/src/python/ocarina-python.adb +++ b/src/python/ocarina-python.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 2013 ESA & ISAE. -- +-- Copyright (C) 2013-2014 ESA & ISAE. -- -- -- -- Ocarina is free software; you can redistribute it and/or modify -- -- it under terms of the GNU General Public License as published by the -- diff --git a/src/python/ocarina-python_cmd.adb b/src/python/ocarina-python_cmd.adb index b806da3b..01e4f39b 100644 --- a/src/python/ocarina-python_cmd.adb +++ b/src/python/ocarina-python_cmd.adb @@ -1,3 +1,36 @@ +------------------------------------------------------------------------------ +-- -- +-- OCARINA COMPONENTS -- +-- -- +-- O C A R I N A . P Y T H O N _ C M D -- +-- -- +-- B o d y -- +-- -- +-- Copyright (C) 2014 ESA & ISAE. -- +-- -- +-- Ocarina is free software; you can redistribute it and/or modify -- +-- it under terms of the GNU General Public License as published by the -- +-- Free Software Foundation; either version 2, or (at your option) any -- +-- later version. Ocarina 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 General -- +-- Public License for more details. You should have received a copy of the -- +-- GNU General Public License distributed with Ocarina; see file COPYING. -- +-- If not, write to the Free Software Foundation, 51 Franklin Street, Fifth -- +-- Floor, Boston, MA 02111-1301, USA. -- +-- -- +-- As a special exception, if other files instantiate generics from this -- +-- unit, or you link this unit with other files to produce an executable, -- +-- this unit does not by itself cause the resulting executable to be -- +-- covered by the GNU General Public License. This exception does not -- +-- however invalidate any other reasons why the executable file might be -- +-- covered by the GNU Public License. -- +-- -- +-- Ocarina is maintained by the TASTE project -- +-- (taste-users@lists.tuxfamily.org) -- +-- -- +------------------------------------------------------------------------------ + with GNATCOLL.Scripts; use GNATCOLL.Scripts; with GNATCOLL.Scripts.Python; use GNATCOLL.Scripts.Python; diff --git a/src/python/ocarina-python_cmd.ads b/src/python/ocarina-python_cmd.ads index 30661089..16ef5cf7 100644 --- a/src/python/ocarina-python_cmd.ads +++ b/src/python/ocarina-python_cmd.ads @@ -1,3 +1,36 @@ +------------------------------------------------------------------------------ +-- -- +-- OCARINA COMPONENTS -- +-- -- +-- O C A R I N A . P Y T H O N _ C M D -- +-- -- +-- S p e c -- +-- -- +-- Copyright (C) 2014 ESA & ISAE. -- +-- -- +-- Ocarina is free software; you can redistribute it and/or modify -- +-- it under terms of the GNU General Public License as published by the -- +-- Free Software Foundation; either version 2, or (at your option) any -- +-- later version. Ocarina 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 General -- +-- Public License for more details. You should have received a copy of the -- +-- GNU General Public License distributed with Ocarina; see file COPYING. -- +-- If not, write to the Free Software Foundation, 51 Franklin Street, Fifth -- +-- Floor, Boston, MA 02111-1301, USA. -- +-- -- +-- As a special exception, if other files instantiate generics from this -- +-- unit, or you link this unit with other files to produce an executable, -- +-- this unit does not by itself cause the resulting executable to be -- +-- covered by the GNU General Public License. This exception does not -- +-- however invalidate any other reasons why the executable file might be -- +-- covered by the GNU Public License. -- +-- -- +-- Ocarina is maintained by the TASTE project -- +-- (taste-users@lists.tuxfamily.org) -- +-- -- +------------------------------------------------------------------------------ + with GNATCOLL.Scripts; package Ocarina.Python_Cmd is -- GitLab