aboutsummaryrefslogtreecommitdiff
path: root/src/unstable
diff options
context:
space:
mode:
Diffstat (limited to 'src/unstable')
-rw-r--r--src/unstable/bitstring.cpp2
-rw-r--r--src/unstable/bitstring.h2
-rw-r--r--src/unstable/blowfish.cpp2
-rw-r--r--src/unstable/blowfish.h2
-rw-r--r--src/unstable/cipher.cpp2
-rw-r--r--src/unstable/cipher.h2
-rw-r--r--src/unstable/fifo.cpp2
-rw-r--r--src/unstable/fifo.h2
-rw-r--r--src/unstable/itoserver.cpp2
-rw-r--r--src/unstable/itoserver.h2
-rw-r--r--src/unstable/minimacro.cpp2
-rw-r--r--src/unstable/minimacro.h2
-rw-r--r--src/unstable/myriadfs.cpp2
-rw-r--r--src/unstable/myriadfs.h2
-rw-r--r--src/unstable/newline.cpp2
-rw-r--r--src/unstable/newline.h2
-rw-r--r--src/unstable/udpsocket.cpp2
-rw-r--r--src/unstable/udpsocket.h2
-rw-r--r--src/unstable/url.cpp2
-rw-r--r--src/unstable/url.h2
-rw-r--r--src/unstable/urn.cpp2
-rw-r--r--src/unstable/urn.h2
-rw-r--r--src/unstable/utfstring.cpp2
-rw-r--r--src/unstable/utfstring.h2
-rw-r--r--src/unstable/uuid.cpp2
-rw-r--r--src/unstable/uuid.h2
26 files changed, 26 insertions, 26 deletions
diff --git a/src/unstable/bitstring.cpp b/src/unstable/bitstring.cpp
index 3f24ec7..9101ba0 100644
--- a/src/unstable/bitstring.cpp
+++ b/src/unstable/bitstring.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2013 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/unstable/bitstring.h b/src/unstable/bitstring.h
index ea884f6..767fa4c 100644
--- a/src/unstable/bitstring.h
+++ b/src/unstable/bitstring.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2013 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/unstable/blowfish.cpp b/src/unstable/blowfish.cpp
index 3da32a9..024eb82 100644
--- a/src/unstable/blowfish.cpp
+++ b/src/unstable/blowfish.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2013 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/unstable/blowfish.h b/src/unstable/blowfish.h
index b287bd4..9f718f3 100644
--- a/src/unstable/blowfish.h
+++ b/src/unstable/blowfish.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2013 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/unstable/cipher.cpp b/src/unstable/cipher.cpp
index e1ed0e5..b5bf71f 100644
--- a/src/unstable/cipher.cpp
+++ b/src/unstable/cipher.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2013 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/unstable/cipher.h b/src/unstable/cipher.h
index eed73af..7858874 100644
--- a/src/unstable/cipher.h
+++ b/src/unstable/cipher.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2013 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/unstable/fifo.cpp b/src/unstable/fifo.cpp
index 4b4a2bf..56da5e8 100644
--- a/src/unstable/fifo.cpp
+++ b/src/unstable/fifo.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2013 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/unstable/fifo.h b/src/unstable/fifo.h
index 3d9192a..1e23de7 100644
--- a/src/unstable/fifo.h
+++ b/src/unstable/fifo.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2013 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/unstable/itoserver.cpp b/src/unstable/itoserver.cpp
index 103bf90..3334957 100644
--- a/src/unstable/itoserver.cpp
+++ b/src/unstable/itoserver.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2013 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/unstable/itoserver.h b/src/unstable/itoserver.h
index 34f0fb1..bbe6846 100644
--- a/src/unstable/itoserver.h
+++ b/src/unstable/itoserver.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2013 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/unstable/minimacro.cpp b/src/unstable/minimacro.cpp
index 72178ad..58faeb4 100644
--- a/src/unstable/minimacro.cpp
+++ b/src/unstable/minimacro.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2013 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/unstable/minimacro.h b/src/unstable/minimacro.h
index 1c33ea4..68c36f5 100644
--- a/src/unstable/minimacro.h
+++ b/src/unstable/minimacro.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2013 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/unstable/myriadfs.cpp b/src/unstable/myriadfs.cpp
index 3680c3f..640a3d8 100644
--- a/src/unstable/myriadfs.cpp
+++ b/src/unstable/myriadfs.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2013 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/unstable/myriadfs.h b/src/unstable/myriadfs.h
index dfb051b..920e03e 100644
--- a/src/unstable/myriadfs.h
+++ b/src/unstable/myriadfs.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2013 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/unstable/newline.cpp b/src/unstable/newline.cpp
index 50a4d4e..880474a 100644
--- a/src/unstable/newline.cpp
+++ b/src/unstable/newline.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2013 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/unstable/newline.h b/src/unstable/newline.h
index 1597dc6..644b7c1 100644
--- a/src/unstable/newline.h
+++ b/src/unstable/newline.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2013 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/unstable/udpsocket.cpp b/src/unstable/udpsocket.cpp
index 141c2cf..580fc36 100644
--- a/src/unstable/udpsocket.cpp
+++ b/src/unstable/udpsocket.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2013 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/unstable/udpsocket.h b/src/unstable/udpsocket.h
index 569a6fb..8e6005f 100644
--- a/src/unstable/udpsocket.h
+++ b/src/unstable/udpsocket.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2013 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/unstable/url.cpp b/src/unstable/url.cpp
index 75131af..42c6dcf 100644
--- a/src/unstable/url.cpp
+++ b/src/unstable/url.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2013 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/unstable/url.h b/src/unstable/url.h
index 3edf94b..1e545c6 100644
--- a/src/unstable/url.h
+++ b/src/unstable/url.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2013 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/unstable/urn.cpp b/src/unstable/urn.cpp
index c792772..bdac610 100644
--- a/src/unstable/urn.cpp
+++ b/src/unstable/urn.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2013 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/unstable/urn.h b/src/unstable/urn.h
index c792772..bdac610 100644
--- a/src/unstable/urn.h
+++ b/src/unstable/urn.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2013 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/unstable/utfstring.cpp b/src/unstable/utfstring.cpp
index 421d5fb..7dee0e2 100644
--- a/src/unstable/utfstring.cpp
+++ b/src/unstable/utfstring.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2013 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/unstable/utfstring.h b/src/unstable/utfstring.h
index 560faae..c96f690 100644
--- a/src/unstable/utfstring.h
+++ b/src/unstable/utfstring.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2013 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/unstable/uuid.cpp b/src/unstable/uuid.cpp
index 5400f8f..06e8c01 100644
--- a/src/unstable/uuid.cpp
+++ b/src/unstable/uuid.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2013 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/unstable/uuid.h b/src/unstable/uuid.h
index ecc142d..e7c5f00 100644
--- a/src/unstable/uuid.h
+++ b/src/unstable/uuid.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2013 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.