mirror of
https://github.com/alexkay/spek.git
synced 2025-06-07 10:53:00 +03:00
Update the copyright
This commit is contained in:
parent
78fe47439e
commit
9cab91a32d
5
dist/README
vendored
5
dist/README
vendored
@ -2,7 +2,7 @@ Spek release checklist
|
|||||||
==============================================================================
|
==============================================================================
|
||||||
|
|
||||||
* Bump the version number in configure.ac.
|
* Bump the version number in configure.ac.
|
||||||
* `cd po && gmake update-po && tx push -s`.
|
* `cd po && make update-po && tx push -s`.
|
||||||
* `tx pull -a` and commit with correct `--author`s.
|
* `tx pull -a` and commit with correct `--author`s.
|
||||||
* Review translations, fix things like missing mnemonics and line endings.
|
* Review translations, fix things like missing mnemonics and line endings.
|
||||||
* Translate what I can, Ich spreek un peu по-русски.
|
* Translate what I can, Ich spreek un peu по-русски.
|
||||||
@ -18,8 +18,9 @@ Spek release checklist
|
|||||||
* Update the website and debian/control's description with the new features.
|
* Update the website and debian/control's description with the new features.
|
||||||
* Update sshots if there are user-visible changes.
|
* Update sshots if there are user-visible changes.
|
||||||
* Update and sync wiki pages with the new version number and instructions.
|
* Update and sync wiki pages with the new version number and instructions.
|
||||||
|
* Update copyright year of touched code.
|
||||||
* Commit everything.
|
* Commit everything.
|
||||||
* Make sure `gmake distcheck` doesn't return errors.
|
* Make sure `make distcheck` doesn't return errors.
|
||||||
* Prepare binaries for OSX and WIN, see README files in dist/*.
|
* Prepare binaries for OSX and WIN, see README files in dist/*.
|
||||||
* Update FreeBSD, Debian and Ubuntu ports, see README files in dist/*.
|
* Update FreeBSD, Debian and Ubuntu ports, see README files in dist/*.
|
||||||
* If anything has been changed, commit and re-make the tarball.
|
* If anything has been changed, commit and re-make the tarball.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* spek-platform.c
|
/* spek-platform.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Alexander Kojevnikov <alexander@kojevnikov.com>
|
* Copyright (C) 2010,2011 Alexander Kojevnikov <alexander@kojevnikov.com>
|
||||||
*
|
*
|
||||||
* Spek is free software: you can redistribute it and/or modify
|
* Spek is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* spek-platform.h
|
/* spek-platform.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Alexander Kojevnikov <alexander@kojevnikov.com>
|
* Copyright (C) 2010,2011 Alexander Kojevnikov <alexander@kojevnikov.com>
|
||||||
*
|
*
|
||||||
* Spek is free software: you can redistribute it and/or modify
|
* Spek is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* spek-ruler.vala
|
/* spek-ruler.vala
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Alexander Kojevnikov <alexander@kojevnikov.com>
|
* Copyright (C) 2010,2011 Alexander Kojevnikov <alexander@kojevnikov.com>
|
||||||
*
|
*
|
||||||
* Spek is free software: you can redistribute it and/or modify
|
* Spek is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* spek-spectrogram.vala
|
/* spek-spectrogram.vala
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Alexander Kojevnikov <alexander@kojevnikov.com>
|
* Copyright (C) 2010-2011 Alexander Kojevnikov <alexander@kojevnikov.com>
|
||||||
*
|
*
|
||||||
* Spek is free software: you can redistribute it and/or modify
|
* Spek is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* spek.vala
|
/* spek.vala
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Alexander Kojevnikov <alexander@kojevnikov.com>
|
* Copyright (C) 2010-2011 Alexander Kojevnikov <alexander@kojevnikov.com>
|
||||||
*
|
*
|
||||||
* Spek is free software: you can redistribute it and/or modify
|
* Spek is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
Loading…
x
Reference in New Issue
Block a user