From 687a238c152c2bd6c788f077b59e2305e8a55037 Mon Sep 17 00:00:00 2001 From: Anton Lavrik Date: Sun, 12 Oct 2014 16:24:31 -0700 Subject: [PATCH] Bump copyright year --- piqi/piqi-lang.piqi | 2 +- piqi/piqi.piq.piqi | 2 +- piqi/piqi.piqi | 2 +- piqilib/piq.ml | 2 +- piqilib/piq_ast.ml | 2 +- piqilib/piq_gen.ml | 2 +- piqilib/piq_lexer.ml | 2 +- piqilib/piq_parser.ml | 2 +- piqilib/piqi.ml | 2 +- piqilib/piqi_command.ml | 2 +- piqilib/piqi_common.ml | 2 +- piqilib/piqi_compile.ml | 2 +- piqilib/piqi_config.ml | 2 +- piqilib/piqi_convert.ml | 2 +- piqilib/piqi_db.ml | 2 +- piqilib/piqi_file.ml | 2 +- piqilib/piqi_getopt.ml | 2 +- piqilib/piqi_json.ml | 2 +- piqilib/piqi_light.ml | 2 +- piqilib/piqi_name.ml | 2 +- piqilib/piqi_piqirun.ml | 2 +- piqilib/piqi_pp.ml | 2 +- piqilib/piqi_protobuf.ml | 2 +- piqilib/piqi_xml.ml | 2 +- piqilib/piqobj.ml | 2 +- piqilib/piqobj_common.ml | 2 +- piqilib/piqobj_of_json.ml | 2 +- piqilib/piqobj_of_piq.ml | 2 +- piqilib/piqobj_of_protobuf.ml | 2 +- piqilib/piqobj_of_xml.ml | 2 +- piqilib/piqobj_to_json.ml | 2 +- piqilib/piqobj_to_piq.ml | 2 +- piqilib/piqobj_to_protobuf.ml | 2 +- piqilib/piqobj_to_xml.ml | 2 +- src/call.ml | 2 +- src/cc.ml | 2 +- src/check.ml | 2 +- src/compile.ml | 2 +- src/convert.ml | 2 +- src/expand.ml | 2 +- src/getopt.ml | 2 +- src/json_pp.ml | 2 +- src/light.ml | 2 +- src/main.ml | 2 +- src/of_proto.ml | 2 +- src/piqi_http.ml | 2 +- src/piqi_rpc.ml | 2 +- src/pp.ml | 2 +- src/run.ml | 2 +- src/server.ml | 2 +- src/to_proto.ml | 2 +- 51 files changed, 51 insertions(+), 51 deletions(-) diff --git a/piqi/piqi-lang.piqi b/piqi/piqi-lang.piqi index cc11fff2..9057ce86 100644 --- a/piqi/piqi-lang.piqi +++ b/piqi/piqi-lang.piqi @@ -6,7 +6,7 @@ % Basically, Piqi-lang = Piqi-spec + includes, extensions and typedefs embeeded % in function parameters. % -% Copyright 2009, 2010, 2011, 2012, 2013 Anton Lavrik +% Copyright 2009, 2010, 2011, 2012, 2013, 2014 Anton Lavrik .include [ .module piqi ] diff --git a/piqi/piqi.piq.piqi b/piqi/piqi.piq.piqi index c9aa7cde..62a7fcff 100644 --- a/piqi/piqi.piq.piqi +++ b/piqi/piqi.piq.piqi @@ -3,7 +3,7 @@ % This file defines some extensions to the base Piqi specification enabling % properties specific to the Piq data representation format % -% Copyright 2009, 2010, 2011, 2012, 2013 Anton Lavrik +% Copyright 2009, 2010, 2011, 2012, 2013, 2014 Anton Lavrik .include [ .module piqi ] diff --git a/piqi/piqi.piqi b/piqi/piqi.piqi index 288a614c..ff60f2e1 100644 --- a/piqi/piqi.piqi +++ b/piqi/piqi.piqi @@ -2,7 +2,7 @@ % % This file contains defintion of the Piqi self-specification % -% Copyright 2009, 2010, 2011, 2012, 2013 Anton Lavrik +% Copyright 2009, 2010, 2011, 2012, 2013, 2014 Anton Lavrik % aliases for built-in types; these definitions are automatically included in diff --git a/piqilib/piq.ml b/piqilib/piq.ml index 45412522..c4df6d43 100644 --- a/piqilib/piq.ml +++ b/piqilib/piq.ml @@ -1,5 +1,5 @@ (* - Copyright 2009, 2010, 2011, 2012, 2013 Anton Lavrik + Copyright 2009, 2010, 2011, 2012, 2013, 2014 Anton Lavrik Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/piqilib/piq_ast.ml b/piqilib/piq_ast.ml index 745a318d..04e4aa49 100644 --- a/piqilib/piq_ast.ml +++ b/piqilib/piq_ast.ml @@ -1,5 +1,5 @@ (* - Copyright 2009, 2010, 2011, 2012, 2013 Anton Lavrik + Copyright 2009, 2010, 2011, 2012, 2013, 2014 Anton Lavrik Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/piqilib/piq_gen.ml b/piqilib/piq_gen.ml index fe4622a9..904d04f2 100644 --- a/piqilib/piq_gen.ml +++ b/piqilib/piq_gen.ml @@ -1,5 +1,5 @@ (* - Copyright 2009, 2010, 2011, 2012, 2013 Anton Lavrik + Copyright 2009, 2010, 2011, 2012, 2013, 2014 Anton Lavrik Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/piqilib/piq_lexer.ml b/piqilib/piq_lexer.ml index 818db58c..8caec373 100644 --- a/piqilib/piq_lexer.ml +++ b/piqilib/piq_lexer.ml @@ -1,6 +1,6 @@ (*pp camlp4o -I `ocamlfind query ulex` pa_ulex.cma *) (* - Copyright 2009, 2010, 2011, 2012, 2013 Anton Lavrik + Copyright 2009, 2010, 2011, 2012, 2013, 2014 Anton Lavrik Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/piqilib/piq_parser.ml b/piqilib/piq_parser.ml index 4c6402e5..931ba8c1 100644 --- a/piqilib/piq_parser.ml +++ b/piqilib/piq_parser.ml @@ -1,5 +1,5 @@ (* - Copyright 2009, 2010, 2011, 2012, 2013 Anton Lavrik + Copyright 2009, 2010, 2011, 2012, 2013, 2014 Anton Lavrik Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/piqilib/piqi.ml b/piqilib/piqi.ml index 04f90aad..77e3e5c6 100644 --- a/piqilib/piqi.ml +++ b/piqilib/piqi.ml @@ -1,5 +1,5 @@ (* - Copyright 2009, 2010, 2011, 2012, 2013 Anton Lavrik + Copyright 2009, 2010, 2011, 2012, 2013, 2014 Anton Lavrik Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/piqilib/piqi_command.ml b/piqilib/piqi_command.ml index 8c7c590f..6841cf3d 100644 --- a/piqilib/piqi_command.ml +++ b/piqilib/piqi_command.ml @@ -1,5 +1,5 @@ (* - Copyright 2009, 2010, 2011, 2012, 2013 Anton Lavrik + Copyright 2009, 2010, 2011, 2012, 2013, 2014 Anton Lavrik Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/piqilib/piqi_common.ml b/piqilib/piqi_common.ml index fc94778e..66f9fc81 100644 --- a/piqilib/piqi_common.ml +++ b/piqilib/piqi_common.ml @@ -1,6 +1,6 @@ (*pp camlp4o -I `ocamlfind query optcomp` optcomp.cma *) (* - Copyright 2009, 2010, 2011, 2012, 2013 Anton Lavrik + Copyright 2009, 2010, 2011, 2012, 2013, 2014 Anton Lavrik Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/piqilib/piqi_compile.ml b/piqilib/piqi_compile.ml index cd5323b1..df7868e6 100644 --- a/piqilib/piqi_compile.ml +++ b/piqilib/piqi_compile.ml @@ -1,5 +1,5 @@ (* - Copyright 2009, 2010, 2011, 2012, 2013 Anton Lavrik + Copyright 2009, 2010, 2011, 2012, 2013, 2014 Anton Lavrik Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/piqilib/piqi_config.ml b/piqilib/piqi_config.ml index b69f4f2e..a35d5911 100644 --- a/piqilib/piqi_config.ml +++ b/piqilib/piqi_config.ml @@ -1,5 +1,5 @@ (* - Copyright 2009, 2010, 2011, 2012, 2013 Anton Lavrik + Copyright 2009, 2010, 2011, 2012, 2013, 2014 Anton Lavrik Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/piqilib/piqi_convert.ml b/piqilib/piqi_convert.ml index ce5d9a5f..595acc5c 100644 --- a/piqilib/piqi_convert.ml +++ b/piqilib/piqi_convert.ml @@ -1,5 +1,5 @@ (* - Copyright 2009, 2010, 2011, 2012, 2013 Anton Lavrik + Copyright 2009, 2010, 2011, 2012, 2013, 2014 Anton Lavrik Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/piqilib/piqi_db.ml b/piqilib/piqi_db.ml index 02dea503..76f39761 100644 --- a/piqilib/piqi_db.ml +++ b/piqilib/piqi_db.ml @@ -1,5 +1,5 @@ (* - Copyright 2009, 2010, 2011, 2012, 2013 Anton Lavrik + Copyright 2009, 2010, 2011, 2012, 2013, 2014 Anton Lavrik Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/piqilib/piqi_file.ml b/piqilib/piqi_file.ml index 54bc759f..81f796b9 100644 --- a/piqilib/piqi_file.ml +++ b/piqilib/piqi_file.ml @@ -1,5 +1,5 @@ (* - Copyright 2009, 2010, 2011, 2012, 2013 Anton Lavrik + Copyright 2009, 2010, 2011, 2012, 2013, 2014 Anton Lavrik Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/piqilib/piqi_getopt.ml b/piqilib/piqi_getopt.ml index cd388037..f238a475 100644 --- a/piqilib/piqi_getopt.ml +++ b/piqilib/piqi_getopt.ml @@ -1,5 +1,5 @@ (* - Copyright 2009, 2010, 2011, 2012, 2013 Anton Lavrik + Copyright 2009, 2010, 2011, 2012, 2013, 2014 Anton Lavrik Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/piqilib/piqi_json.ml b/piqilib/piqi_json.ml index 5018c24e..ec6423fa 100644 --- a/piqilib/piqi_json.ml +++ b/piqilib/piqi_json.ml @@ -1,5 +1,5 @@ (* - Copyright 2009, 2010, 2011, 2012, 2013 Anton Lavrik + Copyright 2009, 2010, 2011, 2012, 2013, 2014 Anton Lavrik Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/piqilib/piqi_light.ml b/piqilib/piqi_light.ml index 3f2e6b53..d22f214b 100644 --- a/piqilib/piqi_light.ml +++ b/piqilib/piqi_light.ml @@ -1,5 +1,5 @@ (* - Copyright 2009, 2010, 2011, 2012, 2013 Anton Lavrik + Copyright 2009, 2010, 2011, 2012, 2013, 2014 Anton Lavrik Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/piqilib/piqi_name.ml b/piqilib/piqi_name.ml index c65d4d50..28ca8c64 100644 --- a/piqilib/piqi_name.ml +++ b/piqilib/piqi_name.ml @@ -1,5 +1,5 @@ (* - Copyright 2009, 2010, 2011, 2012, 2013 Anton Lavrik + Copyright 2009, 2010, 2011, 2012, 2013, 2014 Anton Lavrik Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/piqilib/piqi_piqirun.ml b/piqilib/piqi_piqirun.ml index 4c803aee..d9adb5ee 100644 --- a/piqilib/piqi_piqirun.ml +++ b/piqilib/piqi_piqirun.ml @@ -1,5 +1,5 @@ (* - Copyright 2009, 2010, 2011, 2012, 2013 Anton Lavrik + Copyright 2009, 2010, 2011, 2012, 2013, 2014 Anton Lavrik Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/piqilib/piqi_pp.ml b/piqilib/piqi_pp.ml index f8b0ca4d..2ece9a77 100644 --- a/piqilib/piqi_pp.ml +++ b/piqilib/piqi_pp.ml @@ -1,5 +1,5 @@ (* - Copyright 2009, 2010, 2011, 2012, 2013 Anton Lavrik + Copyright 2009, 2010, 2011, 2012, 2013, 2014 Anton Lavrik Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/piqilib/piqi_protobuf.ml b/piqilib/piqi_protobuf.ml index 743a58bf..cbe2a041 100644 --- a/piqilib/piqi_protobuf.ml +++ b/piqilib/piqi_protobuf.ml @@ -1,5 +1,5 @@ (* - Copyright 2009, 2010, 2011, 2012, 2013 Anton Lavrik + Copyright 2009, 2010, 2011, 2012, 2013, 2014 Anton Lavrik Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/piqilib/piqi_xml.ml b/piqilib/piqi_xml.ml index 91234ff0..3286f76b 100644 --- a/piqilib/piqi_xml.ml +++ b/piqilib/piqi_xml.ml @@ -1,5 +1,5 @@ (* - Copyright 2009, 2010, 2011, 2012, 2013 Anton Lavrik + Copyright 2009, 2010, 2011, 2012, 2013, 2014 Anton Lavrik Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/piqilib/piqobj.ml b/piqilib/piqobj.ml index 9e95ccce..7e1dc666 100644 --- a/piqilib/piqobj.ml +++ b/piqilib/piqobj.ml @@ -1,5 +1,5 @@ (* - Copyright 2009, 2010, 2011, 2012, 2013 Anton Lavrik + Copyright 2009, 2010, 2011, 2012, 2013, 2014 Anton Lavrik Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/piqilib/piqobj_common.ml b/piqilib/piqobj_common.ml index eb599cdd..c14b80a1 100644 --- a/piqilib/piqobj_common.ml +++ b/piqilib/piqobj_common.ml @@ -1,5 +1,5 @@ (* - Copyright 2009, 2010, 2011, 2012, 2013 Anton Lavrik + Copyright 2009, 2010, 2011, 2012, 2013, 2014 Anton Lavrik Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/piqilib/piqobj_of_json.ml b/piqilib/piqobj_of_json.ml index f0400a57..be15f456 100644 --- a/piqilib/piqobj_of_json.ml +++ b/piqilib/piqobj_of_json.ml @@ -1,5 +1,5 @@ (* - Copyright 2009, 2010, 2011, 2012, 2013 Anton Lavrik + Copyright 2009, 2010, 2011, 2012, 2013, 2014 Anton Lavrik Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/piqilib/piqobj_of_piq.ml b/piqilib/piqobj_of_piq.ml index 4101f365..ab11432c 100644 --- a/piqilib/piqobj_of_piq.ml +++ b/piqilib/piqobj_of_piq.ml @@ -1,5 +1,5 @@ (* - Copyright 2009, 2010, 2011, 2012, 2013 Anton Lavrik + Copyright 2009, 2010, 2011, 2012, 2013, 2014 Anton Lavrik Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/piqilib/piqobj_of_protobuf.ml b/piqilib/piqobj_of_protobuf.ml index cdc998b0..48e14353 100644 --- a/piqilib/piqobj_of_protobuf.ml +++ b/piqilib/piqobj_of_protobuf.ml @@ -1,5 +1,5 @@ (* - Copyright 2009, 2010, 2011, 2012, 2013 Anton Lavrik + Copyright 2009, 2010, 2011, 2012, 2013, 2014 Anton Lavrik Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/piqilib/piqobj_of_xml.ml b/piqilib/piqobj_of_xml.ml index e331b2a5..7788e1ad 100644 --- a/piqilib/piqobj_of_xml.ml +++ b/piqilib/piqobj_of_xml.ml @@ -1,5 +1,5 @@ (* - Copyright 2009, 2010, 2011, 2012, 2013 Anton Lavrik + Copyright 2009, 2010, 2011, 2012, 2013, 2014 Anton Lavrik Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/piqilib/piqobj_to_json.ml b/piqilib/piqobj_to_json.ml index 667e12f2..eb4e7db2 100644 --- a/piqilib/piqobj_to_json.ml +++ b/piqilib/piqobj_to_json.ml @@ -1,5 +1,5 @@ (* - Copyright 2009, 2010, 2011, 2012, 2013 Anton Lavrik + Copyright 2009, 2010, 2011, 2012, 2013, 2014 Anton Lavrik Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/piqilib/piqobj_to_piq.ml b/piqilib/piqobj_to_piq.ml index 96baa96e..f36393bd 100644 --- a/piqilib/piqobj_to_piq.ml +++ b/piqilib/piqobj_to_piq.ml @@ -1,5 +1,5 @@ (* - Copyright 2009, 2010, 2011, 2012, 2013 Anton Lavrik + Copyright 2009, 2010, 2011, 2012, 2013, 2014 Anton Lavrik Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/piqilib/piqobj_to_protobuf.ml b/piqilib/piqobj_to_protobuf.ml index 768048fe..623bdb2c 100644 --- a/piqilib/piqobj_to_protobuf.ml +++ b/piqilib/piqobj_to_protobuf.ml @@ -1,5 +1,5 @@ (* - Copyright 2009, 2010, 2011, 2012, 2013 Anton Lavrik + Copyright 2009, 2010, 2011, 2012, 2013, 2014 Anton Lavrik Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/piqilib/piqobj_to_xml.ml b/piqilib/piqobj_to_xml.ml index 2ceac7ef..90ffb5c9 100644 --- a/piqilib/piqobj_to_xml.ml +++ b/piqilib/piqobj_to_xml.ml @@ -1,5 +1,5 @@ (* - Copyright 2009, 2010, 2011, 2012, 2013 Anton Lavrik + Copyright 2009, 2010, 2011, 2012, 2013, 2014 Anton Lavrik Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/call.ml b/src/call.ml index d28ce6d0..5fcc7eca 100644 --- a/src/call.ml +++ b/src/call.ml @@ -1,5 +1,5 @@ (* - Copyright 2009, 2010, 2011, 2012, 2013 Anton Lavrik + Copyright 2009, 2010, 2011, 2012, 2013, 2014 Anton Lavrik Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/cc.ml b/src/cc.ml index f6259ae4..f952af60 100644 --- a/src/cc.ml +++ b/src/cc.ml @@ -1,5 +1,5 @@ (* - Copyright 2009, 2010, 2011, 2012, 2013 Anton Lavrik + Copyright 2009, 2010, 2011, 2012, 2013, 2014 Anton Lavrik Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/check.ml b/src/check.ml index e1e6b6e8..630a67b3 100644 --- a/src/check.ml +++ b/src/check.ml @@ -1,5 +1,5 @@ (* - Copyright 2009, 2010, 2011, 2012, 2013 Anton Lavrik + Copyright 2009, 2010, 2011, 2012, 2013, 2014 Anton Lavrik Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/compile.ml b/src/compile.ml index a699a960..95ccabd8 100644 --- a/src/compile.ml +++ b/src/compile.ml @@ -1,5 +1,5 @@ (* - Copyright 2009, 2010, 2011, 2012, 2013 Anton Lavrik + Copyright 2009, 2010, 2011, 2012, 2013, 2014 Anton Lavrik Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/convert.ml b/src/convert.ml index 1a42f47d..8eb6199b 100644 --- a/src/convert.ml +++ b/src/convert.ml @@ -1,5 +1,5 @@ (* - Copyright 2009, 2010, 2011, 2012, 2013 Anton Lavrik + Copyright 2009, 2010, 2011, 2012, 2013, 2014 Anton Lavrik Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/expand.ml b/src/expand.ml index ee98fd7b..0650d8b6 100644 --- a/src/expand.ml +++ b/src/expand.ml @@ -1,5 +1,5 @@ (* - Copyright 2009, 2010, 2011, 2012, 2013 Anton Lavrik + Copyright 2009, 2010, 2011, 2012, 2013, 2014 Anton Lavrik Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/getopt.ml b/src/getopt.ml index 8823d8a9..6848e213 100644 --- a/src/getopt.ml +++ b/src/getopt.ml @@ -1,5 +1,5 @@ (* - Copyright 2009, 2010, 2011, 2012, 2013 Anton Lavrik + Copyright 2009, 2010, 2011, 2012, 2013, 2014 Anton Lavrik Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/json_pp.ml b/src/json_pp.ml index c8774e92..6690937f 100644 --- a/src/json_pp.ml +++ b/src/json_pp.ml @@ -1,5 +1,5 @@ (* - Copyright 2009, 2010, 2011, 2012, 2013 Anton Lavrik + Copyright 2009, 2010, 2011, 2012, 2013, 2014 Anton Lavrik Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/light.ml b/src/light.ml index 58bca011..9c203251 100644 --- a/src/light.ml +++ b/src/light.ml @@ -1,5 +1,5 @@ (* - Copyright 2009, 2010, 2011, 2012, 2013 Anton Lavrik + Copyright 2009, 2010, 2011, 2012, 2013, 2014 Anton Lavrik Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main.ml b/src/main.ml index 86df521b..2698918e 100644 --- a/src/main.ml +++ b/src/main.ml @@ -1,5 +1,5 @@ (* - Copyright 2009, 2010, 2011, 2012, 2013 Anton Lavrik + Copyright 2009, 2010, 2011, 2012, 2013, 2014 Anton Lavrik Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/of_proto.ml b/src/of_proto.ml index 28473d46..13b477e1 100644 --- a/src/of_proto.ml +++ b/src/of_proto.ml @@ -1,6 +1,6 @@ (*pp camlp4o -I `ocamlfind query ulex` pa_ulex.cma *) (* - Copyright 2009, 2010, 2011, 2012, 2013 Anton Lavrik + Copyright 2009, 2010, 2011, 2012, 2013, 2014 Anton Lavrik Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/piqi_http.ml b/src/piqi_http.ml index d5050e28..e8a5db99 100644 --- a/src/piqi_http.ml +++ b/src/piqi_http.ml @@ -1,6 +1,6 @@ (*pp camlp4o -I `ocamlfind query ulex` pa_ulex.cma *) (* - Copyright 2009, 2010, 2011, 2012, 2013 Anton Lavrik + Copyright 2009, 2010, 2011, 2012, 2013, 2014 Anton Lavrik Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/piqi_rpc.ml b/src/piqi_rpc.ml index a6c67367..4e09b71b 100644 --- a/src/piqi_rpc.ml +++ b/src/piqi_rpc.ml @@ -1,5 +1,5 @@ (* - Copyright 2009, 2010, 2011, 2012, 2013 Anton Lavrik + Copyright 2009, 2010, 2011, 2012, 2013, 2014 Anton Lavrik Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/pp.ml b/src/pp.ml index a8f8d0ad..e62c5d70 100644 --- a/src/pp.ml +++ b/src/pp.ml @@ -1,5 +1,5 @@ (* - Copyright 2009, 2010, 2011, 2012, 2013 Anton Lavrik + Copyright 2009, 2010, 2011, 2012, 2013, 2014 Anton Lavrik Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/run.ml b/src/run.ml index 2bdf7ae6..1c8798f3 100644 --- a/src/run.ml +++ b/src/run.ml @@ -1,5 +1,5 @@ (* - Copyright 2009, 2010, 2011, 2012, 2013 Anton Lavrik + Copyright 2009, 2010, 2011, 2012, 2013, 2014 Anton Lavrik Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/server.ml b/src/server.ml index af627245..0b44a1d0 100644 --- a/src/server.ml +++ b/src/server.ml @@ -1,5 +1,5 @@ (* - Copyright 2009, 2010, 2011, 2012, 2013 Anton Lavrik + Copyright 2009, 2010, 2011, 2012, 2013, 2014 Anton Lavrik Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/to_proto.ml b/src/to_proto.ml index 410d73b1..ff849817 100644 --- a/src/to_proto.ml +++ b/src/to_proto.ml @@ -1,5 +1,5 @@ (* - Copyright 2009, 2010, 2011, 2012, 2013 Anton Lavrik + Copyright 2009, 2010, 2011, 2012, 2013, 2014 Anton Lavrik Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.