Happy new year 2016

Sat, 09 Jan 2016 18:09:32 +0200

author
Teemu Piippo <crimsondusk64@gmail.com>
date
Sat, 09 Jan 2016 18:09:32 +0200
changeset 109
e4966d7e615d
parent 107
ca10837a2a9e
child 110
cad1163333b9

Happy new year 2016

LICENSE file | annotate | diff | comparison | revisions
sources/basics.h file | annotate | diff | comparison | revisions
sources/coloredline.cpp file | annotate | diff | comparison | revisions
sources/coloredline.h file | annotate | diff | comparison | revisions
sources/geometry.h file | annotate | diff | comparison | revisions
sources/interface.cpp file | annotate | diff | comparison | revisions
sources/interface.h file | annotate | diff | comparison | revisions
sources/list.h file | annotate | diff | comparison | revisions
sources/main.cpp file | annotate | diff | comparison | revisions
sources/main.h file | annotate | diff | comparison | revisions
sources/mystring.cpp file | annotate | diff | comparison | revisions
sources/mystring.h file | annotate | diff | comparison | revisions
sources/network/bytestream.cpp file | annotate | diff | comparison | revisions
sources/network/bytestream.h file | annotate | diff | comparison | revisions
sources/network/ipaddress.cpp file | annotate | diff | comparison | revisions
sources/network/ipaddress.h file | annotate | diff | comparison | revisions
sources/network/rconsession.cpp file | annotate | diff | comparison | revisions
sources/network/rconsession.h file | annotate | diff | comparison | revisions
sources/network/udpsocket.cpp file | annotate | diff | comparison | revisions
sources/network/udpsocket.h file | annotate | diff | comparison | revisions
sources/range.h file | annotate | diff | comparison | revisions
sources/version.cpp file | annotate | diff | comparison | revisions
sources/version.h file | annotate | diff | comparison | revisions
--- a/LICENSE	Sat Jan 09 17:48:28 2016 +0200
+++ b/LICENSE	Sat Jan 09 18:09:32 2016 +0200
@@ -1,4 +1,4 @@
-Copyright 2014, 2015 Teemu Piippo
+Copyright 2014 - 2016 Teemu Piippo
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
@@ -51,4 +51,4 @@
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
\ No newline at end of file
+THE SOFTWARE.
--- a/sources/basics.h	Sat Jan 09 17:48:28 2016 +0200
+++ b/sources/basics.h	Sat Jan 09 18:09:32 2016 +0200
@@ -1,5 +1,5 @@
 /*
-	Copyright 2014, 2015 Teemu Piippo
+	Copyright 2014 - 2016 Teemu Piippo
 	All rights reserved.
 
 	Redistribution and use in source and binary forms, with or without
--- a/sources/coloredline.cpp	Sat Jan 09 17:48:28 2016 +0200
+++ b/sources/coloredline.cpp	Sat Jan 09 18:09:32 2016 +0200
@@ -1,5 +1,5 @@
 /*
-	Copyright 2014, 2015 Teemu Piippo
+	Copyright 2014 - 2016 Teemu Piippo
 	All rights reserved.
 
 	Redistribution and use in source and binary forms, with or without
--- a/sources/coloredline.h	Sat Jan 09 17:48:28 2016 +0200
+++ b/sources/coloredline.h	Sat Jan 09 18:09:32 2016 +0200
@@ -1,5 +1,5 @@
 /*
-	Copyright 2014, 2015 Teemu Piippo
+	Copyright 2014 - 2016 Teemu Piippo
 	All rights reserved.
 
 	Redistribution and use in source and binary forms, with or without
--- a/sources/geometry.h	Sat Jan 09 17:48:28 2016 +0200
+++ b/sources/geometry.h	Sat Jan 09 18:09:32 2016 +0200
@@ -1,5 +1,5 @@
 /*
-	Copyright 2014, 2015 Teemu Piippo
+	Copyright 2014 - 2016 Teemu Piippo
 	All rights reserved.
 
 	Redistribution and use in source and binary forms, with or without
--- a/sources/interface.cpp	Sat Jan 09 17:48:28 2016 +0200
+++ b/sources/interface.cpp	Sat Jan 09 18:09:32 2016 +0200
@@ -1,5 +1,5 @@
 /*
-	Copyright 2014, 2015 Teemu Piippo
+	Copyright 2014 - 2016 Teemu Piippo
 	All rights reserved.
 
 	Redistribution and use in source and binary forms, with or without
--- a/sources/interface.h	Sat Jan 09 17:48:28 2016 +0200
+++ b/sources/interface.h	Sat Jan 09 18:09:32 2016 +0200
@@ -1,5 +1,5 @@
 /*
-	Copyright 2014, 2015 Teemu Piippo
+	Copyright 2014 - 2016 Teemu Piippo
 	All rights reserved.
 
 	Redistribution and use in source and binary forms, with or without
--- a/sources/list.h	Sat Jan 09 17:48:28 2016 +0200
+++ b/sources/list.h	Sat Jan 09 18:09:32 2016 +0200
@@ -1,5 +1,5 @@
 /*
-	Copyright 2014, 2015 Teemu Piippo
+	Copyright 2014 - 2016 Teemu Piippo
 	All rights reserved.
 
 	Redistribution and use in source and binary forms, with or without
--- a/sources/main.cpp	Sat Jan 09 17:48:28 2016 +0200
+++ b/sources/main.cpp	Sat Jan 09 18:09:32 2016 +0200
@@ -1,5 +1,5 @@
 /*
-	Copyright 2014, 2015 Teemu Piippo
+	Copyright 2014 - 2016 Teemu Piippo
 	All rights reserved.
 
 	Redistribution and use in source and binary forms, with or without
--- a/sources/main.h	Sat Jan 09 17:48:28 2016 +0200
+++ b/sources/main.h	Sat Jan 09 18:09:32 2016 +0200
@@ -1,5 +1,5 @@
 /*
-	Copyright 2014, 2015 Teemu Piippo
+	Copyright 2014 - 2016 Teemu Piippo
 	All rights reserved.
 
 	Redistribution and use in source and binary forms, with or without
--- a/sources/mystring.cpp	Sat Jan 09 17:48:28 2016 +0200
+++ b/sources/mystring.cpp	Sat Jan 09 18:09:32 2016 +0200
@@ -1,5 +1,5 @@
 /*
-	Copyright 2014, 2015 Teemu Piippo
+	Copyright 2014 - 2016 Teemu Piippo
 	All rights reserved.
 
 	Redistribution and use in source and binary forms, with or without
--- a/sources/mystring.h	Sat Jan 09 17:48:28 2016 +0200
+++ b/sources/mystring.h	Sat Jan 09 18:09:32 2016 +0200
@@ -1,5 +1,5 @@
 /*
-	Copyright 2014, 2015 Teemu Piippo
+	Copyright 2014 - 2016 Teemu Piippo
 	All rights reserved.
 
 	Redistribution and use in source and binary forms, with or without
--- a/sources/network/bytestream.cpp	Sat Jan 09 17:48:28 2016 +0200
+++ b/sources/network/bytestream.cpp	Sat Jan 09 18:09:32 2016 +0200
@@ -1,5 +1,5 @@
 /*
-	Copyright 2014, 2015 Teemu Piippo
+	Copyright 2014 - 2016 Teemu Piippo
 	All rights reserved.
 
 	Redistribution and use in source and binary forms, with or without
--- a/sources/network/bytestream.h	Sat Jan 09 17:48:28 2016 +0200
+++ b/sources/network/bytestream.h	Sat Jan 09 18:09:32 2016 +0200
@@ -1,5 +1,5 @@
 /*
-	Copyright 2014, 2015 Teemu Piippo
+	Copyright 2014 - 2016 Teemu Piippo
 	All rights reserved.
 
 	Redistribution and use in source and binary forms, with or without
--- a/sources/network/ipaddress.cpp	Sat Jan 09 17:48:28 2016 +0200
+++ b/sources/network/ipaddress.cpp	Sat Jan 09 18:09:32 2016 +0200
@@ -1,5 +1,5 @@
 /*
-	Copyright 2014, 2015 Teemu Piippo
+	Copyright 2014 - 2016 Teemu Piippo
 	All rights reserved.
 
 	Redistribution and use in source and binary forms, with or without
--- a/sources/network/ipaddress.h	Sat Jan 09 17:48:28 2016 +0200
+++ b/sources/network/ipaddress.h	Sat Jan 09 18:09:32 2016 +0200
@@ -1,5 +1,5 @@
 /*
-	Copyright 2014, 2015 Teemu Piippo
+	Copyright 2014 - 2016 Teemu Piippo
 	All rights reserved.
 
 	Redistribution and use in source and binary forms, with or without
--- a/sources/network/rconsession.cpp	Sat Jan 09 17:48:28 2016 +0200
+++ b/sources/network/rconsession.cpp	Sat Jan 09 18:09:32 2016 +0200
@@ -1,5 +1,5 @@
 /*
-	Copyright 2014, 2015 Teemu Piippo
+	Copyright 2014 - 2016 Teemu Piippo
 	All rights reserved.
 
 	Redistribution and use in source and binary forms, with or without
--- a/sources/network/rconsession.h	Sat Jan 09 17:48:28 2016 +0200
+++ b/sources/network/rconsession.h	Sat Jan 09 18:09:32 2016 +0200
@@ -1,5 +1,5 @@
 /*
-	Copyright 2014, 2015 Teemu Piippo
+	Copyright 2014 - 2016 Teemu Piippo
 	All rights reserved.
 
 	Redistribution and use in source and binary forms, with or without
--- a/sources/network/udpsocket.cpp	Sat Jan 09 17:48:28 2016 +0200
+++ b/sources/network/udpsocket.cpp	Sat Jan 09 18:09:32 2016 +0200
@@ -1,5 +1,5 @@
 /*
-	Copyright 2014, 2015 Teemu Piippo
+	Copyright 2014 - 2016 Teemu Piippo
 	All rights reserved.
 
 	Redistribution and use in source and binary forms, with or without
--- a/sources/network/udpsocket.h	Sat Jan 09 17:48:28 2016 +0200
+++ b/sources/network/udpsocket.h	Sat Jan 09 18:09:32 2016 +0200
@@ -1,5 +1,5 @@
 /*
-	Copyright 2014, 2015 Teemu Piippo
+	Copyright 2014 - 2016 Teemu Piippo
 	All rights reserved.
 
 	Redistribution and use in source and binary forms, with or without
--- a/sources/range.h	Sat Jan 09 17:48:28 2016 +0200
+++ b/sources/range.h	Sat Jan 09 18:09:32 2016 +0200
@@ -1,5 +1,5 @@
 /*
-	Copyright 2014, 2015 Teemu Piippo
+	Copyright 2014 - 2016 Teemu Piippo
 	All rights reserved.
 
 	Redistribution and use in source and binary forms, with or without
--- a/sources/version.cpp	Sat Jan 09 17:48:28 2016 +0200
+++ b/sources/version.cpp	Sat Jan 09 18:09:32 2016 +0200
@@ -1,5 +1,5 @@
 /*
-	Copyright 2014, 2015 Teemu Piippo
+	Copyright 2014 - 2016 Teemu Piippo
 	All rights reserved.
 
 	Redistribution and use in source and binary forms, with or without
--- a/sources/version.h	Sat Jan 09 17:48:28 2016 +0200
+++ b/sources/version.h	Sat Jan 09 18:09:32 2016 +0200
@@ -1,5 +1,5 @@
 /*
-	Copyright 2014, 2015 Teemu Piippo
+	Copyright 2014 - 2016 Teemu Piippo
 	All rights reserved.
 
 	Redistribution and use in source and binary forms, with or without

mercurial