minor cleanups in common.h; updated author info and copyright year
diff --git a/example/example.cpp b/example/example.cpp
index ba0ff28..34b2df7 100644
--- a/example/example.cpp
+++ b/example/example.cpp
@@ -1,7 +1,7 @@
/*
example/example.cpp -- pybind example plugin
- Copyright (c) 2015 Wenzel Jakob <wenzel@inf.ethz.ch>
+ Copyright (c) 2016 Wenzel Jakob <wenzel.jakob@epfl.ch>
All rights reserved. Use of this source code is governed by a
BSD-style license that can be found in the LICENSE file.
diff --git a/example/example1.cpp b/example/example1.cpp
index 2a0038d..dd651fb 100644
--- a/example/example1.cpp
+++ b/example/example1.cpp
@@ -2,7 +2,7 @@
example/example1.cpp -- constructors, deconstructors, attribute access,
__str__, argument and return value conventions
- Copyright (c) 2015 Wenzel Jakob <wenzel@inf.ethz.ch>
+ Copyright (c) 2016 Wenzel Jakob <wenzel.jakob@epfl.ch>
All rights reserved. Use of this source code is governed by a
BSD-style license that can be found in the LICENSE file.
diff --git a/example/example10.cpp b/example/example10.cpp
index 1a377e5..09769fe 100644
--- a/example/example10.cpp
+++ b/example/example10.cpp
@@ -2,7 +2,7 @@
example/example10.cpp -- auto-vectorize functions over NumPy array
arguments
- Copyright (c) 2015 Wenzel Jakob <wenzel@inf.ethz.ch>
+ Copyright (c) 2016 Wenzel Jakob <wenzel.jakob@epfl.ch>
All rights reserved. Use of this source code is governed by a
BSD-style license that can be found in the LICENSE file.
diff --git a/example/example11.cpp b/example/example11.cpp
index e7069de..1a472c9 100644
--- a/example/example11.cpp
+++ b/example/example11.cpp
@@ -1,7 +1,7 @@
/*
example/example11.cpp -- keyword arguments and default values
- Copyright (c) 2015 Wenzel Jakob <wenzel@inf.ethz.ch>
+ Copyright (c) 2016 Wenzel Jakob <wenzel.jakob@epfl.ch>
All rights reserved. Use of this source code is governed by a
BSD-style license that can be found in the LICENSE file.
diff --git a/example/example12.cpp b/example/example12.cpp
index 97ba6a8..84b1c35 100644
--- a/example/example12.cpp
+++ b/example/example12.cpp
@@ -1,7 +1,7 @@
/*
example/example12.cpp -- overriding virtual functions from Python
- Copyright (c) 2015 Wenzel Jakob <wenzel@inf.ethz.ch>
+ Copyright (c) 2016 Wenzel Jakob <wenzel.jakob@epfl.ch>
All rights reserved. Use of this source code is governed by a
BSD-style license that can be found in the LICENSE file.
diff --git a/example/example13.cpp b/example/example13.cpp
index 782db31..6c1b876 100644
--- a/example/example13.cpp
+++ b/example/example13.cpp
@@ -2,7 +2,7 @@
example/example13.cpp -- keep_alive modifier (pybind11's version
of Boost.Python's with_custodian_and_ward / with_custodian_and_ward_postcall)
- Copyright (c) 2015 Wenzel Jakob <wenzel@inf.ethz.ch>
+ Copyright (c) 2016 Wenzel Jakob <wenzel.jakob@epfl.ch>
All rights reserved. Use of this source code is governed by a
BSD-style license that can be found in the LICENSE file.
diff --git a/example/example14.cpp b/example/example14.cpp
index abae021..a7d285a 100644
--- a/example/example14.cpp
+++ b/example/example14.cpp
@@ -1,7 +1,7 @@
/*
example/example14.cpp -- opaque types, passing void pointers
- Copyright (c) 2015 Wenzel Jakob <wenzel@inf.ethz.ch>
+ Copyright (c) 2016 Wenzel Jakob <wenzel.jakob@epfl.ch>
All rights reserved. Use of this source code is governed by a
BSD-style license that can be found in the LICENSE file.
diff --git a/example/example15.cpp b/example/example15.cpp
index bfc7526..acdd368 100644
--- a/example/example15.cpp
+++ b/example/example15.cpp
@@ -1,7 +1,7 @@
/*
example/example15.cpp -- pickle support
- Copyright (c) 2015 Wenzel Jakob <wenzel@inf.ethz.ch>
+ Copyright (c) 2016 Wenzel Jakob <wenzel.jakob@epfl.ch>
All rights reserved. Use of this source code is governed by a
BSD-style license that can be found in the LICENSE file.
diff --git a/example/example16.cpp b/example/example16.cpp
index 350435f..7b676a9 100644
--- a/example/example16.cpp
+++ b/example/example16.cpp
@@ -1,7 +1,7 @@
/*
example/example16.cpp -- automatic upcasting for polymorphic types
- Copyright (c) 2015 Wenzel Jakob <wenzel@inf.ethz.ch>
+ Copyright (c) 2016 Wenzel Jakob <wenzel.jakob@epfl.ch>
All rights reserved. Use of this source code is governed by a
BSD-style license that can be found in the LICENSE file.
diff --git a/example/example2.cpp b/example/example2.cpp
index 2d49286..9b91baa 100644
--- a/example/example2.cpp
+++ b/example/example2.cpp
@@ -2,7 +2,7 @@
example/example2.cpp2 -- singleton design pattern, static functions and
variables, passing and interacting with Python types
- Copyright (c) 2015 Wenzel Jakob <wenzel@inf.ethz.ch>
+ Copyright (c) 2016 Wenzel Jakob <wenzel.jakob@epfl.ch>
All rights reserved. Use of this source code is governed by a
BSD-style license that can be found in the LICENSE file.
diff --git a/example/example3.cpp b/example/example3.cpp
index 3b3a625..af956b1 100644
--- a/example/example3.cpp
+++ b/example/example3.cpp
@@ -1,7 +1,7 @@
/*
example/example3.cpp -- operator overloading
- Copyright (c) 2015 Wenzel Jakob <wenzel@inf.ethz.ch>
+ Copyright (c) 2016 Wenzel Jakob <wenzel.jakob@epfl.ch>
All rights reserved. Use of this source code is governed by a
BSD-style license that can be found in the LICENSE file.
diff --git a/example/example4.cpp b/example/example4.cpp
index e673c4a..281eafe 100644
--- a/example/example4.cpp
+++ b/example/example4.cpp
@@ -1,7 +1,7 @@
/*
example/example4.cpp -- global constants and functions, enumerations, raw byte strings
- Copyright (c) 2015 Wenzel Jakob <wenzel@inf.ethz.ch>
+ Copyright (c) 2016 Wenzel Jakob <wenzel.jakob@epfl.ch>
All rights reserved. Use of this source code is governed by a
BSD-style license that can be found in the LICENSE file.
diff --git a/example/example5.cpp b/example/example5.cpp
index ad24ef0..4ba6a34 100644
--- a/example/example5.cpp
+++ b/example/example5.cpp
@@ -2,7 +2,7 @@
example/example5.cpp -- inheritance, callbacks, acquiring and releasing the
global interpreter lock
- Copyright (c) 2015 Wenzel Jakob <wenzel@inf.ethz.ch>
+ Copyright (c) 2016 Wenzel Jakob <wenzel.jakob@epfl.ch>
All rights reserved. Use of this source code is governed by a
BSD-style license that can be found in the LICENSE file.
diff --git a/example/example6.cpp b/example/example6.cpp
index 89db2fb..26552b7 100644
--- a/example/example6.cpp
+++ b/example/example6.cpp
@@ -2,7 +2,7 @@
example/example6.cpp -- supporting Pythons' sequence protocol, iterators,
etc.
- Copyright (c) 2015 Wenzel Jakob <wenzel@inf.ethz.ch>
+ Copyright (c) 2016 Wenzel Jakob <wenzel.jakob@epfl.ch>
All rights reserved. Use of this source code is governed by a
BSD-style license that can be found in the LICENSE file.
diff --git a/example/example7.cpp b/example/example7.cpp
index b68b553..415b097 100644
--- a/example/example7.cpp
+++ b/example/example7.cpp
@@ -1,7 +1,7 @@
/*
example/example7.cpp -- supporting Pythons' buffer protocol
- Copyright (c) 2015 Wenzel Jakob <wenzel@inf.ethz.ch>
+ Copyright (c) 2016 Wenzel Jakob <wenzel.jakob@epfl.ch>
All rights reserved. Use of this source code is governed by a
BSD-style license that can be found in the LICENSE file.
diff --git a/example/example8.cpp b/example/example8.cpp
index f492588..dbdd421 100644
--- a/example/example8.cpp
+++ b/example/example8.cpp
@@ -2,7 +2,7 @@
example/example8.cpp -- binding classes with custom reference counting,
implicit conversions between types
- Copyright (c) 2015 Wenzel Jakob <wenzel@inf.ethz.ch>
+ Copyright (c) 2016 Wenzel Jakob <wenzel.jakob@epfl.ch>
All rights reserved. Use of this source code is governed by a
BSD-style license that can be found in the LICENSE file.
diff --git a/example/example9.cpp b/example/example9.cpp
index f64b539..ca75ecc 100644
--- a/example/example9.cpp
+++ b/example/example9.cpp
@@ -2,7 +2,7 @@
example/example9.cpp -- nested modules, importing modules, and
internal references
- Copyright (c) 2015 Wenzel Jakob <wenzel@inf.ethz.ch>
+ Copyright (c) 2016 Wenzel Jakob <wenzel.jakob@epfl.ch>
All rights reserved. Use of this source code is governed by a
BSD-style license that can be found in the LICENSE file.
diff --git a/example/issues.cpp b/example/issues.cpp
index 09547ae..b0f3a6b 100644
--- a/example/issues.cpp
+++ b/example/issues.cpp
@@ -1,7 +1,7 @@
/*
example/issues.cpp -- collection of testcases for miscellaneous issues
- Copyright (c) 2015 Wenzel Jakob <wenzel@inf.ethz.ch>
+ Copyright (c) 2016 Wenzel Jakob <wenzel.jakob@epfl.ch>
All rights reserved. Use of this source code is governed by a
BSD-style license that can be found in the LICENSE file.