aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorpacien2018-11-23 13:16:37 +0100
committerpacien2018-11-23 13:16:37 +0100
commit8c40f8aec1ebc7834dcb4a2db4f398fc3c4a2d18 (patch)
treeb71708c383e9d1be8868fba5568f1fc8b7c7198e /tests
parentd9768cd0315b0415d20818de9c897c6168c95b78 (diff)
downloadgziplike-8c40f8aec1ebc7834dcb4a2db4f398fc3c4a2d18.tar.gz
Rename project
Diffstat (limited to 'tests')
-rw-r--r--tests/tbitreader.nim2
-rw-r--r--tests/tbitwriter.nim2
-rw-r--r--tests/tintegers.nim2
-rw-r--r--tests/trawblock.nim2
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/tbitreader.nim b/tests/tbitreader.nim
index 6b3be2b..8285f63 100644
--- a/tests/tbitreader.nim
+++ b/tests/tbitreader.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/tests/tbitwriter.nim b/tests/tbitwriter.nim
index cc7fdc5..2c570af 100644
--- a/tests/tbitwriter.nim
+++ b/tests/tbitwriter.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/tests/tintegers.nim b/tests/tintegers.nim
index de43c09..c77abec 100644
--- a/tests/tintegers.nim
+++ b/tests/tintegers.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/tests/trawblock.nim b/tests/trawblock.nim
index e789b4b..2544199 100644
--- a/tests/trawblock.nim
+++ b/tests/trawblock.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