aboutsummaryrefslogtreecommitdiff
path: root/src/github/daneren2005
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2014-11-05 16:05:02 -0800
committerScott Jackson <daneren2005@gmail.com>2014-11-05 16:05:02 -0800
commit2faca3078d6504ace3f646caf34f82131cb73aae (patch)
tree7ac1cd292980ab23d7c2c55b1fa8894d85a2274a /src/github/daneren2005
parentcad9cb728188d267cc8990ceb0f4ca9f8b60856d (diff)
downloaddsub-2faca3078d6504ace3f646caf34f82131cb73aae.tar.gz
dsub-2faca3078d6504ace3f646caf34f82131cb73aae.tar.bz2
dsub-2faca3078d6504ace3f646caf34f82131cb73aae.zip
Added copyright message
Diffstat (limited to 'src/github/daneren2005')
-rw-r--r--src/github/daneren2005/dsub/domain/DLNADevice.java19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/github/daneren2005/dsub/domain/DLNADevice.java b/src/github/daneren2005/dsub/domain/DLNADevice.java
index 9f9daa00..b18000d0 100644
--- a/src/github/daneren2005/dsub/domain/DLNADevice.java
+++ b/src/github/daneren2005/dsub/domain/DLNADevice.java
@@ -1,3 +1,22 @@
+/*
+ This file is part of Subsonic.
+
+ Subsonic is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ Subsonic 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 General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Subsonic. If not, see <http://www.gnu.org/licenses/>.
+
+ Copyright 2014 (C) Scott Jackson
+*/
+
package github.daneren2005.dsub.domain;
import android.os.Parcel;