From 5332e13087cec739d8985dfe3de96823cc18004e Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Sun, 10 Aug 2008 16:14:16 +0000 Subject: [PATCH] Add version and description fields in Build Add header to pipe.cpp Update svn:ignore --- Build | 3 +++ source/pipe.cpp | 7 +++++++ 2 files changed, 10 insertions(+) diff --git a/Build b/Build index daf676f..3f4e8a1 100644 --- a/Build +++ b/Build @@ -1,5 +1,8 @@ package "mspio" { + version "1.0"; + description "Object-oriented input/output library"; + require "mspstrings"; require "mspcore"; require "sigc++-2.0"; diff --git a/source/pipe.cpp b/source/pipe.cpp index bc62af1..696abe5 100644 --- a/source/pipe.cpp +++ b/source/pipe.cpp @@ -1,3 +1,10 @@ +/* $Id$ + +This file is part of libmspio +Copyright © 2007 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ + #ifndef WIN32 #include #include -- 2.43.0