lib/kramdown/utils/string_scanner.rb in kramdown-1.5.0 vs lib/kramdown/utils/string_scanner.rb in kramdown-1.6.0
- old
+ new
@@ -1,5 +1,13 @@
# -*- coding: utf-8 -*-
+#
+#--
+# Copyright (C) 2009-2015 Thomas Leitner <t_leitner@gmx.at>
+#
+# This file is part of kramdown which is licensed under the MIT.
+#++
+#
+
require 'strscan'
module Kramdown
module Utils