Browse Source

Update copyright notices.

Roberto Ostinelli 9 years ago
parent
commit
0223231b3e

+ 1 - 1
LICENSE.md

@@ -1,6 +1,6 @@
 # The MIT License (MIT)
 
-Copyright (c) 2015 Roberto Ostinelli
+Copyright (c) 2016 Roberto Ostinelli and Neato Robotics, Inc.
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal

+ 1 - 4
include/syn.hrl

@@ -1,12 +1,9 @@
 %% ==========================================================================================================
 %% Syn - A global process registry.
 %%
-%% Copyright (C) 2015, Roberto Ostinelli <roberto@ostinelli.net>.
-%% All rights reserved.
-%%
 %% The MIT License (MIT)
 %%
-%% Copyright (c) 2015 Roberto Ostinelli
+%% Copyright (c) 2016 Roberto Ostinelli <roberto@ostinelli.net> and Neato Robotics, Inc.
 %%
 %% Permission is hereby granted, free of charge, to any person obtaining a copy
 %% of this software and associated documentation files (the "Software"), to deal

+ 1 - 4
src/syn.erl

@@ -1,12 +1,9 @@
 %% ==========================================================================================================
 %% Syn - A global process registry.
 %%
-%% Copyright (C) 2015, Roberto Ostinelli <roberto@ostinelli.net>.
-%% All rights reserved.
-%%
 %% The MIT License (MIT)
 %%
-%% Copyright (c) 2015 Roberto Ostinelli
+%% Copyright (c) 2016 Roberto Ostinelli <roberto@ostinelli.net> and Neato Robotics, Inc.
 %%
 %% Permission is hereby granted, free of charge, to any person obtaining a copy
 %% of this software and associated documentation files (the "Software"), to deal

+ 1 - 4
src/syn_app.erl

@@ -1,12 +1,9 @@
 %% ==========================================================================================================
 %% Syn - A global process registry.
 %%
-%% Copyright (C) 2015, Roberto Ostinelli <roberto@ostinelli.net>.
-%% All rights reserved.
-%%
 %% The MIT License (MIT)
 %%
-%% Copyright (c) 2015 Roberto Ostinelli
+%% Copyright (c) 2016 Roberto Ostinelli <roberto@ostinelli.net> and Neato Robotics, Inc.
 %%
 %% Permission is hereby granted, free of charge, to any person obtaining a copy
 %% of this software and associated documentation files (the "Software"), to deal

+ 1 - 4
src/syn_backbone.erl

@@ -1,12 +1,9 @@
 %% ==========================================================================================================
 %% Syn - A global process registry.
 %%
-%% Copyright (C) 2015, Roberto Ostinelli <roberto@ostinelli.net>.
-%% All rights reserved.
-%%
 %% The MIT License (MIT)
 %%
-%% Copyright (c) 2015 Roberto Ostinelli
+%% Copyright (c) 2016 Roberto Ostinelli <roberto@ostinelli.net> and Neato Robotics, Inc.
 %%
 %% Permission is hereby granted, free of charge, to any person obtaining a copy
 %% of this software and associated documentation files (the "Software"), to deal

+ 3 - 7
src/syn_consistency.erl

@@ -1,15 +1,11 @@
 %% ==========================================================================================================
 %% Syn - A global process registry.
 %%
-%% Copyright (C) 2015, Roberto Ostinelli <roberto@ostinelli.net>.
-%% Portions of code from Ulf Wiger's unsplit server module:
-%% <https://github.com/uwiger/unsplit/blob/master/src/unsplit_server.erl>
-%%
-%% All rights reserved.
-%%
 %% The MIT License (MIT)
 %%
-%% Copyright (c) 2015 Roberto Ostinelli
+%% Copyright (c) 2016 Roberto Ostinelli <roberto@ostinelli.net> and Neato Robotics, Inc.
+%% Portions of code from Ulf Wiger's unsplit server module:
+%% <https://github.com/uwiger/unsplit/blob/master/src/unsplit_server.erl>
 %%
 %% Permission is hereby granted, free of charge, to any person obtaining a copy
 %% of this software and associated documentation files (the "Software"), to deal

+ 1 - 4
src/syn_sup.erl

@@ -1,12 +1,9 @@
 %% ==========================================================================================================
 %% Syn - A global process registry.
 %%
-%% Copyright (C) 2015, Roberto Ostinelli <roberto@ostinelli.net>.
-%% All rights reserved.
-%%
 %% The MIT License (MIT)
 %%
-%% Copyright (c) 2015 Roberto Ostinelli
+%% Copyright (c) 2016 Roberto Ostinelli <roberto@ostinelli.net> and Neato Robotics, Inc.
 %%
 %% Permission is hereby granted, free of charge, to any person obtaining a copy
 %% of this software and associated documentation files (the "Software"), to deal

+ 1 - 4
src/syn_utils.erl

@@ -1,12 +1,9 @@
 %% ==========================================================================================================
 %% Syn - A global process registry.
 %%
-%% Copyright (C) 2015, Roberto Ostinelli <roberto@ostinelli.net>.
-%% All rights reserved.
-%%
 %% The MIT License (MIT)
 %%
-%% Copyright (c) 2015 Roberto Ostinelli
+%% Copyright (c) 2016 Roberto Ostinelli <roberto@ostinelli.net> and Neato Robotics, Inc.
 %%
 %% Permission is hereby granted, free of charge, to any person obtaining a copy
 %% of this software and associated documentation files (the "Software"), to deal

+ 1 - 4
test/syn_consistency_SUITE.erl

@@ -1,12 +1,9 @@
 %% ==========================================================================================================
 %% Syn - A global process registry.
 %%
-%% Copyright (C) 2015, Roberto Ostinelli <roberto@ostinelli.net>.
-%% All rights reserved.
-%%
 %% The MIT License (MIT)
 %%
-%% Copyright (c) 2015 Roberto Ostinelli
+%% Copyright (c) 2016 Roberto Ostinelli <roberto@ostinelli.net> and Neato Robotics, Inc.
 %%
 %% Permission is hereby granted, free of charge, to any person obtaining a copy
 %% of this software and associated documentation files (the "Software"), to deal

+ 1 - 4
test/syn_create_mnesia_SUITE.erl

@@ -1,12 +1,9 @@
 %% ==========================================================================================================
 %% Syn - A global process registry.
 %%
-%% Copyright (C) 2015, Roberto Ostinelli <roberto@ostinelli.net>.
-%% All rights reserved.
-%%
 %% The MIT License (MIT)
 %%
-%% Copyright (c) 2015 Roberto Ostinelli
+%% Copyright (c) 2016 Roberto Ostinelli <roberto@ostinelli.net> and Neato Robotics, Inc.
 %%
 %% Permission is hereby granted, free of charge, to any person obtaining a copy
 %% of this software and associated documentation files (the "Software"), to deal

+ 1 - 4
test/syn_register_processes_SUITE.erl

@@ -1,12 +1,9 @@
 %% ==========================================================================================================
 %% Syn - A global process registry.
 %%
-%% Copyright (C) 2015, Roberto Ostinelli <roberto@ostinelli.net>.
-%% All rights reserved.
-%%
 %% The MIT License (MIT)
 %%
-%% Copyright (c) 2015 Roberto Ostinelli
+%% Copyright (c) 2016 Roberto Ostinelli <roberto@ostinelli.net> and Neato Robotics, Inc.
 %%
 %% Permission is hereby granted, free of charge, to any person obtaining a copy
 %% of this software and associated documentation files (the "Software"), to deal

+ 1 - 4
test/syn_test_suite_helper.erl

@@ -1,12 +1,9 @@
 %% ==========================================================================================================
 %% Syn - A global process registry.
 %%
-%% Copyright (C) 2015, Roberto Ostinelli <roberto@ostinelli.net>.
-%% All rights reserved.
-%%
 %% The MIT License (MIT)
 %%
-%% Copyright (c) 2015 Roberto Ostinelli
+%% Copyright (c) 2016 Roberto Ostinelli <roberto@ostinelli.net> and Neato Robotics, Inc.
 %%
 %% Permission is hereby granted, free of charge, to any person obtaining a copy
 %% of this software and associated documentation files (the "Software"), to deal