diff --git a/LICENSE b/LICENSE index 1777578..9d9020f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2016 Alex Palaistras +Copyright (c) 2017 Alex Palaistras Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/context.c b/context.c index 12d3845..bc8ebc4 100644 --- a/context.c +++ b/context.c @@ -1,4 +1,4 @@ -// Copyright 2016 Alexander Palaistras. All rights reserved. +// Copyright 2017 Alexander Palaistras. All rights reserved. // Use of this source code is governed by the MIT license that can be found in // the LICENSE file. diff --git a/context.go b/context.go index 590b58c..a5edb7f 100644 --- a/context.go +++ b/context.go @@ -1,4 +1,4 @@ -// Copyright 2016 Alexander Palaistras. All rights reserved. +// Copyright 2017 Alexander Palaistras. All rights reserved. // Use of this source code is governed by the MIT license that can be found in // the LICENSE file. diff --git a/context_test.go b/context_test.go index 9771fc5..580006a 100644 --- a/context_test.go +++ b/context_test.go @@ -1,4 +1,4 @@ -// Copyright 2016 Alexander Palaistras. All rights reserved. +// Copyright 2017 Alexander Palaistras. All rights reserved. // Use of this source code is governed by the MIT license that can be found in // the LICENSE file. diff --git a/engine.c b/engine.c index 9eded3c..f94bfca 100644 --- a/engine.c +++ b/engine.c @@ -1,4 +1,4 @@ -// Copyright 2016 Alexander Palaistras. All rights reserved. +// Copyright 2017 Alexander Palaistras. All rights reserved. // Use of this source code is governed by the MIT license that can be found in // the LICENSE file. diff --git a/engine.go b/engine.go index 61b6360..e4e9673 100644 --- a/engine.go +++ b/engine.go @@ -1,4 +1,4 @@ -// Copyright 2016 Alexander Palaistras. All rights reserved. +// Copyright 2017 Alexander Palaistras. All rights reserved. // Use of this source code is governed by the MIT license that can be found in // the LICENSE file. diff --git a/engine_test.go b/engine_test.go index 4af9ec3..383098c 100644 --- a/engine_test.go +++ b/engine_test.go @@ -1,4 +1,4 @@ -// Copyright 2016 Alexander Palaistras. All rights reserved. +// Copyright 2017 Alexander Palaistras. All rights reserved. // Use of this source code is governed by the MIT license that can be found in // the LICENSE file. diff --git a/include/context.h b/include/context.h index ee030c7..07bb676 100644 --- a/include/context.h +++ b/include/context.h @@ -1,4 +1,4 @@ -// Copyright 2016 Alexander Palaistras. All rights reserved. +// Copyright 2017 Alexander Palaistras. All rights reserved. // Use of this source code is governed by the MIT license that can be found in // the LICENSE file. @@ -16,4 +16,4 @@ void context_destroy(engine_context *context); #include "_context.h" -#endif \ No newline at end of file +#endif diff --git a/include/engine.h b/include/engine.h index 7a600f1..ee6f296 100644 --- a/include/engine.h +++ b/include/engine.h @@ -1,4 +1,4 @@ -// Copyright 2016 Alexander Palaistras. All rights reserved. +// Copyright 2017 Alexander Palaistras. All rights reserved. // Use of this source code is governed by the MIT license that can be found in // the LICENSE file. @@ -13,4 +13,4 @@ void engine_shutdown(php_engine *engine); #include "_engine.h" -#endif \ No newline at end of file +#endif diff --git a/include/php5/_context.h b/include/php5/_context.h index 6740908..f629328 100644 --- a/include/php5/_context.h +++ b/include/php5/_context.h @@ -1,4 +1,4 @@ -// Copyright 2016 Alexander Palaistras. All rights reserved. +// Copyright 2017 Alexander Palaistras. All rights reserved. // Use of this source code is governed by the MIT license that can be found in // the LICENSE file. diff --git a/include/php5/_engine.h b/include/php5/_engine.h index bd589f6..ffa878e 100644 --- a/include/php5/_engine.h +++ b/include/php5/_engine.h @@ -1,4 +1,4 @@ -// Copyright 2016 Alexander Palaistras. All rights reserved. +// Copyright 2017 Alexander Palaistras. All rights reserved. // Use of this source code is governed by the MIT license that can be found in // the LICENSE file. diff --git a/include/php5/_receiver.h b/include/php5/_receiver.h index f3f8163..339255a 100644 --- a/include/php5/_receiver.h +++ b/include/php5/_receiver.h @@ -1,4 +1,4 @@ -// Copyright 2016 Alexander Palaistras. All rights reserved. +// Copyright 2017 Alexander Palaistras. All rights reserved. // Use of this source code is governed by the MIT license that can be found in // the LICENSE file. diff --git a/include/php5/_value.h b/include/php5/_value.h index 2c5957e..e7a8848 100644 --- a/include/php5/_value.h +++ b/include/php5/_value.h @@ -1,4 +1,4 @@ -// Copyright 2016 Alexander Palaistras. All rights reserved. +// Copyright 2017 Alexander Palaistras. All rights reserved. // Use of this source code is governed by the MIT license that can be found in // the LICENSE file. diff --git a/include/php7/_context.h b/include/php7/_context.h index 6740908..f629328 100644 --- a/include/php7/_context.h +++ b/include/php7/_context.h @@ -1,4 +1,4 @@ -// Copyright 2016 Alexander Palaistras. All rights reserved. +// Copyright 2017 Alexander Palaistras. All rights reserved. // Use of this source code is governed by the MIT license that can be found in // the LICENSE file. diff --git a/include/php7/_engine.h b/include/php7/_engine.h index f73cac0..272ec26 100644 --- a/include/php7/_engine.h +++ b/include/php7/_engine.h @@ -1,4 +1,4 @@ -// Copyright 2016 Alexander Palaistras. All rights reserved. +// Copyright 2017 Alexander Palaistras. All rights reserved. // Use of this source code is governed by the MIT license that can be found in // the LICENSE file. diff --git a/include/php7/_receiver.h b/include/php7/_receiver.h index 1ec3674..e9b0f9d 100644 --- a/include/php7/_receiver.h +++ b/include/php7/_receiver.h @@ -1,4 +1,4 @@ -// Copyright 2016 Alexander Palaistras. All rights reserved. +// Copyright 2017 Alexander Palaistras. All rights reserved. // Use of this source code is governed by the MIT license that can be found in // the LICENSE file. diff --git a/include/php7/_value.h b/include/php7/_value.h index e79b592..b58786a 100644 --- a/include/php7/_value.h +++ b/include/php7/_value.h @@ -1,4 +1,4 @@ -// Copyright 2016 Alexander Palaistras. All rights reserved. +// Copyright 2017 Alexander Palaistras. All rights reserved. // Use of this source code is governed by the MIT license that can be found in // the LICENSE file. diff --git a/include/receiver.h b/include/receiver.h index add9345..0069ddf 100644 --- a/include/receiver.h +++ b/include/receiver.h @@ -1,4 +1,4 @@ -// Copyright 2016 Alexander Palaistras. All rights reserved. +// Copyright 2017 Alexander Palaistras. All rights reserved. // Use of this source code is governed by the MIT license that can be found in // the LICENSE file. @@ -14,4 +14,4 @@ void receiver_destroy(char *name); #include "_receiver.h" -#endif \ No newline at end of file +#endif diff --git a/include/value.h b/include/value.h index 882931f..f559235 100644 --- a/include/value.h +++ b/include/value.h @@ -1,4 +1,4 @@ -// Copyright 2016 Alexander Palaistras. All rights reserved. +// Copyright 2017 Alexander Palaistras. All rights reserved. // Use of this source code is governed by the MIT license that can be found in // the LICENSE file. diff --git a/php5.go b/php5.go index 8a804f7..ed4d55b 100644 --- a/php5.go +++ b/php5.go @@ -1,4 +1,4 @@ -// Copyright 2016 Alexander Palaistras. All rights reserved. +// Copyright 2017 Alexander Palaistras. All rights reserved. // Use of this source code is governed by the MIT license that can be found in // the LICENSE file. // diff --git a/php7-debian.go b/php7-debian.go index 674dce2..ec10d9a 100644 --- a/php7-debian.go +++ b/php7-debian.go @@ -1,4 +1,4 @@ -// Copyright 2016 Alexander Palaistras. All rights reserved. +// Copyright 2017 Alexander Palaistras. All rights reserved. // Use of this source code is governed by the MIT license that can be found in // the LICENSE file. // diff --git a/php7-static.go b/php7-static.go index a3eaf43..9d2ee7e 100644 --- a/php7-static.go +++ b/php7-static.go @@ -1,4 +1,4 @@ -// Copyright 2016 Alexander Palaistras. All rights reserved. +// Copyright 2017 Alexander Palaistras. All rights reserved. // Use of this source code is governed by the MIT license that can be found in // the LICENSE file. // diff --git a/php7.go b/php7.go index 1a4d60f..d4dc5b6 100644 --- a/php7.go +++ b/php7.go @@ -1,4 +1,4 @@ -// Copyright 2016 Alexander Palaistras. All rights reserved. +// Copyright 2017 Alexander Palaistras. All rights reserved. // Use of this source code is governed by the MIT license that can be found in // the LICENSE file. diff --git a/receiver.c b/receiver.c index 665c816..df6be2d 100644 --- a/receiver.c +++ b/receiver.c @@ -1,4 +1,4 @@ -// Copyright 2016 Alexander Palaistras. All rights reserved. +// Copyright 2017 Alexander Palaistras. All rights reserved. // Use of this source code is governed by the MIT license that can be found in // the LICENSE file. diff --git a/receiver.go b/receiver.go index 01d91d9..1fcdef2 100644 --- a/receiver.go +++ b/receiver.go @@ -1,4 +1,4 @@ -// Copyright 2016 Alexander Palaistras. All rights reserved. +// Copyright 2017 Alexander Palaistras. All rights reserved. // Use of this source code is governed by the MIT license that can be found in // the LICENSE file. diff --git a/receiver_test.go b/receiver_test.go index f018484..7fed3d9 100644 --- a/receiver_test.go +++ b/receiver_test.go @@ -1,4 +1,4 @@ -// Copyright 2016 Alexander Palaistras. All rights reserved. +// Copyright 2017 Alexander Palaistras. All rights reserved. // Use of this source code is governed by the MIT license that can be found in // the LICENSE file. diff --git a/src/php5/_context.c b/src/php5/_context.c index c62feeb..f1d0849 100644 --- a/src/php5/_context.c +++ b/src/php5/_context.c @@ -1,4 +1,4 @@ -// Copyright 2016 Alexander Palaistras. All rights reserved. +// Copyright 2017 Alexander Palaistras. All rights reserved. // Use of this source code is governed by the MIT license that can be found in // the LICENSE file. diff --git a/src/php5/_engine.c b/src/php5/_engine.c index 782dfd6..893c51b 100644 --- a/src/php5/_engine.c +++ b/src/php5/_engine.c @@ -1,4 +1,4 @@ -// Copyright 2016 Alexander Palaistras. All rights reserved. +// Copyright 2017 Alexander Palaistras. All rights reserved. // Use of this source code is governed by the MIT license that can be found in // the LICENSE file. diff --git a/src/php5/_receiver.c b/src/php5/_receiver.c index af38a91..0863dfe 100644 --- a/src/php5/_receiver.c +++ b/src/php5/_receiver.c @@ -1,4 +1,4 @@ -// Copyright 2016 Alexander Palaistras. All rights reserved. +// Copyright 2017 Alexander Palaistras. All rights reserved. // Use of this source code is governed by the MIT license that can be found in // the LICENSE file. diff --git a/src/php5/_value.c b/src/php5/_value.c index 34397f4..fb9cbfd 100644 --- a/src/php5/_value.c +++ b/src/php5/_value.c @@ -1,4 +1,4 @@ -// Copyright 2016 Alexander Palaistras. All rights reserved. +// Copyright 2017 Alexander Palaistras. All rights reserved. // Use of this source code is governed by the MIT license that can be found in // the LICENSE file. diff --git a/src/php7/_context.c b/src/php7/_context.c index 8552c0c..dc75275 100644 --- a/src/php7/_context.c +++ b/src/php7/_context.c @@ -1,4 +1,4 @@ -// Copyright 2016 Alexander Palaistras. All rights reserved. +// Copyright 2017 Alexander Palaistras. All rights reserved. // Use of this source code is governed by the MIT license that can be found in // the LICENSE file. diff --git a/src/php7/_engine.c b/src/php7/_engine.c index a004339..fed646b 100644 --- a/src/php7/_engine.c +++ b/src/php7/_engine.c @@ -1,4 +1,4 @@ -// Copyright 2016 Alexander Palaistras. All rights reserved. +// Copyright 2017 Alexander Palaistras. All rights reserved. // Use of this source code is governed by the MIT license that can be found in // the LICENSE file. diff --git a/src/php7/_receiver.c b/src/php7/_receiver.c index 9bdc36e..2cb28c1 100644 --- a/src/php7/_receiver.c +++ b/src/php7/_receiver.c @@ -1,4 +1,4 @@ -// Copyright 2016 Alexander Palaistras. All rights reserved. +// Copyright 2017 Alexander Palaistras. All rights reserved. // Use of this source code is governed by the MIT license that can be found in // the LICENSE file. diff --git a/src/php7/_value.c b/src/php7/_value.c index 94202ed..e9b996c 100644 --- a/src/php7/_value.c +++ b/src/php7/_value.c @@ -1,4 +1,4 @@ -// Copyright 2016 Alexander Palaistras. All rights reserved. +// Copyright 2017 Alexander Palaistras. All rights reserved. // Use of this source code is governed by the MIT license that can be found in // the LICENSE file. diff --git a/value.c b/value.c index 5fc23a6..9b8e5e7 100644 --- a/value.c +++ b/value.c @@ -1,4 +1,4 @@ -// Copyright 2016 Alexander Palaistras. All rights reserved. +// Copyright 2017 Alexander Palaistras. All rights reserved. // Use of this source code is governed by the MIT license that can be found in // the LICENSE file. diff --git a/value.go b/value.go index 9a61bd5..48b874a 100644 --- a/value.go +++ b/value.go @@ -1,4 +1,4 @@ -// Copyright 2016 Alexander Palaistras. All rights reserved. +// Copyright 2017 Alexander Palaistras. All rights reserved. // Use of this source code is governed by the MIT license that can be found in // the LICENSE file. diff --git a/value_test.go b/value_test.go index c6de1af..e26cdcd 100644 --- a/value_test.go +++ b/value_test.go @@ -1,4 +1,4 @@ -// Copyright 2016 Alexander Palaistras. All rights reserved. +// Copyright 2017 Alexander Palaistras. All rights reserved. // Use of this source code is governed by the MIT license that can be found in // the LICENSE file.