From 233fab92de94a985f6482dd702dbb134a3621f18 Mon Sep 17 00:00:00 2001 From: Adrian Ulrich Date: Sun, 5 May 2013 16:52:26 +0200 Subject: [PATCH] switch BASTP to GPLv3 --- src/ch/blinkenlights/bastp/Bastp.java | 25 +++++++++++++-------- src/ch/blinkenlights/bastp/Common.java | 25 +++++++++++++-------- src/ch/blinkenlights/bastp/FlacFile.java | 25 +++++++++++++-------- src/ch/blinkenlights/bastp/ID3v2File.java | 26 +++++++++++++--------- src/ch/blinkenlights/bastp/LameHeader.java | 26 +++++++++++++--------- src/ch/blinkenlights/bastp/OggFile.java | 25 +++++++++++++-------- 6 files changed, 96 insertions(+), 56 deletions(-) diff --git a/src/ch/blinkenlights/bastp/Bastp.java b/src/ch/blinkenlights/bastp/Bastp.java index 9e09448c..3421cc31 100644 --- a/src/ch/blinkenlights/bastp/Bastp.java +++ b/src/ch/blinkenlights/bastp/Bastp.java @@ -1,12 +1,19 @@ -/***************************************************************** - * This file is part of 'bastp!' - the BuggyAndSloppyTagParser! * - * * - * (C) 2012 Adrian Ulrich * - * * - * Released as 'Public Domain' software * - * * - * * - *****************************************************************/ +/* + * Copyright (C) 2013 Adrian Ulrich + * + * 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 3 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, see . + */ package ch.blinkenlights.bastp; diff --git a/src/ch/blinkenlights/bastp/Common.java b/src/ch/blinkenlights/bastp/Common.java index 2a0a8030..00b557da 100644 --- a/src/ch/blinkenlights/bastp/Common.java +++ b/src/ch/blinkenlights/bastp/Common.java @@ -1,12 +1,19 @@ -/***************************************************************** - * This file is part of 'bastp!' - the BuggyAndSloppyTagParser! * - * * - * (C) 2012 Adrian Ulrich * - * * - * Released as 'Public Domain' software * - * * - * * - *****************************************************************/ +/* + * Copyright (C) 2013 Adrian Ulrich + * + * 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 3 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, see . + */ package ch.blinkenlights.bastp; diff --git a/src/ch/blinkenlights/bastp/FlacFile.java b/src/ch/blinkenlights/bastp/FlacFile.java index 64604114..26cf2756 100644 --- a/src/ch/blinkenlights/bastp/FlacFile.java +++ b/src/ch/blinkenlights/bastp/FlacFile.java @@ -1,12 +1,19 @@ -/***************************************************************** - * This file is part of 'bastp!' - the BuggyAndSloppyTagParser! * - * * - * (C) 2012 Adrian Ulrich * - * * - * Released as 'Public Domain' software * - * * - * * - *****************************************************************/ +/* + * Copyright (C) 2013 Adrian Ulrich + * + * 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 3 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, see . + */ package ch.blinkenlights.bastp; diff --git a/src/ch/blinkenlights/bastp/ID3v2File.java b/src/ch/blinkenlights/bastp/ID3v2File.java index 5a30cdeb..127efbb1 100644 --- a/src/ch/blinkenlights/bastp/ID3v2File.java +++ b/src/ch/blinkenlights/bastp/ID3v2File.java @@ -1,13 +1,19 @@ -/***************************************************************** - * This file is part of 'bastp!' - the BuggyAndSloppyTagParser! * - * * - * (C) 2012 Adrian Ulrich * - * * - * Released as 'Public Domain' software * - * * - * This is junk but the ID3v2 spec is even worse! * - * * - *****************************************************************/ +/* + * Copyright (C) 2013 Adrian Ulrich + * + * 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 3 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, see . + */ package ch.blinkenlights.bastp; diff --git a/src/ch/blinkenlights/bastp/LameHeader.java b/src/ch/blinkenlights/bastp/LameHeader.java index 3f122d01..8d280d0a 100644 --- a/src/ch/blinkenlights/bastp/LameHeader.java +++ b/src/ch/blinkenlights/bastp/LameHeader.java @@ -1,13 +1,19 @@ -/***************************************************************** - * This file is part of 'bastp!' - the BuggyAndSloppyTagParser! * - * * - * (C) 2012 Adrian Ulrich * - * * - * Released as 'Public Domain' software * - * * - * This is junk but the ID3v2 spec is even worse! * - * * - *****************************************************************/ +/* + * Copyright (C) 2013 Adrian Ulrich + * + * 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 3 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, see . + */ package ch.blinkenlights.bastp; diff --git a/src/ch/blinkenlights/bastp/OggFile.java b/src/ch/blinkenlights/bastp/OggFile.java index ea3a74b5..e545a6bd 100644 --- a/src/ch/blinkenlights/bastp/OggFile.java +++ b/src/ch/blinkenlights/bastp/OggFile.java @@ -1,12 +1,19 @@ -/***************************************************************** - * This file is part of 'bastp!' - the BuggyAndSloppyTagParser! * - * * - * (C) 2012 Adrian Ulrich * - * * - * Released as 'Public Domain' software * - * * - * * - *****************************************************************/ +/* + * Copyright (C) 2013 Adrian Ulrich + * + * 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 3 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, see . + */ package ch.blinkenlights.bastp;