AU software license considerations: Difference between revisions
From Rsewiki
(New page: To further collaboration with companies and make developed software as usable af possible, it has been decied to recommend the GNU Lesser General Public License (LGPL) for all employees an...) |
No edit summary |
||
Line 3: | Line 3: | ||
Please add this section to the top of new souce files. | Please add this section to the top of new souce files. | ||
<pre> | |||
<one line to give the library's name and a brief idea of what it does.> | <one line to give the library's name and a brief idea of what it does.> | ||
Copyright (C) <year> <name of author> DTU | Copyright (C) <year> <name of author> DTU | ||
Line 20: | Line 21: | ||
License along with this library; if not, write to the Free Software | License along with this library; if not, write to the Free Software | ||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | ||
</pre> | |||
For more information refer to http://www.gnu.org | For more information refer to http://www.gnu.org |
Latest revision as of 12:27, 29 September 2008
To further collaboration with companies and make developed software as usable af possible, it has been decied to recommend the GNU Lesser General Public License (LGPL) for all employees and students.
Please add this section to the top of new souce files.
<one line to give the library's name and a brief idea of what it does.> Copyright (C) <year> <name of author> DTU <e-mail adress> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library 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 Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
For more information refer to http://www.gnu.org