From: adam Date: Tue, 4 Jan 2005 22:45:11 +0000 (+0000) Subject: licensing update to APSL 2.0 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=b01a980d10080020d838245bac4814e6c550f626;p=org.ibex.mail.git licensing update to APSL 2.0 darcs-hash:20050104224511-5007d-46e4559a16320e4529ccce352650930685f2f942.gz --- diff --git a/src/org/ibex/mail/Account.java b/src/org/ibex/mail/Account.java index ff20169..14b5940 100644 --- a/src/org/ibex/mail/Account.java +++ b/src/org/ibex/mail/Account.java @@ -1,3 +1,7 @@ +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the Apache Public Source License 2.0 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.mail; import org.ibex.mail.target.*; diff --git a/src/org/ibex/mail/Address.java b/src/org/ibex/mail/Address.java index 57dbba8..71bbd61 100644 --- a/src/org/ibex/mail/Address.java +++ b/src/org/ibex/mail/Address.java @@ -1,3 +1,7 @@ +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the Apache Public Source License 2.0 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.mail; import org.ibex.crypto.*; import org.ibex.js.*; diff --git a/src/org/ibex/mail/Confirmation.java b/src/org/ibex/mail/Confirmation.java index f741890..c197337 100644 --- a/src/org/ibex/mail/Confirmation.java +++ b/src/org/ibex/mail/Confirmation.java @@ -1,3 +1,7 @@ +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the Apache Public Source License 2.0 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.mail; import java.lang.reflect.*; //import org.prevayler.*; diff --git a/src/org/ibex/mail/Filter.java b/src/org/ibex/mail/Filter.java index 1b8364b..6ac384d 100644 --- a/src/org/ibex/mail/Filter.java +++ b/src/org/ibex/mail/Filter.java @@ -1,3 +1,7 @@ +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the Apache Public Source License 2.0 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.mail; /** generic superclass for processing elements that recieve a message and "usually" pass it on */ public class Filter { diff --git a/src/org/ibex/mail/List.java b/src/org/ibex/mail/List.java index 33982e9..1ba6482 100644 --- a/src/org/ibex/mail/List.java +++ b/src/org/ibex/mail/List.java @@ -1,3 +1,7 @@ +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the Apache Public Source License 2.0 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.mail; import org.ibex.util.*; import org.ibex.io.*; diff --git a/src/org/ibex/mail/Login.java b/src/org/ibex/mail/Login.java index d538111..15c019a 100644 --- a/src/org/ibex/mail/Login.java +++ b/src/org/ibex/mail/Login.java @@ -1,3 +1,7 @@ +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the Apache Public Source License 2.0 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.mail; // FEATURE: SASL diff --git a/src/org/ibex/mail/MIME.java b/src/org/ibex/mail/MIME.java index 3258b6b..abcb71f 100644 --- a/src/org/ibex/mail/MIME.java +++ b/src/org/ibex/mail/MIME.java @@ -1,3 +1,7 @@ +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the Apache Public Source License 2.0 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.mail; import org.ibex.crypto.*; import org.ibex.util.*; diff --git a/src/org/ibex/mail/MailException.java b/src/org/ibex/mail/MailException.java index 9f57978..fe3e6b6 100644 --- a/src/org/ibex/mail/MailException.java +++ b/src/org/ibex/mail/MailException.java @@ -1,3 +1,7 @@ +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the Apache Public Source License 2.0 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.mail; import java.net.*; import java.io.*; diff --git a/src/org/ibex/mail/Main.java b/src/org/ibex/mail/Main.java index 821bff5..94b6411 100644 --- a/src/org/ibex/mail/Main.java +++ b/src/org/ibex/mail/Main.java @@ -1,3 +1,7 @@ +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the Apache Public Source License 2.0 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.mail; import org.ibex.mail.target.*; import org.ibex.mail.protocol.*; diff --git a/src/org/ibex/mail/Message.java b/src/org/ibex/mail/Message.java index 42cb92f..ac2e4a0 100644 --- a/src/org/ibex/mail/Message.java +++ b/src/org/ibex/mail/Message.java @@ -1,3 +1,7 @@ +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the Apache Public Source License 2.0 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.mail; import org.ibex.crypto.*; import org.ibex.util.*; diff --git a/src/org/ibex/mail/Query.java b/src/org/ibex/mail/Query.java index 6b024af..26bdd7c 100644 --- a/src/org/ibex/mail/Query.java +++ b/src/org/ibex/mail/Query.java @@ -1,3 +1,7 @@ +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the Apache Public Source License 2.0 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.mail; import java.util.*; import org.ibex.mail.target.*; diff --git a/src/org/ibex/mail/Target.java b/src/org/ibex/mail/Target.java index 346861c..c3dcee4 100644 --- a/src/org/ibex/mail/Target.java +++ b/src/org/ibex/mail/Target.java @@ -1,3 +1,7 @@ +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the Apache Public Source License 2.0 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.mail; import java.io.*; import org.ibex.js.*; diff --git a/src/org/ibex/mail/filter/Anonymizer.java b/src/org/ibex/mail/filter/Anonymizer.java index 4290059..170bea7 100644 --- a/src/org/ibex/mail/filter/Anonymizer.java +++ b/src/org/ibex/mail/filter/Anonymizer.java @@ -1,3 +1,7 @@ +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the Apache Public Source License 2.0 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.mail.filter; import org.ibex.mail.*; /** anonymizes mail messages */ diff --git a/src/org/ibex/mail/filter/DCC.java b/src/org/ibex/mail/filter/DCC.java index 26a1483..5095e3d 100644 --- a/src/org/ibex/mail/filter/DCC.java +++ b/src/org/ibex/mail/filter/DCC.java @@ -1,3 +1,7 @@ +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the Apache Public Source License 2.0 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.mail.filter; import org.ibex.mail.*; /** implements the Distributed Checksum Clearinghouse spam filtering protocol */ diff --git a/src/org/ibex/mail/filter/HTML2Text.java b/src/org/ibex/mail/filter/HTML2Text.java index 4a26d06..8ea4f33 100644 --- a/src/org/ibex/mail/filter/HTML2Text.java +++ b/src/org/ibex/mail/filter/HTML2Text.java @@ -1,3 +1,7 @@ +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the Apache Public Source License 2.0 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.mail.filter; import org.ibex.mail.*; /** converts text/html parts into nice ASCII text for mutt/gnus/pine/etc */ diff --git a/src/org/ibex/mail/filter/PGP.java b/src/org/ibex/mail/filter/PGP.java index b013e6c..3bb302a 100644 --- a/src/org/ibex/mail/filter/PGP.java +++ b/src/org/ibex/mail/filter/PGP.java @@ -1,3 +1,7 @@ +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the Apache Public Source License 2.0 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.mail.filter; import org.ibex.mail.*; /** checks PGP signatures on incoming mail */ diff --git a/src/org/ibex/mail/filter/ReturnReciept.java b/src/org/ibex/mail/filter/ReturnReciept.java index 89c4ec6..0d043fd 100644 --- a/src/org/ibex/mail/filter/ReturnReciept.java +++ b/src/org/ibex/mail/filter/ReturnReciept.java @@ -1,3 +1,7 @@ +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the Apache Public Source License 2.0 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.mail.filter; import org.ibex.mail.*; /** sticks a 1x1 gif in outbound messages so we can tell when the message is read */ diff --git a/src/org/ibex/mail/filter/RewriteFilter.java b/src/org/ibex/mail/filter/RewriteFilter.java index 653df4a..e5d3861 100644 --- a/src/org/ibex/mail/filter/RewriteFilter.java +++ b/src/org/ibex/mail/filter/RewriteFilter.java @@ -1,3 +1,7 @@ +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the Apache Public Source License 2.0 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.mail.filter; import org.ibex.mail.*; /** a flexible, regexp-based email address rewriting engine */ diff --git a/src/org/ibex/mail/filter/SingleUse.java b/src/org/ibex/mail/filter/SingleUse.java index 51d5b39..929f7d9 100644 --- a/src/org/ibex/mail/filter/SingleUse.java +++ b/src/org/ibex/mail/filter/SingleUse.java @@ -1,3 +1,7 @@ +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the Apache Public Source License 2.0 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.mail.filter; import org.ibex.mail.*; /** tags outgoing messages with a single-use email address */ diff --git a/src/org/ibex/mail/filter/SpamAssassin.java b/src/org/ibex/mail/filter/SpamAssassin.java index a19ea4b..fba9699 100644 --- a/src/org/ibex/mail/filter/SpamAssassin.java +++ b/src/org/ibex/mail/filter/SpamAssassin.java @@ -1,3 +1,7 @@ +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the Apache Public Source License 2.0 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.mail.filter; import org.ibex.mail.*; /** invokes SpamAssassin */ diff --git a/src/org/ibex/mail/filter/SpamFilter.java b/src/org/ibex/mail/filter/SpamFilter.java index 8a1d75c..22e986a 100644 --- a/src/org/ibex/mail/filter/SpamFilter.java +++ b/src/org/ibex/mail/filter/SpamFilter.java @@ -1,3 +1,7 @@ +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the Apache Public Source License 2.0 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.mail.filter; import org.ibex.mail.*; /** base class for spam filters */ diff --git a/src/org/ibex/mail/filter/VipulsRazor.java b/src/org/ibex/mail/filter/VipulsRazor.java index d0eb105..20de3e8 100644 --- a/src/org/ibex/mail/filter/VipulsRazor.java +++ b/src/org/ibex/mail/filter/VipulsRazor.java @@ -1,3 +1,7 @@ +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the Apache Public Source License 2.0 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.mail.filter; import org.ibex.mail.*; /** invokes Vipul's Razor */ diff --git a/src/org/ibex/mail/protocol/Fax.java b/src/org/ibex/mail/protocol/Fax.java index df8d798..398a5ac 100644 --- a/src/org/ibex/mail/protocol/Fax.java +++ b/src/org/ibex/mail/protocol/Fax.java @@ -1,3 +1,7 @@ +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the Apache Public Source License 2.0 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.mail.protocol; /** Fax send/recieve/gateway */ public class Fax { diff --git a/src/org/ibex/mail/protocol/GMail.java b/src/org/ibex/mail/protocol/GMail.java index 62d1d6a..e38713f 100644 --- a/src/org/ibex/mail/protocol/GMail.java +++ b/src/org/ibex/mail/protocol/GMail.java @@ -1,3 +1,7 @@ +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the Apache Public Source License 2.0 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.mail.protocol; import org.ibex.io.*; import org.ibex.crypto.*; diff --git a/src/org/ibex/mail/protocol/IMAP.java b/src/org/ibex/mail/protocol/IMAP.java index 49ac90f..40ea210 100644 --- a/src/org/ibex/mail/protocol/IMAP.java +++ b/src/org/ibex/mail/protocol/IMAP.java @@ -1,3 +1,7 @@ +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the Apache Public Source License 2.0 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.mail.protocol; import org.ibex.io.*; import org.ibex.crypto.*; diff --git a/src/org/ibex/mail/protocol/Incoming.java b/src/org/ibex/mail/protocol/Incoming.java index fe37582..d9719af 100644 --- a/src/org/ibex/mail/protocol/Incoming.java +++ b/src/org/ibex/mail/protocol/Incoming.java @@ -1,3 +1,7 @@ +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the Apache Public Source License 2.0 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.mail.protocol; import org.ibex.mail.*; import org.ibex.mail.target.*; diff --git a/src/org/ibex/mail/protocol/Mbox.java b/src/org/ibex/mail/protocol/Mbox.java index 82d2d92..277ab40 100644 --- a/src/org/ibex/mail/protocol/Mbox.java +++ b/src/org/ibex/mail/protocol/Mbox.java @@ -1,3 +1,7 @@ +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the Apache Public Source License 2.0 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.mail.protocol; import org.ibex.io.*; import org.ibex.crypto.*; diff --git a/src/org/ibex/mail/protocol/NNTP.java b/src/org/ibex/mail/protocol/NNTP.java index 4d3fa9e..87e968d 100644 --- a/src/org/ibex/mail/protocol/NNTP.java +++ b/src/org/ibex/mail/protocol/NNTP.java @@ -1,3 +1,7 @@ +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the Apache Public Source License 2.0 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.mail.protocol; import org.ibex.util.*; import org.ibex.io.*; diff --git a/src/org/ibex/mail/protocol/POP3.java b/src/org/ibex/mail/protocol/POP3.java index 0fa3e4a..921d0be 100644 --- a/src/org/ibex/mail/protocol/POP3.java +++ b/src/org/ibex/mail/protocol/POP3.java @@ -1,3 +1,7 @@ +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the Apache Public Source License 2.0 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.mail.protocol; import org.ibex.util.*; import org.ibex.io.*; diff --git a/src/org/ibex/mail/protocol/RSS.java b/src/org/ibex/mail/protocol/RSS.java index 458c73f..b7ec6f3 100644 --- a/src/org/ibex/mail/protocol/RSS.java +++ b/src/org/ibex/mail/protocol/RSS.java @@ -1,3 +1,7 @@ +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the Apache Public Source License 2.0 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.mail.protocol; /** RSS send/recieve/gateway */ public class RSS { diff --git a/src/org/ibex/mail/protocol/SMS.java b/src/org/ibex/mail/protocol/SMS.java index 56a2181..ad4512c 100644 --- a/src/org/ibex/mail/protocol/SMS.java +++ b/src/org/ibex/mail/protocol/SMS.java @@ -1,3 +1,7 @@ +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the Apache Public Source License 2.0 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.mail.protocol; /** SMS send/recieve/gateway */ public class SMS { diff --git a/src/org/ibex/mail/protocol/SMTP.java b/src/org/ibex/mail/protocol/SMTP.java index 6d4aba2..b70b5f7 100644 --- a/src/org/ibex/mail/protocol/SMTP.java +++ b/src/org/ibex/mail/protocol/SMTP.java @@ -1,3 +1,7 @@ +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the Apache Public Source License 2.0 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.mail.protocol; import org.ibex.mail.*; import org.ibex.mail.target.*; diff --git a/src/org/ibex/mail/protocol/VERP.java b/src/org/ibex/mail/protocol/VERP.java index 6ba5e0a..bd31ef6 100644 --- a/src/org/ibex/mail/protocol/VERP.java +++ b/src/org/ibex/mail/protocol/VERP.java @@ -1,3 +1,7 @@ +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the Apache Public Source License 2.0 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.mail.protocol; public class VERP { // http://cr.yp.to/proto/verp.txt diff --git a/src/org/ibex/mail/protocol/WebMail.java b/src/org/ibex/mail/protocol/WebMail.java index fe2aa73..5aed2aa 100644 --- a/src/org/ibex/mail/protocol/WebMail.java +++ b/src/org/ibex/mail/protocol/WebMail.java @@ -1,3 +1,7 @@ +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the Apache Public Source License 2.0 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.mail.protocol; /** a nice WebMail GUI */ public class WebMail { diff --git a/src/org/ibex/mail/target/Bounce.java b/src/org/ibex/mail/target/Bounce.java index 1455e92..ad37d3f 100644 --- a/src/org/ibex/mail/target/Bounce.java +++ b/src/org/ibex/mail/target/Bounce.java @@ -1,3 +1,7 @@ +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the Apache Public Source License 2.0 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.mail.target; import org.ibex.mail.*; /** bounces a message */ diff --git a/src/org/ibex/mail/target/Darcs.java b/src/org/ibex/mail/target/Darcs.java index 8c533d4..7c96330 100644 --- a/src/org/ibex/mail/target/Darcs.java +++ b/src/org/ibex/mail/target/Darcs.java @@ -1,3 +1,7 @@ +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the Apache Public Source License 2.0 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.mail.target; import org.ibex.mail.*; /** simple class to handle darcs patches */ diff --git a/src/org/ibex/mail/target/FileBasedMailbox.java b/src/org/ibex/mail/target/FileBasedMailbox.java index aaedf52..e27d804 100644 --- a/src/org/ibex/mail/target/FileBasedMailbox.java +++ b/src/org/ibex/mail/target/FileBasedMailbox.java @@ -1,3 +1,7 @@ +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the Apache Public Source License 2.0 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.mail.target; import org.prevayler.*; import org.ibex.mail.*; diff --git a/src/org/ibex/mail/target/LMTP.java b/src/org/ibex/mail/target/LMTP.java index a88a801..0312995 100644 --- a/src/org/ibex/mail/target/LMTP.java +++ b/src/org/ibex/mail/target/LMTP.java @@ -1,3 +1,7 @@ +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the Apache Public Source License 2.0 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.mail.target; import org.ibex.mail.*; /** implementation of the Local Mail Transport Protocol */ diff --git a/src/org/ibex/mail/target/List.java b/src/org/ibex/mail/target/List.java index e919643..eafd9be 100644 --- a/src/org/ibex/mail/target/List.java +++ b/src/org/ibex/mail/target/List.java @@ -1,3 +1,7 @@ +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the Apache Public Source License 2.0 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.mail.target; import org.ibex.mail.*; /** A full-featured mailing list manager */ diff --git a/src/org/ibex/mail/target/MBX.java b/src/org/ibex/mail/target/MBX.java index e86f5eb..df15b21 100644 --- a/src/org/ibex/mail/target/MBX.java +++ b/src/org/ibex/mail/target/MBX.java @@ -1,3 +1,7 @@ +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the Apache Public Source License 2.0 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.mail.target; /** implementation of the MBX mailbox format; only documentation is in UW imapd in src/osdep/unix/mbx.c */ diff --git a/src/org/ibex/mail/target/Mailbox.java b/src/org/ibex/mail/target/Mailbox.java index e4266c3..5c10af8 100644 --- a/src/org/ibex/mail/target/Mailbox.java +++ b/src/org/ibex/mail/target/Mailbox.java @@ -1,3 +1,7 @@ +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the Apache Public Source License 2.0 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.mail.target; import org.ibex.mail.*; import org.ibex.util.*; diff --git a/src/org/ibex/mail/target/MailmanArchives.java b/src/org/ibex/mail/target/MailmanArchives.java index b5e0a38..316d1e0 100644 --- a/src/org/ibex/mail/target/MailmanArchives.java +++ b/src/org/ibex/mail/target/MailmanArchives.java @@ -1,3 +1,7 @@ +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the Apache Public Source License 2.0 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.mail.target; import org.ibex.io.*; import org.ibex.mail.*; diff --git a/src/org/ibex/mail/target/MessageArrayMailbox.java b/src/org/ibex/mail/target/MessageArrayMailbox.java index 1516465..4da4375 100644 --- a/src/org/ibex/mail/target/MessageArrayMailbox.java +++ b/src/org/ibex/mail/target/MessageArrayMailbox.java @@ -1,3 +1,7 @@ +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the Apache Public Source License 2.0 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.mail.target; import org.ibex.mail.*; import org.ibex.util.*; diff --git a/src/org/ibex/mail/target/Pipe.java b/src/org/ibex/mail/target/Pipe.java index fb26b88..81ea8e0 100644 --- a/src/org/ibex/mail/target/Pipe.java +++ b/src/org/ibex/mail/target/Pipe.java @@ -1,3 +1,7 @@ +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the Apache Public Source License 2.0 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.mail.target; import org.ibex.mail.*; /** generic pipe-the-message-to-a-file target */ diff --git a/src/org/ibex/mail/target/Procmail.java b/src/org/ibex/mail/target/Procmail.java index bbdf6e1..e9e2d0a 100644 --- a/src/org/ibex/mail/target/Procmail.java +++ b/src/org/ibex/mail/target/Procmail.java @@ -1,3 +1,7 @@ +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the Apache Public Source License 2.0 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.mail.target; import org.ibex.mail.*; /** callout to support legacy .procmailrc files */ diff --git a/src/org/ibex/mail/target/Script.java b/src/org/ibex/mail/target/Script.java index 11be29a..a7fb6a4 100644 --- a/src/org/ibex/mail/target/Script.java +++ b/src/org/ibex/mail/target/Script.java @@ -1,4 +1,7 @@ -// Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL] +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the Apache Public Source License 2.0 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.mail; import org.ibex.js.*; import org.ibex.util.*; diff --git a/src/org/ibex/mail/target/Transcript.java b/src/org/ibex/mail/target/Transcript.java index 17aa7c8..dbc1c91 100644 --- a/src/org/ibex/mail/target/Transcript.java +++ b/src/org/ibex/mail/target/Transcript.java @@ -1,3 +1,7 @@ +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the Apache Public Source License 2.0 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.mail.target; import org.ibex.mail.*; import org.ibex.util.*; diff --git a/src/org/ibex/mail/target/Vacation.java b/src/org/ibex/mail/target/Vacation.java index 5f6ec63..eaa5f12 100644 --- a/src/org/ibex/mail/target/Vacation.java +++ b/src/org/ibex/mail/target/Vacation.java @@ -1,3 +1,7 @@ +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the Apache Public Source License 2.0 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.mail.target; import org.ibex.mail.*; /** functionality similar to the UNIX vacation command */ diff --git a/src/org/ibex/mail/target/XMLRPC.java b/src/org/ibex/mail/target/XMLRPC.java index d67417e..234de76 100644 --- a/src/org/ibex/mail/target/XMLRPC.java +++ b/src/org/ibex/mail/target/XMLRPC.java @@ -1,3 +1,7 @@ +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the Apache Public Source License 2.0 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.mail.target; import org.ibex.mail.*; /** an XML-RPC server which accepts requests sent via SMTP */