Skip to content

Commit

Permalink
update r769
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix committed Jan 5, 2015
1 parent 43ce85b commit 5671d55
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ iutest LICENSE
==============================================================================
/*
--------------------------------------------------------------------------------
Copyright (c) 2011-2014, Takazumi-Shirayanagi
Copyright (c) 2011-2015, Takazumi Shirayanagi
--------------------------------------------------------------------------------
*/

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Project page
License
--------------------------------------------------

Copyright (c) 2011-2014, Takazumi-Shirayanagi,
Copyright (c) 2011-2015, Takazumi Shirayanagi,
All rights reserved.

This software is released under the new(3-clause) BSD License, see LICENSE
Expand Down
4 changes: 2 additions & 2 deletions include/iutest_ver.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* @author t.shirayanagi
* @par copyright
* Copyright (C) 2011-2014, Takazumi Shirayanagi\n
* Copyright (C) 2011-2015, Takazumi Shirayanagi\n
* This software is released under the new BSD License,
* see LICENSE
*/
Expand All @@ -31,7 +31,7 @@
* google group: https://groups.google.com/forum/?fromgroups#!forum/g-iutest \n
*
* @par copyright
* Copyright (C) 2011-2014, Takazumi Shirayanagi\n
* Copyright (C) 2011-2015, Takazumi Shirayanagi\n
* This software is released under the new BSD License.
*
* @par LICENSE
Expand Down
4 changes: 2 additions & 2 deletions tools/paiza.io/iupaiza.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
import re
import codecs
import argparse
import paiza
import paizaio

from argparse import ArgumentParser
from paiza import PaizaIO
from paizaio import PaizaIO

IUTEST_FUSED_SRC = os.path.join(os.path.dirname(__file__), '../../fused-src/iutest.min.hpp')
IUTEST_INCLUDE_REGEX = re.compile(r'^\s*#\s*include\s*".*iutest\.hpp"')
Expand Down
2 changes: 1 addition & 1 deletion tools/paiza.io/paiza.py → tools/paiza.io/paizaio.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# pypaiza.py
# paizaio.py
#

import requests
Expand Down

0 comments on commit 5671d55

Please sign in to comment.