Skip to content
This repository has been archived by the owner on Dec 31, 2019. It is now read-only.

Commit

Permalink
Update tapewrite.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
willow385 authored Mar 16, 2019
1 parent 73ec569 commit 6c2f81b
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions tapewrite.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
// tapewrite.cpp - a C++ program for writing information on cassette tapes.
// Copyright (C) Dante Falzone 2019 under the terms of the GNU General Public License 3.0 as
// released by the Free Software Foundation.
/*
tapewrite.cpp - a C++ program for writing information on cassette tapes.
Part of Tapelion.
Copyright (C) 2019 Dante James Falzone
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
#include <iostream>
#include <cstring>

Expand Down

0 comments on commit 6c2f81b

Please sign in to comment.