Skip to content

Commit

Permalink
1.0.4
Browse files Browse the repository at this point in the history
- updates to Radiant Media Player 5.7.10
- updates to LICENSE
  • Loading branch information
radiantmediaplayer committed May 4, 2020
1 parent 711aed7 commit d2ec77b
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 8 deletions.
9 changes: 8 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
MIT License

Copyright (c) 2019 Radiant Media Player | https://www.radiantmediaplayer.com
rmp-prebid is released under MIT License.
Terms are outlined below (from opensource.org)

Radiant Media Player | https://www.radiantmediaplayer.com
Copyright (c) 2020 Radiant Media Player
Radiant Media Player is a commercial HTML5 media player, not covered by this MIT license.
Radiant Media Player license can be found here: https://www.radiantmediaplayer.com/terms-of-service.html.
You may request a free trial for Radiant Media Player at: https://www.radiantmediaplayer.com/free-trial.html.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,15 @@ The above examples are start points to best implement header bidding for Radiant
- configure your prebid according to your requirements and adserver
- use a prebid.js custom build that only encompasses your target bidders

## License
rmp-prebid examples are released under MIT License
## License for rmp-prebid
rmp-prebid is released under MIT License

Prebid.js is released under Apache License 2.0
## License for Prebid.js
Prebid.js is released under [Apache License 2.0](https://github.com/prebid/Prebid.js/blob/master/LICENSE)

Radiant Media Player is a commercial HTML5 video player and has its own license which can be found here: [https://www.radiantmediaplayer.com/terms-of-service.html](https://www.radiantmediaplayer.com/terms-of-service.html)
## License for Radiant Media Player
Radiant Media Player is a commercial HTML5 media player, not covered by the above MIT license.

Radiant Media Player license can be found here: [https://www.radiantmediaplayer.com/terms-of-service.html](https://www.radiantmediaplayer.com/terms-of-service.html).

You may request a free trial for Radiant Media Player at: [https://www.radiantmediaplayer.com/free-trial.html](https://www.radiantmediaplayer.com/free-trial.html).
2 changes: 1 addition & 1 deletion instream-client-side.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Instream Video</title>
<!-- Radiant Media Player core library - debug browser console mode (use rmp.min.js for production) -->
<script
src="https://cdn.radiantmediatechs.com/rmp/5.6.5/js/rmp.debug.js"></script>
src="https://cdn.radiantmediatechs.com/rmp/5.7.10/js/rmp.debug.js"></script>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion instream-prebid-server.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Instream Video</title>
<!-- Radiant Media Player core library - debug browser console mode (use rmp.min.js for production) -->
<script
src="https://cdn.radiantmediatechs.com/rmp/5.6.5/js/rmp.debug.js"></script>
src="https://cdn.radiantmediatechs.com/rmp/5.7.10/js/rmp.debug.js"></script>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion outstream.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Outstream Video</title>
<!-- Radiant Media Player core library - debug browser console mode (use rmp.min.js for production) -->
<script
src="https://cdn.radiantmediatechs.com/rmp/5.6.5/js/rmp.debug.js"></script>
src="https://cdn.radiantmediatechs.com/rmp/5.7.10/js/rmp.debug.js"></script>
</head>

<body>
Expand Down

0 comments on commit d2ec77b

Please sign in to comment.