diff --git a/ext/libclementine-common/core/override.h b/ext/libclementine-common/core/override.h index 7d78cbf6f..deeca9a6c 100644 --- a/ext/libclementine-common/core/override.h +++ b/ext/libclementine-common/core/override.h @@ -1,3 +1,24 @@ +/* This file is part of Clementine. + Copyright 2012, David Sansome + + 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. +*/ + +// Note: this file is licensed under the Apache License instead of GPL because +// it is used by the Spotify blob which links against libspotify and is not GPL +// compatible. + + #ifndef OVERRIDE_H #define OVERRIDE_H diff --git a/src/internet/geolocator.cpp b/src/internet/geolocator.cpp index d6e981cba..74095750e 100644 --- a/src/internet/geolocator.cpp +++ b/src/internet/geolocator.cpp @@ -1,3 +1,20 @@ +/* This file is part of Clementine. + Copyright 2012, David Sansome + + Clementine 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. + + Clementine 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 Clementine. If not, see . +*/ + #include "geolocator.h" #include diff --git a/src/internet/geolocator.h b/src/internet/geolocator.h index 195045af3..fabe4ccac 100644 --- a/src/internet/geolocator.h +++ b/src/internet/geolocator.h @@ -1,3 +1,20 @@ +/* This file is part of Clementine. + Copyright 2012, David Sansome + + Clementine 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. + + Clementine 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 Clementine. If not, see . +*/ + #ifndef GEOLOCATOR_H #define GEOLOCATOR_H