aboutsummaryrefslogtreecommitdiff
path: root/transport
diff options
context:
space:
mode:
Diffstat (limited to 'transport')
-rw-r--r--transport/http.go2
-rw-r--r--transport/tcp.go2
-rw-r--r--transport/transport.go2
-rw-r--r--transport/unix.go2
4 files changed, 4 insertions, 4 deletions
diff --git a/transport/http.go b/transport/http.go
index bb2321b..fb27a61 100644
--- a/transport/http.go
+++ b/transport/http.go
@@ -2,7 +2,7 @@
//
//Copyright (C) 2022 Alexander Kiryukhin <i@neonxp.dev>
//
-//This file is part of go.neonxp.dev/jsonrpc2 project.
+//This file is part of go.neonxp.ru/jsonrpc2 project.
//
//This program is free software: you can redistribute it and/or modify
//it under the terms of the GNU General Public License as published by
diff --git a/transport/tcp.go b/transport/tcp.go
index e8bbabe..cb1abca 100644
--- a/transport/tcp.go
+++ b/transport/tcp.go
@@ -2,7 +2,7 @@
//
//Copyright (C) 2022 Alexander Kiryukhin <i@neonxp.dev>
//
-//This file is part of go.neonxp.dev/jsonrpc2 project.
+//This file is part of go.neonxp.ru/jsonrpc2 project.
//
//This program is free software: you can redistribute it and/or modify
//it under the terms of the GNU General Public License as published by
diff --git a/transport/transport.go b/transport/transport.go
index ff9c1ba..e8886a4 100644
--- a/transport/transport.go
+++ b/transport/transport.go
@@ -2,7 +2,7 @@
//
//Copyright (C) 2022 Alexander Kiryukhin <i@neonxp.dev>
//
-//This file is part of go.neonxp.dev/jsonrpc2 project.
+//This file is part of go.neonxp.ru/jsonrpc2 project.
//
//This program is free software: you can redistribute it and/or modify
//it under the terms of the GNU General Public License as published by
diff --git a/transport/unix.go b/transport/unix.go
index f477d42..496c2f6 100644
--- a/transport/unix.go
+++ b/transport/unix.go
@@ -2,7 +2,7 @@
//
//Copyright (C) 2022 Max Nikitenko <moaddib666@gmail.com>
//
-//This file is part of go.neonxp.dev/jsonrpc2 project.
+//This file is part of go.neonxp.ru/jsonrpc2 project.
//
//This program is free software: you can redistribute it and/or modify
//it under the terms of the GNU General Public License as published by