ApCoCoA-1:CodingGuidelines: Difference between revisions

From ApCoCoAWiki
Skaspar (talk | contribs)
Created page
 
Dheldt (talk | contribs)
adding a link to ApCoCoALib:CodingGuidelines
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
This document handles some guidelines for the development of packages for ApCoCoA. If you are looking for hints regarding
ApCoCoALib please consider [[ApCoCoALib:CodingGuidelines]].
==GPL notice==
==GPL notice==


Line 13: Line 16:
  -- and known issues.
  -- and known issues.
  --
  --
  -- The ApCoCoA package pool is free software; you can redistribute it and/or modify
  -- The ApCoCoA package pool is free software; you can redistribute it and/or
  -- it under the terms of the GNU General Public License (version 2 or later)
  -- modify it under the terms of the GNU General Public License (version 2 or
  -- as published by the Free Software Foundation. A copy of the full
  -- later) as published by the Free Software Foundation. A copy of the full
  -- licence may be found in the file COPYING in this directory.
  -- licence may be found in the file COPYING in this directory.
  --
  --

Latest revision as of 10:36, 6 March 2008

This document handles some guidelines for the development of packages for ApCoCoA. If you are looking for hints regarding ApCoCoALib please consider ApCoCoALib:CodingGuidelines.

GPL notice

Please use the following GPL notice for all your ApCoCoA packages:

--
-- This file is part of the ApCoCoA package pool.
--
--   Copyright (c) ApCoCoA Project (Prof. Dr. Martin Kreuzer, Uni Passau)
--
--   Author[s]: YEAR[S] NAME[S] OF AUTHOR[S]
--
-- Visit http://apcocoa.org/ for more information regarding ApCoCoA.
-- Visit http://www.apcocoa.org/wiki/ApCoCoA:KnownIssues for bugs, problems 
-- and known issues.
--
-- The ApCoCoA package pool is free software; you can redistribute it and/or
-- modify it under the terms of the GNU General Public License (version 2 or
-- later) as published by the Free Software Foundation. A copy of the full
-- licence may be found in the file COPYING in this directory.
--
-- The ApCoCoA package pool 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
-- along with the ApCoCoA package pool; if not, write to the Free Software
-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

This article is a stub. You can make this wiki more useful by adding information.