add utf-8 header

This commit is contained in:
Christoph Hartmann 2015-09-03 20:36:46 +02:00
parent 5612752b82
commit 7bdcc00e94
9 changed files with 10 additions and 0 deletions

View file

@ -1,4 +1,5 @@
#!/usr/bin/env ruby
# encoding: utf-8
# Copyright 2015 Dominik Richter. All rights reserved.
require 'thor'

View file

@ -1,3 +1,4 @@
# encoding: utf-8
# Security Configuration and Analysis
#
# Export local security policy:

View file

@ -1,3 +1,4 @@
# encoding: utf-8
#
# Author:: BJ Dierkes <derks@datafolklabs.com>
# Copyright:: Copyright (c) 2006,2013 BJ Dierkes

View file

@ -1,3 +1,4 @@
# encoding: utf-8
# Copyright 2014 Dominik Richter. All rights reserved.
# Spec file for Vulcano specs

View file

@ -1,3 +1,4 @@
# encoding: utf-8
# Copyright 2015 Dominik Richter. All rights reserved.
require 'vulcano/log'

View file

@ -1,3 +1,4 @@
# encoding: utf-8
# Copyright 2015 Dominik Richter. All rights reserved.
require 'rainbow/ext/string'

View file

@ -1,3 +1,4 @@
# encoding: utf-8
require 'vulcano/backend'
module Vulcano

View file

@ -1,3 +1,4 @@
# encoding: utf-8
require 'rspec/core'
# Extend the basic RSpec JSON Formatter

View file

@ -1,3 +1,5 @@
# encoding: utf-8
module Vulcano
VERSION = '0.6.1'
end