Skip to content

Commit

Permalink
update copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
brnhffmnn committed Mar 7, 2015
1 parent fa75704 commit a7f859f
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 39 deletions.
24 changes: 12 additions & 12 deletions library/src/main/java/de/slowpoke/androidtank/content/Crypto.java
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
/**
* Copyright 2014 Brian Hoffmann, slowpoke.de
/*
* Copyright 2015 Brian Hoffmann, slowpoke.de
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package de.slowpoke.androidtank.content;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package de.slowpoke.androidtank.content;

/*
* Copyright Google
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will Google be held liable for any damages
* arising from the use of this software.
Expand All @@ -10,6 +10,8 @@
* freely, as long as the origin is not misrepresented.
*/

package de.slowpoke.androidtank.content;

import java.io.ByteArrayOutputStream;
import java.io.DataInputStream;
import java.io.DataOutputStream;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
/**
* Copyright 2014 Brian Hoffmann, slowpoke.de
/*
* Copyright 2015 Brian Hoffmann, slowpoke.de
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package de.slowpoke.androidtank.content;
Expand Down Expand Up @@ -85,7 +85,7 @@ public interface Persistable extends
/**
* Flatten this object in to {@link ObjectOutput}.
*
* @param dest
* @param output
* The {@link ObjectOutput} in which the object should be
* written.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
/**
* Copyright 2014 Brian Hoffmann, slowpoke.de
/*
* Copyright 2015 Brian Hoffmann, slowpoke.de
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package de.slowpoke.androidtank.graphics;
Expand Down

0 comments on commit a7f859f

Please sign in to comment.