Loading lib/id3tag-x/id3tag-x.c +14 −11 Original line number Diff line number Diff line /* * This file is part of mlm. * * Copyright 2013 Canek Peláez Valdés * Copyright © 2013-2018 Canek Peláez Valdés * * mlm 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 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. * * mlm 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. * 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 mlm. If not, see <http://www.gnu.org/licenses/>. * You should have received a copy of the GNU General Public License along with * along with this program. If not, see <http://www.gnu.org/licenses/>. * * Author: * Canek Peláez Valdés <canek@ciencias.unam.mx> */ #include <id3tag.h> Loading lib/id3tag-x/id3tag-x.h +14 −11 Original line number Diff line number Diff line /* * This file is part of mlm. * * Copyright 2013 Canek Peláez Valdés * Copyright © 2013-2018 Canek Peláez Valdés * * mlm 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 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. * * mlm 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. * 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 mlm. If not, see <http://www.gnu.org/licenses/>. * You should have received a copy of the GNU General Public License along with * along with this program. If not, see <http://www.gnu.org/licenses/>. * * Author: * Canek Peláez Valdés <canek@ciencias.unam.mx> */ #include <id3tag.h> Loading lib/mlm/file-tags.vala +13 −10 Original line number Diff line number Diff line Loading @@ -3,18 +3,21 @@ * * Copyright © 2013-2018 Canek Peláez Valdés * * mlm 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 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. * * mlm 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. * 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 mlm. If not, see <http://www.gnu.org/licenses/>. * You should have received a copy of the GNU General Public License along with * along with this program. If not, see <http://www.gnu.org/licenses/>. * * Author: * Canek Peláez Valdés <canek@ciencias.unam.mx> */ namespace MLM { Loading lib/mlm/genres.vala +13 −10 Original line number Diff line number Diff line Loading @@ -3,18 +3,21 @@ * * Copyright © 2013-2018 Canek Peláez Valdés * * mlm 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 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. * * mlm 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. * 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 mlm. If not, see <http://www.gnu.org/licenses/>. * You should have received a copy of the GNU General Public License along with * along with this program. If not, see <http://www.gnu.org/licenses/>. * * Author: * Canek Peláez Valdés <canek@ciencias.unam.mx> */ using Id3Tag; Loading lib/mlm/pretty-box.vala +13 −10 Original line number Diff line number Diff line Loading @@ -3,18 +3,21 @@ * * Copyright © 2013-2018 Canek Peláez Valdés * * mlm 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 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. * * mlm 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. * 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 mlm. If not, see <http://www.gnu.org/licenses/>. * You should have received a copy of the GNU General Public License along with * along with this program. If not, see <http://www.gnu.org/licenses/>. * * Author: * Canek Peláez Valdés <canek@ciencias.unam.mx> */ namespace MLM { Loading Loading
lib/id3tag-x/id3tag-x.c +14 −11 Original line number Diff line number Diff line /* * This file is part of mlm. * * Copyright 2013 Canek Peláez Valdés * Copyright © 2013-2018 Canek Peláez Valdés * * mlm 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 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. * * mlm 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. * 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 mlm. If not, see <http://www.gnu.org/licenses/>. * You should have received a copy of the GNU General Public License along with * along with this program. If not, see <http://www.gnu.org/licenses/>. * * Author: * Canek Peláez Valdés <canek@ciencias.unam.mx> */ #include <id3tag.h> Loading
lib/id3tag-x/id3tag-x.h +14 −11 Original line number Diff line number Diff line /* * This file is part of mlm. * * Copyright 2013 Canek Peláez Valdés * Copyright © 2013-2018 Canek Peláez Valdés * * mlm 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 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. * * mlm 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. * 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 mlm. If not, see <http://www.gnu.org/licenses/>. * You should have received a copy of the GNU General Public License along with * along with this program. If not, see <http://www.gnu.org/licenses/>. * * Author: * Canek Peláez Valdés <canek@ciencias.unam.mx> */ #include <id3tag.h> Loading
lib/mlm/file-tags.vala +13 −10 Original line number Diff line number Diff line Loading @@ -3,18 +3,21 @@ * * Copyright © 2013-2018 Canek Peláez Valdés * * mlm 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 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. * * mlm 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. * 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 mlm. If not, see <http://www.gnu.org/licenses/>. * You should have received a copy of the GNU General Public License along with * along with this program. If not, see <http://www.gnu.org/licenses/>. * * Author: * Canek Peláez Valdés <canek@ciencias.unam.mx> */ namespace MLM { Loading
lib/mlm/genres.vala +13 −10 Original line number Diff line number Diff line Loading @@ -3,18 +3,21 @@ * * Copyright © 2013-2018 Canek Peláez Valdés * * mlm 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 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. * * mlm 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. * 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 mlm. If not, see <http://www.gnu.org/licenses/>. * You should have received a copy of the GNU General Public License along with * along with this program. If not, see <http://www.gnu.org/licenses/>. * * Author: * Canek Peláez Valdés <canek@ciencias.unam.mx> */ using Id3Tag; Loading
lib/mlm/pretty-box.vala +13 −10 Original line number Diff line number Diff line Loading @@ -3,18 +3,21 @@ * * Copyright © 2013-2018 Canek Peláez Valdés * * mlm 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 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. * * mlm 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. * 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 mlm. If not, see <http://www.gnu.org/licenses/>. * You should have received a copy of the GNU General Public License along with * along with this program. If not, see <http://www.gnu.org/licenses/>. * * Author: * Canek Peláez Valdés <canek@ciencias.unam.mx> */ namespace MLM { Loading