projects
/
libs
/
core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
8b29f7b
)
Add version and description fields in Build
author
Mikko Rasa
<tdb@tdb.fi>
Sun, 10 Aug 2008 16:14:16 +0000
(16:14 +0000)
committer
Mikko Rasa
<tdb@tdb.fi>
Sun, 10 Aug 2008 16:14:16 +0000
(16:14 +0000)
Add header to pipe.cpp
Update svn:ignore
Build
patch
|
blob
|
history
source/pipe.cpp
patch
|
blob
|
history
diff --git
a/Build
b/Build
index daf676f15f79f6347e0bc682d86a528a063cb5ca..3f4e8a19cbac50c7c406deee59e4c9f7adfa1f7e 100644
(file)
--- 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 bc62af1a4ac4e790e3a7fb044cc93485f5e87111..696abe5c5695c89d45c048ec2af2946b68a23c1b 100644
(file)
--- 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 <fcntl.h>
#include <errno.h>