diff options
author | pacien | 2018-11-23 13:16:37 +0100 |
---|---|---|
committer | pacien | 2018-11-23 13:16:37 +0100 |
commit | 8c40f8aec1ebc7834dcb4a2db4f398fc3c4a2d18 (patch) | |
tree | b71708c383e9d1be8868fba5568f1fc8b7c7198e /src | |
parent | d9768cd0315b0415d20818de9c897c6168c95b78 (diff) | |
download | gziplike-8c40f8aec1ebc7834dcb4a2db4f398fc3c4a2d18.tar.gz |
Rename project
Diffstat (limited to 'src')
-rw-r--r-- | src/bitreader.nim | 2 | ||||
-rw-r--r-- | src/bitwriter.nim | 2 | ||||
-rw-r--r-- | src/integers.nim | 2 | ||||
-rw-r--r-- | src/lzssblock.nim | 2 | ||||
-rw-r--r-- | src/main.nim | 2 | ||||
-rw-r--r-- | src/rawblock.nim | 2 | ||||
-rw-r--r-- | src/streamblock.nim | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/src/bitreader.nim b/src/bitreader.nim index 35e9d57..757c1b3 100644 --- a/src/bitreader.nim +++ b/src/bitreader.nim | |||
@@ -1,4 +1,4 @@ | |||
1 | # "à-la-gzip" gzip-like LZSS compressor | 1 | # gzip-like LZSS compressor |
2 | # Copyright (C) 2018 Pacien TRAN-GIRARD | 2 | # Copyright (C) 2018 Pacien TRAN-GIRARD |
3 | # | 3 | # |
4 | # This program is free software: you can redistribute it and/or modify | 4 | # This program is free software: you can redistribute it and/or modify |
diff --git a/src/bitwriter.nim b/src/bitwriter.nim index aac96f9..4fe499a 100644 --- a/src/bitwriter.nim +++ b/src/bitwriter.nim | |||
@@ -1,4 +1,4 @@ | |||
1 | # "à-la-gzip" gzip-like LZSS compressor | 1 | # gzip-like LZSS compressor |
2 | # Copyright (C) 2018 Pacien TRAN-GIRARD | 2 | # Copyright (C) 2018 Pacien TRAN-GIRARD |
3 | # | 3 | # |
4 | # This program is free software: you can redistribute it and/or modify | 4 | # This program is free software: you can redistribute it and/or modify |
diff --git a/src/integers.nim b/src/integers.nim index 1f83488..fddbfdc 100644 --- a/src/integers.nim +++ b/src/integers.nim | |||
@@ -1,4 +1,4 @@ | |||
1 | # "à-la-gzip" gzip-like LZSS compressor | 1 | # gzip-like LZSS compressor |
2 | # Copyright (C) 2018 Pacien TRAN-GIRARD | 2 | # Copyright (C) 2018 Pacien TRAN-GIRARD |
3 | # | 3 | # |
4 | # This program is free software: you can redistribute it and/or modify | 4 | # This program is free software: you can redistribute it and/or modify |
diff --git a/src/lzssblock.nim b/src/lzssblock.nim index 959ad09..be8c4f0 100644 --- a/src/lzssblock.nim +++ b/src/lzssblock.nim | |||
@@ -1,4 +1,4 @@ | |||
1 | # "à-la-gzip" gzip-like LZSS compressor | 1 | # gzip-like LZSS compressor |
2 | # Copyright (C) 2018 Pacien TRAN-GIRARD | 2 | # Copyright (C) 2018 Pacien TRAN-GIRARD |
3 | # | 3 | # |
4 | # This program is free software: you can redistribute it and/or modify | 4 | # This program is free software: you can redistribute it and/or modify |
diff --git a/src/main.nim b/src/main.nim index a72e0c3..dbf331f 100644 --- a/src/main.nim +++ b/src/main.nim | |||
@@ -1,4 +1,4 @@ | |||
1 | # "à-la-gzip" gzip-like LZSS compressor | 1 | # gzip-like LZSS compressor |
2 | # Copyright (C) 2018 Pacien TRAN-GIRARD | 2 | # Copyright (C) 2018 Pacien TRAN-GIRARD |
3 | # | 3 | # |
4 | # This program is free software: you can redistribute it and/or modify | 4 | # This program is free software: you can redistribute it and/or modify |
diff --git a/src/rawblock.nim b/src/rawblock.nim index aa3e7ae..e45c83f 100644 --- a/src/rawblock.nim +++ b/src/rawblock.nim | |||
@@ -1,4 +1,4 @@ | |||
1 | # "à-la-gzip" gzip-like LZSS compressor | 1 | # gzip-like LZSS compressor |
2 | # Copyright (C) 2018 Pacien TRAN-GIRARD | 2 | # Copyright (C) 2018 Pacien TRAN-GIRARD |
3 | # | 3 | # |
4 | # This program is free software: you can redistribute it and/or modify | 4 | # This program is free software: you can redistribute it and/or modify |
diff --git a/src/streamblock.nim b/src/streamblock.nim index eef916f..10639ed 100644 --- a/src/streamblock.nim +++ b/src/streamblock.nim | |||
@@ -1,4 +1,4 @@ | |||
1 | # "à-la-gzip" gzip-like LZSS compressor | 1 | # gzip-like LZSS compressor |
2 | # Copyright (C) 2018 Pacien TRAN-GIRARD | 2 | # Copyright (C) 2018 Pacien TRAN-GIRARD |
3 | # | 3 | # |
4 | # This program is free software: you can redistribute it and/or modify | 4 | # This program is free software: you can redistribute it and/or modify |