Commit e44c9a00 authored by Max Kellermann's avatar Max Kellermann

android/Environment: fix copyright header

Stole my own code from another project :-)
parent ffc926bd
/* /*
Copyright_License { * Copyright (C) 2003-2014 The Music Player Daemon Project
* http://www.musicpd.org
XCSoar Glide Computer - http://www.xcsoar.org/ *
Copyright (C) 2000-2013 The XCSoar Project * This program is free software; you can redistribute it and/or modify
A detailed list of copyright holders can be found in the file "AUTHORS". * it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
This program is free software; you can redistribute it and/or * (at your option) any later version.
modify it under the terms of the GNU General Public License *
as published by the Free Software Foundation; either version 2 * This program is distributed in the hope that it will be useful,
of the License, or (at your option) any later version. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
This program is distributed in the hope that it will be useful, * GNU General Public License for more details.
but WITHOUT ANY WARRANTY; without even the implied warranty of *
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * You should have received a copy of the GNU General Public License along
GNU General Public License for more details. * with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
}
*/
#include "Environment.hxx" #include "Environment.hxx"
#include "java/Class.hxx" #include "java/Class.hxx"
......
/* /*
Copyright_License { * Copyright (C) 2003-2014 The Music Player Daemon Project
* http://www.musicpd.org
XCSoar Glide Computer - http://www.xcsoar.org/ *
Copyright (C) 2000-2013 The XCSoar Project * This program is free software; you can redistribute it and/or modify
A detailed list of copyright holders can be found in the file "AUTHORS". * it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
This program is free software; you can redistribute it and/or * (at your option) any later version.
modify it under the terms of the GNU General Public License *
as published by the Free Software Foundation; either version 2 * This program is distributed in the hope that it will be useful,
of the License, or (at your option) any later version. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
This program is distributed in the hope that it will be useful, * GNU General Public License for more details.
but WITHOUT ANY WARRANTY; without even the implied warranty of *
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * You should have received a copy of the GNU General Public License along
GNU General Public License for more details. * with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
}
*/
#ifndef MPD_ANDROID_ENVIRONMENT_HXX #ifndef MPD_ANDROID_ENVIRONMENT_HXX
#define MPD_ANDROID_ENVIRONMENT_HXX #define MPD_ANDROID_ENVIRONMENT_HXX
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment