aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaylor C. Richberger <Taywee@gmx.com>2017-10-16 13:49:43 -0600
committerTaylor C. Richberger <Taywee@gmx.com>2017-10-16 13:49:43 -0600
commit56fdf7e13253b90d53102da6d338c82565914f6d (patch)
tree6d7ee2ce6ff36adb0a77bbf17d96ab2cf8ed0987
parentadd a few test cases and bump version (diff)
downloadargs.hxx-56fdf7e13253b90d53102da6d338c82565914f6d.tar.xz
update contributing, add Pavel Belikov to copyright lines
-rw-r--r--CONTRIBUTING.md4
-rw-r--r--LICENSE2
-rw-r--r--args.hxx3
-rw-r--r--test.cxx2
4 files changed, 8 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 59f6696..50d5664 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -2,3 +2,7 @@
* Don't use any non-standard-library libraries
* Keep everything in the args namespace
* Keep it simple and fast
+* Your changes may be licensed how you wish as long as the project itself can
+ remain MIT-licensed (essentially meaning your license for your changes must be
+ either compatible with the MIT license or you must dual-license and the code
+ put in here must be compatible with the MIT)
diff --git a/LICENSE b/LICENSE
index 5865df0..56f0690 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2016 Taylor C. Richberger <taywee@gmx.com>
+Copyright (c) 2016-2017 Taylor C. Richberger <taywee@gmx.com> and Pavel Belikov
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
diff --git a/args.hxx b/args.hxx
index 9f934ec..c3752b4 100644
--- a/args.hxx
+++ b/args.hxx
@@ -1,4 +1,5 @@
-/* Copyright (c) 2016 Taylor C. Richberger <taywee@gmx.com>
+/* Copyright (c) 2016-2017 Taylor C. Richberger <taywee@gmx.com> and Pavel
+ * Belikov
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/test.cxx b/test.cxx
index b5678f4..2d36ff8 100644
--- a/test.cxx
+++ b/test.cxx
@@ -1,4 +1,4 @@
-/* Copyright © 2016 Taylor C. Richberger <taywee@gmx.com>
+/* Copyright © 2016-2017 Taylor C. Richberger <taywee@gmx.com> and Pavel Belikov
* This code is released under the license described in the LICENSE file
*/