| .. | .. |
|---|
| 8 | 8 | *implementation for lzma. |
|---|
| 9 | 9 | *Copyright (C) 2006 Aurelien Jacobs < aurel@gnuage.org > |
|---|
| 10 | 10 | * |
|---|
| 11 | | - *Based on LzmaDecode.c from the LZMA SDK 4.22 (http://www.7-zip.org/) |
|---|
| 11 | + *Based on LzmaDecode.c from the LZMA SDK 4.22 (https://www.7-zip.org/) |
|---|
| 12 | 12 | *Copyright (C) 1999-2005 Igor Pavlov |
|---|
| 13 | 13 | * |
|---|
| 14 | 14 | *Copyrights of the parts, see headers below. |
|---|
| .. | .. |
|---|
| 56 | 56 | /* Small range coder implementation for lzma. |
|---|
| 57 | 57 | *Copyright (C) 2006 Aurelien Jacobs < aurel@gnuage.org > |
|---|
| 58 | 58 | * |
|---|
| 59 | | - *Based on LzmaDecode.c from the LZMA SDK 4.22 (http://www.7-zip.org/) |
|---|
| 59 | + *Based on LzmaDecode.c from the LZMA SDK 4.22 (https://www.7-zip.org/) |
|---|
| 60 | 60 | *Copyright (c) 1999-2005 Igor Pavlov |
|---|
| 61 | 61 | */ |
|---|
| 62 | 62 | |
|---|
| .. | .. |
|---|
| 213 | 213 | * Small lzma deflate implementation. |
|---|
| 214 | 214 | * Copyright (C) 2006 Aurelien Jacobs < aurel@gnuage.org > |
|---|
| 215 | 215 | * |
|---|
| 216 | | - * Based on LzmaDecode.c from the LZMA SDK 4.22 (http://www.7-zip.org/) |
|---|
| 216 | + * Based on LzmaDecode.c from the LZMA SDK 4.22 (https://www.7-zip.org/) |
|---|
| 217 | 217 | * Copyright (C) 1999-2005 Igor Pavlov |
|---|
| 218 | 218 | */ |
|---|
| 219 | 219 | |
|---|