Skip to content

Commit 3953f3d

Browse files
author
GrayedFox
committed
remove all MIT copyright notices from files
1 parent 1aee67d commit 3953f3d

File tree

20,210 files changed

+20280
-545664
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

20,210 files changed

+20280
-545664
lines changed

Mage.Client/src/main/java/mage/client/MageFrame.java

+1-27
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,4 @@
1-
/*
2-
* Copyright 2010 BetaSteward_at_googlemail.com. All rights reserved.
3-
*
4-
* Redistribution and use in source and binary forms, with or without modification, are
5-
* permitted provided that the following conditions are met:
6-
*
7-
* 1. Redistributions of source code must retain the above copyright notice, this list of
8-
* conditions and the following disclaimer.
9-
*
10-
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
11-
* of conditions and the following disclaimer in the documentation and/or other materials
12-
* provided with the distribution.
13-
*
14-
* THIS SOFTWARE IS PROVIDED BY BetaSteward_at_googlemail.com ``AS IS'' AND ANY EXPRESS OR IMPLIED
15-
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
16-
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BetaSteward_at_googlemail.com OR
17-
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
18-
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
19-
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
20-
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
21-
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
22-
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
23-
*
24-
* The views and conclusions contained in the software and documentation are those of the
25-
* authors and should not be interpreted as representing official policies, either expressed
26-
* or implied, of BetaSteward_at_googlemail.com.
27-
*/
1+
282
package mage.client;
293

304
import java.awt.*;

Mage.Client/src/main/java/mage/client/MagePane.java

+1-27
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,4 @@
1-
/*
2-
* Copyright 2010 BetaSteward_at_googlemail.com. All rights reserved.
3-
*
4-
* Redistribution and use in source and binary forms, with or without modification, are
5-
* permitted provided that the following conditions are met:
6-
*
7-
* 1. Redistributions of source code must retain the above copyright notice, this list of
8-
* conditions and the following disclaimer.
9-
*
10-
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
11-
* of conditions and the following disclaimer in the documentation and/or other materials
12-
* provided with the distribution.
13-
*
14-
* THIS SOFTWARE IS PROVIDED BY BetaSteward_at_googlemail.com ``AS IS'' AND ANY EXPRESS OR IMPLIED
15-
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
16-
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BetaSteward_at_googlemail.com OR
17-
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
18-
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
19-
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
20-
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
21-
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
22-
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
23-
*
24-
* The views and conclusions contained in the software and documentation are those of the
25-
* authors and should not be interpreted as representing official policies, either expressed
26-
* or implied, of BetaSteward_at_googlemail.com.
27-
*/
1+
282

293
/*
304
* MagePane.java

Mage.Client/src/main/java/mage/client/cards/BigCard.java

+1-27
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,4 @@
1-
/*
2-
* Copyright 2010 BetaSteward_at_googlemail.com. All rights reserved.
3-
*
4-
* Redistribution and use in source and binary forms, with or without modification, are
5-
* permitted provided that the following conditions are met:
6-
*
7-
* 1. Redistributions of source code must retain the above copyright notice, this list of
8-
* conditions and the following disclaimer.
9-
*
10-
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
11-
* of conditions and the following disclaimer in the documentation and/or other materials
12-
* provided with the distribution.
13-
*
14-
* THIS SOFTWARE IS PROVIDED BY BetaSteward_at_googlemail.com ``AS IS'' AND ANY EXPRESS OR IMPLIED
15-
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
16-
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BetaSteward_at_googlemail.com OR
17-
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
18-
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
19-
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
20-
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
21-
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
22-
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
23-
*
24-
* The views and conclusions contained in the software and documentation are those of the
25-
* authors and should not be interpreted as representing official policies, either expressed
26-
* or implied, of BetaSteward_at_googlemail.com.
27-
*/
1+
282

293
/*
304
* BigCard.java

Mage.Client/src/main/java/mage/client/cards/Card.java

+1-27
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,4 @@
1-
/*
2-
* Copyright 2010 BetaSteward_at_googlemail.com. All rights reserved.
3-
*
4-
* Redistribution and use in source and binary forms, with or without modification, are
5-
* permitted provided that the following conditions are met:
6-
*
7-
* 1. Redistributions of source code must retain the above copyright notice, this list of
8-
* conditions and the following disclaimer.
9-
*
10-
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
11-
* of conditions and the following disclaimer in the documentation and/or other materials
12-
* provided with the distribution.
13-
*
14-
* THIS SOFTWARE IS PROVIDED BY BetaSteward_at_googlemail.com ``AS IS'' AND ANY EXPRESS OR IMPLIED
15-
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
16-
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BetaSteward_at_googlemail.com OR
17-
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
18-
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
19-
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
20-
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
21-
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
22-
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
23-
*
24-
* The views and conclusions contained in the software and documentation are those of the
25-
* authors and should not be interpreted as representing official policies, either expressed
26-
* or implied, of BetaSteward_at_googlemail.com.
27-
*/
1+
282

293
/*
304
* Card.java

Mage.Client/src/main/java/mage/client/cards/CardArea.java

+1-27
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,4 @@
1-
/*
2-
* Copyright 2012 BetaSteward_at_googlemail.com. All rights reserved.
3-
*
4-
* Redistribution and use in source and binary forms, with or without modification, are
5-
* permitted provided that the following conditions are met:
6-
*
7-
* 1. Redistributions of source code must retain the above copyright notice, this list of
8-
* conditions and the following disclaimer.
9-
*
10-
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
11-
* of conditions and the following disclaimer in the documentation and/or other materials
12-
* provided with the distribution.
13-
*
14-
* THIS SOFTWARE IS PROVIDED BY BetaSteward_at_googlemail.com ``AS IS'' AND ANY EXPRESS OR IMPLIED
15-
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
16-
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BetaSteward_at_googlemail.com OR
17-
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
18-
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
19-
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
20-
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
21-
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
22-
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
23-
*
24-
* The views and conclusions contained in the software and documentation are those of the
25-
* authors and should not be interpreted as representing official policies, either expressed
26-
* or implied, of BetaSteward_at_googlemail.com.
27-
*/
1+
282
package mage.client.cards;
293

304
import mage.cards.MageCard;

Mage.Client/src/main/java/mage/client/cards/CardEventSource.java

+1-27
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,4 @@
1-
/*
2-
* Copyright 2010 BetaSteward_at_googlemail.com. All rights reserved.
3-
*
4-
* Redistribution and use in source and binary forms, with or without modification, are
5-
* permitted provided that the following conditions are met:
6-
*
7-
* 1. Redistributions of source code must retain the above copyright notice, this list of
8-
* conditions and the following disclaimer.
9-
*
10-
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
11-
* of conditions and the following disclaimer in the documentation and/or other materials
12-
* provided with the distribution.
13-
*
14-
* THIS SOFTWARE IS PROVIDED BY BetaSteward_at_googlemail.com ``AS IS'' AND ANY EXPRESS OR IMPLIED
15-
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
16-
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BetaSteward_at_googlemail.com OR
17-
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
18-
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
19-
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
20-
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
21-
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
22-
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
23-
*
24-
* The views and conclusions contained in the software and documentation are those of the
25-
* authors and should not be interpreted as representing official policies, either expressed
26-
* or implied, of BetaSteward_at_googlemail.com.
27-
*/
1+
282
package mage.client.cards;
293

304
import mage.client.util.*;

Mage.Client/src/main/java/mage/client/cards/CardGrid.java

+1-27
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,4 @@
1-
/*
2-
* Copyright 2010 BetaSteward_at_googlemail.com. All rights reserved.
3-
*
4-
* Redistribution and use in source and binary forms, with or without modification, are
5-
* permitted provided that the following conditions are met:
6-
*
7-
* 1. Redistributions of source code must retain the above copyright notice, this list of
8-
* conditions and the following disclaimer.
9-
*
10-
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
11-
* of conditions and the following disclaimer in the documentation and/or other materials
12-
* provided with the distribution.
13-
*
14-
* THIS SOFTWARE IS PROVIDED BY BetaSteward_at_googlemail.com ``AS IS'' AND ANY EXPRESS OR IMPLIED
15-
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
16-
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BetaSteward_at_googlemail.com OR
17-
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
18-
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
19-
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
20-
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
21-
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
22-
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
23-
*
24-
* The views and conclusions contained in the software and documentation are those of the
25-
* authors and should not be interpreted as representing official policies, either expressed
26-
* or implied, of BetaSteward_at_googlemail.com.
27-
*/
1+
282

293
/*
304
* CardGrid.java

Mage.Client/src/main/java/mage/client/cards/Cards.java

+1-27
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,4 @@
1-
/*
2-
* Copyright 2010 BetaSteward_at_googlemail.com. All rights reserved.
3-
*
4-
* Redistribution and use in source and binary forms, with or without modification, are
5-
* permitted provided that the following conditions are met:
6-
*
7-
* 1. Redistributions of source code must retain the above copyright notice, this list of
8-
* conditions and the following disclaimer.
9-
*
10-
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
11-
* of conditions and the following disclaimer in the documentation and/or other materials
12-
* provided with the distribution.
13-
*
14-
* THIS SOFTWARE IS PROVIDED BY BetaSteward_at_googlemail.com ``AS IS'' AND ANY EXPRESS OR IMPLIED
15-
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
16-
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BetaSteward_at_googlemail.com OR
17-
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
18-
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
19-
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
20-
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
21-
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
22-
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
23-
*
24-
* The views and conclusions contained in the software and documentation are those of the
25-
* authors and should not be interpreted as representing official policies, either expressed
26-
* or implied, of BetaSteward_at_googlemail.com.
27-
*/
1+
282

293
/*
304
* Cards.java

Mage.Client/src/main/java/mage/client/cards/CardsList.java

+1-27
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,4 @@
1-
/*
2-
* Copyright 2010 BetaSteward_at_googlemail.com. All rights reserved.
3-
*
4-
* Redistribution and use in source and binary forms, with or without modification, are
5-
* permitted provided that the following conditions are met:
6-
*
7-
* 1. Redistributions of source code must retain the above copyright notice, this list of
8-
* conditions and the following disclaimer.
9-
*
10-
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
11-
* of conditions and the following disclaimer in the documentation and/or other materials
12-
* provided with the distribution.
13-
*
14-
* THIS SOFTWARE IS PROVIDED BY BetaSteward_at_googlemail.com ``AS IS'' AND ANY EXPRESS OR IMPLIED
15-
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
16-
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BetaSteward_at_googlemail.com OR
17-
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
18-
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
19-
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
20-
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
21-
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
22-
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
23-
*
24-
* The views and conclusions contained in the software and documentation are those of the
25-
* authors and should not be interpreted as representing official policies, either expressed
26-
* or implied, of BetaSteward_at_googlemail.com.
27-
*/
1+
282

293
/*
304
* CardsList.java

Mage.Client/src/main/java/mage/client/cards/DraftGrid.java

+1-27
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,4 @@
1-
/*
2-
* Copyright 2011 BetaSteward_at_googlemail.com. All rights reserved.
3-
*
4-
* Redistribution and use in source and binary forms, with or without modification, are
5-
* permitted provided that the following conditions are met:
6-
*
7-
* 1. Redistributions of source code must retain the above copyright notice, this list of
8-
* conditions and the following disclaimer.
9-
*
10-
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
11-
* of conditions and the following disclaimer in the documentation and/or other materials
12-
* provided with the distribution.
13-
*
14-
* THIS SOFTWARE IS PROVIDED BY BetaSteward_at_googlemail.com ``AS IS'' AND ANY EXPRESS OR IMPLIED
15-
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
16-
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BetaSteward_at_googlemail.com OR
17-
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
18-
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
19-
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
20-
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
21-
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
22-
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
23-
*
24-
* The views and conclusions contained in the software and documentation are those of the
25-
* authors and should not be interpreted as representing official policies, either expressed
26-
* or implied, of BetaSteward_at_googlemail.com.
27-
*/
1+
282

293
/*
304
* DraftGrid.java

Mage.Client/src/main/java/mage/client/cards/ICardGrid.java

+1-27
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,4 @@
1-
/*
2-
* Copyright 2010 BetaSteward_at_googlemail.com. All rights reserved.
3-
*
4-
* Redistribution and use in source and binary forms, with or without modification, are
5-
* permitted provided that the following conditions are met:
6-
*
7-
* 1. Redistributions of source code must retain the above copyright notice, this list of
8-
* conditions and the following disclaimer.
9-
*
10-
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
11-
* of conditions and the following disclaimer in the documentation and/or other materials
12-
* provided with the distribution.
13-
*
14-
* THIS SOFTWARE IS PROVIDED BY BetaSteward_at_googlemail.com ``AS IS'' AND ANY EXPRESS OR IMPLIED
15-
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
16-
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BetaSteward_at_googlemail.com OR
17-
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
18-
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
19-
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
20-
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
21-
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
22-
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
23-
*
24-
* The views and conclusions contained in the software and documentation are those of the
25-
* authors and should not be interpreted as representing official policies, either expressed
26-
* or implied, of BetaSteward_at_googlemail.com.
27-
*/
1+
282

293
package mage.client.cards;
304

Mage.Client/src/main/java/mage/client/cards/Permanent.java

+1-27
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,4 @@
1-
/*
2-
* Copyright 2010 BetaSteward_at_googlemail.com. All rights reserved.
3-
*
4-
* Redistribution and use in source and binary forms, with or without modification, are
5-
* permitted provided that the following conditions are met:
6-
*
7-
* 1. Redistributions of source code must retain the above copyright notice, this list of
8-
* conditions and the following disclaimer.
9-
*
10-
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
11-
* of conditions and the following disclaimer in the documentation and/or other materials
12-
* provided with the distribution.
13-
*
14-
* THIS SOFTWARE IS PROVIDED BY BetaSteward_at_googlemail.com ``AS IS'' AND ANY EXPRESS OR IMPLIED
15-
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
16-
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BetaSteward_at_googlemail.com OR
17-
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
18-
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
19-
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
20-
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
21-
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
22-
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
23-
*
24-
* The views and conclusions contained in the software and documentation are those of the
25-
* authors and should not be interpreted as representing official policies, either expressed
26-
* or implied, of BetaSteward_at_googlemail.com.
27-
*/
1+
282

293
/*
304
* Permanent.java

0 commit comments

Comments
 (0)