commit 6d8fac0b3c2775ae45669b3ed69fc6a113e5388a
parent 0f5e0785fc34b0ba76c647f4af84ac0c662d8420
Author: parazyd <parazyd@dyne.org>
Date: Mon, 17 Dec 2018 09:45:34 -0500
Apply my full name in the license headers.
Diffstat:
12 files changed, 97 insertions(+), 77 deletions(-)
diff --git a/cmd/dam-client/main.go b/cmd/dam-client/main.go
@@ -2,22 +2,22 @@ package main
/*
* Copyright (c) 2017-2018 Dyne.org Foundation
- * tor-dam is written and maintained by Ivan J. <parazyd@dyne.org>
+ * tor-dam is written and maintained by Ivan Jelincic <parazyd@dyne.org>
*
* This file is part of tor-dam
*
- * This source code is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This software is distributed in the hope that it will be useful,
+ * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this source code. If not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
import (
diff --git a/cmd/dam-dir/main.go b/cmd/dam-dir/main.go
@@ -2,22 +2,22 @@ package main
/*
* Copyright (c) 2017-2018 Dyne.org Foundation
- * tor-dam is written and maintained by Ivan J. <parazyd@dyne.org>
+ * tor-dam is written and maintained by Ivan Jelincic <parazyd@dyne.org>
*
* This file is part of tor-dam
*
- * This source code is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This software is distributed in the hope that it will be useful,
+ * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this source code. If not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
import (
diff --git a/cmd/dam-gource/main.go b/cmd/dam-gource/main.go
@@ -1,5 +1,25 @@
package main
+/*
+ * Copyright (c) 2018 Dyne.org Foundation
+ * tor-dam is written and maintained by Ivan Jelincic <parazyd@dyne.org>
+ *
+ * This file is part of tor-dam
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
import (
"fmt"
"os"
diff --git a/pkg/damlib/config.go b/pkg/damlib/config.go
@@ -2,22 +2,22 @@ package damlib
/*
* Copyright (c) 2017-2018 Dyne.org Foundation
- * tor-dam is written and maintained by Ivan J. <parazyd@dyne.org>
+ * tor-dam is written and maintained by Ivan Jelincic <parazyd@dyne.org>
*
* This file is part of tor-dam
*
- * This source code is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This software is distributed in the hope that it will be useful,
+ * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this source code. If not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
import "os"
diff --git a/pkg/damlib/crypto_25519.go b/pkg/damlib/crypto_25519.go
@@ -2,22 +2,22 @@ package damlib
/*
* Copyright (c) 2017-2018 Dyne.org Foundation
- * tor-dam is written and maintained by Ivan J. <parazyd@dyne.org>
+ * tor-dam is written and maintained by Ivan Jelincic <parazyd@dyne.org>
*
* This file is part of tor-dam
*
- * This source code is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This software is distributed in the hope that it will be useful,
+ * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this source code. If not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
import (
diff --git a/pkg/damlib/helpers.go b/pkg/damlib/helpers.go
@@ -2,22 +2,22 @@ package damlib
/*
* Copyright (c) 2017-2018 Dyne.org Foundation
- * tor-dam is written and maintained by Ivan J. <parazyd@dyne.org>
+ * tor-dam is written and maintained by Ivan Jelincic <parazyd@dyne.org>
*
* This file is part of tor-dam
*
- * This source code is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This software is distributed in the hope that it will be useful,
+ * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this source code. If not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
import (
diff --git a/pkg/damlib/helpers_test.go b/pkg/damlib/helpers_test.go
@@ -2,22 +2,22 @@ package damlib
/*
* Copyright (c) 2018 Dyne.org Foundation
- * tor-dam is written and maintained by Ivan J. <parazyd@dyne.org>
+ * tor-dam is written and maintained by Ivan Jelincic <parazyd@dyne.org>
*
* This file is part of tor-dam
*
- * This source code is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This software is distributed in the hope that it will be useful,
+ * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this source code. If not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
import (
diff --git a/pkg/damlib/net.go b/pkg/damlib/net.go
@@ -2,22 +2,22 @@ package damlib
/*
* Copyright (c) 2017-2018 Dyne.org Foundation
- * tor-dam is written and maintained by Ivan J. <parazyd@dyne.org>
+ * tor-dam is written and maintained by Ivan Jelincic <parazyd@dyne.org>
*
* This file is part of tor-dam
*
- * This source code is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This software is distributed in the hope that it will be useful,
+ * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this source code. If not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
import (
diff --git a/pkg/damlib/redis.go b/pkg/damlib/redis.go
@@ -2,22 +2,22 @@ package damlib
/*
* Copyright (c) 2017-2018 Dyne.org Foundation
- * tor-dam is written and maintained by Ivan J. <parazyd@dyne.org>
+ * tor-dam is written and maintained by Ivan Jelincic <parazyd@dyne.org>
*
* This file is part of tor-dam
*
- * This source code is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This software is distributed in the hope that it will be useful,
+ * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this source code. If not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
import (
diff --git a/pkg/damlib/validate.go b/pkg/damlib/validate.go
@@ -2,22 +2,22 @@ package damlib
/*
* Copyright (c) 2017-2018 Dyne.org Foundation
- * tor-dam is written and maintained by Ivan J. <parazyd@dyne.org>
+ * tor-dam is written and maintained by Ivan Jelincic <parazyd@dyne.org>
*
* This file is part of tor-dam
*
- * This source code is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This software is distributed in the hope that it will be useful,
+ * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this source code. If not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
import (
diff --git a/pkg/damlib/validate_test.go b/pkg/damlib/validate_test.go
@@ -2,22 +2,22 @@ package damlib
/*
* Copyright (c) 2018 Dyne.org Foundation
- * tor-dam is written and maintained by Ivan J. <parazyd@dyne.org>
+ * tor-dam is written and maintained by Ivan Jelincic <parazyd@dyne.org>
*
* This file is part of tor-dam
*
- * This source code is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This software is distributed in the hope that it will be useful,
+ * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this source code. If not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
import (
diff --git a/python/damhs.py b/python/damhs.py
@@ -1,21 +1,21 @@
#!/usr/bin/env python3
# Copyright (c) 2017-2018 Dyne.org Foundation
-# tor-dam is writen and maintained by Ivan J. <parazyd@dyne.org>
+# tor-dam is written and maintained by Ivan Jelincic <parazyd@dyne.org>
#
# This file is part of tor-dam
#
-# This source code is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
-# This software is distributed in the hope that it will be useful,
+# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
+# GNU Affero General Public License for more details.
#
-# You should have received a copy of the GNU General Public License
-# along with this source code. If not, see <http://www.gnu.org/licenses/>.
+# You should have received a copy of the GNU Affero General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
"""
Controller daemon running the ephemeral hidden service.