mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-04 16:02:48 +00:00
legal: Add copyright notice to io/streams
This commit is contained in:
parent
5bdbbd1695
commit
2a0e183340
2 changed files with 18 additions and 0 deletions
|
|
@ -1,3 +1,12 @@
|
||||||
|
// SONIC ROBO BLAST 2
|
||||||
|
//-----------------------------------------------------------------------------
|
||||||
|
// Copyright (C) 2022-2023 by Ronald "Eidolon" Kinard
|
||||||
|
//
|
||||||
|
// This program is free software distributed under the
|
||||||
|
// terms of the GNU General Public License, version 2.
|
||||||
|
// See the 'LICENSE' file for more details.
|
||||||
|
//-----------------------------------------------------------------------------
|
||||||
|
|
||||||
#include "streams.hpp"
|
#include "streams.hpp"
|
||||||
|
|
||||||
template class srb2::io::ZlibInputStream<srb2::io::SpanStream>;
|
template class srb2::io::ZlibInputStream<srb2::io::SpanStream>;
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,12 @@
|
||||||
|
// SONIC ROBO BLAST 2
|
||||||
|
//-----------------------------------------------------------------------------
|
||||||
|
// Copyright (C) 2022-2023 by Ronald "Eidolon" Kinard
|
||||||
|
//
|
||||||
|
// This program is free software distributed under the
|
||||||
|
// terms of the GNU General Public License, version 2.
|
||||||
|
// See the 'LICENSE' file for more details.
|
||||||
|
//-----------------------------------------------------------------------------
|
||||||
|
|
||||||
#ifndef __SRB2_IO_STREAMS_HPP__
|
#ifndef __SRB2_IO_STREAMS_HPP__
|
||||||
#define __SRB2_IO_STREAMS_HPP__
|
#define __SRB2_IO_STREAMS_HPP__
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue