Facebook
From Flying Crane, 3 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 52
  1. /*    ____         ________     __      _        ______  
  2.  *   |  _ \_      |  ______|   |  \    | |     _/  ____\
  3.  *   | | \_ \_    |  |         |   \   | |    /  _/  
  4.  *   | |   \  |   |  |_____    | |\ \  | |   |  |   _____
  5.  *   | |    | |   |  ______|   | | \ \ | |   |  |  |___  |
  6.  *   | |  _/ _|   |  |         | |  \ \| |    \  \    / /
  7.  *   | |_/ _/     |  |_____    | |   \   |     \_ \__/ /
  8.  *   |____/       |________|   |_|    \__|       \____/
  9.  *              
  10.  * __________________________________________________________
  11.  * __________________________________________________________
  12.  *                       Project DENG
  13.  *
  14.  *
  15.  * Copyright (C) 2020 - 2021
  16.  * This Software is licensed under Apache License as described
  17.  * in the LICENSE.md file, which you should have recieved with
  18.  * this distribution.
  19.  *
  20.  * You may reproduce and distribute copies of the
  21.  * Work or Derivative Works thereof in any medium, with or without
  22.  * modifications, and in Source or Object form, provided that You
  23.  * meet the following conditions:
  24.  *
  25.  * (a) You must give any other recipients of the Work or
  26.  *     Derivative Works a copy of this License; and
  27.  *
  28.  * (b) You must cause any modified files to carry prominent notices
  29.  *     stating that You changed the files; and
  30.  *
  31.  * (c) You must retain, in the Source form of any Derivative Works
  32.  *     that You distribute, all copyright, patent, trademark, and
  33.  *     attribution notices from the Source form of the Work,
  34.  *     excluding those notices that do not pertain to any part of
  35.  *     the Derivative Works; and
  36.  *
  37.  * (d) If the Work includes a "NOTICE" text file as part of its
  38.  *     distribution, then any Derivative Works that You distribute must
  39.  *     include a readable copy of the attribution notices contained
  40.  *     within such NOTICE file, excluding those notices that do not
  41.  *     pertain to any part of the Derivative Works, in at least one
  42.  *     of the following places: within a NOTICE text file distributed
  43.  *     as part of the Derivative Works; within the Source form or
  44.  *     documentation, if provided along with the Derivative Works; or,
  45.  *     within a display generated by the Derivative Works, if and
  46.  *     wherever such third-party notices normally appear. The contents
  47.  *     of the NOTICE file are for informational purposes only and
  48.  *     do not modify the License. You may add Your own attribution
  49.  *     notices within Derivative Works that You distribute, alongside
  50.  *     or as an addendum to the NOTICE text from the Work, provided
  51.  *     that such additional attribution notices cannot be construed
  52.  *     as modifying the License.
  53.  *
  54.  * You may add Your own copyright statement to Your modifications and
  55.  * may provide additional or different license terms and conditions
  56.  * for use, reproduction, or distribution of Your modifications, or
  57.  * for any such Derivative Works as a whole, provided Your use,
  58.  * reproduction, and distribution of the Work otherwise complies with
  59.  * the conditions stated in this License.
  60.  */
  61.