From b8d2a363fbbb7488b360fe4d69de331e24f806e6 Mon Sep 17 00:00:00 2001
From: hypercubus <hypercubus>
Date: Sun, 22 Aug 2004 14:05:02 +0000
Subject: [PATCH] added I2P website URL to header comments

---
 apps/systray/java/src/net/i2p/apps/systray/BrowserChooser.java | 1 +
 apps/systray/java/src/net/i2p/apps/systray/ConfigFile.java     | 1 +
 apps/systray/java/src/net/i2p/apps/systray/ShellCommand.java   | 1 +
 apps/systray/java/src/net/i2p/apps/systray/SysTray.java        | 1 +
 apps/systray/java/src/net/i2p/apps/systray/UrlLauncher.java    | 1 +
 installer/lib/wrapper/install_i2p_service_unix                 | 1 +
 installer/lib/wrapper/uninstall_i2p_service_unix               | 1 +
 7 files changed, 7 insertions(+)

diff --git a/apps/systray/java/src/net/i2p/apps/systray/BrowserChooser.java b/apps/systray/java/src/net/i2p/apps/systray/BrowserChooser.java
index 53107d608b..b274afa106 100644
--- a/apps/systray/java/src/net/i2p/apps/systray/BrowserChooser.java
+++ b/apps/systray/java/src/net/i2p/apps/systray/BrowserChooser.java
@@ -3,6 +3,7 @@
  *
  * BrowserChooser.java
  * 2004 The I2P Project
+ * http://www.i2p.net
  * This code is public domain.
  */
 
diff --git a/apps/systray/java/src/net/i2p/apps/systray/ConfigFile.java b/apps/systray/java/src/net/i2p/apps/systray/ConfigFile.java
index 12fb9b0584..02ab6a13ba 100644
--- a/apps/systray/java/src/net/i2p/apps/systray/ConfigFile.java
+++ b/apps/systray/java/src/net/i2p/apps/systray/ConfigFile.java
@@ -3,6 +3,7 @@
  *
  * ConfigFile.java
  * 2004 The I2P Project
+ * http://www.i2p.net
  * This code is public domain.
  */
 
diff --git a/apps/systray/java/src/net/i2p/apps/systray/ShellCommand.java b/apps/systray/java/src/net/i2p/apps/systray/ShellCommand.java
index 7ae87c0b4e..ff0ae5f203 100644
--- a/apps/systray/java/src/net/i2p/apps/systray/ShellCommand.java
+++ b/apps/systray/java/src/net/i2p/apps/systray/ShellCommand.java
@@ -3,6 +3,7 @@
  * 
  * ShellCommand.java
  * 2004 The I2P Project
+ * http://www.i2p.net
  * This code is public domain.
  */
 
diff --git a/apps/systray/java/src/net/i2p/apps/systray/SysTray.java b/apps/systray/java/src/net/i2p/apps/systray/SysTray.java
index 244881c0bf..a2bdf9e2b4 100644
--- a/apps/systray/java/src/net/i2p/apps/systray/SysTray.java
+++ b/apps/systray/java/src/net/i2p/apps/systray/SysTray.java
@@ -3,6 +3,7 @@
  *
  * SysTray.java
  * 2004 The I2P Project
+ * http://www.i2p.net
  * This code is public domain.
  */
 
diff --git a/apps/systray/java/src/net/i2p/apps/systray/UrlLauncher.java b/apps/systray/java/src/net/i2p/apps/systray/UrlLauncher.java
index 0f3f8cff47..c0735c6b96 100644
--- a/apps/systray/java/src/net/i2p/apps/systray/UrlLauncher.java
+++ b/apps/systray/java/src/net/i2p/apps/systray/UrlLauncher.java
@@ -3,6 +3,7 @@
  * 
  * UrlLauncher.java
  * 2004 The I2P Project
+ * http://www.i2p.net
  * This code is public domain.
  */
 
diff --git a/installer/lib/wrapper/install_i2p_service_unix b/installer/lib/wrapper/install_i2p_service_unix
index daac77d8a0..81a9ba0326 100644
--- a/installer/lib/wrapper/install_i2p_service_unix
+++ b/installer/lib/wrapper/install_i2p_service_unix
@@ -4,6 +4,7 @@
 #
 # install_i2p_service_unix
 # 2004 The I2P Project
+# http://www.i2p.net
 # This code is public domain.
 #
 # author: hypercubus
diff --git a/installer/lib/wrapper/uninstall_i2p_service_unix b/installer/lib/wrapper/uninstall_i2p_service_unix
index 59b9256fb5..ac0f97f7c1 100644
--- a/installer/lib/wrapper/uninstall_i2p_service_unix
+++ b/installer/lib/wrapper/uninstall_i2p_service_unix
@@ -4,6 +4,7 @@
 #
 # uninstall_i2p_service_unix
 # 2004 The I2P Project
+# http://www.i2p.net
 # This code is public domain.
 #
 # author: hypercubus
-- 
GitLab