Skip to content

Commit

Permalink
Switch to Apache 2.0 License
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Marlow <[email protected]>
  • Loading branch information
scottmarlow committed Jan 30, 2024
1 parent c44c93d commit 47a86d1
Show file tree
Hide file tree
Showing 6 changed files with 686 additions and 735 deletions.
1,357 changes: 678 additions & 679 deletions LICENSE.md

Large diffs are not rendered by default.

20 changes: 2 additions & 18 deletions api/src/main/java/org/jboss/el/cache/BeanPropertiesCache.java
Original file line number Diff line number Diff line change
@@ -1,23 +1,7 @@
/*
* JBoss, Home of Professional Open Source.
* Copyright 2019, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
* Copyright The WildFly Authors
* SPDX-License-Identifier: Apache-2.0
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 2.1 of
* the License, or (at your option) any later version.
*
* This software 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
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this software; if not, write to the Free
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
*/

package org.jboss.el.cache;
Expand Down
20 changes: 2 additions & 18 deletions api/src/main/java/org/jboss/el/cache/FactoryFinderCache.java
Original file line number Diff line number Diff line change
@@ -1,23 +1,7 @@
/*
* JBoss, Home of Professional Open Source.
* Copyright 2012, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
* Copyright The WildFly Authors
* SPDX-License-Identifier: Apache-2.0
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 2.1 of
* the License, or (at your option) any later version.
*
* This software 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
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this software; if not, write to the Free
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
*/

package org.jboss.el.cache;
Expand Down
20 changes: 2 additions & 18 deletions api/src/test/java/jakarta/el/BeanELResolverTestCase.java
Original file line number Diff line number Diff line change
@@ -1,23 +1,7 @@
/*
* JBoss, Home of Professional Open Source.
* Copyright (c) 2015, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
* Copyright The WildFly Authors
* SPDX-License-Identifier: Apache-2.0
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 2.1 of
* the License, or (at your option) any later version.
*
* This software 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
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this software; if not, write to the Free
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
*/
package jakarta.el;

Expand Down
2 changes: 1 addition & 1 deletion api/src/test/java/wfly6280/Child.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

public class Child<K, V> extends Parent<K, V> {
// public methods defined in super class will be bridged by compiler
}
}
2 changes: 1 addition & 1 deletion api/src/test/java/wfly6280/Grandparent.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ class Grandparent<K, V> implements Holder<K, V> {
@Override public Collection<V> values(K key) {
return null;
}
}
}

0 comments on commit 47a86d1

Please sign in to comment.