Skip to content

Commit

Permalink
changed all file headers to point to the LGPL license, added Chris co…
Browse files Browse the repository at this point in the history
…pyright
  • Loading branch information
fabpot committed Sep 13, 2009
1 parent 8573c58 commit aa17d25
Show file tree
Hide file tree
Showing 135 changed files with 683 additions and 2,024 deletions.
File renamed without changes.
20 changes: 5 additions & 15 deletions lib/classes/Swift.php
Original file line number Diff line number Diff line change
@@ -1,21 +1,11 @@
<?php

/*
General utility class from Swift Mailer.
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
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 General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
* This file is part of SwiftMailer.
* (c) 2004-2009 Chris Corbyn
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

/**
Expand Down
20 changes: 5 additions & 15 deletions lib/classes/Swift/Attachment.php
Original file line number Diff line number Diff line change
@@ -1,21 +1,11 @@
<?php

/*
Attachment wrapper class in Swift Mailer.
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
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 General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
* This file is part of SwiftMailer.
* (c) 2004-2009 Chris Corbyn
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

//@require 'Swift/Mime/Attachment.php';
Expand Down
20 changes: 5 additions & 15 deletions lib/classes/Swift/ByteStream/AbstractFilterableInputStream.php
Original file line number Diff line number Diff line change
@@ -1,21 +1,11 @@
<?php

/*
Bi-Directional FileStream in Swift Mailer.
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
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 General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
* This file is part of SwiftMailer.
* (c) 2004-2009 Chris Corbyn
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

//@require 'Swift/InputByteStream.php';
Expand Down
20 changes: 5 additions & 15 deletions lib/classes/Swift/ByteStream/ArrayByteStream.php
Original file line number Diff line number Diff line change
@@ -1,21 +1,11 @@
<?php

/*
Bi-Directional ByteStream using an array in Swift Mailer.
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
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 General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
* This file is part of SwiftMailer.
* (c) 2004-2009 Chris Corbyn
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

//@require 'Swift/InputByteStream.php';
Expand Down
20 changes: 5 additions & 15 deletions lib/classes/Swift/ByteStream/FileByteStream.php
Original file line number Diff line number Diff line change
@@ -1,21 +1,11 @@
<?php

/*
Bi-Directional FileStream in Swift Mailer.
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
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 General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
* This file is part of SwiftMailer.
* (c) 2004-2009 Chris Corbyn
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

//@require 'Swift/ByteStream/AbstractFilterableInputStream.php';
Expand Down
20 changes: 5 additions & 15 deletions lib/classes/Swift/CharacterReader.php
Original file line number Diff line number Diff line change
@@ -1,21 +1,11 @@
<?php

/*
Analyzes characters for a specific character set.
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
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 General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
* This file is part of SwiftMailer.
* (c) 2004-2009 Chris Corbyn
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

/**
Expand Down
20 changes: 5 additions & 15 deletions lib/classes/Swift/CharacterReader/GenericFixedWidthReader.php
Original file line number Diff line number Diff line change
@@ -1,21 +1,11 @@
<?php

/*
Provides fixed-width byte sizes for reading fixed-width character sets.
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
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 General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
* This file is part of SwiftMailer.
* (c) 2004-2009 Chris Corbyn
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

//@require 'Swift/CharacterReader.php';
Expand Down
20 changes: 5 additions & 15 deletions lib/classes/Swift/CharacterReader/UsAsciiReader.php
Original file line number Diff line number Diff line change
@@ -1,21 +1,11 @@
<?php

/*
Analyzes US-ASCII characters.
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
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 General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
* This file is part of SwiftMailer.
* (c) 2004-2009 Chris Corbyn
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

//@require 'Swift/CharacterReader.php';
Expand Down
20 changes: 5 additions & 15 deletions lib/classes/Swift/CharacterReader/Utf8Reader.php
Original file line number Diff line number Diff line change
@@ -1,21 +1,11 @@
<?php

/*
Analyzes UTF-8 characters.
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
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 General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
* This file is part of SwiftMailer.
* (c) 2004-2009 Chris Corbyn
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

//@require 'Swift/CharacterReader.php';
Expand Down
20 changes: 5 additions & 15 deletions lib/classes/Swift/CharacterReaderFactory.php
Original file line number Diff line number Diff line change
@@ -1,21 +1,11 @@
<?php

/*
A factory for creating CharacterReaders.
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
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 General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
* This file is part of SwiftMailer.
* (c) 2004-2009 Chris Corbyn
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

//@require 'Swift/CharacterReader.php';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,21 +1,11 @@
<?php

/*
The standard factory for creating CharacterReaders in Swift Mailer.
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
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 General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
* This file is part of SwiftMailer.
* (c) 2004-2009 Chris Corbyn
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

//@require 'Swift/CharacterReaderFactory.php';
Expand Down
20 changes: 5 additions & 15 deletions lib/classes/Swift/CharacterStream.php
Original file line number Diff line number Diff line change
@@ -1,21 +1,11 @@
<?php

/*
Bi-Directional CharacterStream in Swift Mailer.
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
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 General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
* This file is part of SwiftMailer.
* (c) 2004-2009 Chris Corbyn
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

require_once dirname(__FILE__) . '/OutputByteStream.php';
Expand Down
20 changes: 5 additions & 15 deletions lib/classes/Swift/CharacterStream/ArrayCharacterStream.php
Original file line number Diff line number Diff line change
@@ -1,21 +1,11 @@
<?php

/*
CharacterStream implementation using an array in Swift Mailer.
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
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 General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
* This file is part of SwiftMailer.
* (c) 2004-2009 Chris Corbyn
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

//@require 'Swift/CharacterStream.php';
Expand Down
20 changes: 5 additions & 15 deletions lib/classes/Swift/DependencyContainer.php
Original file line number Diff line number Diff line change
@@ -1,21 +1,11 @@
<?php

/*
Dependency Injection container class Swift Mailer.
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
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 General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
* This file is part of SwiftMailer.
* (c) 2004-2009 Chris Corbyn
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

//@require 'Swift/DependencyException.php';
Expand Down
Loading

0 comments on commit aa17d25

Please sign in to comment.