You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2017/09/28 21:02:56 UTC

[48/50] meck commit: updated refs/heads/master to 3544aca

Update copyright notices


Project: http://git-wip-us.apache.org/repos/asf/couchdb-meck/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-meck/commit/cb155caf
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-meck/tree/cb155caf
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-meck/diff/cb155caf

Branch: refs/heads/master
Commit: cb155caf49b370cc72c6600f773c8cdab10e67d6
Parents: 2dbccc1
Author: Adam Lindberg <he...@alind.io>
Authored: Tue Aug 29 14:30:30 2017 +0200
Committer: Adam Lindberg <he...@alind.io>
Committed: Tue Aug 29 14:30:30 2017 +0200

----------------------------------------------------------------------
 NOTICE                       | 3 ++-
 doc/overview.edoc            | 4 ++--
 src/meck.erl                 | 4 ++--
 src/meck_code.erl            | 4 ++--
 test/meck_expect_tests.erl   | 2 +-
 test/meck_ret_spec_tests.erl | 2 +-
 test/meck_tests.erl          | 2 +-
 7 files changed, 11 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-meck/blob/cb155caf/NOTICE
----------------------------------------------------------------------
diff --git a/NOTICE b/NOTICE
index 18ce5a7..ad6b6e6 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,6 @@
 Copyright 2011 Adam Lindberg
+Copyright 2010-2017 Adam Lindberg
 
-Copyright 2011 Erlang Solutions
+Copyright 2010-2011 Erlang Solutions Ltd
 This product contains code developed at Erlang Solutions.
 (http://www.erlang-solutions.com/)

http://git-wip-us.apache.org/repos/asf/couchdb-meck/blob/cb155caf/doc/overview.edoc
----------------------------------------------------------------------
diff --git a/doc/overview.edoc b/doc/overview.edoc
index a924652..9611f32 100644
--- a/doc/overview.edoc
+++ b/doc/overview.edoc
@@ -1,5 +1,5 @@
 %%==============================================================================
-%% Copyright 2010 Erlang Solutions Ltd.
+%% Copyright 2010-2017 Adam Lindberg, 2010-2011 Erlang Solutions Ltd
 %%
 %% Licensed under the Apache License, Version 2.0 (the "License");
 %% you may not use this file except in compliance with the License.
@@ -15,7 +15,7 @@
 %%==============================================================================
 
 @author Adam Lindberg <ep...@gmail.com>
-@copyright 2011, Adam Lindberg & Erlang Solutions Ltd
+@copyright 2010-2017 Adam Lindberg, 2010-2011 Erlang Solutions Ltd
 @version 0.8.8
 @title meck, a Mocking Library for Erlang
 

http://git-wip-us.apache.org/repos/asf/couchdb-meck/blob/cb155caf/src/meck.erl
----------------------------------------------------------------------
diff --git a/src/meck.erl b/src/meck.erl
index 7206f7c..6e2b324 100644
--- a/src/meck.erl
+++ b/src/meck.erl
@@ -1,5 +1,5 @@
 %%%============================================================================
-%%% Copyright 2011 Adam Lindberg & Erlang Solutions Ltd.
+%%% Copyright 2010-2017 Adam Lindberg, 2010-2011 Erlang Solutions Ltd
 %%%
 %%% Licensed under the Apache License, Version 2.0 (the "License");
 %%% you may not use this file except in compliance with the License.
@@ -15,7 +15,7 @@
 %%%============================================================================
 
 %%% @author Adam Lindberg <ep...@gmail.com>
-%%% @copyright 2011, Adam Lindberg & Erlang Solutions Ltd
+%%% @copyright 2010-2017 Adam Lindberg, 2010-2011 Erlang Solutions Ltd
 %%% @doc Module mocking library for Erlang.
 
 -module(meck).

http://git-wip-us.apache.org/repos/asf/couchdb-meck/blob/cb155caf/src/meck_code.erl
----------------------------------------------------------------------
diff --git a/src/meck_code.erl b/src/meck_code.erl
index 806a721..4801e19 100644
--- a/src/meck_code.erl
+++ b/src/meck_code.erl
@@ -1,5 +1,5 @@
 %%=============================================================================
-%% Copyright 2011 Adam Lindberg & Erlang Solutions Ltd.
+%% Copyright 2010-2017 Adam Lindberg, 2010-2011 Erlang Solutions Ltd
 %%
 %% Licensed under the Apache License, Version 2.0 (the "License");
 %% you may not use this file except in compliance with the License.
@@ -16,7 +16,7 @@
 
 %% @hidden
 %% @author Adam Lindberg <ep...@gmail.com>
-%% @copyright 2011, Adam Lindberg & Erlang Solutions Ltd
+%% @copyright 2010-2017 Adam Lindberg, 2010-2011 Erlang Solutions Ltd
 %% @doc Module wrangling helper functions.
 
 -module(meck_code).

http://git-wip-us.apache.org/repos/asf/couchdb-meck/blob/cb155caf/test/meck_expect_tests.erl
----------------------------------------------------------------------
diff --git a/test/meck_expect_tests.erl b/test/meck_expect_tests.erl
index 08b17f3..574536e 100644
--- a/test/meck_expect_tests.erl
+++ b/test/meck_expect_tests.erl
@@ -1,5 +1,5 @@
 %%%============================================================================
-%%% Copyright 2010 Erlang Solutions Ltd.
+%%% Copyright 2010-2017 Adam Lindberg, 2010-2011 Erlang Solutions Ltd
 %%%
 %%% Licensed under the Apache License, Version 2.0 (the "License");
 %%% you may not use this file except in compliance with the License.

http://git-wip-us.apache.org/repos/asf/couchdb-meck/blob/cb155caf/test/meck_ret_spec_tests.erl
----------------------------------------------------------------------
diff --git a/test/meck_ret_spec_tests.erl b/test/meck_ret_spec_tests.erl
index 485f99d..0d3398e 100644
--- a/test/meck_ret_spec_tests.erl
+++ b/test/meck_ret_spec_tests.erl
@@ -1,5 +1,5 @@
 %%%============================================================================
-%%% Copyright 2010 Erlang Solutions Ltd.
+%%% Copyright 2010-2017 Adam Lindberg, 2010-2011 Erlang Solutions Ltd
 %%%
 %%% Licensed under the Apache License, Version 2.0 (the "License");
 %%% you may not use this file except in compliance with the License.

http://git-wip-us.apache.org/repos/asf/couchdb-meck/blob/cb155caf/test/meck_tests.erl
----------------------------------------------------------------------
diff --git a/test/meck_tests.erl b/test/meck_tests.erl
index 1801a1b..bd3d3eb 100644
--- a/test/meck_tests.erl
+++ b/test/meck_tests.erl
@@ -1,5 +1,5 @@
 %%=============================================================================
-%% Copyright 2010 Erlang Solutions Ltd.
+%% Copyright 2010-2017 Adam Lindberg, 2010-2011 Erlang Solutions Ltd
 %%
 %% Licensed under the Apache License, Version 2.0 (the "License");
 %% you may not use this file except in compliance with the License.