X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fstorage.h;h=8b934e5a14fbbbb68c72a1e4b7a096e4ac47040e;hb=6d75a8b2ab5c0addae2c5baad06687e8f4fc088d;hp=5f66bb165fea4cdf78a99e551ed23fb33164331b;hpb=bb42bbd3ed98dacfdbaaddb688b992e145861412;p=someplayer diff --git a/src/storage.h b/src/storage.h index 5f66bb1..8b934e5 100644 --- a/src/storage.h +++ b/src/storage.h @@ -1,17 +1,30 @@ +/* + * SomePlayer - An alternate music player for Maemo 5 + * Copyright (C) 2010 Nikolay (somebody) Tischenko + * + * This program 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 2 + * of the License, or (at your option) any later version. + * + * This program 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 this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + */ + #ifndef STORAGE #define STORAGE #include "someplayer.h" -// represent abstract storage -// abstract class - namespace SomePlayer{ namespace Storage { - class Storage { - }; - }; };