From a34e1eacea98b26abec4624e7be95df0797d2395 Mon Sep 17 00:00:00 2001 From: mdelfede Date: Thu, 17 Jul 2008 11:26:22 +0000 Subject: [PATCH] fixed missing copyright notices in some folders git-svn-id: svn://ultimatepp.org/upp/trunk@316 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- bazaar/UnitTest++/COPYING | 20 ++++++++++++++++++++ bazaar/UnitTestTest/COPYING | 20 ++++++++++++++++++++ examples/DbfView/AUTHORS | 2 ++ examples/DbfView/COPYING | 30 ++++++++++++++++++++++++++++++ examples/DbfView/COPYING-PLAIN | 33 +++++++++++++++++++++++++++++++++ 5 files changed, 105 insertions(+) create mode 100644 bazaar/UnitTest++/COPYING create mode 100644 bazaar/UnitTestTest/COPYING create mode 100644 examples/DbfView/AUTHORS create mode 100644 examples/DbfView/COPYING create mode 100644 examples/DbfView/COPYING-PLAIN diff --git a/bazaar/UnitTest++/COPYING b/bazaar/UnitTest++/COPYING new file mode 100644 index 000000000..9f963085a --- /dev/null +++ b/bazaar/UnitTest++/COPYING @@ -0,0 +1,20 @@ +Copyright (c) 2006 Noel Llopis and Charles Nicholson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/bazaar/UnitTestTest/COPYING b/bazaar/UnitTestTest/COPYING new file mode 100644 index 000000000..9f963085a --- /dev/null +++ b/bazaar/UnitTestTest/COPYING @@ -0,0 +1,20 @@ +Copyright (c) 2006 Noel Llopis and Charles Nicholson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/examples/DbfView/AUTHORS b/examples/DbfView/AUTHORS new file mode 100644 index 000000000..f782e5b62 --- /dev/null +++ b/examples/DbfView/AUTHORS @@ -0,0 +1,2 @@ +Mirek Fidler +Tomas Rylek \ No newline at end of file diff --git a/examples/DbfView/COPYING b/examples/DbfView/COPYING new file mode 100644 index 000000000..33aa39102 --- /dev/null +++ b/examples/DbfView/COPYING @@ -0,0 +1,30 @@ +Copyright (C) 2005 Mirek Fidler, Tomas Rylek and various contributors (see AUTHORS) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to +deal in the Software without restriction, including without limitation the +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +sell copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies of the Software and its Copyright notices. In addition publicly +documented acknowledgment must be given that this software has been used if no +source code of this software is made available publicly. This includes +acknowledgments in either Copyright notices, Manuals, Publicity and Marketing +documents or any documentation provided with any product containing this +software. This License does not apply to any software that links to the +libraries provided by this software (statically or dynamically), but only to +the software provided. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +----------- + +Please see the COPYING.PLAIN for a plain-english explanation of this notice +and it's intent. diff --git a/examples/DbfView/COPYING-PLAIN b/examples/DbfView/COPYING-PLAIN new file mode 100644 index 000000000..770a8132f --- /dev/null +++ b/examples/DbfView/COPYING-PLAIN @@ -0,0 +1,33 @@ +Plain English Copyright Notice + +This file is not intended to be the actual License. The reason this file +exists is that we here are programmers and engineers. We aren't lawyers. We +provide licenses that we THINK say the right things, but we have our own +intentions at heart. This is a plain-english explanation of what those +intentions are, and if you follow them you will be within the "spirit" of +the license. + +The intent is for us to enjoy writing software that is useful to us (the +AUTHORS) and allow others to use it freely and also benefit from the work we +put into making it. We don't want to restrict others using it. They should +not *HAVE* to make the source code of the applications they write that +simply link to these libraries (be that statically or dynamically), or for +them to be limited as to what license they choose to use (be it open, closed +or anything else). But we would like to know you are using these libraries. +We simply would like to know that it has been useful to someone. This is why +we ask for acknowledgement of some sort. + +You can do what you want with the source of this software - it doesn't +matter. We still have it here for ourselves and it is open and free to use +and download and play with. It can't be taken away. We don't really mind what +you do with the source to your software. We would simply like to know that +you are using it - especially if it makes it to a commerical product. If you +simply e-mail all the AUTHORS (see COPYING and AUTHORS files) telling us, and +then make sure you include a paragraph or page in the manual or in the "About.." +box for the product with the copyright notice and state that you used this +software, we will be very happy. If you want to contribute back modifications +and fixes you may have made we will welcome those too with open arms (generally). +If you want help with changes needed, ports needed or features to be added, +arrangements can be easily made with some dialogue. + +Mirek Fidler