Development of an internal social media platform with personalised dashboards for students
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

LICENSE.txt 2.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. Copyright 2017- Paul Ganssle <paul@ganssle.io>
  2. Copyright 2017- dateutil contributors (see AUTHORS file)
  3. Licensed under the Apache License, Version 2.0 (the "License");
  4. you may not use this file except in compliance with the License.
  5. You may obtain a copy of the License at
  6. http://www.apache.org/licenses/LICENSE-2.0
  7. Unless required by applicable law or agreed to in writing, software
  8. distributed under the License is distributed on an "AS IS" BASIS,
  9. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  10. See the License for the specific language governing permissions and
  11. limitations under the License.
  12. The above license applies to all contributions after 2017-12-01, as well as
  13. all contributions that have been re-licensed (see AUTHORS file for the list of
  14. contributors who have re-licensed their code).
  15. --------------------------------------------------------------------------------
  16. dateutil - Extensions to the standard Python datetime module.
  17. Copyright (c) 2003-2011 - Gustavo Niemeyer <gustavo@niemeyer.net>
  18. Copyright (c) 2012-2014 - Tomi Pieviläinen <tomi.pievilainen@iki.fi>
  19. Copyright (c) 2014-2016 - Yaron de Leeuw <me@jarondl.net>
  20. Copyright (c) 2015- - Paul Ganssle <paul@ganssle.io>
  21. Copyright (c) 2015- - dateutil contributors (see AUTHORS file)
  22. All rights reserved.
  23. Redistribution and use in source and binary forms, with or without
  24. modification, are permitted provided that the following conditions are met:
  25. * Redistributions of source code must retain the above copyright notice,
  26. this list of conditions and the following disclaimer.
  27. * Redistributions in binary form must reproduce the above copyright notice,
  28. this list of conditions and the following disclaimer in the documentation
  29. and/or other materials provided with the distribution.
  30. * Neither the name of the copyright holder nor the names of its
  31. contributors may be used to endorse or promote products derived from
  32. this software without specific prior written permission.
  33. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  34. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  35. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  36. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
  37. CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  38. EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  39. PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  40. PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  41. LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  42. NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  43. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  44. The above BSD License Applies to all code, even that also covered by Apache 2.0.