ARTEMIS-5048 clean up for removal of Base64.java
This commit is contained in:
parent
f2a410e9bc
commit
c8f51952f4
8
LICENSE
8
LICENSE
|
@ -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/ =
|
||||
==============================================================
|
||||
|
|
|
@ -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
|
|
@ -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:
|
||||
==============================================================================
|
||||
|
|
1
pom.xml
1
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue