sonos

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 5e5da4e5234da95b0ac2c6a1cb4eb6bed21b519f
parent 6e8b0c60611b6bf21abb659b25492ef8ce72332b
Author: Brian Swetland <swetland@frotz.net>
Date:   Thu, 21 Jan 2016 18:24:30 -0800

Merge pull request #3 from berndverst/upstream

Adds missing license information to some files; top level license
Diffstat:
ALICENSE.txt | 13+++++++++++++
Mnet/frotz/sonos/SonosItem.java | 16++++++++++++++++
Mnet/frotz/sonos/SonosListener.java | 16++++++++++++++++
3 files changed, 45 insertions(+), 0 deletions(-)

diff --git a/LICENSE.txt b/LICENSE.txt @@ -0,0 +1,13 @@ + Copyright (C) 2011 Brian Swetland + + 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. diff --git a/net/frotz/sonos/SonosItem.java b/net/frotz/sonos/SonosItem.java @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2011 Brian Swetland + * + * 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. + */ + package net.frotz.sonos; diff --git a/net/frotz/sonos/SonosListener.java b/net/frotz/sonos/SonosListener.java @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2011 Brian Swetland + * + * 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. + */ + package net.frotz.sonos; public interface SonosListener {