diff --git a/LibMpc/Enum.cs b/LibMpc/Enum.cs index 769d85a..e477279 100644 --- a/LibMpc/Enum.cs +++ b/LibMpc/Enum.cs @@ -1,22 +1,4 @@ -/* - * Copyright 2008 Matthias Sessler - * - * This file is part of LibMpc.net. - * - * LibMpc.net is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 2.1 of the License, or - * (at your option) any later version. - * - * LibMpc.net 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with LibMpc.net. If not, see . - */ -namespace Libmpc +namespace Libmpc { /// /// The scope specifier for search commands. diff --git a/LibMpc/Exception.cs b/LibMpc/Exception.cs index 221ad1b..681da34 100644 --- a/LibMpc/Exception.cs +++ b/LibMpc/Exception.cs @@ -1,25 +1,4 @@ -/* - * Copyright 2008 Matthias Sessler - * - * This file is part of LibMpc.net. - * - * LibMpc.net is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 2.1 of the License, or - * (at your option) any later version. - * - * LibMpc.net 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with LibMpc.net. If not, see . - */ using System; -using System.Collections.Generic; -using System.IO; -using System.Text; namespace Libmpc {