@@ -12,10 +12,25 @@ public static partial class GifEncoder
12
12
{
13
13
/// <summary>
14
14
/// NeuQuant Neural-Net Quantization Algorithm
15
- /// NEUQUANT Neural-Net quantization algorithm by Anthony Dekker, 1994.
16
- /// See "Kohonen neural networks for optimal colour quantization"
17
- /// in "Network: Computation in Neural Systems" Vol. 5 (1994) pp 351-367.
18
- /// for a discussion of the algorithm.
15
+ /// ------------------------------------------
16
+ ///
17
+ /// Copyright (c) 1994 Anthony Dekker
18
+ ///
19
+ /// NEUQUANT Neural-Net quantization algorithm by Anthony Dekker, 1994. See
20
+ /// "Kohonen neural networks for optimal colour quantization" in "Network:
21
+ /// Computation in Neural Systems" Vol. 5 (1994) pp 351-367. for a discussion of
22
+ /// the algorithm.
23
+ ///
24
+ /// Any party obtaining a copy of these files from the author, directly or
25
+ /// indirectly, is granted, free of charge, a full and unrestricted irrevocable,
26
+ /// world-wide, paid up, royalty-free, nonexclusive right and license to deal in
27
+ /// this software and documentation files (the "Software"), including without
28
+ /// limitation the rights to use, copy, modify, merge, publish, distribute,
29
+ /// sublicense, and/or sell copies of the Software, and to permit persons who
30
+ /// receive copies from any such party to do so, with the only requirement being
31
+ /// that this copyright notice remain intact.
32
+ ///
33
+ /// https://cs.android.com/android/platform/superproject/+/master:external/glide/third_party/gif_encoder/src/main/java/com/bumptech/glide/gifencoder/NeuQuant.java
19
34
/// </summary>
20
35
internal class NeuQuant
21
36
{
0 commit comments