Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » Coffee corner » What license Ultimate++ should use? Tell us!!!
Re: What license Ultimate++ should use? Tell us!!! [message #17774 is a reply to message #17721] Thu, 28 August 2008 15:16 Go to previous messageGo to next message
bytefield is currently offline  bytefield
Messages: 210
Registered: December 2007
Experienced Member
Ok, thanks for explanation Smile

cdabbd745f1234c2751ee1f932d1dd75
Re: What license Ultimate++ should use? Tell us!!! [message #18353 is a reply to message #17774] Wed, 24 September 2008 14:30 Go to previous messageGo to next message
amrein is currently offline  amrein
Messages: 278
Registered: August 2008
Location: France
Experienced Member
I made bigs mistakes in previous posts... (thanks to my friend who takes the time to corrected me)

The "New BSD license" gives you the same right as the "U++ BSD like license" because of IP law. The "New BSD license" just adds the need to tell if the original software has been modified.


My mistakes:

- You can't modify copyright if the authors doesn't give you the right to do so.

- The license apply to any parts of the software, source or binary (all parts identified as been covered by the license).

- Any part of the software, binary or source, modified or not, are copy of the software and are still covered by the license.

- Any modified part of the software, binary or source, are still covered by the license but you have a right on those modifications.


So, BSD license tells you: do whatever you want, any part or the software (binary or source, modified or not) are still covered by this license. If you use any parts of this software you must acknowledge the use of this software and display the original license (meaning, show that you include software using this license). Your own parts of the final software can use the license you want (commercial, FOSS, ...) as long as they don't conflict with the BSD license.


So, if you use "New BSD licensed" software:

- You can release commercial software or FOSS.

- You must acknowledge about using this software and show its original license (the copyright is included in the license). Your acknowledgement must be included with the software distributed and can be wherever you want (in doc, "About", ...). Could be: "This software use U++ which has the following license...".

- If you modify the original software, you must add that it has been modified in your acknowledgement. Could be: "This software use a modified version of U++. The original U++ software has the following license...".

- If you release source, any modified part of the original software must be clearly identifiable.

- If you release source, any part added to the original software (part with your own copyright and license) must be clearly identifiable.

- Any modified part of the software is still under the same original license (copyright+license). Those modifications can't use anything else then this original license. However, you don't give your right on those modifications. (Note: you can't add your name into the original copyright of the BSD licensed software but you have rights on those modifications).

- If you release source, the original copyright holders can merge the modifications back into the original source without your permission because the license permit it. But, whatever the original copyright holders do, they can't change the BSD license of your contribution if you don't agree.


Conclusion:

Note 1: U++ original copyright holders needs to find the modified parts themselves if they want to include them back. If not, they can be sued if they change the license or the copyright in the future. U++ should really adopt the "New BSD license".

Note 2: With U++ "Copyright (C) 2008 Mirek Fidler, Tomas Rylek and various contributors (see AUTHORS)", you can't modify the original copyright nor the external file named "AUTHORS". The only ones that can add or remove lines in the files "AUTHORS" are the authors and only if they all agree. To ease external contribution or been able to commit modifications from external source code easily, the authors list shouldn't be modified.

Note 3: Their are several "AUTHORS" files in U++. Each of them contain Mirek or Tomas, or sometimes both. They should be removed. The "(see AUTHORS)" statement should too. Anyone in "AUTHORS" have control over copyright of his contributions. No one can change the license or the copyright if all copyright holders don't agree. "AUTHORS" file is not accurate. A "CONTRIBUTORS" file could be added instead, just for information, and no need to include "CONTRIBUTORS" or "AUTHORS" into the license statement. This creates conflict with external submissions. If you want to know who has made contributions, just use svn repo. If your are not the authors and commit a patch from an external contributor, add his name into the "svn commit" comment. That way, you will know who, where, when and won't have issue with merging external modifications because of different "AUTHORS" listing. Different "AUTHORS" listings = different licenses.

Note 4: Google code doesn't give you choice: your software must use "New BSD" and not BSD like. If you don't want to, you can't be hosted there. Read the the google code hosting doc.
Re: What license Ultimate++ should use? Tell us!!! [message #18357 is a reply to message #18353] Wed, 24 September 2008 18:46 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
amrein wrote on Wed, 24 September 2008 08:30


Conclusion:

Note 1: U++ original copyright holders needs to find the modified parts themselves if they want to include them back. If not, they can be sued if they change the license or the copyright in the future. U++ should really adopt the "New BSD license".

Note 2: With U++ "Copyright (C) 2008 Mirek Fidler, Tomas Rylek and various contributors (see AUTHORS)", you can't modify the original copyright nor the external file named "AUTHORS". The only ones that can add or remove lines in the files "AUTHORS" are the authors and only if they all agree. To ease external contribution or been able to commit modifications from external source code easily, the authors list shouldn't be modified.

Note 3: Their are several "AUTHORS" files in U++. Each of them contain Mirek or Tomas, or sometimes both. They should be removed. The "(see AUTHORS)" statement should too. Anyone in "AUTHORS" have control over copyright of his contributions. No one can change the license or the copyright if all copyright holders don't agree. "AUTHORS" file is not accurate. A "CONTRIBUTORS" file could be added instead, just for information, and no need to include "CONTRIBUTORS" or "AUTHORS" into the license statement. This creates conflict with external submissions. If you want to know who has made contributions, just use svn repo. If your are not the authors and commit a patch from an external contributor, add his name into the "svn commit" comment. That way, you will know who, where, when and won't have issue with merging external modifications because of different "AUTHORS" listing. Different "AUTHORS" listings = different licenses.

Note 4: Google code doesn't give you choice: your software must use "New BSD" and not BSD like. If you don't want to, you can't be hosted there. Read the the google code hosting doc.



The license was changed to "new BSD 2 clause" on Sep 13, svn revision 436. In the process, "Authors" and "Copying-plain" files were removed.

It is of course possible I have missed something, please check.

Mirek
Re: What license Ultimate++ should use? Tell us!!! [message #18366 is a reply to message #17494] Wed, 24 September 2008 23:08 Go to previous messageGo to next message
amrein is currently offline  amrein
Messages: 278
Registered: August 2008
Location: France
Experienced Member
I used http://www.ultimatepp.org/app$ide$About$en-us.html :/
Re: What license Ultimate++ should use? Tell us!!! [message #18368 is a reply to message #18366] Wed, 24 September 2008 23:37 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
OK, this one I definitely missed Smile

Mirek
Re: What license Ultimate++ should use? Tell us!!! [message #18369 is a reply to message #17494] Thu, 25 September 2008 00:10 Go to previous messageGo to next message
amrein is currently offline  amrein
Messages: 278
Registered: August 2008
Location: France
Experienced Member
Too fast. I was editing my answer. There are more. I wanted to do a complete search job to find all of them.

# svn up
At revision 481.

# md5sum $( find svn/trunk/ -iname Authors ) | sort
a362751e136e800463efff2a97ee968f svn/trunk/uppbox/CppBase2/AUTHORS
a362751e136e800463efff2a97ee968f svn/trunk/uppbox/uppweb/AUTHORS
a362751e136e800463efff2a97ee968f svn/trunk/uppbox/Uvs2/AUTHORS
a362751e136e800463efff2a97ee968f svn/trunk/uppbox/WinInstaller2/AUTHORS
a362751e136e800463efff2a97ee968f svn/trunk/uppbox/WinInstaller/AUTHORS
a362751e136e800463efff2a97ee968f svn/trunk/uppdev/CoreTopics/Authors
a362751e136e800463efff2a97ee968f svn/trunk/uppdev/MySql/AUTHORS
a362751e136e800463efff2a97ee968f svn/trunk/uppdev/TTFChars/Authors
a362751e136e800463efff2a97ee968f svn/trunk/uppdev/VectorDesA/AUTHORS
a362751e136e800463efff2a97ee968f svn/trunk/uppsrc/AnalyzeMap/Authors
a362751e136e800463efff2a97ee968f svn/trunk/uppsrc/CbGen/Authors
a362751e136e800463efff2a97ee968f svn/trunk/uppsrc/Crash/Authors
a362751e136e800463efff2a97ee968f svn/trunk/uppsrc/Crypto/Authors
a362751e136e800463efff2a97ee968f svn/trunk/uppsrc/Docedit/Authors
a362751e136e800463efff2a97ee968f svn/trunk/uppsrc/docpp/Authors
a362751e136e800463efff2a97ee968f svn/trunk/uppsrc/DocTypes/Authors
a362751e136e800463efff2a97ee968f svn/trunk/uppsrc/Geom/Authors
a362751e136e800463efff2a97ee968f svn/trunk/uppsrc/Geom/Coords/Authors
a362751e136e800463efff2a97ee968f svn/trunk/uppsrc/Geom/Ctrl/Authors
a362751e136e800463efff2a97ee968f svn/trunk/uppsrc/Geom/Draw/Authors
a362751e136e800463efff2a97ee968f svn/trunk/uppsrc/PaintGL/Authors
a362751e136e800463efff2a97ee968f svn/trunk/uppsrc/rw/Authors
a362751e136e800463efff2a97ee968f svn/trunk/uppsrc/SqlCommander/Authors
a362751e136e800463efff2a97ee968f svn/trunk/uppsrc/SqlCtrl/Authors
a362751e136e800463efff2a97ee968f svn/trunk/uppsrc/TCore/Authors
a362751e136e800463efff2a97ee968f svn/trunk/uppsrc/TCtrlLib/Authors
a362751e136e800463efff2a97ee968f svn/trunk/uppsrc/TDraw/Authors
a362751e136e800463efff2a97ee968f svn/trunk/uppsrc/TSql/Authors
a362751e136e800463efff2a97ee968f svn/trunk/uppsrc/Updater/Authors
a362751e136e800463efff2a97ee968f svn/trunk/uppsrc/VectorDes/Authors
a362751e136e800463efff2a97ee968f svn/trunk/uppsrc/Web/ctrl/Authors
a362751e136e800463efff2a97ee968f svn/trunk/uppsrc/Web/SSL/Authors
a362751e136e800463efff2a97ee968f svn/trunk/uppsrc/Web/TServ/Authors
a362751e136e800463efff2a97ee968f svn/trunk/uppsrc/Web/weblink/Authors
a362751e136e800463efff2a97ee968f svn/trunk/uppsrc/Web/wisapi/Authors
a362751e136e800463efff2a97ee968f svn/trunk/uppsrc/x86disas/Authors
bfc24fbc6cbc5eda46d373c0f9702c8f svn/trunk/uppdev/agg_aris_main/authors
bfc24fbc6cbc5eda46d373c0f9702c8f svn/trunk/uppdev/plugin/agg24/authors
c59ceed82ad766de6a1d79f940352945 svn/trunk/uppdev/ezcomm/AUTHORS
c59ceed82ad766de6a1d79f940352945 svn/trunk/uppdev/ezcommon/AUTHORS
d3f2b4bd516c149b76b5e54a3465e81a svn/trunk/uppsrc/coff/uar/Authors
d3f2b4bd516c149b76b5e54a3465e81a svn/trunk/uppsrc/coff/uld/Authors
d41d8cd98f00b204e9800998ecf8427e svn/trunk/uppdev/trayicon/AUTHORS
d41d8cd98f00b204e9800998ecf8427e svn/trunk/uppsrc/ide/Browser/AUTHORS
d894445a3bf610c66e649aadbf43691f svn/trunk/uppsrc/plugin/ndisasm/lib/Authors

"a362751e136e800463efff2a97ee968f" -- Copyright Mirek and Tomas
"d3f2b4bd516c149b76b5e54a3465e81a" -- Copyright Tomas
"d41d8cd98f00b204e9800998ecf8427e" -- Empty files with zero size
"bfc24fbc6cbc5eda46d373c0f9702c8f" -- Anti-Grain Geometry
"c59ceed82ad766de6a1d79f940352945" -- ezproject
"d894445a3bf610c66e649aadbf43691f" -- NASM project

Of course, some of them shouldn't be removed.



# md5sum $( find svn/trunk/ -iname Copying ) | sort
393a5ca445f6965873eca0259a17f833 svn/trunk/uppdev/ezcomm/COPYING
393a5ca445f6965873eca0259a17f833 svn/trunk/uppdev/ezcommon/COPYING
46913aca2c10edd7d835cb994926f8e6 svn/trunk/uppbox/CppBase2/COPYING
46913aca2c10edd7d835cb994926f8e6 svn/trunk/uppbox/uppweb/COPYING
46913aca2c10edd7d835cb994926f8e6 svn/trunk/uppbox/Uvs2/COPYING
46913aca2c10edd7d835cb994926f8e6 svn/trunk/uppbox/WinInstaller2/COPYING
46913aca2c10edd7d835cb994926f8e6 svn/trunk/uppbox/WinInstaller/COPYING
46913aca2c10edd7d835cb994926f8e6 svn/trunk/uppdev/CoreTopics/Copying
46913aca2c10edd7d835cb994926f8e6 svn/trunk/uppdev/MySql/COPYING
46913aca2c10edd7d835cb994926f8e6 svn/trunk/uppdev/TTFChars/Copying
46913aca2c10edd7d835cb994926f8e6 svn/trunk/uppdev/VectorDesA/COPYING
46913aca2c10edd7d835cb994926f8e6 svn/trunk/uppsrc/AnalyzeMap/Copying
46913aca2c10edd7d835cb994926f8e6 svn/trunk/uppsrc/CbGen/Copying
46913aca2c10edd7d835cb994926f8e6 svn/trunk/uppsrc/coff/uar/Copying
46913aca2c10edd7d835cb994926f8e6 svn/trunk/uppsrc/coff/uld/Copying
46913aca2c10edd7d835cb994926f8e6 svn/trunk/uppsrc/Crash/Copying
46913aca2c10edd7d835cb994926f8e6 svn/trunk/uppsrc/Crypto/Copying
46913aca2c10edd7d835cb994926f8e6 svn/trunk/uppsrc/Docedit/Copying
46913aca2c10edd7d835cb994926f8e6 svn/trunk/uppsrc/docpp/Copying
46913aca2c10edd7d835cb994926f8e6 svn/trunk/uppsrc/DocTypes/Copying
46913aca2c10edd7d835cb994926f8e6 svn/trunk/uppsrc/Geom/Coords/Copying
46913aca2c10edd7d835cb994926f8e6 svn/trunk/uppsrc/Geom/Copying
46913aca2c10edd7d835cb994926f8e6 svn/trunk/uppsrc/Geom/Ctrl/Copying
46913aca2c10edd7d835cb994926f8e6 svn/trunk/uppsrc/Geom/Draw/Copying
46913aca2c10edd7d835cb994926f8e6 svn/trunk/uppsrc/PaintGL/Copying
46913aca2c10edd7d835cb994926f8e6 svn/trunk/uppsrc/rw/Copying
46913aca2c10edd7d835cb994926f8e6 svn/trunk/uppsrc/SqlCommander/Copying
46913aca2c10edd7d835cb994926f8e6 svn/trunk/uppsrc/SqlCtrl/Copying
46913aca2c10edd7d835cb994926f8e6 svn/trunk/uppsrc/TCore/Copying
46913aca2c10edd7d835cb994926f8e6 svn/trunk/uppsrc/TCtrlLib/Copying
46913aca2c10edd7d835cb994926f8e6 svn/trunk/uppsrc/TDraw/Copying
46913aca2c10edd7d835cb994926f8e6 svn/trunk/uppsrc/TSql/Copying
46913aca2c10edd7d835cb994926f8e6 svn/trunk/uppsrc/Updater/Copying
46913aca2c10edd7d835cb994926f8e6 svn/trunk/uppsrc/VectorDes/Copying
46913aca2c10edd7d835cb994926f8e6 svn/trunk/uppsrc/Web/ctrl/Copying
46913aca2c10edd7d835cb994926f8e6 svn/trunk/uppsrc/Web/SSL/Copying
46913aca2c10edd7d835cb994926f8e6 svn/trunk/uppsrc/Web/TServ/Copying
46913aca2c10edd7d835cb994926f8e6 svn/trunk/uppsrc/Web/weblink/Copying
46913aca2c10edd7d835cb994926f8e6 svn/trunk/uppsrc/Web/wisapi/Copying
46913aca2c10edd7d835cb994926f8e6 svn/trunk/uppsrc/x86disas/Copying
a2dc361508860f17be73ebc53184d304 svn/trunk/uppsrc/art/BlueBar/Copying
a2dc361508860f17be73ebc53184d304 svn/trunk/uppsrc/CodeEditor/Copying
a2dc361508860f17be73ebc53184d304 svn/trunk/uppsrc/coff/binobj/Copying
a2dc361508860f17be73ebc53184d304 svn/trunk/uppsrc/coff/Copying
a2dc361508860f17be73ebc53184d304 svn/trunk/uppsrc/Core/Copying
a2dc361508860f17be73ebc53184d304 svn/trunk/uppsrc/CppBase/Copying
a2dc361508860f17be73ebc53184d304 svn/trunk/uppsrc/CtrlCore/Copying
a2dc361508860f17be73ebc53184d304 svn/trunk/uppsrc/CtrlLib/Copying
a2dc361508860f17be73ebc53184d304 svn/trunk/uppsrc/Draw/Copying
a2dc361508860f17be73ebc53184d304 svn/trunk/uppsrc/Esc/Copying
a2dc361508860f17be73ebc53184d304 svn/trunk/uppsrc/GridCtrl/Copying
a2dc361508860f17be73ebc53184d304 svn/trunk/uppsrc/HexView/Copying
a2dc361508860f17be73ebc53184d304 svn/trunk/uppsrc/IconDes/Copying
a2dc361508860f17be73ebc53184d304 svn/trunk/uppsrc/ide/Browser/Copying
a2dc361508860f17be73ebc53184d304 svn/trunk/uppsrc/ide/Builders/Copying
a2dc361508860f17be73ebc53184d304 svn/trunk/uppsrc/ide/Common/Copying
a2dc361508860f17be73ebc53184d304 svn/trunk/uppsrc/ide/Copying
a2dc361508860f17be73ebc53184d304 svn/trunk/uppsrc/ide/Debuggers/Copying
a2dc361508860f17be73ebc53184d304 svn/trunk/uppsrc/ide/IconDes/Copying
a2dc361508860f17be73ebc53184d304 svn/trunk/uppsrc/ide/LayDes/Copying
a2dc361508860f17be73ebc53184d304 svn/trunk/uppsrc/ide/QuickTabs/Copying
a2dc361508860f17be73ebc53184d304 svn/trunk/uppsrc/MySql/Copying
a2dc361508860f17be73ebc53184d304 svn/trunk/uppsrc/Ole/Copying
a2dc361508860f17be73ebc53184d304 svn/trunk/uppsrc/OleDB/Copying
a2dc361508860f17be73ebc53184d304 svn/trunk/uppsrc/Oracle/Copying
a2dc361508860f17be73ebc53184d304 svn/trunk/uppsrc/PdfDraw/Copying
a2dc361508860f17be73ebc53184d304 svn/trunk/uppsrc/plugin/bmp/Copying
a2dc361508860f17be73ebc53184d304 svn/trunk/uppsrc/plugin/gif/Copying
a2dc361508860f17be73ebc53184d304 svn/trunk/uppsrc/plugin/png/Copying
a2dc361508860f17be73ebc53184d304 svn/trunk/uppsrc/PostgreSQL/Copying
a2dc361508860f17be73ebc53184d304 svn/trunk/uppsrc/RichEdit/Copying
a2dc361508860f17be73ebc53184d304 svn/trunk/uppsrc/RichText/Copying
a2dc361508860f17be73ebc53184d304 svn/trunk/uppsrc/Sql/Copying
a2dc361508860f17be73ebc53184d304 svn/trunk/uppsrc/usvn/Copying
a2dc361508860f17be73ebc53184d304 svn/trunk/uppsrc/Web/Copying
b0717d0dfa1369ef37aeca8f95384896 svn/trunk/bazaar/UnitTest++/COPYING
b0717d0dfa1369ef37aeca8f95384896 svn/trunk/bazaar/UnitTestTest/COPYING
d931372ce89ff33392dbf8dc89aa8409 svn/trunk/uppsrc/plugin/ndisasm/lib/Copying
ef716cbd7e92828beeacda67d82a0bb1 svn/trunk/uppdev/agg_aris_main/copying
ef716cbd7e92828beeacda67d82a0bb1 svn/trunk/uppdev/plugin/agg24/copying


"46913aca2c10edd7d835cb994926f8e6" -- the old U++ BSD like license.
"a2dc361508860f17be73ebc53184d304" -- the New BSD license.
"393a5ca445f6965873eca0259a17f833" -- the GPL license
"d931372ce89ff33392dbf8dc89aa8409" -- the LGPL license
"b0717d0dfa1369ef37aeca8f95384896" -- the "Noel Llopis and Charles Nicholson" license
"ef716cbd7e92828beeacda67d82a0bb1" -- the "Noel Maxim Shemanarev" license



# md5sum $(find svn/trunk/ -name Copying-plain)
8ed55dee2108cc0e38d22b75d66d1194 svn/trunk/uppdev/TTFChars/Copying-plain
8ed55dee2108cc0e38d22b75d66d1194 svn/trunk/uppdev/CoreTopics/Copying-plain
8ed55dee2108cc0e38d22b75d66d1194 svn/trunk/uppsrc/TDraw/Copying-plain
8ed55dee2108cc0e38d22b75d66d1194 svn/trunk/uppsrc/SqlCtrl/Copying-plain
8ed55dee2108cc0e38d22b75d66d1194 svn/trunk/uppsrc/SqlCommander/Copying-plain
8ed55dee2108cc0e38d22b75d66d1194 svn/trunk/uppsrc/VectorDes/Copying-plain
8ed55dee2108cc0e38d22b75d66d1194 svn/trunk/uppsrc/Updater/Copying-plain
8ed55dee2108cc0e38d22b75d66d1194 svn/trunk/uppsrc/Docedit/Copying-plain
8ed55dee2108cc0e38d22b75d66d1194 svn/trunk/uppsrc/rw/Copying-plain
8ed55dee2108cc0e38d22b75d66d1194 svn/trunk/uppsrc/coff/uld/Copying-plain
8ed55dee2108cc0e38d22b75d66d1194 svn/trunk/uppsrc/coff/uar/Copying-plain
8ed55dee2108cc0e38d22b75d66d1194 svn/trunk/uppsrc/Crypto/Copying-plain
8ed55dee2108cc0e38d22b75d66d1194 svn/trunk/uppsrc/Geom/Coords/Copying-plain
8ed55dee2108cc0e38d22b75d66d1194 svn/trunk/uppsrc/Geom/Draw/Copying-plain
8ed55dee2108cc0e38d22b75d66d1194 svn/trunk/uppsrc/Geom/Ctrl/Copying-plain
8ed55dee2108cc0e38d22b75d66d1194 svn/trunk/uppsrc/Geom/Copying-plain
8ed55dee2108cc0e38d22b75d66d1194 svn/trunk/uppsrc/DocTypes/Copying-plain
8ed55dee2108cc0e38d22b75d66d1194 svn/trunk/uppsrc/PaintGL/Copying-plain
8ed55dee2108cc0e38d22b75d66d1194 svn/trunk/uppsrc/Crash/Copying-plain
8ed55dee2108cc0e38d22b75d66d1194 svn/trunk/uppsrc/AnalyzeMap/Copying-plain
8ed55dee2108cc0e38d22b75d66d1194 svn/trunk/uppsrc/CbGen/Copying-plain
8ed55dee2108cc0e38d22b75d66d1194 svn/trunk/uppsrc/TCtrlLib/Copying-plain
8ed55dee2108cc0e38d22b75d66d1194 svn/trunk/uppsrc/TSql/Copying-plain
8ed55dee2108cc0e38d22b75d66d1194 svn/trunk/uppsrc/docpp/Copying-plain
8ed55dee2108cc0e38d22b75d66d1194 svn/trunk/uppsrc/x86disas/Copying-plain
8ed55dee2108cc0e38d22b75d66d1194 svn/trunk/uppsrc/TCore/Copying-plain
8ed55dee2108cc0e38d22b75d66d1194 svn/trunk/uppsrc/Web/weblink/Copying-plain
8ed55dee2108cc0e38d22b75d66d1194 svn/trunk/uppsrc/Web/wisapi/Copying-plain
8ed55dee2108cc0e38d22b75d66d1194 svn/trunk/uppsrc/Web/SSL/Copying-plain
8ed55dee2108cc0e38d22b75d66d1194 svn/trunk/uppsrc/Web/TServ/Copying-plain
8ed55dee2108cc0e38d22b75d66d1194 svn/trunk/uppsrc/Web/ctrl/Copying-plain


"8ed55dee2108cc0e38d22b75d66d1194" is the old Copying-plain file

[Updated on: Thu, 25 September 2008 00:12]

Report message to a moderator

Re: What license Ultimate++ should use? Tell us!!! [message #18377 is a reply to message #17494] Thu, 25 September 2008 10:48 Go to previous messageGo to next message
amrein is currently offline  amrein
Messages: 278
Registered: August 2008
Location: France
Experienced Member
I'm now checking out a clean svn repo to be sure...

Well. No errors. Those files are still there.

[Updated on: Thu, 25 September 2008 11:00]

Report message to a moderator

Re: What license Ultimate++ should use? Tell us!!! [message #18406 is a reply to message #18368] Fri, 26 September 2008 21:11 Go to previous messageGo to next message
amrein is currently offline  amrein
Messages: 278
Registered: August 2008
Location: France
Experienced Member
No answer so far. Did you read those last messages ?
Re: What license Ultimate++ should use? Tell us!!! [message #18413 is a reply to message #18406] Sun, 28 September 2008 20:16 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
I was out. On ToDo list. Will happen soon.

Mirek
Re: What license Ultimate++ should use? Tell us!!! [message #18466 is a reply to message #18413] Thu, 02 October 2008 12:27 Go to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Should be now fixed....

Mirek
Previous Topic: Linux Mandriva
Next Topic: Using .NET components
Goto Forum:
  


Current Time: Thu Mar 28 13:11:48 CET 2024

Total time taken to generate the page: 0.01217 seconds