diff --git a/src/internet/amazon/amazonclouddrive.cpp b/src/internet/amazon/amazonclouddrive.cpp index f685bfa7a..7b2dd1be0 100644 --- a/src/internet/amazon/amazonclouddrive.cpp +++ b/src/internet/amazon/amazonclouddrive.cpp @@ -1,3 +1,20 @@ +/* This file is part of Clementine. + Copyright 2015, John Maguire + + 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 "internet/amazon/amazonclouddrive.h" #include diff --git a/src/internet/amazon/amazonclouddrive.h b/src/internet/amazon/amazonclouddrive.h index db57ccdac..49350dee1 100644 --- a/src/internet/amazon/amazonclouddrive.h +++ b/src/internet/amazon/amazonclouddrive.h @@ -1,3 +1,20 @@ +/* This file is part of Clementine. + Copyright 2015, John Maguire + + 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 INTERNET_AMAZON_AMAZON_CLOUD_DRIVE_H_ #define INTERNET_AMAZON_AMAZON_CLOUD_DRIVE_H_ diff --git a/src/internet/amazon/amazonsettingspage.cpp b/src/internet/amazon/amazonsettingspage.cpp index 4d2317bb2..0fd41fcce 100644 --- a/src/internet/amazon/amazonsettingspage.cpp +++ b/src/internet/amazon/amazonsettingspage.cpp @@ -1,6 +1,5 @@ /* This file is part of Clementine. - Copyright 2012, 2014, John Maguire - Copyright 2014, Krzysztof Sobiecki + Copyright 2015, John Maguire Clementine is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/internet/amazon/amazonsettingspage.h b/src/internet/amazon/amazonsettingspage.h index 276eb8986..8ff6b303e 100644 --- a/src/internet/amazon/amazonsettingspage.h +++ b/src/internet/amazon/amazonsettingspage.h @@ -1,6 +1,5 @@ /* This file is part of Clementine. - Copyright 2012, 2014, John Maguire - Copyright 2014, Krzysztof Sobiecki + Copyright 2015, John Maguire Clementine is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/internet/amazon/amazonurlhandler.cpp b/src/internet/amazon/amazonurlhandler.cpp index 8455679b5..42433a3f1 100644 --- a/src/internet/amazon/amazonurlhandler.cpp +++ b/src/internet/amazon/amazonurlhandler.cpp @@ -1,3 +1,20 @@ +/* This file is part of Clementine. + Copyright 2015, John Maguire + + 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 "internet/amazon/amazonurlhandler.h" #include "internet/amazon/amazonclouddrive.h" diff --git a/src/internet/amazon/amazonurlhandler.h b/src/internet/amazon/amazonurlhandler.h index cea61d94a..807f24732 100644 --- a/src/internet/amazon/amazonurlhandler.h +++ b/src/internet/amazon/amazonurlhandler.h @@ -1,3 +1,20 @@ +/* This file is part of Clementine. + Copyright 2015, John Maguire + + 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 INTERNET_AMAZON_AMAZONURLHANDLER_H_ #define INTERNET_AMAZON_AMAZONURLHANDLER_H_