Difference between revisions of "ApCoCoA-1:CodingGuidelines"
From ApCoCoAWiki
(Created page) |
m (Reformated the license text to have width of max. 80 characters) |
||
Line 13: | Line 13: | ||
-- and known issues. | -- and known issues. | ||
-- | -- | ||
− | -- The ApCoCoA package pool is free software; you can redistribute it and/or | + | -- 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 | + | -- 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. | ||
-- | -- |
Revision as of 15:49, 7 February 2008
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.