ARTEMIS-5048 clean up for removal of Base64.java

This commit is contained in:
Justin Bertram 2024-09-17 22:59:51 -05:00 committed by Timothy Bish
parent f2a410e9bc
commit c8f51952f4
4 changed files with 0 additions and 33 deletions

View File

@ -201,14 +201,6 @@
See the License for the specific language governing permissions and
limitations under the License.
===============================================================
= For Base64.java file =
===============================================================
This file is in the public domain. For more information see:
activemq-commons/src/main/java/org/apache/activemq/utils/Base64.java
==============================================================
= For Font Awesome: docs/resources/font-awesome/ =
==============================================================

View File

@ -1,8 +0,0 @@
===============================================================
= For Base64.java file =
===============================================================
This file is in the public domain. For more information see:
src/main/java/org/apache/activemq/utils/Base64.java

View File

@ -227,22 +227,6 @@
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
===============================================================
= For Base64.java file =
===============================================================
This file is in the public Domain.
Notice from author (Robert Harder, rob@iharder.net):
"I have released this software into the Public Domain. That means you can do whatever you want with it. Really. You
don't have to match it up with any other open source license &em; just use it. You can rename the files, move the
Java packages, whatever you want. If your lawyers say you have to have a license, contact me, and I'll make a special
release to you under whatever reasonable license you desire: MIT, BSD, GPL, whatever."
See: http://iharder.sourceforge.net/current/java/base64/
==============================================================================
For jakarta.activation-api:
==============================================================================

View File

@ -946,7 +946,6 @@
<exclude>**/xml.xsd</exclude>
<exclude>**/*.pemcfg</exclude>
<exclude>**/org/apache/activemq/artemis/utils/json/**</exclude>
<exclude>**/org/apache/activemq/artemis/utils/Base64.java</exclude>
<exclude>**/enable-log-bundle-annotation-processor</exclude>
<exclude>**/.settings/**</exclude>
<exclude>**/.project</exclude>