GNOME Bugzilla – Bug 721484
License text contains obsolete FSF postal address
Last modified: 2014-01-07 08:19:30 UTC
These files has obsolete license empathy/tests/interactive/test-empathy-calendar-button.c: * Free Software Foundation, Inc., 59 Temple Place - Suite 330, empathy/tests/interactive/test-empathy-contact-blocking-dialog.c: * Free Software Foundation, Inc., 59 Temple Place - Suite 330, empathy/tests/interactive/test-empathy-presence-chooser.c: * Free Software Foundation, Inc., 59 Temple Place - Suite 330, empathy/tests/interactive/test-empathy-status-preset-dialog.c: * Free Software Foundation, Inc., 59 Temple Place - Suite 330, empathy/tests/mock-pkcs11.c: * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA empathy/tests/mock-pkcs11.h: * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
Oh actually we already have a script checking for that. It wasn't just used on tests :)
Created attachment 265441 [details] [review] coding style fixes
Created attachment 265442 [details] [review] Update FSF postal address
Created attachment 265443 [details] [review] mock-pkcs11: use g_hash_table_unref() Same effect here but g_hash_table_destroy() is banned from our "coding style" check tools.
Created attachment 265444 [details] [review] run coding style checks on tests
To avoid later need for updates, you could adopt what's being suggested by the AGPL, and point the the website, * You should have received a copy of the GNU General Public License * along with this program; if not, see <http://www.gnu.org/licenses/>.
(In reply to comment #6) > To avoid later need for updates, you could adopt what's being suggested by the > AGPL, and point the the website, > > * You should have received a copy of the GNU General Public License > * along with this program; if not, see <http://www.gnu.org/licenses/>. Thanks, I updated my code generation magic to use that from now but I don't really like updating all the files for now. :)
Looks good, +1
merged to master. Attachment 265441 [details] pushed as 5e8fcdc - coding style fixes Attachment 265442 [details] pushed as 7c3dfe1 - Update FSF postal address Attachment 265443 [details] pushed as 1bb7262 - mock-pkcs11: use g_hash_table_unref() Attachment 265444 [details] pushed as 5739650 - run coding style checks on tests