comp.lang.ada
 help / color / mirror / Atom feed
* Re: Compiler performance
       [not found] ` <4fnl86$3f1@newsbf02.news.aol.com>
@ 1996-02-19  0:00   ` Robert I. Eachus
  1996-02-20  0:00     ` Ted Dennison
  0 siblings, 1 reply; 3+ messages in thread
From: Robert I. Eachus @ 1996-02-19  0:00 UTC (permalink / raw)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 852 bytes --]

In article <4fnl86$3f1@newsbf02.news.aol.com> johnherro@aol.com (John Herro) writes:

  >	That can be a useful feature!  It's a good way to put a copyright
  > notice into your executable code.  In my Ada Tutor program, I declare

  > Legal_Note : constant String := " Copyright 1988-96 John J. Herro ";

  One of the nice features that comes along with Latin-1 as character
is the ability to put 

   Copyright_Notice: constant String := "�1996 Robert I. Eachus";

   or whatever in your source files. I used to do that or a corporate
claim all the time, but most of the software I have published at MITRE
recently has been intentionally public domain, so I haven't had a
chance to do it often. ;-)

--

					Robert I. Eachus

with Standard_Disclaimer;
use  Standard_Disclaimer;
function Message (Text: in Clever_Ideas) return Better_Ideas is...




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Compiler performance
  1996-02-19  0:00   ` Compiler performance Robert I. Eachus
@ 1996-02-20  0:00     ` Ted Dennison
  1996-02-21  0:00       ` Robert Dewar
  0 siblings, 1 reply; 3+ messages in thread
From: Ted Dennison @ 1996-02-20  0:00 UTC (permalink / raw)


Robert I. Eachus wrote:
> 
>    Copyright_Notice: constant String := "�1996 Robert I. Eachus";
> 
>    or whatever in your source files. I used to do that or a corporate
> claim all the time, but most of the software I have published at MITRE
> recently has been intentionally public domain, so I haven't had a
> chance to do it often. ;-)

Hmmm. What would the "copyleft" symbol look like? Perhaps a backwards
"C" in a circle?

-- 
T.E.D.          
                |  Work - mailto:dennison@escmail.orl.mmc.com  |
                |  Home - mailto:dennison@iag.net              |
                |  URL  - http://www.iag.net/~dennison         |




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Compiler performance
  1996-02-20  0:00     ` Ted Dennison
@ 1996-02-21  0:00       ` Robert Dewar
  0 siblings, 0 replies; 3+ messages in thread
From: Robert Dewar @ 1996-02-21  0:00 UTC (permalink / raw)


T.E.D. said

"Hmmm. What would the "copyleft" symbol look like? Perhaps a backwards
"C" in a circle?"

Probably there was a smiley missing there, but just in case anyone is
confused, there is no such thing as copyleft. It is simply a (commonly
used) informal term to describe copyrighted documents distributed under
the General Public License (GPL). All GPL'ed documents contain a formal
copyright statement, along with a notice that the GPL applies to the
document.

For example, here is the header on GNAT compiler files:

--        Copyright (C) 1992,1993,1994 Free Software Foundation, Inc.       --
--                                                                          --
-- GNAT is free software;  you can  redistribute it  and/or modify it under --
-- terms of the  GNU General Public License as published  by the Free Soft- --
-- ware  Foundation;  either version 2,  or (at your option) any later ver- --
-- sion.  GNAT is distributed in the hope that it will be useful, but WITH- --
-- OUT 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 GNAT;  see file COPYING.  If not, write --
-- to  the Free Software Foundation,  59 Temple Place - Suite 330,  Boston, --
-- MA 02111-1307, USA.                                                      --
--                                                                          --
-- GNAT was originally developed  by the GNAT team at  New York University. --
-- It is now maintained by Ada Core Technologies Inc (http://www.gnat.com). --

In the case of runtime library files, an additional paragraph is added:

--                                                                          --
-- 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.                                      --

This additional paragraph ensures that you can freely include GNAT runtime
code in your application without your application becoming subject itself
to GPL distribution rules. This is what makes it possible to have
proprietary or otherwise protected code written using GNAT.





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~1996-02-21  0:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <4fjplh$pim@nntpa.cb.att.com>
     [not found] ` <4fnl86$3f1@newsbf02.news.aol.com>
1996-02-19  0:00   ` Compiler performance Robert I. Eachus
1996-02-20  0:00     ` Ted Dennison
1996-02-21  0:00       ` Robert Dewar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox