Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Commit

Permalink
Website hostname change: kurento.org -> kurento.openvidu.io
Browse files Browse the repository at this point in the history
  • Loading branch information
j1elo committed Dec 12, 2022
1 parent a300d7a commit 86fa01e
Show file tree
Hide file tree
Showing 12 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(C) Copyright 2016 Kurento (http://kurento.org)
(C) Copyright 2016 Kurento (https://kurento.openvidu.io/)

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

Copyright 2018 [Kurento]. Licensed under [Apache 2.0 License].

[Kurento]: https://kurento.org
[Kurento]: https://kurento.openvidu.io/
[KurentoImage]: https://secure.gravatar.com/avatar/21a2a12c56b2a91c8918d5779f1778bf?s=120
[Apache 2.0 License]: http://www.apache.org/licenses/LICENSE-2.0

Expand All @@ -25,7 +25,7 @@ The kms-filters project contains **filter elements** for the Kurento Media Serve
About Kurento
=============

Kurento is an open source software project providing a platform suitable for creating modular applications with advanced real-time communication capabilities. For knowing more about Kurento, please visit the Kurento project website: https://www.kurento.org.
Kurento is an open source software project providing a platform suitable for creating modular applications with advanced real-time communication capabilities. For knowing more about Kurento, please visit the Kurento project website: https://kurento.openvidu.io/.

Kurento is part of [FIWARE]. For further information on the relationship of FIWARE and Kurento check the [Kurento FIWARE Catalog Entry]. Kurento is also part of the [NUBOMEDIA] research initiative.

Expand All @@ -40,7 +40,7 @@ Documentation

The Kurento project provides detailed [documentation] including tutorials, installation and development guides. The [Open API specification], also known as *Kurento Protocol*, is available on [apiary.io].

[documentation]: https://www.kurento.org/documentation
[documentation]: https://kurento.openvidu.io/documentation
[Open API specification]: http://kurento.github.io/doc-kurento/
[apiary.io]: http://docs.streamoriented.apiary.io/

Expand All @@ -62,7 +62,7 @@ Issues:

News:

* [Kurento Blog](https://www.kurento.org/blog)
* [Kurento Blog](https://kurento.openvidu.io/blog)
* [Google Groups](https://groups.google.com/forum/#!forum/kurento)


Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Build-Depends: debhelper (>= 9),
Standards-Version: 4.0.0
Vcs-Git: https://github.com/Kurento/kms-filters.git
Vcs-Browser: https://github.com/Kurento/kms-filters
Homepage: https://www.kurento.org
Homepage: https://kurento.openvidu.io/

Package: kms-filters
Architecture: any
Expand Down
2 changes: 1 addition & 1 deletion debian/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Upstream-Contact: Kurento <[email protected]>
Source: https://github.com/Kurento/kms-filters

Files: *
Copyright: 2018, Kurento (https://www.kurento.org)
Copyright: 2018, Kurento (https://kurento.openvidu.io/)
License: Apache-2.0
On Debian systems, the full text of the Apache-2.0 license
can be found in the file '/usr/share/common-licenses/Apache-2.0'
2 changes: 1 addition & 1 deletion src/gst-plugins/facedetector/facedetector.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
kmsfacedetector,
"Kurento facedetector filter",
init, VERSION, GST_LICENSE_UNKNOWN, "Kurento", "http://kurento.com/")
init, VERSION, GST_LICENSE_UNKNOWN, "Kurento", "https://kurento.openvidu.io/")
2 changes: 1 addition & 1 deletion src/gst-plugins/faceoverlay/faceoverlay.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
kmsfaceoverlay,
"Kurento faceoverlay filter",
init, VERSION, GST_LICENSE_UNKNOWN, "Kurento", "http://kurento.com/")
init, VERSION, GST_LICENSE_UNKNOWN, "Kurento", "https://kurento.openvidu.io/")
2 changes: 1 addition & 1 deletion src/gst-plugins/imageoverlay/imageoverlay.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
kmsimageoverlay,
"Kurento imageoverlay filter",
init, VERSION, GST_LICENSE_UNKNOWN, "Kurento", "http://kurento.com/")
init, VERSION, GST_LICENSE_UNKNOWN, "Kurento", "https://kurento.openvidu.io/")
2 changes: 1 addition & 1 deletion src/gst-plugins/logooverlay/logooverlay.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
kmslogooverlay,
"Kurento logooverlay filter",
init, VERSION, GST_LICENSE_UNKNOWN, "Kurento", "http://kurento.com/")
init, VERSION, GST_LICENSE_UNKNOWN, "Kurento", "https://kurento.openvidu.io/")
2 changes: 1 addition & 1 deletion src/gst-plugins/movementdetector/movementdetector.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
kmsmovementdetector,
"Kurento movement filter",
init, VERSION, GST_LICENSE_UNKNOWN, "Kurento", "http://kurento.com/")
init, VERSION, GST_LICENSE_UNKNOWN, "Kurento", "https://kurento.openvidu.io/")
2 changes: 1 addition & 1 deletion src/gst-plugins/opencvfilter/opencvfilter.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
kmsopencvfilter,
"Kurento generic opencv filter",
init, VERSION, GST_LICENSE_UNKNOWN, "Kurento", "http://kurento.com/")
init, VERSION, GST_LICENSE_UNKNOWN, "Kurento", "https://kurento.openvidu.io/")
4 changes: 2 additions & 2 deletions src/server/interface/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"license": "ALv2",
"homepage": "http://www.kurento.com",
"author": "Kurento <info@kurento.com> (http://kurento.org)",
"homepage": "https://kurento.openvidu.io/",
"author": "Kurento <kurento@openvidu.io> (https://kurento.openvidu.io/)",
"bugs": {
"email": "[email protected]"
}
Expand Down
4 changes: 2 additions & 2 deletions src/server/interface/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>

<description>Kurento Media Server filters module</description>
<url>http://www.kurento.org/</url>
<url>https://kurento.openvidu.io/</url>

<licenses>
<license>
Expand All @@ -18,7 +18,7 @@
<id>kurento.org</id>
<name>Kurento Community</name>
<organization>kurento.org</organization>
<organizationUrl>http://www.kurento.org</organizationUrl>
<organizationUrl>https://kurento.openvidu.io/</organizationUrl>
</developer>
</developers>

Expand Down

0 comments on commit 86fa01e

Please sign in to comment.