Skip to content

Commit

Permalink
update copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
gafferongames committed Dec 24, 2023
1 parent 18f5a12 commit f0171a1
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion LICENCE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright © 2016 - 2019, The Network Protocol Company, Inc.
Copyright © 2016 - 2024, Mas Bandwidth LLC.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

Expand Down
2 changes: 1 addition & 1 deletion client.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Yojimbo Client Example (insecure)
Copyright © 2016 - 2019, The Network Protocol Company, Inc.
Copyright © 2016 - 2024, Mas Bandwidth LLC.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
Expand Down
2 changes: 1 addition & 1 deletion loopback.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Yojimbo Loopback Example.
Copyright © 2016 - 2019, The Network Protocol Company, Inc.
Copyright © 2016 - 2024, Mas Bandwidth LLC.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
Expand Down
2 changes: 1 addition & 1 deletion server.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Yojimbo Server Example (insecure)
Copyright © 2016 - 2019, The Network Protocol Company, Inc.
Copyright © 2016 - 2024, Mas Bandwidth LLC.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
Expand Down
14 changes: 7 additions & 7 deletions shared.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Shared Code for Tests and Examples.
Copyright © 2016 - 2019, The Network Protocol Company, Inc.
Copyright © 2016 - 2024, Mas Bandwidth LLC.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
Expand Down Expand Up @@ -142,10 +142,10 @@ enum TestMessageType
};

YOJIMBO_MESSAGE_FACTORY_START( TestMessageFactory, NUM_TEST_MESSAGE_TYPES );
YOJIMBO_DECLARE_MESSAGE_TYPE( TEST_MESSAGE, TestMessage );
YOJIMBO_DECLARE_MESSAGE_TYPE( TEST_BLOCK_MESSAGE, TestBlockMessage );
YOJIMBO_DECLARE_MESSAGE_TYPE( TEST_SERIALIZE_FAIL_ON_READ_MESSAGE, TestSerializeFailOnReadMessage );
YOJIMBO_DECLARE_MESSAGE_TYPE( TEST_EXHAUST_STREAM_ALLOCATOR_ON_READ_MESSAGE, TestExhaustStreamAllocatorOnReadMessage );
YOJIMBO_DECLARE_MESSAGE_TYPE( TEST_MESSAGE, TestMessage );
YOJIMBO_DECLARE_MESSAGE_TYPE( TEST_BLOCK_MESSAGE, TestBlockMessage );
YOJIMBO_DECLARE_MESSAGE_TYPE( TEST_SERIALIZE_FAIL_ON_READ_MESSAGE, TestSerializeFailOnReadMessage );
YOJIMBO_DECLARE_MESSAGE_TYPE( TEST_EXHAUST_STREAM_ALLOCATOR_ON_READ_MESSAGE, TestExhaustStreamAllocatorOnReadMessage );
YOJIMBO_MESSAGE_FACTORY_FINISH();

enum SingleTestMessageType
Expand All @@ -155,7 +155,7 @@ enum SingleTestMessageType
};

YOJIMBO_MESSAGE_FACTORY_START( SingleTestMessageFactory, NUM_SINGLE_TEST_MESSAGE_TYPES );
YOJIMBO_DECLARE_MESSAGE_TYPE( SINGLE_TEST_MESSAGE, TestMessage );
YOJIMBO_DECLARE_MESSAGE_TYPE( SINGLE_TEST_MESSAGE, TestMessage );
YOJIMBO_MESSAGE_FACTORY_FINISH();

enum SingleBlockTestMessageType
Expand All @@ -165,7 +165,7 @@ enum SingleBlockTestMessageType
};

YOJIMBO_MESSAGE_FACTORY_START( SingleBlockTestMessageFactory, NUM_SINGLE_BLOCK_TEST_MESSAGE_TYPES );
YOJIMBO_DECLARE_MESSAGE_TYPE( SINGLE_BLOCK_TEST_MESSAGE, TestBlockMessage );
YOJIMBO_DECLARE_MESSAGE_TYPE( SINGLE_BLOCK_TEST_MESSAGE, TestBlockMessage );
YOJIMBO_MESSAGE_FACTORY_FINISH();

class TestAdapter : public Adapter
Expand Down
2 changes: 1 addition & 1 deletion soak.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Yojimbo Soak Test.
Copyright © 2016 - 2019, The Network Protocol Company, Inc.
Copyright © 2016 - 2024, Mas Bandwidth LLC.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
Expand Down
2 changes: 1 addition & 1 deletion test.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Yojimbo Unit Tests.
Copyright © 2016 - 2019, The Network Protocol Company, Inc.
Copyright © 2016 - 2024, Mas Bandwidth LLC.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
Expand Down
2 changes: 1 addition & 1 deletion yojimbo.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Yojimbo Client/Server Network Library.
Copyright © 2016 - 2019, The Network Protocol Company, Inc.
Copyright © 2016 - 2024, Mas Bandwidth LLC.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
Expand Down
2 changes: 1 addition & 1 deletion yojimbo.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Yojimbo Client/Server Network Library.
Copyright © 2016 - 2019, The Network Protocol Company, Inc.
Copyright © 2016 - 2024, Mas Bandwidth LLC.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
Expand Down

0 comments on commit f0171a1

Please sign in to comment.