add magic encoding comments to all ruby source files

This commit is contained in:
Laurent Sansonetti
2014-03-05 12:20:20 +01:00
parent 0bef56f493
commit f29d89f89a
230 changed files with 465 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
# encoding: utf-8
# Copyright (c) 2012, HipByte SPRL and contributors
# All rights reserved.
#

View File

@@ -1,3 +1,5 @@
# encoding: utf-8
# Copyright (c) 2012, HipByte SPRL and contributors
# All rights reserved.
#

View File

@@ -1,3 +1,5 @@
# encoding: utf-8
class AppDelegate
def application(application, didFinishLaunchingWithOptions:launchOptions)
true

View File

@@ -1,6 +1,8 @@
# encoding: utf-8
# macbacon-ui extensions.
#
# Copyright (C) 2012 Eloy Durán eloy.de.enige@gmail.com
# Copyright (C) 2012 Eloy Duran eloy.de.enige@gmail.com
#
# Bacon is freely distributable under the terms of an MIT-style license.
# See COPYING or http://www.opensource.org/licenses/mit-license.php.