Skip to content

Commit fd9f5e7

Browse files
committed
Update copyright to include 2015
1 parent 58ac921 commit fd9f5e7

13 files changed

Lines changed: 76 additions & 16 deletions

example/cxy_synch_trace.erl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%%%------------------------------------------------------------------------------
2-
%%% @copyright (c) 2014, DuoMark International, Inc.
2+
%%% @copyright (c) 2014-2015, DuoMark International, Inc.
33
%%% @author Jay Nelson <jay@duomark.com> [http://duomark.com/]
4-
%%% @reference 2013 Development sponsored by TigerText, Inc. [http://tigertext.com/]
4+
%%% @reference 2014-2015 Development sponsored by TigerText, Inc. [http://tigertext.com/]
55
%%% @reference The license is based on the template for Modified BSD from
66
%%% <a href="http://opensource.org/licenses/BSD-3-Clause">OSI</a>
77
%%% @doc

src/cxy_cache.erl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%%%------------------------------------------------------------------------------
2-
%%% @copyright (c) 2013-2014, DuoMark International, Inc.
2+
%%% @copyright (c) 2013-2015, DuoMark International, Inc.
33
%%% @author Jay Nelson <jay@duomark.com>
4-
%%% @reference 2013-2014 Development sponsored by TigerText, Inc. [http://tigertext.com/]
4+
%%% @reference 2013-2015 Development sponsored by TigerText, Inc. [http://tigertext.com/]
55
%%% @reference The license is based on the template for Modified BSD from
66
%%% <a href="http://opensource.org/licenses/BSD-3-Clause">OSI</a>
77
%%% @doc

src/cxy_cache_fsm.erl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%%%------------------------------------------------------------------------------
2-
%%% @copyright (c) 2013-2014, DuoMark International, Inc.
2+
%%% @copyright (c) 2013-2015, DuoMark International, Inc.
33
%%% @author Jay Nelson <jay@duomark.com>
4-
%%% @reference 2013-2014 Development sponsored by TigerText, Inc. [http://tigertext.com/]
4+
%%% @reference 2013-2015 Development sponsored by TigerText, Inc. [http://tigertext.com/]
55
%%% @reference The license is based on the template for Modified BSD from
66
%%% <a href="http://opensource.org/licenses/BSD-3-Clause">OSI</a>
77
%%% @doc

src/cxy_cache_sup.erl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%%%------------------------------------------------------------------------------
2-
%%% @copyright (c) 2013-2014, DuoMark International, Inc.
2+
%%% @copyright (c) 2013-2015, DuoMark International, Inc.
33
%%% @author Jay Nelson <jay@duomark.com>
4-
%%% @reference 2013-2014 Development sponsored by TigerText, Inc. [http://tigertext.com/]
4+
%%% @reference 2013-2015 Development sponsored by TigerText, Inc. [http://tigertext.com/]
55
%%% @reference The license is based on the template for Modified BSD from
66
%%% <a href="http://opensource.org/licenses/BSD-3-Clause">OSI</a>
77
%%% @doc

src/cxy_ctl.erl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%%%------------------------------------------------------------------------------
2-
%%% @copyright (c) 2013-2014, DuoMark International, Inc.
2+
%%% @copyright (c) 2013-2015, DuoMark International, Inc.
33
%%% @author Jay Nelson <jay@duomark.com> [http://duomark.com/]
4-
%%% @reference 2013-2014 Development sponsored by TigerText, Inc. [http://tigertext.com/]
4+
%%% @reference 2013-2015 Development sponsored by TigerText, Inc. [http://tigertext.com/]
55
%%% @reference The license is based on the template for Modified BSD from
66
%%% <a href="http://opensource.org/licenses/BSD-3-Clause">OSI</a>
77
%%% @doc

src/cxy_synch.erl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%%%------------------------------------------------------------------------------
2-
%%% @copyright (c) 2014, DuoMark International, Inc.
2+
%%% @copyright (c) 2014-2015, DuoMark International, Inc.
33
%%% @author Jay Nelson <jay@duomark.com> [http://duomark.com/]
4-
%%% @reference 2013 Development sponsored by TigerText, Inc. [http://tigertext.com/]
4+
%%% @reference 2014-2015 Development sponsored by TigerText, Inc. [http://tigertext.com/]
55
%%% @reference The license is based on the template for Modified BSD from
66
%%% <a href="http://opensource.org/licenses/BSD-3-Clause">OSI</a>
77
%%% @doc

src/ets_buffer.erl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%%%------------------------------------------------------------------------------
2-
%%% @copyright (c) 2013-2014, DuoMark International, Inc.
2+
%%% @copyright (c) 2013-2015, DuoMark International, Inc.
33
%%% @author Jay Nelson <jay@duomark.com> [http://duomark.com/]
4-
%%% @reference 2013-2014 Development sponsored by TigerText, Inc. [http://tigertext.com/]
4+
%%% @reference 2013-2015 Development sponsored by TigerText, Inc. [http://tigertext.com/]
55
%%% @reference The license is based on the template for Modified BSD from
66
%%% <a href="http://opensource.org/licenses/BSD-3-Clause">OSI</a>
77
%%% @doc

test/epocxy/cxy_cache_SUITE.erl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%%%------------------------------------------------------------------------------
2-
%%% @copyright (c) 2013-2014, DuoMark International, Inc.
2+
%%% @copyright (c) 2013-2015, DuoMark International, Inc.
33
%%% @author Jay Nelson <jay@duomark.com>
4-
%%% @reference 2013-2014 Development sponsored by TigerText, Inc. [http://tigertext.com/]
4+
%%% @reference 2013-2015 Development sponsored by TigerText, Inc. [http://tigertext.com/]
55
%%% @reference The license is based on the template for Modified BSD from
66
%%% <a href="http://opensource.org/licenses/BSD-3-Clause">OSI</a>
77
%%% @doc

test/epocxy/cxy_ctl_SUITE.erl

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
%%%------------------------------------------------------------------------------
2+
%%% @copyright (c) 2013-2015, DuoMark International, Inc.
3+
%%% @author Jay Nelson <jay@duomark.com>
4+
%%% @reference 2013-2015 Development sponsored by TigerText, Inc. [http://tigertext.com/]
5+
%%% @reference The license is based on the template for Modified BSD from
6+
%%% <a href="http://opensource.org/licenses/BSD-3-Clause">OSI</a>
7+
%%% @doc
8+
%%% Tests for cxy_ctl using common test.
9+
%%%
10+
%%% @since 0.9.6
11+
%%% @end
12+
%%%------------------------------------------------------------------------------
113
-module(cxy_ctl_SUITE).
214
-auth('jay@duomark.com').
315
-vsn('').

test/epocxy/ets_buffer_SUITE.erl

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
%%%------------------------------------------------------------------------------
2+
%%% @copyright (c) 2013-2015, DuoMark International, Inc.
3+
%%% @author Jay Nelson <jay@duomark.com>
4+
%%% @reference 2013-2015 Development sponsored by TigerText, Inc. [http://tigertext.com/]
5+
%%% @reference The license is based on the template for Modified BSD from
6+
%%% <a href="http://opensource.org/licenses/BSD-3-Clause">OSI</a>
7+
%%% @doc
8+
%%% Tests for ets_buffer using common test.
9+
%%%
10+
%%% @since 0.9.6
11+
%%% @end
12+
%%%------------------------------------------------------------------------------
113
-module(ets_buffer_SUITE).
214
-auth('jay@duomark.com').
315
-vsn('').

0 commit comments

Comments
 (0)