From 750781fc60ff896358ce37f093a24f9d143edcb1 Mon Sep 17 00:00:00 2001 From: glucaci Date: Wed, 30 Nov 2016 12:38:40 +0100 Subject: [PATCH] Copyright headers and using cleaned up. --- LibMpc/Mpc.cs | 20 -------------------- LibMpc/MpdDirectoryListing.cs | 20 +------------------- LibMpc/MpdFile.cs | 20 +------------------- LibMpc/MpdOutput.cs | 20 -------------------- LibMpc/MpdResponse.cs | 18 ------------------ LibMpc/MpdStatistics.cs | 22 +--------------------- LibMpc/MpdStatus.cs | 22 +--------------------- 7 files changed, 4 insertions(+), 138 deletions(-) diff --git a/LibMpc/Mpc.cs b/LibMpc/Mpc.cs index 4bb5f22..c241f69 100644 --- a/LibMpc/Mpc.cs +++ b/LibMpc/Mpc.cs @@ -1,25 +1,5 @@ -/* - * 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.Collections.ObjectModel; -using System.Text; using System.Text.RegularExpressions; namespace Libmpc diff --git a/LibMpc/MpdDirectoryListing.cs b/LibMpc/MpdDirectoryListing.cs index 8949557..6c6fb2d 100644 --- a/LibMpc/MpdDirectoryListing.cs +++ b/LibMpc/MpdDirectoryListing.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 . - */ -using System; +using System; using System.Collections.ObjectModel; using System.Collections.Generic; diff --git a/LibMpc/MpdFile.cs b/LibMpc/MpdFile.cs index 9785e79..af3a49c 100644 --- a/LibMpc/MpdFile.cs +++ b/LibMpc/MpdFile.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 . - */ -using System; +using System; using System.Collections.Generic; using System.Text; diff --git a/LibMpc/MpdOutput.cs b/LibMpc/MpdOutput.cs index 8108355..d88b4fa 100644 --- a/LibMpc/MpdOutput.cs +++ b/LibMpc/MpdOutput.cs @@ -1,24 +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.Text; namespace Libmpc { diff --git a/LibMpc/MpdResponse.cs b/LibMpc/MpdResponse.cs index 3a3415f..3ccbe99 100644 --- a/LibMpc/MpdResponse.cs +++ b/LibMpc/MpdResponse.cs @@ -1,21 +1,3 @@ -/* - * 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.Collections.ObjectModel; diff --git a/LibMpc/MpdStatistics.cs b/LibMpc/MpdStatistics.cs index e2fe9ca..6984c4d 100644 --- a/LibMpc/MpdStatistics.cs +++ b/LibMpc/MpdStatistics.cs @@ -1,24 +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.Text; +using System.Text; namespace Libmpc { diff --git a/LibMpc/MpdStatus.cs b/LibMpc/MpdStatus.cs index 52e268a..3c9200b 100644 --- a/LibMpc/MpdStatus.cs +++ b/LibMpc/MpdStatus.cs @@ -1,24 +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.Text; +using System.Text; namespace Libmpc {