From d53a4eca96ac1cefbddcfb3377579ac9383e2b35 Mon Sep 17 00:00:00 2001 From: aoyama Date: Sun, 27 Sep 2015 15:03:18 +0900 Subject: [PATCH] update copyright message. --- src/directcontroller.cpp | 2 +- src/tabstractlogstream.cpp | 2 +- src/tabstractmodel.cpp | 2 +- src/taccesslog.cpp | 2 +- src/taccesslogstream.cpp | 2 +- src/taccessvalidator.cpp | 2 +- src/tactioncontext.cpp | 2 +- src/tactioncontroller.cpp | 2 +- src/tactioncontroller_qt5.cpp | 2 +- src/tactionforkprocess.cpp | 2 +- src/tactionhelper.cpp | 2 +- src/tactionmailer.cpp | 2 +- src/tactionthread.cpp | 2 +- src/tactionview.cpp | 2 +- src/tactionworker.cpp | 2 +- src/tapplicationscheduler.cpp | 2 +- src/tapplicationserverbase.cpp | 2 +- src/tapplicationserverbase_unix.cpp | 2 +- src/tapplicationserverbase_win.cpp | 2 +- src/tappsettings.cpp | 2 +- src/tbasiclogstream.cpp | 2 +- src/tbson.cpp | 2 +- src/tcontentheader.cpp | 2 +- src/tcookiejar.cpp | 2 +- src/tcriteria.cpp | 2 +- src/tcriteriaconverter.cpp | 2 +- src/tcriteriamongoconverter.cpp | 2 +- src/tcryptmac.cpp | 2 +- src/tdirectview.cpp | 2 +- src/tepoll.cpp | 2 +- src/tepollsocket.cpp | 2 +- src/tfileaiologger.cpp | 2 +- src/tfileaiologger_unix.cpp | 2 +- src/tfileaiowriter.cpp | 2 +- src/tfileaiowriter_unix.cpp | 2 +- src/tfileaiowriter_win.cpp | 2 +- src/tfilelogger.cpp | 2 +- src/tformvalidator.cpp | 2 +- src/tglobal.cpp | 2 +- src/thtmlattribute.cpp | 2 +- src/thtmlparser.cpp | 2 +- src/thttpbuffer.cpp | 2 +- src/thttpheader.cpp | 2 +- src/thttprequest.cpp | 2 +- src/thttpresponse.cpp | 2 +- src/thttputility.cpp | 2 +- src/tinternetmessageheader.cpp | 2 +- src/tjsonutil.cpp | 2 +- src/tkvsdriver.cpp | 2 +- src/tlog.cpp | 2 +- src/tlogger.cpp | 2 +- src/tloggerfactory.cpp | 2 +- src/tmailmessage.cpp | 2 +- src/tmodelobject.cpp | 2 +- src/tmongocursor.cpp | 2 +- src/tmongodriver.cpp | 2 +- src/tmongoobject.cpp | 2 +- src/tmongoodmapper.cpp | 2 +- src/tmongoquery.cpp | 2 +- src/tmultipartformdata.cpp | 2 +- src/toption.cpp | 2 +- src/tpaginator.cpp | 2 +- src/tpopmailer.cpp | 2 +- src/tprocessinfo.cpp | 2 +- src/tprocessinfo_macx.cpp | 2 +- src/tprototypeajaxhelper.cpp | 2 +- src/tscheduler.cpp | 2 +- src/tsendmailmailer.cpp | 2 +- src/tsession.cpp | 2 +- src/tsessioncookiestore.cpp | 2 +- src/tsessionfilestore.cpp | 2 +- src/tsessionmanager.cpp | 2 +- src/tsessionsqlobjectstore.cpp | 2 +- src/tsessionstore.cpp | 2 +- src/tsessionstorefactory.cpp | 2 +- src/tsessionstoreplugin.cpp | 2 +- src/tsharedmemorylogstream.cpp | 2 +- src/tsmtpmailer.cpp | 2 +- src/tsqldatabasepool.cpp | 2 +- src/tsqlobject.cpp | 2 +- src/tsqlormapperiterator.cpp | 2 +- src/tsqlquery.cpp | 2 +- src/tsqlqueryormapper.cpp | 2 +- src/tsqlqueryormapperiterator.cpp | 2 +- src/tsqltransaction.cpp | 2 +- src/tsystemglobal.cpp | 2 +- src/ttemporaryfile.cpp | 2 +- src/ttextview.cpp | 2 +- src/tthreadapplicationserver.cpp | 2 +- src/turlroute.cpp | 2 +- src/tviewhelper.cpp | 2 +- src/twebapplication.cpp | 2 +- src/twebapplication_win.cpp | 2 +- tools/tfmanager/processinfo.cpp | 2 +- tools/tfmanager/processinfo_linux.cpp | 2 +- tools/tfmanager/processinfo_macx.cpp | 2 +- tools/tfmanager/servermanager_unix.cpp | 2 +- tools/tfmanager/servermanager_win.cpp | 2 +- tools/tfmanager/windowsservice_win.cpp | 2 +- tools/tmake/erbconverter.cpp | 2 +- tools/tmake/erbparser.cpp | 2 +- tools/tmake/otamaconverter.cpp | 2 +- tools/tmake/otmparser.cpp | 2 +- tools/tmake/viewconverter.cpp | 2 +- tools/tspawn/controllergenerator.cpp | 2 +- tools/tspawn/erbgenerator.cpp | 2 +- tools/tspawn/filewriter.cpp | 2 +- tools/tspawn/global.cpp | 2 +- tools/tspawn/main.cpp | 2 +- tools/tspawn/modelgenerator.cpp | 2 +- tools/tspawn/mongocommand.cpp | 2 +- tools/tspawn/mongoobjgenerator.cpp | 2 +- tools/tspawn/otamagenerator.cpp | 2 +- tools/tspawn/sqlobjgenerator.cpp | 2 +- tools/tspawn/tableschema.cpp | 2 +- tools/tspawn/validatorgenerator.cpp | 2 +- 116 files changed, 116 insertions(+), 116 deletions(-) diff --git a/src/directcontroller.cpp b/src/directcontroller.cpp index ee3a0c534..c17cfc83b 100644 --- a/src/directcontroller.cpp +++ b/src/directcontroller.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013, AOYAMA Kazuharu +/* Copyright (c) 2010-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tabstractlogstream.cpp b/src/tabstractlogstream.cpp index 83e4e28e4..6112ddd77 100644 --- a/src/tabstractlogstream.cpp +++ b/src/tabstractlogstream.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013, AOYAMA Kazuharu +/* Copyright (c) 2010-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tabstractmodel.cpp b/src/tabstractmodel.cpp index 06bb72c99..7e432e29b 100644 --- a/src/tabstractmodel.cpp +++ b/src/tabstractmodel.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2014, AOYAMA Kazuharu +/* Copyright (c) 2010-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/taccesslog.cpp b/src/taccesslog.cpp index 08b62a159..2bfe446c9 100644 --- a/src/taccesslog.cpp +++ b/src/taccesslog.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013, AOYAMA Kazuharu +/* Copyright (c) 2011-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/taccesslogstream.cpp b/src/taccesslogstream.cpp index a5802eeee..2b0657c75 100644 --- a/src/taccesslogstream.cpp +++ b/src/taccesslogstream.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013, AOYAMA Kazuharu +/* Copyright (c) 2010-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/taccessvalidator.cpp b/src/taccessvalidator.cpp index 4ca391ed5..65be25777 100644 --- a/src/taccessvalidator.cpp +++ b/src/taccessvalidator.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013, AOYAMA Kazuharu +/* Copyright (c) 2011-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tactioncontext.cpp b/src/tactioncontext.cpp index f7f88e7e4..efac93504 100644 --- a/src/tactioncontext.cpp +++ b/src/tactioncontext.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013, AOYAMA Kazuharu +/* Copyright (c) 2010-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tactioncontroller.cpp b/src/tactioncontroller.cpp index 94c35468d..0dee4e714 100644 --- a/src/tactioncontroller.cpp +++ b/src/tactioncontroller.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013, AOYAMA Kazuharu +/* Copyright (c) 2010-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tactioncontroller_qt5.cpp b/src/tactioncontroller_qt5.cpp index fb00a04af..1432cb5d6 100644 --- a/src/tactioncontroller_qt5.cpp +++ b/src/tactioncontroller_qt5.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2013, AOYAMA Kazuharu +/* Copyright (c) 2012-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tactionforkprocess.cpp b/src/tactionforkprocess.cpp index 471619e11..4aa279466 100644 --- a/src/tactionforkprocess.cpp +++ b/src/tactionforkprocess.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013, AOYAMA Kazuharu +/* Copyright (c) 2010-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tactionhelper.cpp b/src/tactionhelper.cpp index 6636acefd..553d1f596 100644 --- a/src/tactionhelper.cpp +++ b/src/tactionhelper.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013, AOYAMA Kazuharu +/* Copyright (c) 2010-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tactionmailer.cpp b/src/tactionmailer.cpp index ffada7e21..eeb7b0fc8 100644 --- a/src/tactionmailer.cpp +++ b/src/tactionmailer.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013, AOYAMA Kazuharu +/* Copyright (c) 2011-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tactionthread.cpp b/src/tactionthread.cpp index ba614eaf1..7e9402014 100644 --- a/src/tactionthread.cpp +++ b/src/tactionthread.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013, AOYAMA Kazuharu +/* Copyright (c) 2010-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tactionview.cpp b/src/tactionview.cpp index 237dc7ddd..76f6e4d30 100644 --- a/src/tactionview.cpp +++ b/src/tactionview.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013, AOYAMA Kazuharu +/* Copyright (c) 2010-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tactionworker.cpp b/src/tactionworker.cpp index da690cc8f..4e65fb9b8 100644 --- a/src/tactionworker.cpp +++ b/src/tactionworker.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2013, AOYAMA Kazuharu +/* Copyright (c) 2013-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tapplicationscheduler.cpp b/src/tapplicationscheduler.cpp index 82e61d408..cc1ac9951 100644 --- a/src/tapplicationscheduler.cpp +++ b/src/tapplicationscheduler.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2013, AOYAMA Kazuharu +/* Copyright (c) 2013-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tapplicationserverbase.cpp b/src/tapplicationserverbase.cpp index 29809fcca..170c0b20c 100644 --- a/src/tapplicationserverbase.cpp +++ b/src/tapplicationserverbase.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013, AOYAMA Kazuharu +/* Copyright (c) 2010-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tapplicationserverbase_unix.cpp b/src/tapplicationserverbase_unix.cpp index 3843d4f9e..23853631e 100644 --- a/src/tapplicationserverbase_unix.cpp +++ b/src/tapplicationserverbase_unix.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013, AOYAMA Kazuharu +/* Copyright (c) 2010-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tapplicationserverbase_win.cpp b/src/tapplicationserverbase_win.cpp index b08681197..1c683a5a1 100644 --- a/src/tapplicationserverbase_win.cpp +++ b/src/tapplicationserverbase_win.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013, AOYAMA Kazuharu +/* Copyright (c) 2011-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tappsettings.cpp b/src/tappsettings.cpp index 6061e62e0..3c3b50154 100644 --- a/src/tappsettings.cpp +++ b/src/tappsettings.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2014, AOYAMA Kazuharu +/* Copyright (c) 2014-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tbasiclogstream.cpp b/src/tbasiclogstream.cpp index 72043be39..e12192031 100644 --- a/src/tbasiclogstream.cpp +++ b/src/tbasiclogstream.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013, AOYAMA Kazuharu +/* Copyright (c) 2010-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tbson.cpp b/src/tbson.cpp index 8e0e532e3..c827d9b69 100644 --- a/src/tbson.cpp +++ b/src/tbson.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2013, AOYAMA Kazuharu +/* Copyright (c) 2012-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tcontentheader.cpp b/src/tcontentheader.cpp index 2a0a0d47f..b560f88cf 100644 --- a/src/tcontentheader.cpp +++ b/src/tcontentheader.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013, AOYAMA Kazuharu +/* Copyright (c) 2010-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tcookiejar.cpp b/src/tcookiejar.cpp index dfa797d95..75c48ecfa 100644 --- a/src/tcookiejar.cpp +++ b/src/tcookiejar.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013, AOYAMA Kazuharu +/* Copyright (c) 2010-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tcriteria.cpp b/src/tcriteria.cpp index 7f89e6548..4c97451a4 100644 --- a/src/tcriteria.cpp +++ b/src/tcriteria.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013, AOYAMA Kazuharu +/* Copyright (c) 2010-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tcriteriaconverter.cpp b/src/tcriteriaconverter.cpp index 86caff463..2ec011070 100644 --- a/src/tcriteriaconverter.cpp +++ b/src/tcriteriaconverter.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013, AOYAMA Kazuharu +/* Copyright (c) 2010-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tcriteriamongoconverter.cpp b/src/tcriteriamongoconverter.cpp index fbc872b24..f41f15fcd 100644 --- a/src/tcriteriamongoconverter.cpp +++ b/src/tcriteriamongoconverter.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2013, AOYAMA Kazuharu +/* Copyright (c) 2013-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tcryptmac.cpp b/src/tcryptmac.cpp index a6a75d70d..1ca8b70c1 100644 --- a/src/tcryptmac.cpp +++ b/src/tcryptmac.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013, AOYAMA Kazuharu +/* Copyright (c) 2011-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tdirectview.cpp b/src/tdirectview.cpp index f2add5409..df9db2333 100644 --- a/src/tdirectview.cpp +++ b/src/tdirectview.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013, AOYAMA Kazuharu +/* Copyright (c) 2010-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tepoll.cpp b/src/tepoll.cpp index 783a06e3b..1eb7eebb9 100644 --- a/src/tepoll.cpp +++ b/src/tepoll.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2013, AOYAMA Kazuharu +/* Copyright (c) 2013-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tepollsocket.cpp b/src/tepollsocket.cpp index 939ac2a6d..e70b8a694 100644 --- a/src/tepollsocket.cpp +++ b/src/tepollsocket.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2013, AOYAMA Kazuharu +/* Copyright (c) 2013-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tfileaiologger.cpp b/src/tfileaiologger.cpp index 30a87bca4..5b82cb212 100644 --- a/src/tfileaiologger.cpp +++ b/src/tfileaiologger.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2013, AOYAMA Kazuharu +/* Copyright (c) 2013-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tfileaiologger_unix.cpp b/src/tfileaiologger_unix.cpp index 4938f3d65..36f94b18a 100644 --- a/src/tfileaiologger_unix.cpp +++ b/src/tfileaiologger_unix.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2013, AOYAMA Kazuharu +/* Copyright (c) 2013-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tfileaiowriter.cpp b/src/tfileaiowriter.cpp index 1ae24a809..7175f0ae0 100644 --- a/src/tfileaiowriter.cpp +++ b/src/tfileaiowriter.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2013, AOYAMA Kazuharu +/* Copyright (c) 2013-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tfileaiowriter_unix.cpp b/src/tfileaiowriter_unix.cpp index 60afad414..175e46d20 100644 --- a/src/tfileaiowriter_unix.cpp +++ b/src/tfileaiowriter_unix.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2013, AOYAMA Kazuharu +/* Copyright (c) 2013-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tfileaiowriter_win.cpp b/src/tfileaiowriter_win.cpp index 58dad57c5..a2c8197fa 100644 --- a/src/tfileaiowriter_win.cpp +++ b/src/tfileaiowriter_win.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2013, AOYAMA Kazuharu +/* Copyright (c) 2013-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tfilelogger.cpp b/src/tfilelogger.cpp index f6437f202..27d2a697d 100644 --- a/src/tfilelogger.cpp +++ b/src/tfilelogger.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013, AOYAMA Kazuharu +/* Copyright (c) 2010-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tformvalidator.cpp b/src/tformvalidator.cpp index 43e077e95..3a462d42f 100644 --- a/src/tformvalidator.cpp +++ b/src/tformvalidator.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013, AOYAMA Kazuharu +/* Copyright (c) 2011-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tglobal.cpp b/src/tglobal.cpp index c8627c2b5..ac26fe8cb 100644 --- a/src/tglobal.cpp +++ b/src/tglobal.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013, AOYAMA Kazuharu +/* Copyright (c) 2010-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/thtmlattribute.cpp b/src/thtmlattribute.cpp index 4119fc666..f851ab267 100644 --- a/src/thtmlattribute.cpp +++ b/src/thtmlattribute.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013, AOYAMA Kazuharu +/* Copyright (c) 2010-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/thtmlparser.cpp b/src/thtmlparser.cpp index cf7858257..82dc3c182 100644 --- a/src/thtmlparser.cpp +++ b/src/thtmlparser.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013, AOYAMA Kazuharu +/* Copyright (c) 2010-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/thttpbuffer.cpp b/src/thttpbuffer.cpp index 629b54822..1036045a3 100644 --- a/src/thttpbuffer.cpp +++ b/src/thttpbuffer.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2013, AOYAMA Kazuharu +/* Copyright (c) 2013-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/thttpheader.cpp b/src/thttpheader.cpp index e3e43f324..6aeea5977 100644 --- a/src/thttpheader.cpp +++ b/src/thttpheader.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013, AOYAMA Kazuharu +/* Copyright (c) 2011-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/thttprequest.cpp b/src/thttprequest.cpp index b30beab92..e11316389 100644 --- a/src/thttprequest.cpp +++ b/src/thttprequest.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013, AOYAMA Kazuharu +/* Copyright (c) 2010-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/thttpresponse.cpp b/src/thttpresponse.cpp index 29a735f6d..6d71e2ba7 100644 --- a/src/thttpresponse.cpp +++ b/src/thttpresponse.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013, AOYAMA Kazuharu +/* Copyright (c) 2010-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/thttputility.cpp b/src/thttputility.cpp index 18f94b498..fdd71c75a 100644 --- a/src/thttputility.cpp +++ b/src/thttputility.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013, AOYAMA Kazuharu +/* Copyright (c) 2010-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tinternetmessageheader.cpp b/src/tinternetmessageheader.cpp index 464285904..5d7e02186 100644 --- a/src/tinternetmessageheader.cpp +++ b/src/tinternetmessageheader.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013, AOYAMA Kazuharu +/* Copyright (c) 2011-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tjsonutil.cpp b/src/tjsonutil.cpp index 3a375e2dc..bfbe50f97 100644 --- a/src/tjsonutil.cpp +++ b/src/tjsonutil.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2013, AOYAMA Kazuharu +/* Copyright (c) 2013-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tkvsdriver.cpp b/src/tkvsdriver.cpp index ba56c08af..8158ea820 100644 --- a/src/tkvsdriver.cpp +++ b/src/tkvsdriver.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2013, AOYAMA Kazuharu +/* Copyright (c) 2012-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tlog.cpp b/src/tlog.cpp index 735c13d15..741364bd3 100644 --- a/src/tlog.cpp +++ b/src/tlog.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013, AOYAMA Kazuharu +/* Copyright (c) 2010-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tlogger.cpp b/src/tlogger.cpp index 79790037f..3689c6d42 100644 --- a/src/tlogger.cpp +++ b/src/tlogger.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013, AOYAMA Kazuharu +/* Copyright (c) 2010-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tloggerfactory.cpp b/src/tloggerfactory.cpp index 0cec448a7..0b4512203 100644 --- a/src/tloggerfactory.cpp +++ b/src/tloggerfactory.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013, AOYAMA Kazuharu +/* Copyright (c) 2010-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tmailmessage.cpp b/src/tmailmessage.cpp index a66a88010..f63e360e2 100644 --- a/src/tmailmessage.cpp +++ b/src/tmailmessage.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013, AOYAMA Kazuharu +/* Copyright (c) 2011-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tmodelobject.cpp b/src/tmodelobject.cpp index 2541cd747..283306938 100644 --- a/src/tmodelobject.cpp +++ b/src/tmodelobject.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2013, AOYAMA Kazuharu +/* Copyright (c) 2013-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tmongocursor.cpp b/src/tmongocursor.cpp index 7d297e0bb..4e71c5d11 100644 --- a/src/tmongocursor.cpp +++ b/src/tmongocursor.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2013, AOYAMA Kazuharu +/* Copyright (c) 2012-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tmongodriver.cpp b/src/tmongodriver.cpp index d4feb3800..a573a9e68 100644 --- a/src/tmongodriver.cpp +++ b/src/tmongodriver.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2013, AOYAMA Kazuharu +/* Copyright (c) 2012-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tmongoobject.cpp b/src/tmongoobject.cpp index f3d88461c..afe66c7f1 100644 --- a/src/tmongoobject.cpp +++ b/src/tmongoobject.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2013, AOYAMA Kazuharu +/* Copyright (c) 2013-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tmongoodmapper.cpp b/src/tmongoodmapper.cpp index 397c73aba..e9a1c879a 100644 --- a/src/tmongoodmapper.cpp +++ b/src/tmongoodmapper.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2013, AOYAMA Kazuharu +/* Copyright (c) 2013-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tmongoquery.cpp b/src/tmongoquery.cpp index 867255162..199d9696c 100644 --- a/src/tmongoquery.cpp +++ b/src/tmongoquery.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2013, AOYAMA Kazuharu +/* Copyright (c) 2012-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tmultipartformdata.cpp b/src/tmultipartformdata.cpp index 8e9c3d3f6..e29068d22 100644 --- a/src/tmultipartformdata.cpp +++ b/src/tmultipartformdata.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013, AOYAMA Kazuharu +/* Copyright (c) 2010-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/toption.cpp b/src/toption.cpp index 2a46f46dd..2b8ef562c 100644 --- a/src/toption.cpp +++ b/src/toption.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013, AOYAMA Kazuharu +/* Copyright (c) 2010-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tpaginator.cpp b/src/tpaginator.cpp index 50004788c..f658c9cfe 100644 --- a/src/tpaginator.cpp +++ b/src/tpaginator.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013, AOYAMA Kazuharu +/* Copyright (c) 2011-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tpopmailer.cpp b/src/tpopmailer.cpp index ff53eb50b..b5444badc 100644 --- a/src/tpopmailer.cpp +++ b/src/tpopmailer.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2013, AOYAMA Kazuharu +/* Copyright (c) 2013-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tprocessinfo.cpp b/src/tprocessinfo.cpp index b95eb2174..5360545bd 100644 --- a/src/tprocessinfo.cpp +++ b/src/tprocessinfo.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013, AOYAMA Kazuharu +/* Copyright (c) 2011-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tprocessinfo_macx.cpp b/src/tprocessinfo_macx.cpp index d35117665..184515cc6 100644 --- a/src/tprocessinfo_macx.cpp +++ b/src/tprocessinfo_macx.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013, AOYAMA Kazuharu +/* Copyright (c) 2011-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tprototypeajaxhelper.cpp b/src/tprototypeajaxhelper.cpp index e9f3c1072..fd655d8ba 100644 --- a/src/tprototypeajaxhelper.cpp +++ b/src/tprototypeajaxhelper.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013, AOYAMA Kazuharu +/* Copyright (c) 2010-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tscheduler.cpp b/src/tscheduler.cpp index 545643291..0f3b47eb2 100644 --- a/src/tscheduler.cpp +++ b/src/tscheduler.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2013, AOYAMA Kazuharu +/* Copyright (c) 2013-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tsendmailmailer.cpp b/src/tsendmailmailer.cpp index dec7675c2..9e755f4f4 100644 --- a/src/tsendmailmailer.cpp +++ b/src/tsendmailmailer.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2014, AOYAMA Kazuharu +/* Copyright (c) 2014-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tsession.cpp b/src/tsession.cpp index 22fba7873..2a6835a6b 100644 --- a/src/tsession.cpp +++ b/src/tsession.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013, AOYAMA Kazuharu +/* Copyright (c) 2010-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tsessioncookiestore.cpp b/src/tsessioncookiestore.cpp index 032bfe0a3..0bb32bd7c 100644 --- a/src/tsessioncookiestore.cpp +++ b/src/tsessioncookiestore.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013, AOYAMA Kazuharu +/* Copyright (c) 2010-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tsessionfilestore.cpp b/src/tsessionfilestore.cpp index eb41ac264..df8e7a413 100644 --- a/src/tsessionfilestore.cpp +++ b/src/tsessionfilestore.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013, AOYAMA Kazuharu +/* Copyright (c) 2010-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tsessionmanager.cpp b/src/tsessionmanager.cpp index b42238de4..44e7c4c5d 100644 --- a/src/tsessionmanager.cpp +++ b/src/tsessionmanager.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013, AOYAMA Kazuharu +/* Copyright (c) 2010-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tsessionsqlobjectstore.cpp b/src/tsessionsqlobjectstore.cpp index c85e36f20..300539e8d 100644 --- a/src/tsessionsqlobjectstore.cpp +++ b/src/tsessionsqlobjectstore.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013, AOYAMA Kazuharu +/* Copyright (c) 2010-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tsessionstore.cpp b/src/tsessionstore.cpp index 47773db0c..515797fe9 100644 --- a/src/tsessionstore.cpp +++ b/src/tsessionstore.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013, AOYAMA Kazuharu +/* Copyright (c) 2011-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tsessionstorefactory.cpp b/src/tsessionstorefactory.cpp index 0bf380c38..11840f2f5 100644 --- a/src/tsessionstorefactory.cpp +++ b/src/tsessionstorefactory.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013, AOYAMA Kazuharu +/* Copyright (c) 2010-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tsessionstoreplugin.cpp b/src/tsessionstoreplugin.cpp index 6f457f2a2..c71f01126 100644 --- a/src/tsessionstoreplugin.cpp +++ b/src/tsessionstoreplugin.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013, AOYAMA Kazuharu +/* Copyright (c) 2011-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tsharedmemorylogstream.cpp b/src/tsharedmemorylogstream.cpp index d8ef221ba..12139473d 100644 --- a/src/tsharedmemorylogstream.cpp +++ b/src/tsharedmemorylogstream.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013, AOYAMA Kazuharu +/* Copyright (c) 2010-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tsmtpmailer.cpp b/src/tsmtpmailer.cpp index 299755224..ba5074d4d 100644 --- a/src/tsmtpmailer.cpp +++ b/src/tsmtpmailer.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013, AOYAMA Kazuharu +/* Copyright (c) 2011-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tsqldatabasepool.cpp b/src/tsqldatabasepool.cpp index dda60d91d..8014fcc9e 100644 --- a/src/tsqldatabasepool.cpp +++ b/src/tsqldatabasepool.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013, AOYAMA Kazuharu +/* Copyright (c) 2010-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tsqlobject.cpp b/src/tsqlobject.cpp index 537c8a10f..1ccbd50de 100644 --- a/src/tsqlobject.cpp +++ b/src/tsqlobject.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013, AOYAMA Kazuharu +/* Copyright (c) 2010-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tsqlormapperiterator.cpp b/src/tsqlormapperiterator.cpp index 555b28b31..2d172bf69 100644 --- a/src/tsqlormapperiterator.cpp +++ b/src/tsqlormapperiterator.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013, AOYAMA Kazuharu +/* Copyright (c) 2010-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tsqlquery.cpp b/src/tsqlquery.cpp index 8b90c8d9e..3c2b66a4f 100644 --- a/src/tsqlquery.cpp +++ b/src/tsqlquery.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013, AOYAMA Kazuharu +/* Copyright (c) 2010-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tsqlqueryormapper.cpp b/src/tsqlqueryormapper.cpp index b4b384ca5..23be4eb72 100644 --- a/src/tsqlqueryormapper.cpp +++ b/src/tsqlqueryormapper.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013, AOYAMA Kazuharu +/* Copyright (c) 2011-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tsqlqueryormapperiterator.cpp b/src/tsqlqueryormapperiterator.cpp index 0b4e2044f..aa1e89b53 100644 --- a/src/tsqlqueryormapperiterator.cpp +++ b/src/tsqlqueryormapperiterator.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013, AOYAMA Kazuharu +/* Copyright (c) 2011-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tsqltransaction.cpp b/src/tsqltransaction.cpp index 0c9057cb9..08804c361 100644 --- a/src/tsqltransaction.cpp +++ b/src/tsqltransaction.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013, AOYAMA Kazuharu +/* Copyright (c) 2011-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tsystemglobal.cpp b/src/tsystemglobal.cpp index 8d0d8315c..844206ae9 100644 --- a/src/tsystemglobal.cpp +++ b/src/tsystemglobal.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013, AOYAMA Kazuharu +/* Copyright (c) 2010-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/ttemporaryfile.cpp b/src/ttemporaryfile.cpp index 21927588e..31aba0fb0 100644 --- a/src/ttemporaryfile.cpp +++ b/src/ttemporaryfile.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013, AOYAMA Kazuharu +/* Copyright (c) 2010-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/ttextview.cpp b/src/ttextview.cpp index c1365f938..4545a7286 100644 --- a/src/ttextview.cpp +++ b/src/ttextview.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013, AOYAMA Kazuharu +/* Copyright (c) 2010-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tthreadapplicationserver.cpp b/src/tthreadapplicationserver.cpp index 9b5cd49d5..c87108e22 100644 --- a/src/tthreadapplicationserver.cpp +++ b/src/tthreadapplicationserver.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013, AOYAMA Kazuharu +/* Copyright (c) 2010-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/turlroute.cpp b/src/turlroute.cpp index 674286832..55b351837 100644 --- a/src/turlroute.cpp +++ b/src/turlroute.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013, AOYAMA Kazuharu +/* Copyright (c) 2011-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/tviewhelper.cpp b/src/tviewhelper.cpp index c40a7de2b..bdf6a8f3e 100644 --- a/src/tviewhelper.cpp +++ b/src/tviewhelper.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013, AOYAMA Kazuharu +/* Copyright (c) 2010-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/twebapplication.cpp b/src/twebapplication.cpp index cb015c764..8cff83142 100644 --- a/src/twebapplication.cpp +++ b/src/twebapplication.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013, AOYAMA Kazuharu +/* Copyright (c) 2010-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/src/twebapplication_win.cpp b/src/twebapplication_win.cpp index a108c96f3..c3192d148 100644 --- a/src/twebapplication_win.cpp +++ b/src/twebapplication_win.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013, AOYAMA Kazuharu +/* Copyright (c) 2010-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/tools/tfmanager/processinfo.cpp b/tools/tfmanager/processinfo.cpp index 4b1dc48e0..1c89b1137 100644 --- a/tools/tfmanager/processinfo.cpp +++ b/tools/tfmanager/processinfo.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013, AOYAMA Kazuharu +/* Copyright (c) 2011-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/tools/tfmanager/processinfo_linux.cpp b/tools/tfmanager/processinfo_linux.cpp index 400592c3a..f6c90311d 100644 --- a/tools/tfmanager/processinfo_linux.cpp +++ b/tools/tfmanager/processinfo_linux.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013, AOYAMA Kazuharu +/* Copyright (c) 2011-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/tools/tfmanager/processinfo_macx.cpp b/tools/tfmanager/processinfo_macx.cpp index 9af072f11..cd4b4d7c5 100644 --- a/tools/tfmanager/processinfo_macx.cpp +++ b/tools/tfmanager/processinfo_macx.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013, AOYAMA Kazuharu +/* Copyright (c) 2011-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/tools/tfmanager/servermanager_unix.cpp b/tools/tfmanager/servermanager_unix.cpp index c4bbc739b..48dbfd389 100644 --- a/tools/tfmanager/servermanager_unix.cpp +++ b/tools/tfmanager/servermanager_unix.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013, AOYAMA Kazuharu +/* Copyright (c) 2010-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/tools/tfmanager/servermanager_win.cpp b/tools/tfmanager/servermanager_win.cpp index c4bbc739b..48dbfd389 100644 --- a/tools/tfmanager/servermanager_win.cpp +++ b/tools/tfmanager/servermanager_win.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013, AOYAMA Kazuharu +/* Copyright (c) 2010-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/tools/tfmanager/windowsservice_win.cpp b/tools/tfmanager/windowsservice_win.cpp index 7228afd8b..ec9a44f40 100644 --- a/tools/tfmanager/windowsservice_win.cpp +++ b/tools/tfmanager/windowsservice_win.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2013, AOYAMA Kazuharu +/* Copyright (c) 2012-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/tools/tmake/erbconverter.cpp b/tools/tmake/erbconverter.cpp index 59460e274..28efcde9d 100644 --- a/tools/tmake/erbconverter.cpp +++ b/tools/tmake/erbconverter.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013, AOYAMA Kazuharu +/* Copyright (c) 2010-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/tools/tmake/erbparser.cpp b/tools/tmake/erbparser.cpp index fbff7aaac..7b4eb0b74 100644 --- a/tools/tmake/erbparser.cpp +++ b/tools/tmake/erbparser.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013, AOYAMA Kazuharu +/* Copyright (c) 2010-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/tools/tmake/otamaconverter.cpp b/tools/tmake/otamaconverter.cpp index 8e40c2980..3cc7b04bd 100644 --- a/tools/tmake/otamaconverter.cpp +++ b/tools/tmake/otamaconverter.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013, AOYAMA Kazuharu +/* Copyright (c) 2010-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/tools/tmake/otmparser.cpp b/tools/tmake/otmparser.cpp index 67b66f5a8..89f4f8741 100644 --- a/tools/tmake/otmparser.cpp +++ b/tools/tmake/otmparser.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013, AOYAMA Kazuharu +/* Copyright (c) 2010-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/tools/tmake/viewconverter.cpp b/tools/tmake/viewconverter.cpp index f06bd2bbe..a78c20e24 100644 --- a/tools/tmake/viewconverter.cpp +++ b/tools/tmake/viewconverter.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013, AOYAMA Kazuharu +/* Copyright (c) 2010-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/tools/tspawn/controllergenerator.cpp b/tools/tspawn/controllergenerator.cpp index e233c6440..3bd2a2677 100644 --- a/tools/tspawn/controllergenerator.cpp +++ b/tools/tspawn/controllergenerator.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013, AOYAMA Kazuharu +/* Copyright (c) 2010-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/tools/tspawn/erbgenerator.cpp b/tools/tspawn/erbgenerator.cpp index 5b96540b4..4302ca001 100644 --- a/tools/tspawn/erbgenerator.cpp +++ b/tools/tspawn/erbgenerator.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2013, AOYAMA Kazuharu +/* Copyright (c) 2012-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/tools/tspawn/filewriter.cpp b/tools/tspawn/filewriter.cpp index 0dc5f9ba3..10de59e65 100644 --- a/tools/tspawn/filewriter.cpp +++ b/tools/tspawn/filewriter.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013, AOYAMA Kazuharu +/* Copyright (c) 2010-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/tools/tspawn/global.cpp b/tools/tspawn/global.cpp index 769e17b28..c28da19b4 100644 --- a/tools/tspawn/global.cpp +++ b/tools/tspawn/global.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013, AOYAMA Kazuharu +/* Copyright (c) 2010-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/tools/tspawn/main.cpp b/tools/tspawn/main.cpp index f095728d5..5f9a898c7 100644 --- a/tools/tspawn/main.cpp +++ b/tools/tspawn/main.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013, AOYAMA Kazuharu +/* Copyright (c) 2010-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/tools/tspawn/modelgenerator.cpp b/tools/tspawn/modelgenerator.cpp index 1364e69e5..368267803 100644 --- a/tools/tspawn/modelgenerator.cpp +++ b/tools/tspawn/modelgenerator.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013, AOYAMA Kazuharu +/* Copyright (c) 2010-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/tools/tspawn/mongocommand.cpp b/tools/tspawn/mongocommand.cpp index 4c3b37b55..a795a1ec6 100644 --- a/tools/tspawn/mongocommand.cpp +++ b/tools/tspawn/mongocommand.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2013, AOYAMA Kazuharu +/* Copyright (c) 2013-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/tools/tspawn/mongoobjgenerator.cpp b/tools/tspawn/mongoobjgenerator.cpp index 05cab3760..fe7475316 100644 --- a/tools/tspawn/mongoobjgenerator.cpp +++ b/tools/tspawn/mongoobjgenerator.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2013, AOYAMA Kazuharu +/* Copyright (c) 2013-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/tools/tspawn/otamagenerator.cpp b/tools/tspawn/otamagenerator.cpp index 5c9df4247..7cf5e4722 100644 --- a/tools/tspawn/otamagenerator.cpp +++ b/tools/tspawn/otamagenerator.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013, AOYAMA Kazuharu +/* Copyright (c) 2010-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/tools/tspawn/sqlobjgenerator.cpp b/tools/tspawn/sqlobjgenerator.cpp index 519f30620..d7fce92d8 100644 --- a/tools/tspawn/sqlobjgenerator.cpp +++ b/tools/tspawn/sqlobjgenerator.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013, AOYAMA Kazuharu +/* Copyright (c) 2010-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/tools/tspawn/tableschema.cpp b/tools/tspawn/tableschema.cpp index 9817cd12a..0ea809e26 100644 --- a/tools/tspawn/tableschema.cpp +++ b/tools/tspawn/tableschema.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013, AOYAMA Kazuharu +/* Copyright (c) 2010-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of diff --git a/tools/tspawn/validatorgenerator.cpp b/tools/tspawn/validatorgenerator.cpp index b2e9e85b2..7eb1501b4 100644 --- a/tools/tspawn/validatorgenerator.cpp +++ b/tools/tspawn/validatorgenerator.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013, AOYAMA Kazuharu +/* Copyright (c) 2011-2015, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of