aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/plugin/branding
diff options
context:
space:
mode:
authorEmil Ivov <emcho@jitsi.org>2011-10-18 11:03:50 +0000
committerEmil Ivov <emcho@jitsi.org>2011-10-18 11:03:50 +0000
commit9feab5657745aa0a74294cb1a025a9001d2a69ca (patch)
tree867c517ff4491e67a1ae944a3cadfb3dd2eb09f9 /src/net/java/sip/communicator/plugin/branding
parent5b0565bde14b6d6ae3d51f1a429975a3add2fc12 (diff)
downloadjitsi-9feab5657745aa0a74294cb1a025a9001d2a69ca.zip
jitsi-9feab5657745aa0a74294cb1a025a9001d2a69ca.tar.gz
jitsi-9feab5657745aa0a74294cb1a025a9001d2a69ca.tar.bz2
Changes project name in source license headers from SIP Communicator to Jitsi
Diffstat (limited to 'src/net/java/sip/communicator/plugin/branding')
-rw-r--r--src/net/java/sip/communicator/plugin/branding/AboutWindow.java2
-rw-r--r--src/net/java/sip/communicator/plugin/branding/AboutWindowPluginComponent.java2
-rw-r--r--src/net/java/sip/communicator/plugin/branding/BrandingActivator.java2
-rw-r--r--src/net/java/sip/communicator/plugin/branding/Constants.java2
-rw-r--r--src/net/java/sip/communicator/plugin/branding/JitsiWarningWindow.java2
-rw-r--r--src/net/java/sip/communicator/plugin/branding/MacOSXAboutRegistration.java2
-rw-r--r--src/net/java/sip/communicator/plugin/branding/StyledHTMLEditorPane.java2
-rw-r--r--src/net/java/sip/communicator/plugin/branding/WelcomeWindow.java2
8 files changed, 8 insertions, 8 deletions
diff --git a/src/net/java/sip/communicator/plugin/branding/AboutWindow.java b/src/net/java/sip/communicator/plugin/branding/AboutWindow.java
index 3a183d5..c9fc8f7 100644
--- a/src/net/java/sip/communicator/plugin/branding/AboutWindow.java
+++ b/src/net/java/sip/communicator/plugin/branding/AboutWindow.java
@@ -1,5 +1,5 @@
/*
- * SIP Communicator, the OpenSource Java VoIP and Instant Messaging client.
+ * Jitsi, the OpenSource Java VoIP and Instant Messaging client.
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
diff --git a/src/net/java/sip/communicator/plugin/branding/AboutWindowPluginComponent.java b/src/net/java/sip/communicator/plugin/branding/AboutWindowPluginComponent.java
index 4900805..30e2955 100644
--- a/src/net/java/sip/communicator/plugin/branding/AboutWindowPluginComponent.java
+++ b/src/net/java/sip/communicator/plugin/branding/AboutWindowPluginComponent.java
@@ -1,5 +1,5 @@
/*
- * SIP Communicator, the OpenSource Java VoIP and Instant Messaging client.
+ * Jitsi, the OpenSource Java VoIP and Instant Messaging client.
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
diff --git a/src/net/java/sip/communicator/plugin/branding/BrandingActivator.java b/src/net/java/sip/communicator/plugin/branding/BrandingActivator.java
index 46e95fa..c2c1b5f 100644
--- a/src/net/java/sip/communicator/plugin/branding/BrandingActivator.java
+++ b/src/net/java/sip/communicator/plugin/branding/BrandingActivator.java
@@ -1,5 +1,5 @@
/*
- * SIP Communicator, the OpenSource Java VoIP and Instant Messaging client.
+ * Jitsi, the OpenSource Java VoIP and Instant Messaging client.
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
diff --git a/src/net/java/sip/communicator/plugin/branding/Constants.java b/src/net/java/sip/communicator/plugin/branding/Constants.java
index 45692a0..cbe00ea 100644
--- a/src/net/java/sip/communicator/plugin/branding/Constants.java
+++ b/src/net/java/sip/communicator/plugin/branding/Constants.java
@@ -1,5 +1,5 @@
/*
- * SIP Communicator, the OpenSource Java VoIP and Instant Messaging client.
+ * Jitsi, the OpenSource Java VoIP and Instant Messaging client.
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
diff --git a/src/net/java/sip/communicator/plugin/branding/JitsiWarningWindow.java b/src/net/java/sip/communicator/plugin/branding/JitsiWarningWindow.java
index 9836e75..f27c401 100644
--- a/src/net/java/sip/communicator/plugin/branding/JitsiWarningWindow.java
+++ b/src/net/java/sip/communicator/plugin/branding/JitsiWarningWindow.java
@@ -1,5 +1,5 @@
/*
- * SIP Communicator, the OpenSource Java VoIP and Instant Messaging client.
+ * Jitsi, the OpenSource Java VoIP and Instant Messaging client.
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
diff --git a/src/net/java/sip/communicator/plugin/branding/MacOSXAboutRegistration.java b/src/net/java/sip/communicator/plugin/branding/MacOSXAboutRegistration.java
index ab72c91..e029e87 100644
--- a/src/net/java/sip/communicator/plugin/branding/MacOSXAboutRegistration.java
+++ b/src/net/java/sip/communicator/plugin/branding/MacOSXAboutRegistration.java
@@ -1,5 +1,5 @@
/*
- * SIP Communicator, the OpenSource Java VoIP and Instant Messaging client.
+ * Jitsi, the OpenSource Java VoIP and Instant Messaging client.
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
diff --git a/src/net/java/sip/communicator/plugin/branding/StyledHTMLEditorPane.java b/src/net/java/sip/communicator/plugin/branding/StyledHTMLEditorPane.java
index 35a543c..d0ef3ac 100644
--- a/src/net/java/sip/communicator/plugin/branding/StyledHTMLEditorPane.java
+++ b/src/net/java/sip/communicator/plugin/branding/StyledHTMLEditorPane.java
@@ -1,5 +1,5 @@
/*
- * SIP Communicator, the OpenSource Java VoIP and Instant Messaging client.
+ * Jitsi, the OpenSource Java VoIP and Instant Messaging client.
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
diff --git a/src/net/java/sip/communicator/plugin/branding/WelcomeWindow.java b/src/net/java/sip/communicator/plugin/branding/WelcomeWindow.java
index 9a6b47b..b933bc7 100644
--- a/src/net/java/sip/communicator/plugin/branding/WelcomeWindow.java
+++ b/src/net/java/sip/communicator/plugin/branding/WelcomeWindow.java
@@ -1,5 +1,5 @@
/*
- * SIP Communicator, the OpenSource Java VoIP and Instant Messaging client.
+ * Jitsi, the OpenSource Java VoIP and Instant Messaging client.
*
* Distributable under LGPL license.
* See terms of license at gnu.org.