Skip to content

Commit

Permalink
change licence to LGPL 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-shf committed Mar 28, 2016
1 parent 9366288 commit 165055d
Show file tree
Hide file tree
Showing 108 changed files with 1,328 additions and 1,112 deletions.
24 changes: 13 additions & 11 deletions core/Attribute.cpp
Original file line number Diff line number Diff line change
@@ -1,20 1,22 @@
/*
*
* Tiny Multimedia Framework
* Tiny Multimedia Framework (tmf)
* Copyright (C) 2014 Arash Shafiei
*
* 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 file is part of tmf.
*
* This program is distributed in the hope that it will be useful,
* tmf 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 3 of the License, or (at your option) any later version.
*
* tmf 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.
* 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 General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* You should have received a copy of the GNU Lesser General Public
* License along with tmf. If not, see <http://www.gnu.org/licenses/>.
*
*/

Expand All @@ -38,4 40,4 @@ void Attribute::setProp(const std::string & key, const std::string& val) {
void Attribute::setProp(const std::string & key, const char* val) {
std::string valstr = std::string(val);
props.insert(std::make_pair(key, valstr));
}
}
22 changes: 12 additions & 10 deletions core/Attribute.h
Original file line number Diff line number Diff line change
@@ -1,20 1,22 @@
/*
*
* Tiny Multimedia Framework
* Tiny Multimedia Framework (tmf)
* Copyright (C) 2014 Arash Shafiei
*
* 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 file is part of tmf.
*
* This program is distributed in the hope that it will be useful,
* tmf 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 3 of the License, or (at your option) any later version.
*
* tmf 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.
* 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 General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* You should have received a copy of the GNU Lesser General Public
* License along with tmf. If not, see <http://www.gnu.org/licenses/>.
*
*/

Expand Down
24 changes: 13 additions & 11 deletions core/Bus.cpp
Original file line number Diff line number Diff line change
@@ -1,23 1,25 @@
/*
*
* Tiny Multimedia Framework
* Tiny Multimedia Framework (tmf)
* Copyright (C) 2014 Arash Shafiei
*
* 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 file is part of tmf.
*
* This program is distributed in the hope that it will be useful,
* tmf 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 3 of the License, or (at your option) any later version.
*
* tmf 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.
* 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 General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* You should have received a copy of the GNU Lesser General Public
* License along with tmf. If not, see <http://www.gnu.org/licenses/>.
*
*/

#include "Bus.h"

using namespace tmf;
using namespace tmf;
22 changes: 12 additions & 10 deletions core/Bus.h
Original file line number Diff line number Diff line change
@@ -1,20 1,22 @@
/*
*
* Tiny Multimedia Framework
* Tiny Multimedia Framework (tmf)
* Copyright (C) 2014 Arash Shafiei
*
* 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 file is part of tmf.
*
* This program is distributed in the hope that it will be useful,
* tmf 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 3 of the License, or (at your option) any later version.
*
* tmf 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.
* 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 General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* You should have received a copy of the GNU Lesser General Public
* License along with tmf. If not, see <http://www.gnu.org/licenses/>.
*
*/

Expand Down
24 changes: 13 additions & 11 deletions core/Event.cpp
Original file line number Diff line number Diff line change
@@ -1,23 1,25 @@
/*
*
* Tiny Multimedia Framework
* Tiny Multimedia Framework (tmf)
* Copyright (C) 2014 Arash Shafiei
*
* 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 file is part of tmf.
*
* This program is distributed in the hope that it will be useful,
* tmf 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 3 of the License, or (at your option) any later version.
*
* tmf 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.
* 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 General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* You should have received a copy of the GNU Lesser General Public
* License along with tmf. If not, see <http://www.gnu.org/licenses/>.
*
*/

#include "Event.h"

using namespace tmf;
using namespace tmf;
22 changes: 12 additions & 10 deletions core/Event.h
Original file line number Diff line number Diff line change
@@ -1,20 1,22 @@
/*
*
* Tiny Multimedia Framework
* Tiny Multimedia Framework (tmf)
* Copyright (C) 2014 Arash Shafiei
*
* 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 file is part of tmf.
*
* This program is distributed in the hope that it will be useful,
* tmf 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 3 of the License, or (at your option) any later version.
*
* tmf 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.
* 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 General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* You should have received a copy of the GNU Lesser General Public
* License along with tmf. If not, see <http://www.gnu.org/licenses/>.
*
*/

Expand Down
24 changes: 13 additions & 11 deletions core/EventObserver.cpp
Original file line number Diff line number Diff line change
@@ -1,23 1,25 @@
/*
*
* Tiny Multimedia Framework
* Tiny Multimedia Framework (tmf)
* Copyright (C) 2014 Arash Shafiei
*
* 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 file is part of tmf.
*
* This program is distributed in the hope that it will be useful,
* tmf 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 3 of the License, or (at your option) any later version.
*
* tmf 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.
* 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 General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* You should have received a copy of the GNU Lesser General Public
* License along with tmf. If not, see <http://www.gnu.org/licenses/>.
*
*/

#include "EventObserver.h"

using namespace tmf;
using namespace tmf;
22 changes: 12 additions & 10 deletions core/EventObserver.h
Original file line number Diff line number Diff line change
@@ -1,20 1,22 @@
/*
*
* Tiny Multimedia Framework
* Tiny Multimedia Framework (tmf)
* Copyright (C) 2014 Arash Shafiei
*
* 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 file is part of tmf.
*
* This program is distributed in the hope that it will be useful,
* tmf 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 3 of the License, or (at your option) any later version.
*
* tmf 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.
* 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 General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* You should have received a copy of the GNU Lesser General Public
* License along with tmf. If not, see <http://www.gnu.org/licenses/>.
*
*/

Expand Down
22 changes: 12 additions & 10 deletions core/Filter.cpp
Original file line number Diff line number Diff line change
@@ -1,20 1,22 @@
/*
*
* Tiny Multimedia Framework
* Tiny Multimedia Framework (tmf)
* Copyright (C) 2014 Arash Shafiei
*
* 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 file is part of tmf.
*
* This program is distributed in the hope that it will be useful,
* tmf 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 3 of the License, or (at your option) any later version.
*
* tmf 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.
* 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 General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* You should have received a copy of the GNU Lesser General Public
* License along with tmf. If not, see <http://www.gnu.org/licenses/>.
*
*/

Expand Down
22 changes: 12 additions & 10 deletions core/Filter.h
Original file line number Diff line number Diff line change
@@ -1,20 1,22 @@
/*
*
* Tiny Multimedia Framework
* Tiny Multimedia Framework (tmf)
* Copyright (C) 2014 Arash Shafiei
*
* 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 file is part of tmf.
*
* This program is distributed in the hope that it will be useful,
* tmf 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 3 of the License, or (at your option) any later version.
*
* tmf 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.
* 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 General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* You should have received a copy of the GNU Lesser General Public
* License along with tmf. If not, see <http://www.gnu.org/licenses/>.
*
*/

Expand Down
22 changes: 12 additions & 10 deletions core/InputPort.cpp
Original file line number Diff line number Diff line change
@@ -1,20 1,22 @@
/*
*
* Tiny Multimedia Framework
* Tiny Multimedia Framework (tmf)
* Copyright (C) 2014 Arash Shafiei
*
* 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 file is part of tmf.
*
* This program is distributed in the hope that it will be useful,
* tmf 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 3 of the License, or (at your option) any later version.
*
* tmf 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.
* 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 General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* You should have received a copy of the GNU Lesser General Public
* License along with tmf. If not, see <http://www.gnu.org/licenses/>.
*
*/

Expand Down
Loading

0 comments on commit 165055d

Please sign in to comment.